2024-02-10T20:17:34.431 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T20:17:34.431 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/7555831 --verbose --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} --owner scheduled_yuriw@teuthology --name yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555831/orig.config.yaml 2024-02-10T20:17:34.464 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T20:17:34.560 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/7555831 branch: wip-yuri6-testing-2024-02-09-1422 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7555831' 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 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 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: smithi016.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHHwiUuDEsgzBGXKzo2kVyL6+Eya8sqmK7UNR/BjAqmp3C0NfqFcAcVQSCCQZcYD0Kz9nSeqUjcyoU0vbVIjJsM= smithi022.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGqbHAiRTvvHGNZNxqrKza1Bx+DVxZxFA0ZPUGTMzwcBdWvppTNQlaWD8GwLmG2FPI/RQWCyrOmc6G/P6C6pn5A= smithi122.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBoJNKtPFi+ORi5jXWOc2MASECQLwAi55nIjAqTKwCMq/Zp1qk58/VjS5axXqx02YWMSmHzfiFbHAVZt1Uyehyc= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-10_17:31:55 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-10T20:17:34.560 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-10T20:17:34.561 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa/tasks 2024-02-10T20:17:34.561 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-10T20:17:34.562 INFO:teuthology.task.internal:Checking packages... 2024-02-10T20:17:34.586 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '14aa01b918f09661ae41e4c41d1de99d6ac08228' 2024-02-10T20:17:34.586 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-10T20:17:34.586 INFO:teuthology.packaging:ref: None 2024-02-10T20:17:34.586 INFO:teuthology.packaging:tag: None 2024-02-10T20:17:34.586 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-02-09-1422 2024-02-10T20:17:34.586 INFO:teuthology.packaging:sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:17:34.586 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-10T20:17:34.808 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T20:17:34.810 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-10T20:17:34.816 INFO:teuthology.task.internal:no buildpackages task found 2024-02-10T20:17:34.816 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-10T20:17:34.822 INFO:teuthology.task.internal:Saving configuration 2024-02-10T20:17:34.835 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-10T20:17:34.840 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T20:17:34.868 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.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/7555831', '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-10 20:11:55.196233', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKQ226RBi09x7/iLGZOWUAYzomalyoC6gqsfGk6l1GeJ'} 2024-02-10T20:17:34.891 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi022.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/7555831', '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-10 20:11:55.197565', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJYZQ/Qx2lD10u0RHMUBLrVglOi6nLNxcw5aMxcci748'} 2024-02-10T20:17:34.913 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi122.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/7555831', '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-10 20:11:55.194680', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ/4hUxkO8NU76F049iGhbWH6pb032jEJDvEbXrqr9+v'} 2024-02-10T20:17:34.913 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-10T20:17:34.919 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-02-10T20:17:34.920 INFO:teuthology.task.internal:roles: ubuntu@smithi022.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-02-10T20:17:34.920 INFO:teuthology.task.internal:roles: ubuntu@smithi122.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-02-10T20:17:34.920 INFO:teuthology.run_tasks:Running task console_log... 2024-02-10T20:17:35.027 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f34883f9f70>, signals=[15]) 2024-02-10T20:17:35.028 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T20:17:35.034 INFO:teuthology.task.internal:Opening connections... 2024-02-10T20:17:35.034 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2024-02-10T20:17:35.036 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:17:35.118 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi022.front.sepia.ceph.com 2024-02-10T20:17:35.119 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:17:35.198 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi122.front.sepia.ceph.com 2024-02-10T20:17:35.199 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:17:35.279 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T20:17:35.285 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2024-02-10T20:17:35.291 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2024-02-10T20:17:35.292 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2024-02-10T20:17:35.338 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-10T20:17:35.338 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="Ubuntu" 2024-02-10T20:17:35.338 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="22.04" 2024-02-10T20:17:35.339 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-10T20:17:35.339 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_CODENAME=jammy 2024-02-10T20:17:35.339 INFO:teuthology.orchestra.run.smithi016.stdout:ID=ubuntu 2024-02-10T20:17:35.339 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE=debian 2024-02-10T20:17:35.339 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T20:17:35.339 INFO:teuthology.orchestra.run.smithi016.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T20:17:35.339 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T20:17:35.339 INFO:teuthology.orchestra.run.smithi016.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T20:17:35.339 INFO:teuthology.orchestra.run.smithi016.stdout:UBUNTU_CODENAME=jammy 2024-02-10T20:17:35.340 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2024-02-10T20:17:35.369 DEBUG:teuthology.orchestra.run.smithi022:> uname -m 2024-02-10T20:17:35.375 INFO:teuthology.orchestra.run.smithi022.stdout:x86_64 2024-02-10T20:17:35.375 DEBUG:teuthology.orchestra.run.smithi022:> cat /etc/os-release 2024-02-10T20:17:35.423 INFO:teuthology.orchestra.run.smithi022.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-10T20:17:35.423 INFO:teuthology.orchestra.run.smithi022.stdout:NAME="Ubuntu" 2024-02-10T20:17:35.423 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION_ID="22.04" 2024-02-10T20:17:35.423 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-10T20:17:35.423 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION_CODENAME=jammy 2024-02-10T20:17:35.423 INFO:teuthology.orchestra.run.smithi022.stdout:ID=ubuntu 2024-02-10T20:17:35.423 INFO:teuthology.orchestra.run.smithi022.stdout:ID_LIKE=debian 2024-02-10T20:17:35.423 INFO:teuthology.orchestra.run.smithi022.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T20:17:35.424 INFO:teuthology.orchestra.run.smithi022.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T20:17:35.424 INFO:teuthology.orchestra.run.smithi022.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T20:17:35.424 INFO:teuthology.orchestra.run.smithi022.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T20:17:35.424 INFO:teuthology.orchestra.run.smithi022.stdout:UBUNTU_CODENAME=jammy 2024-02-10T20:17:35.424 INFO:teuthology.lock.ops:Updating smithi022.front.sepia.ceph.com on lock server 2024-02-10T20:17:35.444 DEBUG:teuthology.orchestra.run.smithi122:> uname -m 2024-02-10T20:17:35.450 INFO:teuthology.orchestra.run.smithi122.stdout:x86_64 2024-02-10T20:17:35.450 DEBUG:teuthology.orchestra.run.smithi122:> cat /etc/os-release 2024-02-10T20:17:35.498 INFO:teuthology.orchestra.run.smithi122.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-10T20:17:35.499 INFO:teuthology.orchestra.run.smithi122.stdout:NAME="Ubuntu" 2024-02-10T20:17:35.499 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION_ID="22.04" 2024-02-10T20:17:35.499 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-10T20:17:35.499 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION_CODENAME=jammy 2024-02-10T20:17:35.499 INFO:teuthology.orchestra.run.smithi122.stdout:ID=ubuntu 2024-02-10T20:17:35.499 INFO:teuthology.orchestra.run.smithi122.stdout:ID_LIKE=debian 2024-02-10T20:17:35.499 INFO:teuthology.orchestra.run.smithi122.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T20:17:35.499 INFO:teuthology.orchestra.run.smithi122.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T20:17:35.499 INFO:teuthology.orchestra.run.smithi122.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T20:17:35.499 INFO:teuthology.orchestra.run.smithi122.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T20:17:35.499 INFO:teuthology.orchestra.run.smithi122.stdout:UBUNTU_CODENAME=jammy 2024-02-10T20:17:35.500 INFO:teuthology.lock.ops:Updating smithi122.front.sepia.ceph.com on lock server 2024-02-10T20:17:35.519 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T20:17:35.527 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T20:17:35.568 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T20:17:35.568 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2024-02-10T20:17:35.571 DEBUG:teuthology.orchestra.run.smithi022:> test '!' -e /home/ubuntu/cephtest 2024-02-10T20:17:35.573 DEBUG:teuthology.orchestra.run.smithi122:> test '!' -e /home/ubuntu/cephtest 2024-02-10T20:17:35.578 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T20:17:35.584 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T20:17:35.584 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2024-02-10T20:17:35.619 DEBUG:teuthology.orchestra.run.smithi022:> test -z $(ls -A /var/lib/ceph) 2024-02-10T20:17:35.622 DEBUG:teuthology.orchestra.run.smithi122:> test -z $(ls -A /var/lib/ceph) 2024-02-10T20:17:35.637 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T20:17:35.718 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T20:17:35.734 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T20:17:35.734 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-10T20:17:35.735 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T20:17:35.735 DEBUG:teuthology.orchestra.run.smithi022:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T20:17:35.735 DEBUG:teuthology.orchestra.run.smithi122:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T20:17:35.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:17:35.740 DEBUG:teuthology.orchestra.run.smithi022:> uname -r 2024-02-10T20:17:35.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:17:35.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T20:17:35.742 DEBUG:teuthology.orchestra.run.smithi122:> uname -r 2024-02-10T20:17:35.742 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-02-10T20:17:35.787 INFO:teuthology.orchestra.run.smithi022.stdout:5.15.0-56-generic 2024-02-10T20:17:35.787 INFO:teuthology.task.kernel:Running kernel on smithi022: 5.15.0-56-generic 2024-02-10T20:17:35.787 DEBUG:teuthology.orchestra.run.smithi022:> sudo apt-get clean 2024-02-10T20:17:35.790 INFO:teuthology.orchestra.run.smithi122.stdout:5.15.0-56-generic 2024-02-10T20:17:35.790 INFO:teuthology.task.kernel:Running kernel on smithi122: 5.15.0-56-generic 2024-02-10T20:17:35.790 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get clean 2024-02-10T20:17:35.791 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-56-generic 2024-02-10T20:17:35.791 INFO:teuthology.task.kernel:Running kernel on smithi016: 5.15.0-56-generic 2024-02-10T20:17:35.792 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-02-10T20:17:35.913 DEBUG:teuthology.orchestra.run.smithi022:> sudo apt-get update 2024-02-10T20:17:35.917 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get update 2024-02-10T20:17:35.921 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-02-10T20:17:36.059 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T20:17:36.072 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T20:17:36.082 INFO:teuthology.orchestra.run.smithi122.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-10T20:17:36.082 INFO:teuthology.orchestra.run.smithi122.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-10T20:17:36.087 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-10T20:17:36.114 INFO:teuthology.orchestra.run.smithi022.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-10T20:17:36.149 INFO:teuthology.orchestra.run.smithi122.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-10T20:17:36.179 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T20:17:36.188 INFO:teuthology.orchestra.run.smithi022.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-10T20:17:36.189 INFO:teuthology.orchestra.run.smithi022.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-10T20:17:36.260 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-10T20:17:36.300 INFO:teuthology.orchestra.run.smithi122.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-10T20:17:36.305 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-10T20:17:36.317 INFO:teuthology.orchestra.run.smithi022.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-10T20:17:36.387 INFO:teuthology.orchestra.run.smithi122.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-10T20:17:36.407 INFO:teuthology.orchestra.run.smithi122.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-10T20:17:36.412 INFO:teuthology.orchestra.run.smithi122.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-10T20:17:36.414 INFO:teuthology.orchestra.run.smithi122.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-10T20:17:36.415 INFO:teuthology.orchestra.run.smithi122.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-10T20:17:36.417 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-10T20:17:36.426 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-10T20:17:36.431 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-10T20:17:36.432 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-10T20:17:36.433 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-10T20:17:36.441 INFO:teuthology.orchestra.run.smithi122.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-10T20:17:36.441 INFO:teuthology.orchestra.run.smithi122.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-10T20:17:36.445 INFO:teuthology.orchestra.run.smithi122.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T20:17:36.445 INFO:teuthology.orchestra.run.smithi122.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-10T20:17:36.454 INFO:teuthology.orchestra.run.smithi122.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-10T20:17:36.459 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-10T20:17:36.463 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T20:17:36.463 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-10T20:17:36.466 INFO:teuthology.orchestra.run.smithi122.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-10T20:17:36.468 INFO:teuthology.orchestra.run.smithi122.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-10T20:17:36.468 INFO:teuthology.orchestra.run.smithi122.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-10T20:17:36.475 INFO:teuthology.orchestra.run.smithi022.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-10T20:17:36.478 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-10T20:17:36.487 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-10T20:17:36.490 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-10T20:17:36.491 INFO:teuthology.orchestra.run.smithi122.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-10T20:17:36.491 INFO:teuthology.orchestra.run.smithi122.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-10T20:17:36.495 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-10T20:17:36.495 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-10T20:17:36.496 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-10T20:17:36.496 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-10T20:17:36.498 INFO:teuthology.orchestra.run.smithi122.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-10T20:17:36.498 INFO:teuthology.orchestra.run.smithi122.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-10T20:17:36.510 INFO:teuthology.orchestra.run.smithi122.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-10T20:17:36.513 INFO:teuthology.orchestra.run.smithi022.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-10T20:17:36.518 INFO:teuthology.orchestra.run.smithi122.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-10T20:17:36.519 INFO:teuthology.orchestra.run.smithi122.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-10T20:17:36.519 INFO:teuthology.orchestra.run.smithi122.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-10T20:17:36.521 INFO:teuthology.orchestra.run.smithi022.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-10T20:17:36.521 INFO:teuthology.orchestra.run.smithi022.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-10T20:17:36.546 INFO:teuthology.orchestra.run.smithi122.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-10T20:17:36.551 INFO:teuthology.orchestra.run.smithi022.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-10T20:17:36.551 INFO:teuthology.orchestra.run.smithi122.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T20:17:36.551 INFO:teuthology.orchestra.run.smithi122.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,044 kB] 2024-02-10T20:17:36.552 INFO:teuthology.orchestra.run.smithi022.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-10T20:17:36.556 INFO:teuthology.orchestra.run.smithi022.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T20:17:36.556 INFO:teuthology.orchestra.run.smithi022.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,044 kB] 2024-02-10T20:17:36.569 INFO:teuthology.orchestra.run.smithi122.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-10T20:17:36.573 INFO:teuthology.orchestra.run.smithi022.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-10T20:17:36.579 INFO:teuthology.orchestra.run.smithi122.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-10T20:17:36.582 INFO:teuthology.orchestra.run.smithi122.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-10T20:17:36.584 INFO:teuthology.orchestra.run.smithi122.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-10T20:17:36.584 INFO:teuthology.orchestra.run.smithi122.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-10T20:17:36.584 INFO:teuthology.orchestra.run.smithi122.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-10T20:17:36.585 INFO:teuthology.orchestra.run.smithi022.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-10T20:17:36.588 INFO:teuthology.orchestra.run.smithi022.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-10T20:17:36.588 INFO:teuthology.orchestra.run.smithi022.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-10T20:17:36.589 INFO:teuthology.orchestra.run.smithi022.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-10T20:17:36.600 INFO:teuthology.orchestra.run.smithi122.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-10T20:17:36.600 INFO:teuthology.orchestra.run.smithi122.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-10T20:17:36.600 INFO:teuthology.orchestra.run.smithi122.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-10T20:17:36.601 INFO:teuthology.orchestra.run.smithi122.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-10T20:17:36.601 INFO:teuthology.orchestra.run.smithi122.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-10T20:17:36.608 INFO:teuthology.orchestra.run.smithi022.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-10T20:17:36.614 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-10T20:17:36.619 INFO:teuthology.orchestra.run.smithi122.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-10T20:17:36.620 INFO:teuthology.orchestra.run.smithi122.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-10T20:17:36.620 INFO:teuthology.orchestra.run.smithi122.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-10T20:17:36.620 INFO:teuthology.orchestra.run.smithi122.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-10T20:17:36.637 INFO:teuthology.orchestra.run.smithi022.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-10T20:17:36.637 INFO:teuthology.orchestra.run.smithi022.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-10T20:17:36.637 INFO:teuthology.orchestra.run.smithi022.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-10T20:17:36.638 INFO:teuthology.orchestra.run.smithi022.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-10T20:17:36.638 INFO:teuthology.orchestra.run.smithi022.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-10T20:17:36.639 INFO:teuthology.orchestra.run.smithi022.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-10T20:17:36.639 INFO:teuthology.orchestra.run.smithi022.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-10T20:17:36.639 INFO:teuthology.orchestra.run.smithi022.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-10T20:17:36.640 INFO:teuthology.orchestra.run.smithi022.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-10T20:17:36.640 INFO:teuthology.orchestra.run.smithi022.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-10T20:17:36.754 INFO:teuthology.orchestra.run.smithi016.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-10T20:17:36.889 INFO:teuthology.orchestra.run.smithi022.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-10T20:17:37.048 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-10T20:17:37.049 INFO:teuthology.orchestra.run.smithi022.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-10T20:17:37.063 INFO:teuthology.orchestra.run.smithi022.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-10T20:17:37.064 INFO:teuthology.orchestra.run.smithi022.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-10T20:17:37.065 INFO:teuthology.orchestra.run.smithi022.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-10T20:17:37.088 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-10T20:17:37.103 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-10T20:17:37.104 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-10T20:17:37.106 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-10T20:17:37.142 INFO:teuthology.orchestra.run.smithi022.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-10T20:17:37.150 INFO:teuthology.orchestra.run.smithi022.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T20:17:37.150 INFO:teuthology.orchestra.run.smithi022.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-10T20:17:37.163 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-10T20:17:37.169 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T20:17:37.176 INFO:teuthology.orchestra.run.smithi022.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-10T20:17:37.333 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,044 kB] 2024-02-10T20:17:37.354 INFO:teuthology.orchestra.run.smithi022.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-10T20:17:37.761 INFO:teuthology.orchestra.run.smithi022.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-10T20:17:37.767 INFO:teuthology.orchestra.run.smithi022.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-10T20:17:37.767 INFO:teuthology.orchestra.run.smithi022.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-10T20:17:37.782 INFO:teuthology.orchestra.run.smithi022.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-10T20:17:37.784 INFO:teuthology.orchestra.run.smithi022.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-10T20:17:37.956 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-10T20:17:37.994 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-10T20:17:38.007 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-10T20:17:38.008 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-10T20:17:38.009 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-10T20:17:38.010 INFO:teuthology.orchestra.run.smithi016.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-10T20:17:38.011 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-10T20:17:38.012 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-10T20:17:38.013 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-10T20:17:38.039 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-10T20:17:38.203 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-10T20:17:38.286 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-10T20:17:38.291 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-10T20:17:38.410 INFO:teuthology.orchestra.run.smithi016.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-10T20:17:38.462 INFO:teuthology.orchestra.run.smithi016.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-10T20:17:41.943 INFO:teuthology.orchestra.run.smithi122.stdout:Fetched 11.5 MB in 2s (6,769 kB/s) 2024-02-10T20:17:42.614 INFO:teuthology.orchestra.run.smithi022.stdout:Fetched 11.5 MB in 2s (6,406 kB/s) 2024-02-10T20:17:43.182 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 11.5 MB in 2s (4,647 kB/s) 2024-02-10T20:17:43.319 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2024-02-10T20:17:43.336 DEBUG:teuthology.orchestra.run.smithi122:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T20:17:43.387 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2024-02-10T20:17:43.565 INFO:teuthology.orchestra.run.smithi122.stdout:Building dependency tree... 2024-02-10T20:17:43.565 INFO:teuthology.orchestra.run.smithi122.stdout:Reading state information... 2024-02-10T20:17:43.720 INFO:teuthology.orchestra.run.smithi122.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T20:17:43.720 INFO:teuthology.orchestra.run.smithi122.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T20:17:43.720 INFO:teuthology.orchestra.run.smithi122.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T20:17:43.721 INFO:teuthology.orchestra.run.smithi122.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T20:17:43.721 INFO:teuthology.orchestra.run.smithi122.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-10T20:17:43.721 INFO:teuthology.orchestra.run.smithi122.stdout: python2.7-minimal 2024-02-10T20:17:43.721 INFO:teuthology.orchestra.run.smithi122.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T20:17:43.722 INFO:teuthology.orchestra.run.smithi122.stdout:The following additional packages will be installed: 2024-02-10T20:17:43.722 INFO:teuthology.orchestra.run.smithi122.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T20:17:43.722 INFO:teuthology.orchestra.run.smithi122.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-10T20:17:43.722 INFO:teuthology.orchestra.run.smithi122.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T20:17:43.724 INFO:teuthology.orchestra.run.smithi122.stdout:Suggested packages: 2024-02-10T20:17:43.724 INFO:teuthology.orchestra.run.smithi122.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-10T20:17:43.724 INFO:teuthology.orchestra.run.smithi122.stdout:Recommended packages: 2024-02-10T20:17:43.724 INFO:teuthology.orchestra.run.smithi122.stdout: thermald 2024-02-10T20:17:43.766 INFO:teuthology.orchestra.run.smithi122.stdout:The following NEW packages will be installed: 2024-02-10T20:17:43.766 INFO:teuthology.orchestra.run.smithi122.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T20:17:43.767 INFO:teuthology.orchestra.run.smithi122.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T20:17:43.767 INFO:teuthology.orchestra.run.smithi122.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-10T20:17:43.768 INFO:teuthology.orchestra.run.smithi122.stdout:The following packages will be upgraded: 2024-02-10T20:17:43.768 INFO:teuthology.orchestra.run.smithi122.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-10T20:17:43.824 INFO:teuthology.orchestra.run.smithi122.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T20:17:43.824 INFO:teuthology.orchestra.run.smithi122.stdout:Need to get 113 MB of archives. 2024-02-10T20:17:43.824 INFO:teuthology.orchestra.run.smithi122.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-10T20:17:43.824 INFO:teuthology.orchestra.run.smithi122.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-10T20:17:43.980 INFO:teuthology.orchestra.run.smithi022.stdout:Reading package lists... 2024-02-10T20:17:43.998 DEBUG:teuthology.orchestra.run.smithi022:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T20:17:44.051 INFO:teuthology.orchestra.run.smithi022.stdout:Reading package lists... 2024-02-10T20:17:44.233 INFO:teuthology.orchestra.run.smithi022.stdout:Building dependency tree... 2024-02-10T20:17:44.233 INFO:teuthology.orchestra.run.smithi022.stdout:Reading state information... 2024-02-10T20:17:44.285 INFO:teuthology.orchestra.run.smithi122.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-10T20:17:44.392 INFO:teuthology.orchestra.run.smithi022.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T20:17:44.392 INFO:teuthology.orchestra.run.smithi022.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T20:17:44.392 INFO:teuthology.orchestra.run.smithi022.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T20:17:44.393 INFO:teuthology.orchestra.run.smithi122.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-10T20:17:44.393 INFO:teuthology.orchestra.run.smithi022.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T20:17:44.393 INFO:teuthology.orchestra.run.smithi022.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-10T20:17:44.394 INFO:teuthology.orchestra.run.smithi022.stdout: python2.7-minimal 2024-02-10T20:17:44.394 INFO:teuthology.orchestra.run.smithi022.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T20:17:44.394 INFO:teuthology.orchestra.run.smithi022.stdout:The following additional packages will be installed: 2024-02-10T20:17:44.394 INFO:teuthology.orchestra.run.smithi022.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T20:17:44.395 INFO:teuthology.orchestra.run.smithi022.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-10T20:17:44.395 INFO:teuthology.orchestra.run.smithi022.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T20:17:44.396 INFO:teuthology.orchestra.run.smithi022.stdout:Suggested packages: 2024-02-10T20:17:44.396 INFO:teuthology.orchestra.run.smithi022.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-10T20:17:44.396 INFO:teuthology.orchestra.run.smithi022.stdout:Recommended packages: 2024-02-10T20:17:44.396 INFO:teuthology.orchestra.run.smithi022.stdout: thermald 2024-02-10T20:17:44.436 INFO:teuthology.orchestra.run.smithi022.stdout:The following NEW packages will be installed: 2024-02-10T20:17:44.436 INFO:teuthology.orchestra.run.smithi022.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T20:17:44.436 INFO:teuthology.orchestra.run.smithi022.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T20:17:44.437 INFO:teuthology.orchestra.run.smithi022.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-10T20:17:44.438 INFO:teuthology.orchestra.run.smithi022.stdout:The following packages will be upgraded: 2024-02-10T20:17:44.438 INFO:teuthology.orchestra.run.smithi022.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-10T20:17:44.506 INFO:teuthology.orchestra.run.smithi022.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T20:17:44.507 INFO:teuthology.orchestra.run.smithi022.stdout:Need to get 113 MB of archives. 2024-02-10T20:17:44.507 INFO:teuthology.orchestra.run.smithi022.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-10T20:17:44.507 INFO:teuthology.orchestra.run.smithi022.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-10T20:17:44.513 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-02-10T20:17:44.530 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T20:17:44.593 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-02-10T20:17:44.786 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-02-10T20:17:44.787 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-02-10T20:17:44.959 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T20:17:44.959 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T20:17:44.959 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T20:17:44.960 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T20:17:44.960 INFO:teuthology.orchestra.run.smithi016.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-10T20:17:44.960 INFO:teuthology.orchestra.run.smithi016.stdout: python2.7-minimal 2024-02-10T20:17:44.960 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T20:17:44.961 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-02-10T20:17:44.961 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T20:17:44.961 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-10T20:17:44.962 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T20:17:44.963 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-02-10T20:17:44.963 INFO:teuthology.orchestra.run.smithi016.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-10T20:17:44.963 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2024-02-10T20:17:44.963 INFO:teuthology.orchestra.run.smithi016.stdout: thermald 2024-02-10T20:17:45.006 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-02-10T20:17:45.006 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T20:17:45.007 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T20:17:45.007 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-10T20:17:45.008 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages will be upgraded: 2024-02-10T20:17:45.008 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-10T20:17:45.128 INFO:teuthology.orchestra.run.smithi016.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T20:17:45.128 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 113 MB of archives. 2024-02-10T20:17:45.129 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-10T20:17:45.129 INFO:teuthology.orchestra.run.smithi016.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-10T20:17:45.198 INFO:teuthology.orchestra.run.smithi022.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-10T20:17:45.402 INFO:teuthology.orchestra.run.smithi022.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-10T20:17:45.538 INFO:teuthology.orchestra.run.smithi122.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-10T20:17:45.538 INFO:teuthology.orchestra.run.smithi122.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-10T20:17:45.538 INFO:teuthology.orchestra.run.smithi122.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-10T20:17:45.939 INFO:teuthology.orchestra.run.smithi122.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-10T20:17:46.033 INFO:teuthology.orchestra.run.smithi016.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-10T20:17:46.051 INFO:teuthology.orchestra.run.smithi122.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-10T20:17:46.254 INFO:teuthology.orchestra.run.smithi016.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-10T20:17:46.455 INFO:teuthology.orchestra.run.smithi122.stdout:Fetched 113 MB in 2s (49.7 MB/s) 2024-02-10T20:17:46.728 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T20:17:46.798 INFO:teuthology.orchestra.run.smithi022.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-10T20:17:46.798 INFO:teuthology.orchestra.run.smithi022.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-10T20:17:46.798 INFO:teuthology.orchestra.run.smithi022.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-10T20:17:47.228 INFO:teuthology.orchestra.run.smithi022.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-10T20:17:47.294 INFO:teuthology.orchestra.run.smithi022.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-10T20:17:47.452 INFO:teuthology.orchestra.run.smithi016.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-10T20:17:47.452 INFO:teuthology.orchestra.run.smithi016.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-10T20:17:47.452 INFO:teuthology.orchestra.run.smithi016.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-10T20:17:47.636 INFO:teuthology.orchestra.run.smithi016.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-10T20:17:47.666 INFO:teuthology.orchestra.run.smithi016.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-10T20:17:47.701 INFO:teuthology.orchestra.run.smithi022.stdout:Fetched 113 MB in 3s (39.7 MB/s) 2024-02-10T20:17:48.012 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T20:17:48.087 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 113 MB in 3s (42.7 MB/s) 2024-02-10T20:17:48.278 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T20:17:48.896 INFO:teuthology.orchestra.run.smithi122.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-10T20:17:48.900 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T20:17:49.217 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:17:50.087 INFO:teuthology.orchestra.run.smithi022.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-10T20:17:50.092 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T20:17:50.224 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:17:50.293 INFO:teuthology.orchestra.run.smithi016.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-10T20:17:50.297 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T20:17:50.404 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:17:51.352 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T20:17:51.373 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T20:17:51.464 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:17:51.963 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T20:17:51.983 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T20:17:52.021 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:17:52.387 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T20:17:52.409 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T20:17:52.477 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T20:17:52.499 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T20:17:52.524 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:17:52.590 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:17:53.097 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T20:17:53.117 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T20:17:53.155 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:17:53.332 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T20:17:53.352 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T20:17:53.382 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:17:58.947 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T20:17:59.066 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T20:17:59.391 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T20:17:59.519 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T20:17:59.708 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T20:17:59.799 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T20:17:59.831 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T20:17:59.839 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-10T20:17:59.850 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-10T20:17:59.889 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T20:17:59.932 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T20:18:00.163 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T20:18:00.301 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T20:18:00.374 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T20:18:00.519 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T20:18:00.579 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-10T20:18:00.601 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-10T20:18:00.645 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T20:18:00.830 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-10T20:18:00.853 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-10T20:18:00.897 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T20:18:05.553 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-10T20:18:05.589 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T20:18:05.627 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:06.698 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-10T20:18:06.734 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T20:18:06.772 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:06.967 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-10T20:18:07.004 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T20:18:07.041 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:08.293 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T20:18:08.414 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T20:18:08.781 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T20:18:08.902 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:09.045 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-10T20:18:09.172 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:09.577 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T20:18:09.700 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T20:18:09.777 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T20:18:09.903 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T20:18:10.051 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T20:18:10.180 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:10.245 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T20:18:10.305 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-10T20:18:10.366 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:10.432 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:10.519 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-10T20:18:10.593 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:10.644 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:12.076 INFO:teuthology.orchestra.run.smithi122.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-10T20:18:12.076 INFO:teuthology.orchestra.run.smithi122.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-10T20:18:12.076 INFO:teuthology.orchestra.run.smithi122.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T20:18:12.076 INFO:teuthology.orchestra.run.smithi122.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T20:18:12.170 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:12.248 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:12.319 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:13.579 INFO:teuthology.orchestra.run.smithi022.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-10T20:18:13.579 INFO:teuthology.orchestra.run.smithi022.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-10T20:18:13.579 INFO:teuthology.orchestra.run.smithi022.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T20:18:13.579 INFO:teuthology.orchestra.run.smithi022.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T20:18:13.652 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-10T20:18:13.652 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-10T20:18:13.652 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T20:18:13.652 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T20:18:13.712 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:13.779 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-10T20:18:13.800 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:13.905 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-10T20:18:14.031 INFO:teuthology.orchestra.run.smithi122.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:14.099 INFO:teuthology.orchestra.run.smithi122.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T20:18:14.099 INFO:teuthology.orchestra.run.smithi122.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T20:18:15.147 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-10T20:18:15.209 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-10T20:18:15.281 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-10T20:18:15.343 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-10T20:18:15.407 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:15.470 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T20:18:15.480 INFO:teuthology.orchestra.run.smithi022.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T20:18:15.480 INFO:teuthology.orchestra.run.smithi022.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T20:18:15.537 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T20:18:15.537 INFO:teuthology.orchestra.run.smithi016.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T20:18:28.496 INFO:teuthology.orchestra.run.smithi122.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T20:18:28.496 INFO:teuthology.orchestra.run.smithi122.stdout:Sourcing file `/etc/default/grub' 2024-02-10T20:18:28.517 INFO:teuthology.orchestra.run.smithi122.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T20:18:28.542 INFO:teuthology.orchestra.run.smithi122.stdout:Generating grub configuration file ... 2024-02-10T20:18:28.833 INFO:teuthology.orchestra.run.smithi122.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T20:18:28.862 INFO:teuthology.orchestra.run.smithi122.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T20:18:29.183 INFO:teuthology.orchestra.run.smithi122.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T20:18:29.189 INFO:teuthology.orchestra.run.smithi122.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T20:18:29.256 INFO:teuthology.orchestra.run.smithi122.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T20:18:29.262 INFO:teuthology.orchestra.run.smithi122.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T20:18:29.459 INFO:teuthology.orchestra.run.smithi122.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T20:18:29.459 INFO:teuthology.orchestra.run.smithi122.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T20:18:29.459 INFO:teuthology.orchestra.run.smithi122.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T20:18:29.492 INFO:teuthology.orchestra.run.smithi122.stdout:done 2024-02-10T20:18:29.966 INFO:teuthology.orchestra.run.smithi022.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T20:18:29.966 INFO:teuthology.orchestra.run.smithi022.stdout:Sourcing file `/etc/default/grub' 2024-02-10T20:18:29.980 INFO:teuthology.orchestra.run.smithi022.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T20:18:30.001 INFO:teuthology.orchestra.run.smithi022.stdout:Generating grub configuration file ... 2024-02-10T20:18:30.003 DEBUG:teuthology.orchestra.run.smithi122:> dpkg -s linux-image-generic 2024-02-10T20:18:30.025 INFO:teuthology.orchestra.run.smithi122.stdout:Package: linux-image-generic 2024-02-10T20:18:30.025 INFO:teuthology.orchestra.run.smithi122.stdout:Status: install ok installed 2024-02-10T20:18:30.025 INFO:teuthology.orchestra.run.smithi122.stdout:Priority: optional 2024-02-10T20:18:30.025 INFO:teuthology.orchestra.run.smithi122.stdout:Section: kernel 2024-02-10T20:18:30.025 INFO:teuthology.orchestra.run.smithi122.stdout:Installed-Size: 21 2024-02-10T20:18:30.025 INFO:teuthology.orchestra.run.smithi122.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T20:18:30.025 INFO:teuthology.orchestra.run.smithi122.stdout:Architecture: amd64 2024-02-10T20:18:30.025 INFO:teuthology.orchestra.run.smithi122.stdout:Source: linux-meta 2024-02-10T20:18:30.025 INFO:teuthology.orchestra.run.smithi122.stdout:Version: 5.15.0.94.91 2024-02-10T20:18:30.026 INFO:teuthology.orchestra.run.smithi122.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-10T20:18:30.026 INFO:teuthology.orchestra.run.smithi122.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-10T20:18:30.026 INFO:teuthology.orchestra.run.smithi122.stdout:Recommends: thermald 2024-02-10T20:18:30.026 INFO:teuthology.orchestra.run.smithi122.stdout:Description: Generic Linux kernel image 2024-02-10T20:18:30.026 INFO:teuthology.orchestra.run.smithi122.stdout: This package will always depend on the latest generic kernel image 2024-02-10T20:18:30.026 INFO:teuthology.orchestra.run.smithi122.stdout: available. 2024-02-10T20:18:30.026 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-10T20:18:30.026 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T20:18:30.026 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T20:18:30.027 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-10T20:18:30.027 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi122.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T20:18:30.027 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get clean 2024-02-10T20:18:30.053 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T20:18:30.053 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub' 2024-02-10T20:18:30.072 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T20:18:30.094 INFO:teuthology.orchestra.run.smithi016.stdout:Generating grub configuration file ... 2024-02-10T20:18:30.164 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get update 2024-02-10T20:18:30.287 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T20:18:30.300 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T20:18:30.319 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T20:18:30.321 INFO:teuthology.orchestra.run.smithi022.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T20:18:30.339 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T20:18:30.339 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T20:18:30.347 INFO:teuthology.orchestra.run.smithi022.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T20:18:30.360 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T20:18:30.657 INFO:teuthology.orchestra.run.smithi022.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T20:18:30.663 INFO:teuthology.orchestra.run.smithi022.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T20:18:30.684 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T20:18:30.691 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T20:18:30.739 INFO:teuthology.orchestra.run.smithi022.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T20:18:30.744 INFO:teuthology.orchestra.run.smithi022.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T20:18:30.769 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T20:18:30.775 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T20:18:30.914 INFO:teuthology.orchestra.run.smithi022.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T20:18:30.914 INFO:teuthology.orchestra.run.smithi022.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T20:18:30.914 INFO:teuthology.orchestra.run.smithi022.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T20:18:30.933 INFO:teuthology.orchestra.run.smithi016.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T20:18:30.933 INFO:teuthology.orchestra.run.smithi016.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T20:18:30.933 INFO:teuthology.orchestra.run.smithi016.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T20:18:30.948 INFO:teuthology.orchestra.run.smithi022.stdout:done 2024-02-10T20:18:30.971 INFO:teuthology.orchestra.run.smithi016.stdout:done 2024-02-10T20:18:31.383 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2024-02-10T20:18:31.406 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2024-02-10T20:18:31.406 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-02-10T20:18:31.406 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-02-10T20:18:31.406 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-02-10T20:18:31.406 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-02-10T20:18:31.406 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T20:18:31.407 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-02-10T20:18:31.407 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2024-02-10T20:18:31.407 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.94.91 2024-02-10T20:18:31.407 INFO:teuthology.orchestra.run.smithi016.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-10T20:18:31.407 INFO:teuthology.orchestra.run.smithi016.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-10T20:18:31.407 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-02-10T20:18:31.407 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-02-10T20:18:31.407 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-02-10T20:18:31.407 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-02-10T20:18:31.407 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-10T20:18:31.407 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T20:18:31.407 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T20:18:31.408 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-10T20:18:31.408 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi016.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T20:18:31.408 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-02-10T20:18:31.475 DEBUG:teuthology.orchestra.run.smithi022:> dpkg -s linux-image-generic 2024-02-10T20:18:31.499 INFO:teuthology.orchestra.run.smithi022.stdout:Package: linux-image-generic 2024-02-10T20:18:31.499 INFO:teuthology.orchestra.run.smithi022.stdout:Status: install ok installed 2024-02-10T20:18:31.499 INFO:teuthology.orchestra.run.smithi022.stdout:Priority: optional 2024-02-10T20:18:31.499 INFO:teuthology.orchestra.run.smithi022.stdout:Section: kernel 2024-02-10T20:18:31.499 INFO:teuthology.orchestra.run.smithi022.stdout:Installed-Size: 21 2024-02-10T20:18:31.499 INFO:teuthology.orchestra.run.smithi022.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T20:18:31.499 INFO:teuthology.orchestra.run.smithi022.stdout:Architecture: amd64 2024-02-10T20:18:31.499 INFO:teuthology.orchestra.run.smithi022.stdout:Source: linux-meta 2024-02-10T20:18:31.499 INFO:teuthology.orchestra.run.smithi022.stdout:Version: 5.15.0.94.91 2024-02-10T20:18:31.499 INFO:teuthology.orchestra.run.smithi022.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-10T20:18:31.500 INFO:teuthology.orchestra.run.smithi022.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-10T20:18:31.500 INFO:teuthology.orchestra.run.smithi022.stdout:Recommends: thermald 2024-02-10T20:18:31.500 INFO:teuthology.orchestra.run.smithi022.stdout:Description: Generic Linux kernel image 2024-02-10T20:18:31.500 INFO:teuthology.orchestra.run.smithi022.stdout: This package will always depend on the latest generic kernel image 2024-02-10T20:18:31.500 INFO:teuthology.orchestra.run.smithi022.stdout: available. 2024-02-10T20:18:31.500 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-10T20:18:31.500 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T20:18:31.500 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T20:18:31.500 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-10T20:18:31.501 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi022.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T20:18:31.501 DEBUG:teuthology.orchestra.run.smithi022:> sudo apt-get clean 2024-02-10T20:18:31.533 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2024-02-10T20:18:31.551 DEBUG:teuthology.orchestra.run.smithi122:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T20:18:31.601 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2024-02-10T20:18:31.613 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-02-10T20:18:31.678 DEBUG:teuthology.orchestra.run.smithi022:> sudo apt-get update 2024-02-10T20:18:31.771 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T20:18:31.771 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T20:18:31.780 INFO:teuthology.orchestra.run.smithi122.stdout:Building dependency tree... 2024-02-10T20:18:31.784 INFO:teuthology.orchestra.run.smithi122.stdout:Reading state information... 2024-02-10T20:18:31.791 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T20:18:31.812 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T20:18:31.812 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T20:18:31.820 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T20:18:31.840 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T20:18:31.872 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T20:18:31.933 INFO:teuthology.orchestra.run.smithi122.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-10T20:18:31.933 INFO:teuthology.orchestra.run.smithi122.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T20:18:31.933 INFO:teuthology.orchestra.run.smithi122.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T20:18:31.933 INFO:teuthology.orchestra.run.smithi122.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T20:18:31.933 INFO:teuthology.orchestra.run.smithi122.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T20:18:31.933 INFO:teuthology.orchestra.run.smithi122.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T20:18:31.933 INFO:teuthology.orchestra.run.smithi122.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T20:18:31.933 INFO:teuthology.orchestra.run.smithi122.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T20:18:31.971 INFO:teuthology.orchestra.run.smithi122.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T20:18:31.973 DEBUG:teuthology.orchestra.run.smithi122:> dpkg -s linux-image-generic 2024-02-10T20:18:32.032 INFO:teuthology.orchestra.run.smithi122.stdout:Package: linux-image-generic 2024-02-10T20:18:32.032 INFO:teuthology.orchestra.run.smithi122.stdout:Status: install ok installed 2024-02-10T20:18:32.032 INFO:teuthology.orchestra.run.smithi122.stdout:Priority: optional 2024-02-10T20:18:32.032 INFO:teuthology.orchestra.run.smithi122.stdout:Section: kernel 2024-02-10T20:18:32.032 INFO:teuthology.orchestra.run.smithi122.stdout:Installed-Size: 21 2024-02-10T20:18:32.032 INFO:teuthology.orchestra.run.smithi122.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T20:18:32.032 INFO:teuthology.orchestra.run.smithi122.stdout:Architecture: amd64 2024-02-10T20:18:32.033 INFO:teuthology.orchestra.run.smithi122.stdout:Source: linux-meta 2024-02-10T20:18:32.033 INFO:teuthology.orchestra.run.smithi122.stdout:Version: 5.15.0.94.91 2024-02-10T20:18:32.033 INFO:teuthology.orchestra.run.smithi122.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-10T20:18:32.033 INFO:teuthology.orchestra.run.smithi122.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-10T20:18:32.033 INFO:teuthology.orchestra.run.smithi122.stdout:Recommends: thermald 2024-02-10T20:18:32.033 INFO:teuthology.orchestra.run.smithi122.stdout:Description: Generic Linux kernel image 2024-02-10T20:18:32.033 INFO:teuthology.orchestra.run.smithi122.stdout: This package will always depend on the latest generic kernel image 2024-02-10T20:18:32.033 INFO:teuthology.orchestra.run.smithi122.stdout: available. 2024-02-10T20:18:32.033 DEBUG:teuthology.orchestra.run.smithi122:> mktemp 2024-02-10T20:18:32.078 INFO:teuthology.orchestra.run.smithi122.stdout:/tmp/tmp.0X0T6geVb8 2024-02-10T20:18:32.078 DEBUG:teuthology.orchestra.run.smithi122:> sudo cp /boot/grub/grub.cfg /tmp/tmp.0X0T6geVb8 2024-02-10T20:18:32.144 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 0666 /tmp/tmp.0X0T6geVb8 2024-02-10T20:18:32.259 DEBUG:teuthology.orchestra.remote:smithi122:/tmp/tmp.0X0T6geVb8 is 10KB 2024-02-10T20:18:32.272 DEBUG:teuthology.orchestra.run.smithi122:> rm -fr /tmp/tmp.0X0T6geVb8 2024-02-10T20:18:32.277 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T20:18:32.334 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-10T20:18:32.334 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T20:18:32.335 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T20:18:32.405 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T20:18:32.405 DEBUG:teuthology.orchestra.run.smithi122:> sudo update-grub 2024-02-10T20:18:33.161 INFO:teuthology.orchestra.run.smithi022.stdout:Reading package lists... 2024-02-10T20:18:33.176 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-02-10T20:18:33.178 DEBUG:teuthology.orchestra.run.smithi022:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T20:18:33.193 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T20:18:33.231 INFO:teuthology.orchestra.run.smithi022.stdout:Reading package lists... 2024-02-10T20:18:33.245 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-02-10T20:18:33.405 INFO:teuthology.orchestra.run.smithi022.stdout:Building dependency tree... 2024-02-10T20:18:33.406 INFO:teuthology.orchestra.run.smithi022.stdout:Reading state information... 2024-02-10T20:18:33.427 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-02-10T20:18:33.427 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-02-10T20:18:33.561 INFO:teuthology.orchestra.run.smithi022.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-10T20:18:33.561 INFO:teuthology.orchestra.run.smithi022.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T20:18:33.561 INFO:teuthology.orchestra.run.smithi022.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T20:18:33.561 INFO:teuthology.orchestra.run.smithi022.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T20:18:33.561 INFO:teuthology.orchestra.run.smithi022.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T20:18:33.562 INFO:teuthology.orchestra.run.smithi022.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T20:18:33.562 INFO:teuthology.orchestra.run.smithi022.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T20:18:33.562 INFO:teuthology.orchestra.run.smithi022.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T20:18:33.582 INFO:teuthology.orchestra.run.smithi016.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-10T20:18:33.582 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T20:18:33.583 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T20:18:33.583 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T20:18:33.583 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T20:18:33.583 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T20:18:33.583 INFO:teuthology.orchestra.run.smithi016.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T20:18:33.583 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T20:18:33.599 INFO:teuthology.orchestra.run.smithi022.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T20:18:33.601 DEBUG:teuthology.orchestra.run.smithi022:> dpkg -s linux-image-generic 2024-02-10T20:18:33.624 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T20:18:33.625 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2024-02-10T20:18:33.657 INFO:teuthology.orchestra.run.smithi022.stdout:Package: linux-image-generic 2024-02-10T20:18:33.657 INFO:teuthology.orchestra.run.smithi022.stdout:Status: install ok installed 2024-02-10T20:18:33.657 INFO:teuthology.orchestra.run.smithi022.stdout:Priority: optional 2024-02-10T20:18:33.657 INFO:teuthology.orchestra.run.smithi022.stdout:Section: kernel 2024-02-10T20:18:33.657 INFO:teuthology.orchestra.run.smithi022.stdout:Installed-Size: 21 2024-02-10T20:18:33.657 INFO:teuthology.orchestra.run.smithi022.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T20:18:33.657 INFO:teuthology.orchestra.run.smithi022.stdout:Architecture: amd64 2024-02-10T20:18:33.657 INFO:teuthology.orchestra.run.smithi022.stdout:Source: linux-meta 2024-02-10T20:18:33.658 INFO:teuthology.orchestra.run.smithi022.stdout:Version: 5.15.0.94.91 2024-02-10T20:18:33.658 INFO:teuthology.orchestra.run.smithi022.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-10T20:18:33.658 INFO:teuthology.orchestra.run.smithi022.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-10T20:18:33.658 INFO:teuthology.orchestra.run.smithi022.stdout:Recommends: thermald 2024-02-10T20:18:33.658 INFO:teuthology.orchestra.run.smithi022.stdout:Description: Generic Linux kernel image 2024-02-10T20:18:33.658 INFO:teuthology.orchestra.run.smithi022.stdout: This package will always depend on the latest generic kernel image 2024-02-10T20:18:33.658 INFO:teuthology.orchestra.run.smithi022.stdout: available. 2024-02-10T20:18:33.658 DEBUG:teuthology.orchestra.run.smithi022:> mktemp 2024-02-10T20:18:33.677 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2024-02-10T20:18:33.677 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-02-10T20:18:33.677 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-02-10T20:18:33.677 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-02-10T20:18:33.677 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-02-10T20:18:33.677 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T20:18:33.677 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-02-10T20:18:33.677 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2024-02-10T20:18:33.678 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.94.91 2024-02-10T20:18:33.678 INFO:teuthology.orchestra.run.smithi016.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-10T20:18:33.678 INFO:teuthology.orchestra.run.smithi016.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-10T20:18:33.678 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-02-10T20:18:33.678 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-02-10T20:18:33.678 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-02-10T20:18:33.678 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-02-10T20:18:33.679 DEBUG:teuthology.orchestra.run.smithi016:> mktemp 2024-02-10T20:18:33.702 INFO:teuthology.orchestra.run.smithi022.stdout:/tmp/tmp.5rVRXbITCC 2024-02-10T20:18:33.702 DEBUG:teuthology.orchestra.run.smithi022:> sudo cp /boot/grub/grub.cfg /tmp/tmp.5rVRXbITCC 2024-02-10T20:18:33.722 INFO:teuthology.orchestra.run.smithi016.stdout:/tmp/tmp.PU56cM5dfZ 2024-02-10T20:18:33.723 DEBUG:teuthology.orchestra.run.smithi016:> sudo cp /boot/grub/grub.cfg /tmp/tmp.PU56cM5dfZ 2024-02-10T20:18:33.723 INFO:teuthology.orchestra.run.smithi122.stderr:Sourcing file `/etc/default/grub' 2024-02-10T20:18:33.723 INFO:teuthology.orchestra.run.smithi122.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T20:18:33.725 INFO:teuthology.orchestra.run.smithi122.stderr:Generating grub configuration file ... 2024-02-10T20:18:33.775 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod 0666 /tmp/tmp.5rVRXbITCC 2024-02-10T20:18:33.778 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0666 /tmp/tmp.PU56cM5dfZ 2024-02-10T20:18:33.890 DEBUG:teuthology.orchestra.remote:smithi016:/tmp/tmp.PU56cM5dfZ is 10KB 2024-02-10T20:18:33.892 DEBUG:teuthology.orchestra.remote:smithi022:/tmp/tmp.5rVRXbITCC is 10KB 2024-02-10T20:18:33.903 DEBUG:teuthology.orchestra.run.smithi016:> rm -fr /tmp/tmp.PU56cM5dfZ 2024-02-10T20:18:33.905 DEBUG:teuthology.orchestra.run.smithi022:> rm -fr /tmp/tmp.5rVRXbITCC 2024-02-10T20:18:33.909 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T20:18:33.911 DEBUG:teuthology.orchestra.run.smithi022:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T20:18:33.939 INFO:teuthology.orchestra.run.smithi122.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T20:18:33.945 INFO:teuthology.orchestra.run.smithi122.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T20:18:33.960 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-10T20:18:33.961 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T20:18:33.961 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T20:18:33.965 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-10T20:18:33.965 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T20:18:33.965 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T20:18:34.025 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T20:18:34.025 DEBUG:teuthology.orchestra.run.smithi016:> sudo update-grub 2024-02-10T20:18:34.031 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T20:18:34.031 DEBUG:teuthology.orchestra.run.smithi022:> sudo update-grub 2024-02-10T20:18:34.187 INFO:teuthology.orchestra.run.smithi122.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T20:18:34.192 INFO:teuthology.orchestra.run.smithi122.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T20:18:34.234 INFO:teuthology.orchestra.run.smithi122.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T20:18:34.239 INFO:teuthology.orchestra.run.smithi122.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T20:18:34.353 INFO:teuthology.orchestra.run.smithi122.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T20:18:34.353 INFO:teuthology.orchestra.run.smithi122.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T20:18:34.354 INFO:teuthology.orchestra.run.smithi122.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T20:18:34.367 INFO:teuthology.orchestra.run.smithi122.stderr:done 2024-02-10T20:18:34.369 DEBUG:teuthology.orchestra.run.smithi122:> sudo shutdown -r now 2024-02-10T20:18:35.238 INFO:teuthology.orchestra.run.smithi022.stderr:Sourcing file `/etc/default/grub' 2024-02-10T20:18:35.239 INFO:teuthology.orchestra.run.smithi022.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T20:18:35.241 INFO:teuthology.orchestra.run.smithi022.stderr:Generating grub configuration file ... 2024-02-10T20:18:35.400 INFO:teuthology.orchestra.run.smithi022.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T20:18:35.406 INFO:teuthology.orchestra.run.smithi022.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T20:18:35.461 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub' 2024-02-10T20:18:35.463 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T20:18:35.467 INFO:teuthology.orchestra.run.smithi016.stderr:Generating grub configuration file ... 2024-02-10T20:18:35.651 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T20:18:35.657 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T20:18:35.666 INFO:teuthology.orchestra.run.smithi022.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T20:18:35.672 INFO:teuthology.orchestra.run.smithi022.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T20:18:35.717 INFO:teuthology.orchestra.run.smithi022.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T20:18:35.722 INFO:teuthology.orchestra.run.smithi022.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T20:18:35.862 INFO:teuthology.orchestra.run.smithi022.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T20:18:35.862 INFO:teuthology.orchestra.run.smithi022.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T20:18:35.862 INFO:teuthology.orchestra.run.smithi022.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T20:18:35.879 INFO:teuthology.orchestra.run.smithi022.stderr:done 2024-02-10T20:18:35.880 DEBUG:teuthology.orchestra.run.smithi022:> sudo shutdown -r now 2024-02-10T20:18:35.892 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T20:18:35.898 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T20:18:35.941 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T20:18:35.947 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T20:18:36.106 INFO:teuthology.orchestra.run.smithi016.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T20:18:36.106 INFO:teuthology.orchestra.run.smithi016.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T20:18:36.106 INFO:teuthology.orchestra.run.smithi016.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T20:18:36.125 INFO:teuthology.orchestra.run.smithi016.stderr:done 2024-02-10T20:18:36.136 DEBUG:teuthology.orchestra.run.smithi016:> sudo shutdown -r now 2024-02-10T20:19:04.400 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-10T20:19:04.401 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-10T20:19:04.402 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:19:05.884 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-10T20:19:05.885 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2024-02-10T20:19:05.886 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:19:06.139 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-10T20:19:06.139 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-02-10T20:19:06.140 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:19:22.813 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.122 2024-02-10T20:19:24.348 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.22 2024-02-10T20:19:24.604 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.16 2024-02-10T20:19:31.820 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-10T20:19:31.821 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:19:33.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2024-02-10T20:19:33.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:19:33.606 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-02-10T20:19:33.606 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:19:34.876 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.122 2024-02-10T20:19:46.888 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-10T20:19:46.889 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:20:05.308 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.122 2024-02-10T20:20:20.324 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-10T20:20:20.325 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:20:20.929 DEBUG:teuthology.orchestra.run.smithi122:> true 2024-02-10T20:20:21.669 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-10T20:20:21.670 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-94-generic"... 2024-02-10T20:20:21.670 DEBUG:teuthology.orchestra.run.smithi122:> uname -r 2024-02-10T20:20:21.719 INFO:teuthology.orchestra.run.smithi122.stdout:5.15.0-94-generic 2024-02-10T20:20:21.719 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T20:20:21.720 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T20:20:21.720 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T20:20:22.720 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-02-10T20:20:22.721 DEBUG:teuthology.orchestra.run.smithi122:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T20:20:22.826 INFO:teuthology.orchestra.run.smithi122.stdout:ttyS1 2024-02-10T20:20:22.845 DEBUG:teuthology.parallel:result is None 2024-02-10T20:20:33.353 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T20:20:33.608 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T20:20:45.354 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2024-02-10T20:20:45.355 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:20:45.570 DEBUG:teuthology.orchestra.run.smithi022:> true 2024-02-10T20:20:45.609 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-02-10T20:20:45.609 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:20:45.837 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-02-10T20:20:46.098 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi022.front.sepia.ceph.com' 2024-02-10T20:20:46.098 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-94-generic"... 2024-02-10T20:20:46.098 DEBUG:teuthology.orchestra.run.smithi022:> uname -r 2024-02-10T20:20:46.144 INFO:teuthology.orchestra.run.smithi022.stdout:5.15.0-94-generic 2024-02-10T20:20:46.144 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T20:20:46.144 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T20:20:46.144 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T20:20:46.478 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-02-10T20:20:46.478 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-94-generic"... 2024-02-10T20:20:46.478 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-02-10T20:20:46.525 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-94-generic 2024-02-10T20:20:46.525 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T20:20:46.525 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T20:20:46.525 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T20:20:47.145 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-10T20:20:47.146 DEBUG:teuthology.orchestra.run.smithi022:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T20:20:47.220 INFO:teuthology.orchestra.run.smithi022.stdout:ttyS1 2024-02-10T20:20:47.246 DEBUG:teuthology.parallel:result is None 2024-02-10T20:20:47.526 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-10T20:20:47.526 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T20:20:47.580 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2024-02-10T20:20:47.614 DEBUG:teuthology.parallel:result is None 2024-02-10T20:20:47.614 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T20:20:47.622 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T20:20:47.622 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T20:20:47.624 DEBUG:teuthology.orchestra.run.smithi022:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T20:20:47.626 DEBUG:teuthology.orchestra.run.smithi122:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T20:20:47.633 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T20:20:47.648 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T20:20:47.661 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T20:20:47.661 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T20:20:47.670 DEBUG:teuthology.orchestra.run.smithi022:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T20:20:47.673 DEBUG:teuthology.orchestra.run.smithi122:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T20:20:47.691 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T20:20:47.701 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T20:20:47.701 DEBUG:teuthology.orchestra.run.smithi016:> 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-10T20:20:47.726 DEBUG:teuthology.orchestra.run.smithi022:> 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-10T20:20:47.729 DEBUG:teuthology.orchestra.run.smithi122:> 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-10T20:20:47.742 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:20:47.745 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:20:47.750 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:20:47.753 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:20:47.840 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:20:47.850 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T20:20:47.852 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T20:20:47.859 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T20:20:47.859 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T20:20:47.862 DEBUG:teuthology.orchestra.run.smithi022:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T20:20:47.864 DEBUG:teuthology.orchestra.run.smithi122:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T20:20:47.877 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T20:20:47.890 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T20:20:47.890 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T20:20:47.918 DEBUG:teuthology.orchestra.run.smithi022:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T20:20:47.921 DEBUG:teuthology.orchestra.run.smithi122:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T20:20:47.927 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:20:47.970 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:20:48.017 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-10T20:20:48.017 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T20:20:48.081 DEBUG:teuthology.orchestra.run.smithi022:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:20:48.087 DEBUG:teuthology.orchestra.run.smithi022:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:20:48.137 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-10T20:20:48.137 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T20:20:48.199 DEBUG:teuthology.orchestra.run.smithi122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T20:20:48.205 DEBUG:teuthology.orchestra.run.smithi122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T20:20:48.252 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-10T20:20:48.252 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T20:20:48.317 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2024-02-10T20:20:48.319 DEBUG:teuthology.orchestra.run.smithi022:> sudo service rsyslog restart 2024-02-10T20:20:48.322 DEBUG:teuthology.orchestra.run.smithi122:> sudo service rsyslog restart 2024-02-10T20:20:48.395 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T20:20:48.404 INFO:teuthology.task.internal:Starting timer... 2024-02-10T20:20:48.404 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T20:20:48.419 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T20:20:48.433 DEBUG:teuthology.task.selinux:Excluding smithi016: OS 'ubuntu' does not support SELinux 2024-02-10T20:20:48.433 DEBUG:teuthology.task.selinux:Excluding smithi022: OS 'ubuntu' does not support SELinux 2024-02-10T20:20:48.433 DEBUG:teuthology.task.selinux:Excluding smithi122: OS 'ubuntu' does not support SELinux 2024-02-10T20:20:48.434 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T20:20:48.434 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-02-10T20:20:48.434 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T20:20:48.434 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T20:20:48.448 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T20:20:48.470 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-10T20:20:48.472 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi016.front.sepia.ceph.com,smithi022.front.sepia.ceph.com,smithi122.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T20:27:54.006 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi016.front.sepia.ceph.com'), Remote(name='ubuntu@smithi022.front.sepia.ceph.com'), Remote(name='ubuntu@smithi122.front.sepia.ceph.com')] 2024-02-10T20:27:54.007 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-02-10T20:27:54.008 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:27:54.094 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-02-10T20:27:54.176 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-02-10T20:27:54.177 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2024-02-10T20:27:54.177 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:27:54.257 DEBUG:teuthology.orchestra.run.smithi022:> true 2024-02-10T20:27:54.340 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi022.front.sepia.ceph.com' 2024-02-10T20:27:54.340 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-10T20:27:54.341 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T20:27:54.422 DEBUG:teuthology.orchestra.run.smithi122:> true 2024-02-10T20:27:54.500 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-02-10T20:27:54.501 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T20:27:54.513 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T20:27:54.513 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T20:27:54.514 DEBUG:teuthology.orchestra.run.smithi016:> 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-10T20:27:54.516 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T20:27:54.516 DEBUG:teuthology.orchestra.run.smithi022:> 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-10T20:27:54.519 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T20:27:54.519 DEBUG:teuthology.orchestra.run.smithi122:> 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-10T20:27:54.544 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-10T20:27:54.544 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: Command line: ntpd -gq 2024-02-10T20:27:54.544 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: ---------------------------------------------------- 2024-02-10T20:27:54.544 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: ntp-4 is maintained by Network Time Foundation, 2024-02-10T20:27:54.544 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-10T20:27:54.544 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: corporation. Support and training for ntp-4 are 2024-02-10T20:27:54.544 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: available at https://www.nwtime.org/support 2024-02-10T20:27:54.544 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: ---------------------------------------------------- 2024-02-10T20:27:54.544 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: proto: precision = 0.061 usec (-24) 2024-02-10T20:27:54.545 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: basedate set to 2022-02-04 2024-02-10T20:27:54.545 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: gps base set to 2022-02-06 (week 2196) 2024-02-10T20:27:54.545 INFO:teuthology.orchestra.run.smithi016.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T20:27:54.545 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T20:27:54.546 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T20:27:54.546 INFO:teuthology.orchestra.run.smithi016.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T20:27:54.547 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T20:27:54.547 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T20:27:54.547 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T20:27:54.547 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: Listen normally on 3 ens1f0 172.21.15.16:123 2024-02-10T20:27:54.547 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: Listen normally on 4 lo [::1]:123 2024-02-10T20:27:54.547 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1564%4]:123 2024-02-10T20:27:54.547 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:27:54 ntpd[17020]: Listening on routing socket on fd #22 for interface updates 2024-02-10T20:27:54.548 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-10T20:27:54.548 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: Command line: ntpd -gq 2024-02-10T20:27:54.548 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: ---------------------------------------------------- 2024-02-10T20:27:54.548 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: ntp-4 is maintained by Network Time Foundation, 2024-02-10T20:27:54.548 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-10T20:27:54.549 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: corporation. Support and training for ntp-4 are 2024-02-10T20:27:54.549 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: available at https://www.nwtime.org/support 2024-02-10T20:27:54.549 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: ---------------------------------------------------- 2024-02-10T20:27:54.549 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: proto: precision = 0.047 usec (-24) 2024-02-10T20:27:54.549 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: basedate set to 2022-02-04 2024-02-10T20:27:54.549 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: gps base set to 2022-02-06 (week 2196) 2024-02-10T20:27:54.549 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T20:27:54.549 INFO:teuthology.orchestra.run.smithi022.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T20:27:54.549 INFO:teuthology.orchestra.run.smithi022.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T20:27:54.550 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T20:27:54.550 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T20:27:54.550 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T20:27:54.551 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T20:27:54.551 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: Listen normally on 3 ens1f0 172.21.15.22:123 2024-02-10T20:27:54.551 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: Listen normally on 4 lo [::1]:123 2024-02-10T20:27:54.551 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:fe59:5de4%4]:123 2024-02-10T20:27:54.551 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:27:54 ntpd[17021]: Listening on routing socket on fd #22 for interface updates 2024-02-10T20:27:54.570 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-10T20:27:54.570 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: Command line: ntpd -gq 2024-02-10T20:27:54.570 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: ---------------------------------------------------- 2024-02-10T20:27:54.570 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: ntp-4 is maintained by Network Time Foundation, 2024-02-10T20:27:54.570 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-10T20:27:54.570 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: corporation. Support and training for ntp-4 are 2024-02-10T20:27:54.570 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: available at https://www.nwtime.org/support 2024-02-10T20:27:54.570 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: ---------------------------------------------------- 2024-02-10T20:27:54.571 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: proto: precision = 0.060 usec (-24) 2024-02-10T20:27:54.571 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: basedate set to 2022-02-04 2024-02-10T20:27:54.571 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: gps base set to 2022-02-06 (week 2196) 2024-02-10T20:27:54.571 INFO:teuthology.orchestra.run.smithi122.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T20:27:54.572 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T20:27:54.572 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T20:27:54.572 INFO:teuthology.orchestra.run.smithi122.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T20:27:54.573 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T20:27:54.573 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T20:27:54.573 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T20:27:54.573 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: Listen normally on 3 enp3s0f1 172.21.15.122:123 2024-02-10T20:27:54.573 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: Listen normally on 4 lo [::1]:123 2024-02-10T20:27:54.573 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d515%5]:123 2024-02-10T20:27:54.573 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:27:54 ntpd[17121]: Listening on routing socket on fd #22 for interface updates 2024-02-10T20:27:55.548 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:55 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:55.548 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:55 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:55.548 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:55 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:55.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:55 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:55.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:55 ntpd[17021]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:55.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:55 ntpd[17021]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:55.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:55.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:55.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:55.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:55.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:55.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:55.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:55.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:55.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:55.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:55.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:55.572 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:55.572 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:55.572 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:55 ntpd[17121]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:56.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:56 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:56.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:56 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:56.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:56 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:56.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:56 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:56.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:56 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:56.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:56 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:56.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:56 ntpd[17020]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:56.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:56 ntpd[17020]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:56.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:56 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:56.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:56 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:56.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:56 ntpd[17020]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:56.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:56 ntpd[17020]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:57 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:57 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:57 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:57 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:57 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:57 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:57 ntpd[17021]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:57 ntpd[17021]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:57 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:57 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:57 ntpd[17021]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:57 ntpd[17021]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:57.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:57 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:57.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:57 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:57.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:57 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:57.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:57 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:57.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:57 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:57.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:57 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:57.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:57 ntpd[17121]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:57.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:57 ntpd[17121]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:57.572 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:57 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:57.572 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:57 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:57.572 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:57 ntpd[17121]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:57.572 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:57 ntpd[17121]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:58.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:58.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:58.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:58.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:58.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:58.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:58.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:58.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:58.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:58.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:58.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:58.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:58.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:58.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:58 ntpd[17020]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:58.547 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:58 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:58.547 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:58 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:58.570 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:58 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:58.570 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:58 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:58.570 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:58 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:58.570 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:58 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:58.570 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:58 ntpd[17121]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:58.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:58 ntpd[17121]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:59.544 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:59 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:59.544 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:59 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:59.544 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:59 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:59.544 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:59 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:59.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:59 ntpd[17020]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:59.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:27:59 ntpd[17020]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:59.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:59.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:59.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:59.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:59.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:59.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:59.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:59.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:59.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:59.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:59.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:59.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:59.550 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:59.550 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:59.550 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:59.550 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:59.550 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:59.550 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:27:59 ntpd[17021]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:59.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:59 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:59.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:59 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:59.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:59 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:59.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:59 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:59.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:59 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:59.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:59 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:59.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:59 ntpd[17121]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:59.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:59 ntpd[17121]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:27:59.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:59 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:27:59.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:59 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:27:59.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:59 ntpd[17121]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:27:59.572 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:27:59 ntpd[17121]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:28:00.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:00 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:00.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:00 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:00.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:00 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:00.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:00 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:00.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:00 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:00.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:00 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:00.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:00 ntpd[17020]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:28:00.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:00 ntpd[17020]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:28:00.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:00 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:00.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:00 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:00.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:00 ntpd[17020]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:28:00.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:00 ntpd[17020]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:28:00.570 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:00 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:00.570 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:00 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:00.570 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:00 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:00.570 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:00 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:00.570 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:00 ntpd[17121]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:28:00.570 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:00 ntpd[17121]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:28:01.544 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:01 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:01.544 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:01 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:01.544 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:01 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:01.544 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:01 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:01.544 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:01 ntpd[17020]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:28:01.544 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:01 ntpd[17020]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:28:01.548 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:01.548 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:01.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:01.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:01.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:01.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:01.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:01.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:01.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:28:01.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:28:01.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:01.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:01.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:28:01.549 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:28:01.550 INFO:teuthology.orchestra.run.smithi022.stdout:10 Feb 20:28:01 ntpd[17021]: ntpd: time slew -0.000917 s 2024-02-10T20:28:01.550 INFO:teuthology.orchestra.run.smithi022.stdout:ntpd: time slew -0.000917s 2024-02-10T20:28:01.550 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T20:28:01.550 INFO:teuthology.orchestra.run.smithi022.stderr:10 Feb 20:28:01 ntpd[17021]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T20:28:01.570 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:01 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:01.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:01 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:01.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:01 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:01.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:01 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:01.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:01 ntpd[17121]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:01.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:01 ntpd[17121]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:01.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:01 ntpd[17121]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:28:01.571 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:01 ntpd[17121]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:28:01.571 INFO:teuthology.orchestra.run.smithi122.stdout:10 Feb 20:28:01 ntpd[17121]: ntpd: time slew -0.001144 s 2024-02-10T20:28:01.571 INFO:teuthology.orchestra.run.smithi122.stdout:ntpd: time slew -0.001144s 2024-02-10T20:28:01.572 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:01 ntpd[17121]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T20:28:01.572 INFO:teuthology.orchestra.run.smithi122.stderr:10 Feb 20:28:01 ntpd[17121]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T20:28:01.603 INFO:teuthology.orchestra.run.smithi022.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T20:28:01.603 INFO:teuthology.orchestra.run.smithi022.stdout:============================================================================== 2024-02-10T20:28:01.603 INFO:teuthology.orchestra.run.smithi022.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T20:28:01.603 INFO:teuthology.orchestra.run.smithi022.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T20:28:01.603 INFO:teuthology.orchestra.run.smithi022.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T20:28:01.603 INFO:teuthology.orchestra.run.smithi022.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T20:28:01.627 INFO:teuthology.orchestra.run.smithi122.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T20:28:01.627 INFO:teuthology.orchestra.run.smithi122.stdout:============================================================================== 2024-02-10T20:28:01.627 INFO:teuthology.orchestra.run.smithi122.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T20:28:01.627 INFO:teuthology.orchestra.run.smithi122.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T20:28:01.627 INFO:teuthology.orchestra.run.smithi122.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T20:28:01.627 INFO:teuthology.orchestra.run.smithi122.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T20:28:02.544 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:02 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:02.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:02 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:02.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:02 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:02.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:02 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:02.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:02 ntpd[17020]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T20:28:02.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:02 ntpd[17020]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T20:28:02.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:02 ntpd[17020]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T20:28:02.545 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:02 ntpd[17020]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T20:28:02.545 INFO:teuthology.orchestra.run.smithi016.stdout:10 Feb 20:28:02 ntpd[17020]: ntpd: time slew +0.000082 s 2024-02-10T20:28:02.545 INFO:teuthology.orchestra.run.smithi016.stdout:ntpd: time slew +0.000082s 2024-02-10T20:28:02.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:02 ntpd[17020]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T20:28:02.546 INFO:teuthology.orchestra.run.smithi016.stderr:10 Feb 20:28:02 ntpd[17020]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T20:28:02.597 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T20:28:02.597 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-02-10T20:28:02.598 INFO:teuthology.orchestra.run.smithi016.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T20:28:02.598 INFO:teuthology.orchestra.run.smithi016.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T20:28:02.598 INFO:teuthology.orchestra.run.smithi016.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T20:28:02.598 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T20:28:02.598 INFO:teuthology.run_tasks:Running task install... 2024-02-10T20:28:02.607 DEBUG:teuthology.task.install:project ceph 2024-02-10T20:28:02.607 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'}} 2024-02-10T20:28:02.607 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-10T20:28:02.608 INFO:teuthology.task.install:Using flavor: default 2024-02-10T20:28:02.614 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-10T20:28:02.614 INFO:teuthology.task.install:extra packages: [] 2024-02-10T20:28:02.614 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-key list | grep Ceph 2024-02-10T20:28:02.615 DEBUG:teuthology.orchestra.run.smithi022:> sudo apt-key list | grep Ceph 2024-02-10T20:28:02.615 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-key list | grep Ceph 2024-02-10T20:28:02.676 INFO:teuthology.orchestra.run.smithi122.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-10T20:28:02.681 INFO:teuthology.orchestra.run.smithi022.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-10T20:28:02.699 INFO:teuthology.orchestra.run.smithi016.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-10T20:28:02.702 INFO:teuthology.orchestra.run.smithi122.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-10T20:28:02.703 INFO:teuthology.orchestra.run.smithi122.stdout:uid [ unknown] Ceph.com (release key) 2024-02-10T20:28:02.704 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-10T20:28:02.705 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-10T20:28:02.712 INFO:teuthology.orchestra.run.smithi022.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-10T20:28:02.712 INFO:teuthology.orchestra.run.smithi022.stdout:uid [ unknown] Ceph.com (release key) 2024-02-10T20:28:02.713 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-10T20:28:02.713 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-10T20:28:02.728 INFO:teuthology.orchestra.run.smithi016.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-10T20:28:02.728 INFO:teuthology.orchestra.run.smithi016.stdout:uid [ unknown] Ceph.com (release key) 2024-02-10T20:28:02.729 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-10T20:28:02.729 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-10T20:28:02.934 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-10T20:28:02.934 INFO:teuthology.task.install.deb:Package version is 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T20:28:02.942 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-10T20:28:02.942 INFO:teuthology.task.install.deb:Package version is 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T20:28:02.954 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-10T20:28:02.954 INFO:teuthology.task.install.deb:Package version is 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T20:28:03.108 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-10T20:28:03.109 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-10T20:28:03.113 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-10T20:28:03.113 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-10T20:28:03.122 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get update 2024-02-10T20:28:03.127 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-10T20:28:03.127 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-10T20:28:03.128 DEBUG:teuthology.orchestra.run.smithi022:> sudo apt-get update 2024-02-10T20:28:03.142 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-02-10T20:28:03.292 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T20:28:03.292 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T20:28:03.301 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T20:28:03.301 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T20:28:03.305 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T20:28:03.314 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T20:28:03.317 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T20:28:03.324 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T20:28:03.329 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T20:28:03.333 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T20:28:03.349 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T20:28:03.403 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:03.411 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:03.429 INFO:teuthology.orchestra.run.smithi016.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy InRelease 2024-02-10T20:28:03.435 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T20:28:03.440 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:03.448 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:03.465 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:03.477 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:03.484 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:03.503 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:03.513 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:03.521 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:03.540 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:03.555 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:03.565 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:03.583 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:03.644 INFO:teuthology.orchestra.run.smithi122.stdout:Fetched 28.8 kB in 0s (83.4 kB/s) 2024-02-10T20:28:03.665 INFO:teuthology.orchestra.run.smithi022.stdout:Fetched 28.8 kB in 0s (80.1 kB/s) 2024-02-10T20:28:03.684 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 28.8 kB in 0s (81.2 kB/s) 2024-02-10T20:28:04.559 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2024-02-10T20:28:04.574 DEBUG:teuthology.orchestra.run.smithi122:> 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-10T20:28:04.596 INFO:teuthology.orchestra.run.smithi022.stdout:Reading package lists... 2024-02-10T20:28:04.612 DEBUG:teuthology.orchestra.run.smithi022:> 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-10T20:28:04.616 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-02-10T20:28:04.631 DEBUG:teuthology.orchestra.run.smithi016:> 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-10T20:28:04.635 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2024-02-10T20:28:04.666 INFO:teuthology.orchestra.run.smithi022.stdout:Reading package lists... 2024-02-10T20:28:04.684 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-02-10T20:28:04.833 INFO:teuthology.orchestra.run.smithi122.stdout:Building dependency tree... 2024-02-10T20:28:04.833 INFO:teuthology.orchestra.run.smithi122.stdout:Reading state information... 2024-02-10T20:28:04.840 INFO:teuthology.orchestra.run.smithi022.stdout:Building dependency tree... 2024-02-10T20:28:04.840 INFO:teuthology.orchestra.run.smithi022.stdout:Reading state information... 2024-02-10T20:28:04.857 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-02-10T20:28:04.857 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-02-10T20:28:05.003 INFO:teuthology.orchestra.run.smithi022.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T20:28:05.003 INFO:teuthology.orchestra.run.smithi022.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T20:28:05.003 INFO:teuthology.orchestra.run.smithi022.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T20:28:05.003 INFO:teuthology.orchestra.run.smithi022.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T20:28:05.003 INFO:teuthology.orchestra.run.smithi022.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T20:28:05.004 INFO:teuthology.orchestra.run.smithi022.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T20:28:05.004 INFO:teuthology.orchestra.run.smithi022.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T20:28:05.004 INFO:teuthology.orchestra.run.smithi022.stdout:The following additional packages will be installed: 2024-02-10T20:28:05.004 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-10T20:28:05.004 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-10T20:28:05.004 INFO:teuthology.orchestra.run.smithi022.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-10T20:28:05.004 INFO:teuthology.orchestra.run.smithi022.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-10T20:28:05.005 INFO:teuthology.orchestra.run.smithi022.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-10T20:28:05.005 INFO:teuthology.orchestra.run.smithi022.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-10T20:28:05.006 INFO:teuthology.orchestra.run.smithi022.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-10T20:28:05.007 INFO:teuthology.orchestra.run.smithi022.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-10T20:28:05.007 INFO:teuthology.orchestra.run.smithi022.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-10T20:28:05.007 INFO:teuthology.orchestra.run.smithi022.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-10T20:28:05.007 INFO:teuthology.orchestra.run.smithi022.stdout: xmlstarlet zip 2024-02-10T20:28:05.007 INFO:teuthology.orchestra.run.smithi022.stdout:Suggested packages: 2024-02-10T20:28:05.007 INFO:teuthology.orchestra.run.smithi022.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-10T20:28:05.007 INFO:teuthology.orchestra.run.smithi022.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-10T20:28:05.007 INFO:teuthology.orchestra.run.smithi022.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-10T20:28:05.007 INFO:teuthology.orchestra.run.smithi022.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-10T20:28:05.007 INFO:teuthology.orchestra.run.smithi022.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-10T20:28:05.008 INFO:teuthology.orchestra.run.smithi022.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-10T20:28:05.008 INFO:teuthology.orchestra.run.smithi022.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-10T20:28:05.008 INFO:teuthology.orchestra.run.smithi022.stdout:Recommended packages: 2024-02-10T20:28:05.008 INFO:teuthology.orchestra.run.smithi022.stdout: btrfs-tools 2024-02-10T20:28:05.009 INFO:teuthology.orchestra.run.smithi122.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T20:28:05.009 INFO:teuthology.orchestra.run.smithi122.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T20:28:05.009 INFO:teuthology.orchestra.run.smithi122.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T20:28:05.009 INFO:teuthology.orchestra.run.smithi122.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T20:28:05.009 INFO:teuthology.orchestra.run.smithi122.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T20:28:05.009 INFO:teuthology.orchestra.run.smithi122.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T20:28:05.009 INFO:teuthology.orchestra.run.smithi122.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T20:28:05.009 INFO:teuthology.orchestra.run.smithi122.stdout:The following additional packages will be installed: 2024-02-10T20:28:05.009 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-10T20:28:05.011 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-10T20:28:05.011 INFO:teuthology.orchestra.run.smithi122.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-10T20:28:05.011 INFO:teuthology.orchestra.run.smithi122.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-10T20:28:05.011 INFO:teuthology.orchestra.run.smithi122.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-10T20:28:05.011 INFO:teuthology.orchestra.run.smithi122.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-10T20:28:05.011 INFO:teuthology.orchestra.run.smithi122.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-10T20:28:05.011 INFO:teuthology.orchestra.run.smithi122.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-10T20:28:05.011 INFO:teuthology.orchestra.run.smithi122.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-10T20:28:05.011 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T20:28:05.011 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T20:28:05.011 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T20:28:05.011 INFO:teuthology.orchestra.run.smithi122.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T20:28:05.012 INFO:teuthology.orchestra.run.smithi122.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T20:28:05.012 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T20:28:05.012 INFO:teuthology.orchestra.run.smithi122.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T20:28:05.012 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-10T20:28:05.012 INFO:teuthology.orchestra.run.smithi122.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-10T20:28:05.012 INFO:teuthology.orchestra.run.smithi122.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-10T20:28:05.012 INFO:teuthology.orchestra.run.smithi122.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-10T20:28:05.012 INFO:teuthology.orchestra.run.smithi122.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-10T20:28:05.012 INFO:teuthology.orchestra.run.smithi122.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-10T20:28:05.012 INFO:teuthology.orchestra.run.smithi122.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-10T20:28:05.012 INFO:teuthology.orchestra.run.smithi122.stdout: xmlstarlet zip 2024-02-10T20:28:05.013 INFO:teuthology.orchestra.run.smithi122.stdout:Suggested packages: 2024-02-10T20:28:05.013 INFO:teuthology.orchestra.run.smithi122.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-10T20:28:05.013 INFO:teuthology.orchestra.run.smithi122.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-10T20:28:05.013 INFO:teuthology.orchestra.run.smithi122.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-10T20:28:05.013 INFO:teuthology.orchestra.run.smithi122.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-10T20:28:05.013 INFO:teuthology.orchestra.run.smithi122.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-10T20:28:05.013 INFO:teuthology.orchestra.run.smithi122.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-10T20:28:05.013 INFO:teuthology.orchestra.run.smithi122.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-10T20:28:05.013 INFO:teuthology.orchestra.run.smithi122.stdout:Recommended packages: 2024-02-10T20:28:05.013 INFO:teuthology.orchestra.run.smithi122.stdout: btrfs-tools 2024-02-10T20:28:05.020 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T20:28:05.020 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T20:28:05.020 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T20:28:05.020 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T20:28:05.021 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T20:28:05.021 INFO:teuthology.orchestra.run.smithi016.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T20:28:05.021 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T20:28:05.022 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T20:28:05.023 INFO:teuthology.orchestra.run.smithi016.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T20:28:05.024 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T20:28:05.024 INFO:teuthology.orchestra.run.smithi016.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T20:28:05.024 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-10T20:28:05.024 INFO:teuthology.orchestra.run.smithi016.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-10T20:28:05.024 INFO:teuthology.orchestra.run.smithi016.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-10T20:28:05.024 INFO:teuthology.orchestra.run.smithi016.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-10T20:28:05.024 INFO:teuthology.orchestra.run.smithi016.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-10T20:28:05.024 INFO:teuthology.orchestra.run.smithi016.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-10T20:28:05.024 INFO:teuthology.orchestra.run.smithi016.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-10T20:28:05.024 INFO:teuthology.orchestra.run.smithi016.stdout: xmlstarlet zip 2024-02-10T20:28:05.025 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-02-10T20:28:05.025 INFO:teuthology.orchestra.run.smithi016.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-10T20:28:05.025 INFO:teuthology.orchestra.run.smithi016.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-10T20:28:05.025 INFO:teuthology.orchestra.run.smithi016.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-10T20:28:05.025 INFO:teuthology.orchestra.run.smithi016.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-10T20:28:05.025 INFO:teuthology.orchestra.run.smithi016.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-10T20:28:05.025 INFO:teuthology.orchestra.run.smithi016.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-10T20:28:05.025 INFO:teuthology.orchestra.run.smithi016.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-10T20:28:05.025 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2024-02-10T20:28:05.025 INFO:teuthology.orchestra.run.smithi016.stdout: btrfs-tools 2024-02-10T20:28:05.110 INFO:teuthology.orchestra.run.smithi022.stdout:The following NEW packages will be installed: 2024-02-10T20:28:05.110 INFO:teuthology.orchestra.run.smithi022.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-10T20:28:05.110 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-10T20:28:05.110 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-10T20:28:05.110 INFO:teuthology.orchestra.run.smithi022.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-10T20:28:05.110 INFO:teuthology.orchestra.run.smithi022.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-10T20:28:05.110 INFO:teuthology.orchestra.run.smithi022.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-10T20:28:05.111 INFO:teuthology.orchestra.run.smithi022.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-10T20:28:05.111 INFO:teuthology.orchestra.run.smithi022.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-10T20:28:05.112 INFO:teuthology.orchestra.run.smithi022.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-10T20:28:05.113 INFO:teuthology.orchestra.run.smithi022.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-10T20:28:05.113 INFO:teuthology.orchestra.run.smithi022.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-10T20:28:05.113 INFO:teuthology.orchestra.run.smithi022.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-10T20:28:05.113 INFO:teuthology.orchestra.run.smithi022.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-10T20:28:05.113 INFO:teuthology.orchestra.run.smithi022.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-10T20:28:05.113 INFO:teuthology.orchestra.run.smithi122.stdout:The following NEW packages will be installed: 2024-02-10T20:28:05.114 INFO:teuthology.orchestra.run.smithi122.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-10T20:28:05.114 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-10T20:28:05.114 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-10T20:28:05.114 INFO:teuthology.orchestra.run.smithi122.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-10T20:28:05.115 INFO:teuthology.orchestra.run.smithi122.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-10T20:28:05.115 INFO:teuthology.orchestra.run.smithi122.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-10T20:28:05.115 INFO:teuthology.orchestra.run.smithi122.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-10T20:28:05.115 INFO:teuthology.orchestra.run.smithi122.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-10T20:28:05.116 INFO:teuthology.orchestra.run.smithi122.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-10T20:28:05.117 INFO:teuthology.orchestra.run.smithi122.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-10T20:28:05.117 INFO:teuthology.orchestra.run.smithi122.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-10T20:28:05.117 INFO:teuthology.orchestra.run.smithi122.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-10T20:28:05.117 INFO:teuthology.orchestra.run.smithi122.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-10T20:28:05.117 INFO:teuthology.orchestra.run.smithi122.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-10T20:28:05.127 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-02-10T20:28:05.127 INFO:teuthology.orchestra.run.smithi016.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-10T20:28:05.127 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-10T20:28:05.127 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-10T20:28:05.127 INFO:teuthology.orchestra.run.smithi016.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-10T20:28:05.127 INFO:teuthology.orchestra.run.smithi016.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-10T20:28:05.127 INFO:teuthology.orchestra.run.smithi016.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-10T20:28:05.127 INFO:teuthology.orchestra.run.smithi016.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-10T20:28:05.128 INFO:teuthology.orchestra.run.smithi016.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-10T20:28:05.129 INFO:teuthology.orchestra.run.smithi016.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-10T20:28:05.129 INFO:teuthology.orchestra.run.smithi016.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-10T20:28:05.129 INFO:teuthology.orchestra.run.smithi016.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-10T20:28:05.129 INFO:teuthology.orchestra.run.smithi016.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-10T20:28:05.129 INFO:teuthology.orchestra.run.smithi016.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-10T20:28:05.176 INFO:teuthology.orchestra.run.smithi022.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-10T20:28:05.176 INFO:teuthology.orchestra.run.smithi022.stdout:Need to get 176 MB of archives. 2024-02-10T20:28:05.176 INFO:teuthology.orchestra.run.smithi022.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-10T20:28:05.176 INFO:teuthology.orchestra.run.smithi022.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-10T20:28:05.179 INFO:teuthology.orchestra.run.smithi122.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-10T20:28:05.179 INFO:teuthology.orchestra.run.smithi122.stdout:Need to get 176 MB of archives. 2024-02-10T20:28:05.179 INFO:teuthology.orchestra.run.smithi122.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-10T20:28:05.179 INFO:teuthology.orchestra.run.smithi122.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-10T20:28:05.282 INFO:teuthology.orchestra.run.smithi022.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-10T20:28:05.285 INFO:teuthology.orchestra.run.smithi122.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-10T20:28:05.285 INFO:teuthology.orchestra.run.smithi022.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-02-10T20:28:05.288 INFO:teuthology.orchestra.run.smithi122.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-02-10T20:28:05.306 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:05.308 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:05.315 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-10T20:28:05.315 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 176 MB of archives. 2024-02-10T20:28:05.315 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-10T20:28:05.315 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-10T20:28:05.330 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:05.332 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:05.348 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:05.372 INFO:teuthology.orchestra.run.smithi022.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-02-10T20:28:05.373 INFO:teuthology.orchestra.run.smithi122.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-02-10T20:28:05.377 INFO:teuthology.orchestra.run.smithi022.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-02-10T20:28:05.378 INFO:teuthology.orchestra.run.smithi122.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-02-10T20:28:05.390 INFO:teuthology.orchestra.run.smithi022.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-02-10T20:28:05.391 INFO:teuthology.orchestra.run.smithi122.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-02-10T20:28:05.395 INFO:teuthology.orchestra.run.smithi022.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-02-10T20:28:05.395 INFO:teuthology.orchestra.run.smithi122.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-02-10T20:28:05.396 INFO:teuthology.orchestra.run.smithi022.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-10T20:28:05.396 INFO:teuthology.orchestra.run.smithi122.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-10T20:28:05.396 INFO:teuthology.orchestra.run.smithi022.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-10T20:28:05.397 INFO:teuthology.orchestra.run.smithi122.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-10T20:28:05.405 INFO:teuthology.orchestra.run.smithi022.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-10T20:28:05.407 INFO:teuthology.orchestra.run.smithi022.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-10T20:28:05.409 INFO:teuthology.orchestra.run.smithi122.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-10T20:28:05.410 INFO:teuthology.orchestra.run.smithi022.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-10T20:28:05.412 INFO:teuthology.orchestra.run.smithi122.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-10T20:28:05.415 INFO:teuthology.orchestra.run.smithi022.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-10T20:28:05.415 INFO:teuthology.orchestra.run.smithi122.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-10T20:28:05.416 INFO:teuthology.orchestra.run.smithi122.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-10T20:28:05.432 INFO:teuthology.orchestra.run.smithi022.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-10T20:28:05.435 INFO:teuthology.orchestra.run.smithi022.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-10T20:28:05.437 INFO:teuthology.orchestra.run.smithi122.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-10T20:28:05.437 INFO:teuthology.orchestra.run.smithi022.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-10T20:28:05.439 INFO:teuthology.orchestra.run.smithi022.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-10T20:28:05.439 INFO:teuthology.orchestra.run.smithi022.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-10T20:28:05.440 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:05.440 INFO:teuthology.orchestra.run.smithi122.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-10T20:28:05.441 INFO:teuthology.orchestra.run.smithi022.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-10T20:28:05.441 INFO:teuthology.orchestra.run.smithi022.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-10T20:28:05.441 INFO:teuthology.orchestra.run.smithi022.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-10T20:28:05.443 INFO:teuthology.orchestra.run.smithi122.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-10T20:28:05.445 INFO:teuthology.orchestra.run.smithi122.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-10T20:28:05.446 INFO:teuthology.orchestra.run.smithi122.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-10T20:28:05.447 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:05.448 INFO:teuthology.orchestra.run.smithi122.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-10T20:28:05.457 INFO:teuthology.orchestra.run.smithi122.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-10T20:28:05.458 INFO:teuthology.orchestra.run.smithi122.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-10T20:28:05.458 INFO:teuthology.orchestra.run.smithi122.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-10T20:28:05.460 INFO:teuthology.orchestra.run.smithi022.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-10T20:28:05.460 INFO:teuthology.orchestra.run.smithi022.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-10T20:28:05.478 INFO:teuthology.orchestra.run.smithi122.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-10T20:28:05.478 INFO:teuthology.orchestra.run.smithi122.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-10T20:28:05.479 INFO:teuthology.orchestra.run.smithi122.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-10T20:28:05.481 INFO:teuthology.orchestra.run.smithi022.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-10T20:28:05.482 INFO:teuthology.orchestra.run.smithi022.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-10T20:28:05.482 INFO:teuthology.orchestra.run.smithi122.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-10T20:28:05.483 INFO:teuthology.orchestra.run.smithi122.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-10T20:28:05.483 INFO:teuthology.orchestra.run.smithi122.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-10T20:28:05.484 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:05.485 INFO:teuthology.orchestra.run.smithi022.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-10T20:28:05.485 INFO:teuthology.orchestra.run.smithi022.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-10T20:28:05.486 INFO:teuthology.orchestra.run.smithi022.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-10T20:28:05.486 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:05.487 INFO:teuthology.orchestra.run.smithi022.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-10T20:28:05.487 INFO:teuthology.orchestra.run.smithi022.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-10T20:28:05.498 INFO:teuthology.orchestra.run.smithi122.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-10T20:28:05.499 INFO:teuthology.orchestra.run.smithi122.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-10T20:28:05.499 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:05.502 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:05.503 INFO:teuthology.orchestra.run.smithi022.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-10T20:28:05.519 INFO:teuthology.orchestra.run.smithi122.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-10T20:28:05.520 INFO:teuthology.orchestra.run.smithi122.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-10T20:28:05.520 INFO:teuthology.orchestra.run.smithi122.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-10T20:28:05.526 INFO:teuthology.orchestra.run.smithi022.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-10T20:28:05.527 INFO:teuthology.orchestra.run.smithi022.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-10T20:28:05.527 INFO:teuthology.orchestra.run.smithi122.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-10T20:28:05.528 INFO:teuthology.orchestra.run.smithi122.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-10T20:28:05.528 INFO:teuthology.orchestra.run.smithi122.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-10T20:28:05.529 INFO:teuthology.orchestra.run.smithi122.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-10T20:28:05.535 INFO:teuthology.orchestra.run.smithi022.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-10T20:28:05.535 INFO:teuthology.orchestra.run.smithi022.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-10T20:28:05.535 INFO:teuthology.orchestra.run.smithi022.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-10T20:28:05.536 INFO:teuthology.orchestra.run.smithi022.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-10T20:28:05.537 INFO:teuthology.orchestra.run.smithi022.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-10T20:28:05.539 INFO:teuthology.orchestra.run.smithi022.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-10T20:28:05.546 INFO:teuthology.orchestra.run.smithi122.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-10T20:28:05.548 INFO:teuthology.orchestra.run.smithi122.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-10T20:28:05.549 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:05.554 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:05.555 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:05.563 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:05.566 INFO:teuthology.orchestra.run.smithi022.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-10T20:28:05.566 INFO:teuthology.orchestra.run.smithi022.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-10T20:28:05.567 INFO:teuthology.orchestra.run.smithi022.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-10T20:28:05.570 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:05.575 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:05.576 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:05.580 INFO:teuthology.orchestra.run.smithi122.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-10T20:28:05.581 INFO:teuthology.orchestra.run.smithi122.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-10T20:28:05.582 INFO:teuthology.orchestra.run.smithi122.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-10T20:28:05.587 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:05.740 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-10T20:28:05.743 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:05.744 INFO:teuthology.orchestra.run.smithi022.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-10T20:28:05.747 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:05.747 INFO:teuthology.orchestra.run.smithi022.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-10T20:28:05.747 INFO:teuthology.orchestra.run.smithi022.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-10T20:28:05.748 INFO:teuthology.orchestra.run.smithi122.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-10T20:28:05.749 INFO:teuthology.orchestra.run.smithi022.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-10T20:28:05.750 INFO:teuthology.orchestra.run.smithi122.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-10T20:28:05.750 INFO:teuthology.orchestra.run.smithi122.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-10T20:28:05.752 INFO:teuthology.orchestra.run.smithi122.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-10T20:28:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-02-10T20:28:05.776 INFO:teuthology.orchestra.run.smithi022.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-10T20:28:05.778 INFO:teuthology.orchestra.run.smithi022.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-10T20:28:05.778 INFO:teuthology.orchestra.run.smithi022.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-10T20:28:05.780 INFO:teuthology.orchestra.run.smithi122.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-10T20:28:05.784 INFO:teuthology.orchestra.run.smithi122.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-10T20:28:05.785 INFO:teuthology.orchestra.run.smithi122.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-10T20:28:05.820 INFO:teuthology.orchestra.run.smithi022.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-10T20:28:05.820 INFO:teuthology.orchestra.run.smithi022.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-10T20:28:05.820 INFO:teuthology.orchestra.run.smithi122.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-10T20:28:05.820 INFO:teuthology.orchestra.run.smithi122.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-10T20:28:05.825 INFO:teuthology.orchestra.run.smithi022.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-10T20:28:05.826 INFO:teuthology.orchestra.run.smithi022.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-10T20:28:05.826 INFO:teuthology.orchestra.run.smithi022.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-10T20:28:05.828 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:05.828 INFO:teuthology.orchestra.run.smithi022.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-10T20:28:05.829 INFO:teuthology.orchestra.run.smithi122.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-10T20:28:05.830 INFO:teuthology.orchestra.run.smithi022.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-10T20:28:05.830 INFO:teuthology.orchestra.run.smithi122.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-10T20:28:05.830 INFO:teuthology.orchestra.run.smithi122.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-10T20:28:05.831 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:05.831 INFO:teuthology.orchestra.run.smithi122.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-10T20:28:05.832 INFO:teuthology.orchestra.run.smithi122.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-10T20:28:05.834 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:05.839 INFO:teuthology.orchestra.run.smithi022.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-10T20:28:05.839 INFO:teuthology.orchestra.run.smithi122.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-10T20:28:05.845 INFO:teuthology.orchestra.run.smithi022.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-10T20:28:05.848 INFO:teuthology.orchestra.run.smithi022.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-10T20:28:05.849 INFO:teuthology.orchestra.run.smithi022.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-10T20:28:05.851 INFO:teuthology.orchestra.run.smithi122.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-10T20:28:05.853 INFO:teuthology.orchestra.run.smithi122.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-10T20:28:05.854 INFO:teuthology.orchestra.run.smithi122.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-10T20:28:05.865 INFO:teuthology.orchestra.run.smithi022.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-10T20:28:05.870 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:05.872 INFO:teuthology.orchestra.run.smithi022.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-10T20:28:05.873 INFO:teuthology.orchestra.run.smithi022.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-10T20:28:05.873 INFO:teuthology.orchestra.run.smithi122.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-10T20:28:05.879 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:05.880 INFO:teuthology.orchestra.run.smithi122.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-10T20:28:05.881 INFO:teuthology.orchestra.run.smithi022.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-10T20:28:05.881 INFO:teuthology.orchestra.run.smithi122.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-10T20:28:05.882 INFO:teuthology.orchestra.run.smithi022.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-10T20:28:05.887 INFO:teuthology.orchestra.run.smithi022.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-10T20:28:05.888 INFO:teuthology.orchestra.run.smithi122.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-10T20:28:05.889 INFO:teuthology.orchestra.run.smithi122.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-10T20:28:05.892 INFO:teuthology.orchestra.run.smithi022.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-10T20:28:05.893 INFO:teuthology.orchestra.run.smithi022.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-10T20:28:05.893 INFO:teuthology.orchestra.run.smithi122.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-10T20:28:05.894 INFO:teuthology.orchestra.run.smithi022.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-10T20:28:05.899 INFO:teuthology.orchestra.run.smithi122.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-10T20:28:05.900 INFO:teuthology.orchestra.run.smithi122.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-10T20:28:05.901 INFO:teuthology.orchestra.run.smithi122.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-10T20:28:05.913 INFO:teuthology.orchestra.run.smithi022.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-10T20:28:05.914 INFO:teuthology.orchestra.run.smithi022.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-10T20:28:05.927 INFO:teuthology.orchestra.run.smithi022.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-10T20:28:05.927 INFO:teuthology.orchestra.run.smithi022.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-10T20:28:05.928 INFO:teuthology.orchestra.run.smithi022.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-10T20:28:05.928 INFO:teuthology.orchestra.run.smithi122.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-10T20:28:05.930 INFO:teuthology.orchestra.run.smithi122.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-10T20:28:05.931 INFO:teuthology.orchestra.run.smithi022.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-10T20:28:05.933 INFO:teuthology.orchestra.run.smithi022.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-10T20:28:05.944 INFO:teuthology.orchestra.run.smithi122.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-10T20:28:05.944 INFO:teuthology.orchestra.run.smithi122.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-10T20:28:05.945 INFO:teuthology.orchestra.run.smithi122.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-10T20:28:05.948 INFO:teuthology.orchestra.run.smithi122.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-10T20:28:05.950 INFO:teuthology.orchestra.run.smithi122.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-10T20:28:06.063 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-02-10T20:28:06.074 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-02-10T20:28:06.108 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-02-10T20:28:06.117 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-02-10T20:28:06.118 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-10T20:28:06.119 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-10T20:28:06.137 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-10T20:28:06.306 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-10T20:28:06.513 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:06.709 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-10T20:28:06.743 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-10T20:28:06.744 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:06.745 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-10T20:28:06.824 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-10T20:28:06.876 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-10T20:28:06.898 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-10T20:28:06.904 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-10T20:28:06.906 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:06.917 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-10T20:28:06.918 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-10T20:28:06.975 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 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-10T20:28:07.083 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-10T20:28:07.166 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-10T20:28:07.194 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-10T20:28:07.211 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-10T20:28:07.256 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-10T20:28:07.405 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:07.470 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-10T20:28:07.485 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-10T20:28:07.492 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-10T20:28:07.497 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-02-10T20:28:07.518 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-10T20:28:07.522 INFO:teuthology.orchestra.run.smithi016.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-10T20:28:07.609 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:07.666 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:07.688 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-02-10T20:28:07.707 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:07.708 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:07.797 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:07.803 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:07.910 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:07.914 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:08.004 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-10T20:28:08.042 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-10T20:28:08.053 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-10T20:28:08.086 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:08.087 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:08.151 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:08.207 INFO:teuthology.orchestra.run.smithi016.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 libcephfs2 amd64 19.0.0-1367-g14aa01b9-1jammy [710 kB] 2024-02-10T20:28:08.212 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:08.258 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-10T20:28:08.259 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-10T20:28:08.264 INFO:teuthology.orchestra.run.smithi016.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-10T20:28:08.270 INFO:teuthology.orchestra.run.smithi016.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-10T20:28:08.286 INFO:teuthology.orchestra.run.smithi016.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-10T20:28:08.306 INFO:teuthology.orchestra.run.smithi016.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-10T20:28:08.313 INFO:teuthology.orchestra.run.smithi016.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-02-10T20:28:08.351 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:08.487 INFO:teuthology.orchestra.run.smithi016.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-02-10T20:28:08.648 INFO:teuthology.orchestra.run.smithi016.stdout:Get:49 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1367-g14aa01b9-1jammy [356 kB] 2024-02-10T20:28:08.740 INFO:teuthology.orchestra.run.smithi016.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-02-10T20:28:08.901 INFO:teuthology.orchestra.run.smithi016.stdout:Get:51 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-10T20:28:08.903 INFO:teuthology.orchestra.run.smithi016.stdout:Get:52 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-10T20:28:08.916 INFO:teuthology.orchestra.run.smithi016.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-10T20:28:08.930 INFO:teuthology.orchestra.run.smithi016.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-10T20:28:08.950 INFO:teuthology.orchestra.run.smithi016.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-10T20:28:09.015 INFO:teuthology.orchestra.run.smithi016.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-02-10T20:28:09.151 INFO:teuthology.orchestra.run.smithi016.stdout:Get:57 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-10T20:28:09.152 INFO:teuthology.orchestra.run.smithi016.stdout:Get:58 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-10T20:28:09.305 INFO:teuthology.orchestra.run.smithi016.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-02-10T20:28:09.308 INFO:teuthology.orchestra.run.smithi016.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-10T20:28:09.310 INFO:teuthology.orchestra.run.smithi016.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-10T20:28:09.311 INFO:teuthology.orchestra.run.smithi016.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-10T20:28:09.313 INFO:teuthology.orchestra.run.smithi016.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-10T20:28:09.320 INFO:teuthology.orchestra.run.smithi016.stdout:Get:64 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-10T20:28:09.532 INFO:teuthology.orchestra.run.smithi016.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-10T20:28:09.973 INFO:teuthology.orchestra.run.smithi016.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-10T20:28:09.979 INFO:teuthology.orchestra.run.smithi016.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-10T20:28:10.273 INFO:teuthology.orchestra.run.smithi016.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-10T20:28:10.273 INFO:teuthology.orchestra.run.smithi016.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-10T20:28:10.276 INFO:teuthology.orchestra.run.smithi016.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-10T20:28:10.277 INFO:teuthology.orchestra.run.smithi016.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-10T20:28:10.279 INFO:teuthology.orchestra.run.smithi016.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-10T20:28:10.281 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:10.282 INFO:teuthology.orchestra.run.smithi016.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-10T20:28:10.284 INFO:teuthology.orchestra.run.smithi016.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-10T20:28:10.467 INFO:teuthology.orchestra.run.smithi016.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-10T20:28:10.872 INFO:teuthology.orchestra.run.smithi016.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-10T20:28:10.918 INFO:teuthology.orchestra.run.smithi016.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-10T20:28:10.937 INFO:teuthology.orchestra.run.smithi016.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-10T20:28:11.049 INFO:teuthology.orchestra.run.smithi016.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-10T20:28:11.089 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:11.103 INFO:teuthology.orchestra.run.smithi016.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-10T20:28:11.108 INFO:teuthology.orchestra.run.smithi016.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-10T20:28:11.155 INFO:teuthology.orchestra.run.smithi016.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-10T20:28:11.159 INFO:teuthology.orchestra.run.smithi016.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-10T20:28:11.179 INFO:teuthology.orchestra.run.smithi016.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-10T20:28:11.344 INFO:teuthology.orchestra.run.smithi016.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-10T20:28:11.482 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:11.567 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:11.617 INFO:teuthology.orchestra.run.smithi016.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-10T20:28:11.635 INFO:teuthology.orchestra.run.smithi016.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-10T20:28:11.707 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:11.750 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:11.789 INFO:teuthology.orchestra.run.smithi016.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-10T20:28:11.818 INFO:teuthology.orchestra.run.smithi016.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-10T20:28:11.835 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:11.976 INFO:teuthology.orchestra.run.smithi016.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-10T20:28:11.979 INFO:teuthology.orchestra.run.smithi016.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-10T20:28:11.980 INFO:teuthology.orchestra.run.smithi016.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-10T20:28:12.003 INFO:teuthology.orchestra.run.smithi016.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-10T20:28:12.007 INFO:teuthology.orchestra.run.smithi016.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-10T20:28:12.025 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:13.621 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:13.656 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:13.799 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:18.405 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:18.795 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:19.378 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:19.421 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:19.459 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:19.768 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:19.782 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:19.859 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:19.882 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:20.378 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:20.936 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:22.209 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:23.051 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:23.794 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:23.891 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:23.931 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:24.470 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:26.250 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:27.568 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:27.569 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:27.610 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:27.969 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:28.080 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:28.113 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:28.123 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:28.124 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:28.230 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:28.410 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:28.571 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:28.713 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:28.744 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:29.056 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:29.753 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:29.754 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:30.350 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:30.350 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:30.793 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:30.794 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:30.870 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:31.197 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:31.336 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:31.339 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:31.625 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:32.808 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:32.808 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:36.649 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:36.651 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:36.652 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:37.194 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:37.197 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:37.198 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:38.239 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:38.673 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:38.872 INFO:teuthology.orchestra.run.smithi122.stdout:Fetched 176 MB in 33s (5,293 kB/s) 2024-02-10T20:28:38.991 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-10T20:28:39.078 INFO:teuthology.orchestra.run.smithi122.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-10T20:28:39.083 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-10T20:28:39.148 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T20:28:39.248 INFO:teuthology.orchestra.run.smithi022.stdout:Fetched 176 MB in 34s (5,237 kB/s) 2024-02-10T20:28:39.315 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:39.395 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:39.396 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:39.427 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-10T20:28:39.494 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-10T20:28:39.520 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-10T20:28:39.530 INFO:teuthology.orchestra.run.smithi022.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-10T20:28:39.536 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-10T20:28:39.560 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T20:28:39.625 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T20:28:39.869 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:39.906 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-10T20:28:39.931 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-10T20:28:39.937 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-10T20:28:39.964 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-10T20:28:39.972 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T20:28:39.995 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T20:28:40.298 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-10T20:28:40.325 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-10T20:28:40.365 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T20:28:40.384 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-10T20:28:40.400 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T20:28:40.455 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 176 MB in 35s (5,059 kB/s) 2024-02-10T20:28:40.476 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:28:40.630 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-10T20:28:40.733 INFO:teuthology.orchestra.run.smithi016.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-10T20:28:40.738 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-10T20:28:40.818 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-10T20:28:40.820 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T20:28:40.845 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T20:28:40.880 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-10T20:28:40.893 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:28:40.906 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T20:28:40.946 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:28:41.165 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-10T20:28:41.192 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-10T20:28:41.255 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-10T20:28:41.281 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T20:28:41.283 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-10T20:28:41.309 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T20:28:41.312 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:28:41.341 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:28:41.348 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T20:28:41.658 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-10T20:28:41.685 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T20:28:41.693 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-10T20:28:41.695 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-10T20:28:41.720 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-10T20:28:41.721 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-10T20:28:41.724 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:28:41.760 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T20:28:41.761 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T20:28:42.090 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package librados2. 2024-02-10T20:28:42.094 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-10T20:28:42.113 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-10T20:28:42.116 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../007-librados2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:42.121 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-10T20:28:42.140 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T20:28:42.156 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:42.160 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T20:28:42.189 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:28:42.496 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package librados2. 2024-02-10T20:28:42.524 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../007-librados2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:42.534 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package librbd1. 2024-02-10T20:28:42.558 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-10T20:28:42.561 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../008-librbd1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:42.563 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:42.586 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T20:28:42.593 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:42.625 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:28:42.978 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-10T20:28:43.005 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T20:28:43.045 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:28:43.175 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package librbd1. 2024-02-10T20:28:43.201 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../008-librbd1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:43.213 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libcephfs2. 2024-02-10T20:28:43.239 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:43.241 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:43.279 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:43.398 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-10T20:28:43.425 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-10T20:28:43.465 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T20:28:43.557 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-rados. 2024-02-10T20:28:43.584 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:43.624 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:43.677 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libcephfs2. 2024-02-10T20:28:43.704 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:43.743 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:43.776 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librados2. 2024-02-10T20:28:43.803 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../007-librados2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:43.843 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:43.927 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-10T20:28:43.953 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:28:43.993 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:44.029 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-rados. 2024-02-10T20:28:44.046 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:44.087 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:44.229 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librbd1. 2024-02-10T20:28:44.245 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../008-librbd1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:44.246 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-cephfs. 2024-02-10T20:28:44.273 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:44.287 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:44.313 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:44.398 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-10T20:28:44.415 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:28:44.457 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:44.633 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-10T20:28:44.659 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:28:44.676 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-cephfs. 2024-02-10T20:28:44.692 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:44.699 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:44.724 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libcephfs2. 2024-02-10T20:28:44.734 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:44.750 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:44.790 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:45.037 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-10T20:28:45.045 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-10T20:28:45.064 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:28:45.071 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-10T20:28:45.084 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rados. 2024-02-10T20:28:45.100 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:45.103 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:45.119 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T20:28:45.143 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:45.382 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-prettytable. 2024-02-10T20:28:45.407 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-10T20:28:45.440 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-10T20:28:45.448 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-10T20:28:45.467 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-10T20:28:45.506 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T20:28:45.613 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-10T20:28:45.640 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:28:45.671 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:45.717 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-rbd. 2024-02-10T20:28:45.733 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:45.775 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:45.809 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-prettytable. 2024-02-10T20:28:45.836 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-10T20:28:45.875 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-10T20:28:45.898 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cephfs. 2024-02-10T20:28:45.914 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:45.957 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:46.129 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-10T20:28:46.136 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-rbd. 2024-02-10T20:28:46.155 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-10T20:28:46.163 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:46.194 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:46.195 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T20:28:46.310 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-10T20:28:46.337 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:28:46.376 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:46.457 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-10T20:28:46.472 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-10T20:28:46.507 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T20:28:46.514 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-10T20:28:46.540 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-10T20:28:46.582 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T20:28:46.696 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-10T20:28:46.723 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-10T20:28:46.763 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T20:28:46.810 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-10T20:28:46.825 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-10T20:28:46.869 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-10T20:28:46.869 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T20:28:46.895 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-10T20:28:46.935 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T20:28:47.041 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-prettytable. 2024-02-10T20:28:47.057 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-10T20:28:47.090 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-10T20:28:47.206 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package lua5.1. 2024-02-10T20:28:47.229 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-10T20:28:47.232 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-10T20:28:47.245 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-10T20:28:47.272 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-10T20:28:47.279 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T20:28:47.352 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rbd. 2024-02-10T20:28:47.379 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:47.419 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:47.559 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package lua-any. 2024-02-10T20:28:47.574 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-10T20:28:47.609 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-10T20:28:47.732 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package lua5.1. 2024-02-10T20:28:47.759 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-10T20:28:47.771 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-10T20:28:47.799 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-10T20:28:47.799 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-10T20:28:47.838 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T20:28:47.853 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package zip. 2024-02-10T20:28:47.869 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-10T20:28:47.912 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking zip (3.0-12build2) ... 2024-02-10T20:28:48.107 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-10T20:28:48.123 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-10T20:28:48.157 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T20:28:48.274 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package unzip. 2024-02-10T20:28:48.300 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-10T20:28:48.310 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package lua-any. 2024-02-10T20:28:48.337 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-10T20:28:48.340 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-10T20:28:48.377 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-10T20:28:48.461 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-10T20:28:48.476 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-10T20:28:48.510 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T20:28:48.621 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package zip. 2024-02-10T20:28:48.636 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-10T20:28:48.679 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking zip (3.0-12build2) ... 2024-02-10T20:28:48.805 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua5.1. 2024-02-10T20:28:48.820 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package luarocks. 2024-02-10T20:28:48.832 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-10T20:28:48.846 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-10T20:28:48.872 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-10T20:28:48.878 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-10T20:28:48.974 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package unzip. 2024-02-10T20:28:49.000 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-10T20:28:49.032 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-10T20:28:49.200 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-any. 2024-02-10T20:28:49.216 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-10T20:28:49.254 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package librgw2. 2024-02-10T20:28:49.259 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-10T20:28:49.280 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../025-librgw2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:49.320 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:49.427 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package luarocks. 2024-02-10T20:28:49.454 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-10T20:28:49.494 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-10T20:28:49.528 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package zip. 2024-02-10T20:28:49.544 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-10T20:28:49.578 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking zip (3.0-12build2) ... 2024-02-10T20:28:49.823 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package unzip. 2024-02-10T20:28:49.839 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-10T20:28:49.848 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-rgw. 2024-02-10T20:28:49.868 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package librgw2. 2024-02-10T20:28:49.875 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-10T20:28:49.875 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:49.895 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../025-librgw2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:49.914 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:49.935 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:50.218 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-10T20:28:50.244 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-10T20:28:50.276 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T20:28:50.294 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package luarocks. 2024-02-10T20:28:50.321 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-10T20:28:50.360 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-10T20:28:50.529 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-rgw. 2024-02-10T20:28:50.545 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:50.571 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libradosstriper1. 2024-02-10T20:28:50.587 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:50.597 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:50.637 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:50.752 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librgw2. 2024-02-10T20:28:50.779 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../025-librgw2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:50.819 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:50.881 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-10T20:28:50.899 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-10T20:28:50.931 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T20:28:51.075 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-common. 2024-02-10T20:28:51.103 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:51.141 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:51.243 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libradosstriper1. 2024-02-10T20:28:51.270 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:51.311 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:51.346 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rgw. 2024-02-10T20:28:51.362 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:51.396 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:51.724 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-10T20:28:51.729 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-common. 2024-02-10T20:28:51.751 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-10T20:28:51.756 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:51.790 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T20:28:51.795 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:52.102 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libradosstriper1. 2024-02-10T20:28:52.129 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:52.169 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:52.406 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-base. 2024-02-10T20:28:52.432 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:52.473 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:52.530 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-common. 2024-02-10T20:28:52.557 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:52.588 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:53.034 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-base. 2024-02-10T20:28:53.044 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-10T20:28:53.060 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:53.070 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-10T20:28:53.101 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:53.111 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-10T20:28:53.388 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-cheroot. 2024-02-10T20:28:53.415 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-10T20:28:53.447 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T20:28:53.621 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-10T20:28:53.637 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-10T20:28:53.671 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-10T20:28:53.903 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-base. 2024-02-10T20:28:53.917 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-10T20:28:53.930 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-10T20:28:53.930 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:28:53.965 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-cheroot. 2024-02-10T20:28:53.967 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-10T20:28:53.978 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:28:53.993 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-10T20:28:54.032 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T20:28:54.270 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-10T20:28:54.297 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-10T20:28:54.337 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-10T20:28:54.377 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-10T20:28:54.404 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-10T20:28:54.443 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-10T20:28:54.515 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-10T20:28:54.542 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-10T20:28:54.582 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-10T20:28:54.640 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-10T20:28:54.667 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-10T20:28:54.707 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-10T20:28:54.753 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-10T20:28:54.773 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-10T20:28:54.812 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-10T20:28:54.885 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cheroot. 2024-02-10T20:28:54.912 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-10T20:28:54.951 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T20:28:54.976 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-tempora. 2024-02-10T20:28:55.003 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-10T20:28:55.043 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-10T20:28:55.090 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-10T20:28:55.117 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-10T20:28:55.157 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-10T20:28:55.221 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-10T20:28:55.248 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-10T20:28:55.279 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-10T20:28:55.346 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-portend. 2024-02-10T20:28:55.373 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-10T20:28:55.413 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-10T20:28:55.468 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-tempora. 2024-02-10T20:28:55.495 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-10T20:28:55.535 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-10T20:28:55.583 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-10T20:28:55.610 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-10T20:28:55.649 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-10T20:28:55.716 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-10T20:28:55.743 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-10T20:28:55.799 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-10T20:28:55.812 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-portend. 2024-02-10T20:28:55.839 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-10T20:28:55.879 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-10T20:28:55.961 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-10T20:28:55.988 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-10T20:28:56.027 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-10T20:28:56.069 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-10T20:28:56.096 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-10T20:28:56.136 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-10T20:28:56.165 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-10T20:28:56.192 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-10T20:28:56.231 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-10T20:28:56.330 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-tempora. 2024-02-10T20:28:56.357 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-10T20:28:56.397 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-10T20:28:56.465 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-natsort. 2024-02-10T20:28:56.480 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-10T20:28:56.515 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-10T20:28:56.543 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-10T20:28:56.570 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-10T20:28:56.609 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-10T20:28:56.667 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-portend. 2024-02-10T20:28:56.694 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-10T20:28:56.733 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-10T20:28:56.802 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-logutils. 2024-02-10T20:28:56.829 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-10T20:28:56.868 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-10T20:28:56.954 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-natsort. 2024-02-10T20:28:56.981 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-10T20:28:57.021 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-10T20:28:57.044 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-10T20:28:57.072 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-10T20:28:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-10T20:28:57.171 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-10T20:28:57.198 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-10T20:28:57.238 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-10T20:28:57.332 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-logutils. 2024-02-10T20:28:57.359 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-10T20:28:57.397 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-10T20:28:57.398 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-10T20:28:57.414 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-10T20:28:57.448 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-10T20:28:57.516 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-mako. 2024-02-10T20:28:57.532 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-10T20:28:57.566 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T20:28:57.710 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-10T20:28:57.737 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-10T20:28:57.776 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-10T20:28:57.793 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-natsort. 2024-02-10T20:28:57.820 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-10T20:28:57.845 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-10T20:28:57.859 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-10T20:28:57.860 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-10T20:28:57.895 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-10T20:28:58.079 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-mako. 2024-02-10T20:28:58.106 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-10T20:28:58.145 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T20:28:58.179 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-logutils. 2024-02-10T20:28:58.207 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-10T20:28:58.207 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-10T20:28:58.233 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-10T20:28:58.246 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-10T20:28:58.273 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-10T20:28:58.516 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-10T20:28:58.543 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-10T20:28:58.573 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-10T20:28:58.576 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-webob. 2024-02-10T20:28:58.603 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-10T20:28:58.643 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-10T20:28:58.657 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-10T20:28:58.684 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-10T20:28:58.723 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-10T20:28:58.877 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-mako. 2024-02-10T20:28:58.904 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-10T20:28:58.943 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T20:28:58.976 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-10T20:28:58.993 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-10T20:28:59.035 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-10T20:28:59.096 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-waitress. 2024-02-10T20:28:59.123 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-10T20:28:59.166 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T20:28:59.280 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-10T20:28:59.307 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-10T20:28:59.337 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-webob. 2024-02-10T20:28:59.346 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-10T20:28:59.364 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-10T20:28:59.404 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-10T20:28:59.441 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-tempita. 2024-02-10T20:28:59.457 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-10T20:28:59.491 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T20:28:59.691 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-10T20:28:59.719 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-10T20:28:59.731 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-waitress. 2024-02-10T20:28:59.758 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-10T20:28:59.759 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-10T20:28:59.801 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T20:28:59.811 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-paste. 2024-02-10T20:28:59.837 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-10T20:28:59.878 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T20:29:00.061 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-webob. 2024-02-10T20:29:00.088 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-10T20:29:00.101 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-tempita. 2024-02-10T20:29:00.115 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-10T20:29:00.127 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-10T20:29:00.159 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T20:29:00.173 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-10T20:29:00.188 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-10T20:29:00.231 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T20:29:00.445 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-paste. 2024-02-10T20:29:00.472 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-10T20:29:00.489 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-waitress. 2024-02-10T20:29:00.512 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T20:29:00.516 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-10T20:29:00.534 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-10T20:29:00.558 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T20:29:00.561 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-10T20:29:00.601 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-10T20:29:00.814 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-10T20:29:00.831 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-10T20:29:00.873 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T20:29:00.904 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-webtest. 2024-02-10T20:29:00.909 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-tempita. 2024-02-10T20:29:00.931 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-10T20:29:00.936 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-10T20:29:00.971 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-10T20:29:00.983 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T20:29:01.176 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-10T20:29:01.203 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-10T20:29:01.242 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-10T20:29:01.276 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-pecan. 2024-02-10T20:29:01.302 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-10T20:29:01.313 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-paste. 2024-02-10T20:29:01.341 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-10T20:29:01.342 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T20:29:01.380 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T20:29:01.529 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-webtest. 2024-02-10T20:29:01.556 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-10T20:29:01.595 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-10T20:29:01.706 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-certifi. 2024-02-10T20:29:01.733 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-10T20:29:01.741 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-10T20:29:01.769 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-10T20:29:01.773 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-10T20:29:01.816 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T20:29:01.856 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pecan. 2024-02-10T20:29:01.872 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-10T20:29:01.906 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T20:29:02.093 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-idna. 2024-02-10T20:29:02.119 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-10T20:29:02.136 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-10T20:29:02.160 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-10T20:29:02.163 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-10T20:29:02.202 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-10T20:29:02.210 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-certifi. 2024-02-10T20:29:02.227 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-10T20:29:02.261 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-10T20:29:02.421 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-urllib3. 2024-02-10T20:29:02.447 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-10T20:29:02.488 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T20:29:02.514 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-webtest. 2024-02-10T20:29:02.541 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-10T20:29:02.580 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-10T20:29:02.597 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-idna. 2024-02-10T20:29:02.624 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-10T20:29:02.663 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-10T20:29:02.791 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-requests. 2024-02-10T20:29:02.817 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-10T20:29:02.858 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T20:29:02.908 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pecan. 2024-02-10T20:29:02.936 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-10T20:29:02.975 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T20:29:02.982 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-urllib3. 2024-02-10T20:29:03.010 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-10T20:29:03.049 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T20:29:03.170 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-10T20:29:03.196 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-10T20:29:03.236 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T20:29:03.338 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-certifi. 2024-02-10T20:29:03.366 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-10T20:29:03.369 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-requests. 2024-02-10T20:29:03.396 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-10T20:29:03.404 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-10T20:29:03.435 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T20:29:03.523 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-10T20:29:03.538 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:03.581 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:03.708 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-idna. 2024-02-10T20:29:03.735 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-10T20:29:03.763 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-10T20:29:03.766 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-10T20:29:03.790 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-10T20:29:03.830 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T20:29:03.970 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-10T20:29:03.997 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:04.036 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:04.052 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-urllib3. 2024-02-10T20:29:04.079 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-10T20:29:04.118 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T20:29:04.132 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-10T20:29:04.149 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:04.191 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:04.298 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-10T20:29:04.314 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-10T20:29:04.348 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-10T20:29:04.422 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-requests. 2024-02-10T20:29:04.450 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-10T20:29:04.488 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T20:29:04.537 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-10T20:29:04.553 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:04.587 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:04.651 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-openssl. 2024-02-10T20:29:04.678 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-10T20:29:04.718 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-10T20:29:04.817 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-10T20:29:04.844 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-10T20:29:04.881 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-10T20:29:04.883 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T20:29:04.909 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-10T20:29:04.948 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-10T20:29:05.063 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-mgr. 2024-02-10T20:29:05.089 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:05.129 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:05.169 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-10T20:29:05.197 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:05.236 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:05.259 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-openssl. 2024-02-10T20:29:05.286 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-10T20:29:05.326 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-10T20:29:05.483 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-mon. 2024-02-10T20:29:05.509 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:05.541 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:05.599 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-10T20:29:05.627 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:05.655 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mgr. 2024-02-10T20:29:05.666 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:05.681 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:05.720 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:05.985 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-10T20:29:06.013 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-10T20:29:06.048 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mon. 2024-02-10T20:29:06.051 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-10T20:29:06.075 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:06.106 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:06.145 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-osd. 2024-02-10T20:29:06.172 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:06.211 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:06.380 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-openssl. 2024-02-10T20:29:06.407 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-10T20:29:06.446 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-10T20:29:06.741 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr. 2024-02-10T20:29:06.769 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:06.799 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:06.835 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-osd. 2024-02-10T20:29:06.862 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:06.901 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:07.177 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mon. 2024-02-10T20:29:07.205 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:07.244 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:07.274 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph. 2024-02-10T20:29:07.301 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../066-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:07.348 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:07.610 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-fuse. 2024-02-10T20:29:07.637 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:07.677 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:07.965 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-osd. 2024-02-10T20:29:07.992 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:08.030 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:08.038 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-mds. 2024-02-10T20:29:08.065 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:08.104 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph. 2024-02-10T20:29:08.105 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:08.120 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../066-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:08.162 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:08.482 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-fuse. 2024-02-10T20:29:08.508 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package cephadm. 2024-02-10T20:29:08.509 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:08.536 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../069-cephadm_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:08.548 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:08.575 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:08.895 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-10T20:29:08.921 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-10T20:29:08.961 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-10T20:29:09.093 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mds. 2024-02-10T20:29:09.120 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:09.159 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:09.225 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph. 2024-02-10T20:29:09.242 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../066-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:09.275 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:09.506 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-10T20:29:09.521 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T20:29:09.554 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package cephadm. 2024-02-10T20:29:09.564 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T20:29:09.581 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../069-cephadm_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:09.586 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-fuse. 2024-02-10T20:29:09.614 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:09.620 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:09.653 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:09.932 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-10T20:29:09.958 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-10T20:29:09.998 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-10T20:29:10.081 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mds. 2024-02-10T20:29:10.109 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:10.148 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:10.309 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-10T20:29:10.336 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T20:29:10.375 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T20:29:10.559 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package cephadm. 2024-02-10T20:29:10.562 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-babel. 2024-02-10T20:29:10.587 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../069-cephadm_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:10.589 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T20:29:10.626 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:10.628 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T20:29:10.895 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-10T20:29:10.908 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-10T20:29:10.936 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-10T20:29:10.948 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-jinja2. 2024-02-10T20:29:10.975 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-10T20:29:11.015 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T20:29:11.256 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-10T20:29:11.272 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T20:29:11.306 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T20:29:11.343 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-10T20:29:11.370 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:11.401 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:11.447 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-babel. 2024-02-10T20:29:11.475 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T20:29:11.513 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T20:29:11.713 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-10T20:29:11.740 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-10T20:29:11.771 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-10T20:29:11.850 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-jinja2. 2024-02-10T20:29:11.877 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-10T20:29:11.916 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T20:29:12.058 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-routes. 2024-02-10T20:29:12.085 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-10T20:29:12.129 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T20:29:12.252 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-babel. 2024-02-10T20:29:12.253 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-10T20:29:12.269 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T20:29:12.280 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:12.302 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T20:29:12.319 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:12.437 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-10T20:29:12.464 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:12.503 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:12.622 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jinja2. 2024-02-10T20:29:12.649 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-10T20:29:12.664 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-10T20:29:12.689 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T20:29:12.691 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-10T20:29:12.730 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-10T20:29:12.957 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-10T20:29:12.973 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-10T20:29:12.991 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-routes. 2024-02-10T20:29:13.007 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-10T20:29:13.015 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T20:29:13.041 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T20:29:13.042 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-10T20:29:13.069 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:13.108 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:13.327 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-10T20:29:13.344 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:13.377 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:13.411 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-10T20:29:13.438 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-10T20:29:13.478 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-10T20:29:13.511 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-joblib. 2024-02-10T20:29:13.538 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-10T20:29:13.569 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T20:29:13.764 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-routes. 2024-02-10T20:29:13.792 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-10T20:29:13.797 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-10T20:29:13.814 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-10T20:29:13.831 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T20:29:13.855 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T20:29:13.939 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-10T20:29:13.966 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-10T20:29:14.006 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-10T20:29:14.159 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-10T20:29:14.186 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:14.225 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:14.326 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-sklearn. 2024-02-10T20:29:14.353 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-10T20:29:14.392 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-joblib. 2024-02-10T20:29:14.392 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T20:29:14.420 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-10T20:29:14.458 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T20:29:14.645 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-10T20:29:14.662 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-10T20:29:14.703 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T20:29:14.829 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-10T20:29:14.856 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-10T20:29:14.895 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-10T20:29:15.119 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-10T20:29:15.147 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:15.174 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-joblib. 2024-02-10T20:29:15.198 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-sklearn. 2024-02-10T20:29:15.201 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-10T20:29:15.225 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-10T20:29:15.232 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T20:29:15.264 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T20:29:15.271 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:15.560 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-10T20:29:15.577 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-10T20:29:15.610 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-10T20:29:15.896 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-sklearn. 2024-02-10T20:29:15.924 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-10T20:29:15.939 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-10T20:29:15.967 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:15.971 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T20:29:16.091 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:16.275 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-cachetools. 2024-02-10T20:29:16.302 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-10T20:29:16.341 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-10T20:29:16.603 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-10T20:29:16.619 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-10T20:29:16.661 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-10T20:29:16.957 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-10T20:29:16.973 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-10T20:29:17.007 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T20:29:17.038 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-10T20:29:17.053 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-cachetools. 2024-02-10T20:29:17.067 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:17.080 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-10T20:29:17.119 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-10T20:29:17.190 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:17.294 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-rsa. 2024-02-10T20:29:17.321 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-10T20:29:17.355 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-10T20:29:17.360 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-10T20:29:17.383 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-10T20:29:17.422 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-10T20:29:17.673 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-google-auth. 2024-02-10T20:29:17.700 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-10T20:29:17.739 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-10T20:29:17.750 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-10T20:29:17.778 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-10T20:29:17.816 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T20:29:18.034 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-10T20:29:18.062 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-10T20:29:18.093 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T20:29:18.128 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-rsa. 2024-02-10T20:29:18.156 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-10T20:29:18.169 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cachetools. 2024-02-10T20:29:18.194 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-10T20:29:18.197 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-10T20:29:18.236 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-10T20:29:18.379 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-websocket. 2024-02-10T20:29:18.407 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-10T20:29:18.446 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-10T20:29:18.481 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-google-auth. 2024-02-10T20:29:18.489 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-10T20:29:18.497 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-10T20:29:18.517 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-10T20:29:18.531 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-10T20:29:18.555 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-10T20:29:18.775 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-10T20:29:18.802 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-10T20:29:18.842 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-10T20:29:18.866 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T20:29:18.870 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-10T20:29:18.875 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-10T20:29:18.903 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-10T20:29:18.909 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T20:29:18.942 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T20:29:19.237 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rsa. 2024-02-10T20:29:19.245 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-websocket. 2024-02-10T20:29:19.264 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-10T20:29:19.273 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-10T20:29:19.303 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-10T20:29:19.421 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-10T20:29:19.531 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-10T20:29:19.547 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:19.620 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:19.648 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-google-auth. 2024-02-10T20:29:19.677 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-10T20:29:19.715 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-10T20:29:19.798 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-10T20:29:19.815 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-10T20:29:19.848 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T20:29:20.035 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-10T20:29:20.063 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-10T20:29:20.084 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-10T20:29:20.101 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T20:29:20.111 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-10T20:29:20.150 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T20:29:20.413 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-websocket. 2024-02-10T20:29:20.441 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-10T20:29:20.471 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-10T20:29:20.479 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-10T20:29:20.498 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T20:29:20.503 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-10T20:29:20.520 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:20.529 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T20:29:20.562 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:20.758 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-10T20:29:20.773 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package jq. 2024-02-10T20:29:20.785 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-10T20:29:20.789 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T20:29:20.824 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T20:29:20.832 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-10T20:29:20.939 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-10T20:29:20.967 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-10T20:29:21.014 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T20:29:21.084 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package socat. 2024-02-10T20:29:21.100 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-10T20:29:21.143 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-10T20:29:21.426 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-10T20:29:21.453 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T20:29:21.455 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-10T20:29:21.455 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package xmlstarlet. 2024-02-10T20:29:21.483 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-10T20:29:21.483 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:21.500 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T20:29:21.521 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:21.521 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-10T20:29:21.761 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package jq. 2024-02-10T20:29:21.778 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T20:29:21.819 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-10T20:29:21.851 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-10T20:29:21.877 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-10T20:29:21.884 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-test. 2024-02-10T20:29:21.900 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:21.915 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T20:29:21.942 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:22.072 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package socat. 2024-02-10T20:29:22.088 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-10T20:29:22.130 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-10T20:29:22.260 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-10T20:29:22.288 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T20:29:22.327 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T20:29:22.467 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package xmlstarlet. 2024-02-10T20:29:22.495 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-10T20:29:22.541 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-10T20:29:22.588 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package jq. 2024-02-10T20:29:22.616 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T20:29:22.654 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-10T20:29:22.915 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package socat. 2024-02-10T20:29:22.932 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-10T20:29:22.946 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-test. 2024-02-10T20:29:22.973 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-10T20:29:22.974 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:23.012 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:23.244 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package xmlstarlet. 2024-02-10T20:29:23.260 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-10T20:29:23.295 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-10T20:29:23.656 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-test. 2024-02-10T20:29:23.684 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:23.722 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:24.289 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package ceph-volume. 2024-02-10T20:29:24.317 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:24.356 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:24.685 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-10T20:29:24.701 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:24.918 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:25.213 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-10T20:29:25.229 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-10T20:29:25.263 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T20:29:25.383 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-volume. 2024-02-10T20:29:25.411 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:25.449 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:25.568 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-10T20:29:25.596 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-10T20:29:25.635 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-10T20:29:25.772 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-10T20:29:25.800 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:25.839 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:25.989 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package nvme-cli. 2024-02-10T20:29:26.017 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-10T20:29:26.056 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T20:29:26.144 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-volume. 2024-02-10T20:29:26.172 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T20:29:26.175 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-10T20:29:26.203 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-10T20:29:26.218 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:26.241 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T20:29:26.487 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package pkg-config. 2024-02-10T20:29:26.514 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-10T20:29:26.531 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-10T20:29:26.559 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:26.561 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T20:29:26.580 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-10T20:29:26.605 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:26.607 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-10T20:29:26.646 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-10T20:29:26.823 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-10T20:29:26.851 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-10T20:29:26.890 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-10T20:29:26.983 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-10T20:29:27.011 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-10T20:29:27.050 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package nvme-cli. 2024-02-10T20:29:27.058 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T20:29:27.078 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-10T20:29:27.117 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T20:29:27.335 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-10T20:29:27.363 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-10T20:29:27.396 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-10T20:29:27.401 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-10T20:29:27.424 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-10T20:29:27.462 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-10T20:29:27.522 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package pkg-config. 2024-02-10T20:29:27.539 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-10T20:29:27.572 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T20:29:27.721 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-pastescript. 2024-02-10T20:29:27.749 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-10T20:29:27.788 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-10T20:29:27.808 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-10T20:29:27.826 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-10T20:29:27.833 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package nvme-cli. 2024-02-10T20:29:27.861 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-10T20:29:27.866 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-10T20:29:27.900 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T20:29:28.091 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-pluggy. 2024-02-10T20:29:28.119 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-10T20:29:28.158 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-10T20:29:28.278 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-10T20:29:28.306 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-10T20:29:28.344 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-10T20:29:28.347 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package pkg-config. 2024-02-10T20:29:28.375 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-10T20:29:28.413 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T20:29:28.428 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-psutil. 2024-02-10T20:29:28.444 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-10T20:29:28.486 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-10T20:29:28.641 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-10T20:29:28.647 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pastescript. 2024-02-10T20:29:28.658 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-10T20:29:28.676 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-10T20:29:28.691 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-10T20:29:28.714 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-10T20:29:28.806 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-py. 2024-02-10T20:29:28.835 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-10T20:29:28.873 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-10T20:29:29.034 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pluggy. 2024-02-10T20:29:29.062 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-10T20:29:29.086 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-10T20:29:29.100 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-10T20:29:29.114 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-10T20:29:29.144 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-10T20:29:29.168 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-pygments. 2024-02-10T20:29:29.196 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-10T20:29:29.226 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T20:29:29.412 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-psutil. 2024-02-10T20:29:29.440 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-10T20:29:29.463 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pastescript. 2024-02-10T20:29:29.470 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-10T20:29:29.491 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-10T20:29:29.530 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-10T20:29:29.648 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-10T20:29:29.664 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-10T20:29:29.698 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-10T20:29:29.815 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-py. 2024-02-10T20:29:29.843 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-10T20:29:29.850 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pluggy. 2024-02-10T20:29:29.878 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-10T20:29:29.881 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-10T20:29:29.916 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-10T20:29:29.992 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-toml. 2024-02-10T20:29:30.020 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-10T20:29:30.059 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-10T20:29:30.151 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pygments. 2024-02-10T20:29:30.168 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-10T20:29:30.201 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T20:29:30.211 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-psutil. 2024-02-10T20:29:30.239 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-10T20:29:30.277 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-10T20:29:30.396 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-pytest. 2024-02-10T20:29:30.423 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-10T20:29:30.462 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T20:29:30.639 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-py. 2024-02-10T20:29:30.667 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-10T20:29:30.672 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-10T20:29:30.689 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-10T20:29:30.705 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-10T20:29:30.730 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-10T20:29:30.799 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package python3-simplejson. 2024-02-10T20:29:30.827 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-10T20:29:30.866 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-10T20:29:31.025 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-toml. 2024-02-10T20:29:31.034 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pygments. 2024-02-10T20:29:31.053 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-10T20:29:31.062 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-10T20:29:31.100 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T20:29:31.116 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-10T20:29:31.135 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-10T20:29:31.163 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-10T20:29:31.201 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-10T20:29:31.411 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pytest. 2024-02-10T20:29:31.439 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-10T20:29:31.477 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T20:29:31.554 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-10T20:29:31.571 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-10T20:29:31.612 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-10T20:29:31.848 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-simplejson. 2024-02-10T20:29:31.876 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-10T20:29:31.914 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-10T20:29:31.915 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-toml. 2024-02-10T20:29:31.931 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package radosgw. 2024-02-10T20:29:31.943 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-10T20:29:31.959 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../116-radosgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:31.982 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-10T20:29:31.998 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:32.192 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-10T20:29:32.220 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-10T20:29:32.258 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-10T20:29:32.285 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pytest. 2024-02-10T20:29:32.313 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-10T20:29:32.351 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T20:29:32.646 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-simplejson. 2024-02-10T20:29:32.674 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-10T20:29:32.704 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-10T20:29:32.801 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package rbd-fuse. 2024-02-10T20:29:32.817 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:32.859 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:32.971 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package radosgw. 2024-02-10T20:29:33.000 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../116-radosgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:33.007 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-10T20:29:33.024 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-10T20:29:33.029 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:33.057 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-10T20:29:33.164 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-10T20:29:33.398 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T20:29:33.500 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T20:29:33.734 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-10T20:29:33.753 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package radosgw. 2024-02-10T20:29:33.781 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../116-radosgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:33.819 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:33.974 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package rbd-fuse. 2024-02-10T20:29:34.002 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:34.040 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:34.056 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-10T20:29:34.354 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-10T20:29:34.478 INFO:teuthology.orchestra.run.smithi122.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-10T20:29:34.620 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T20:29:34.641 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package rbd-fuse. 2024-02-10T20:29:34.665 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T20:29:34.705 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:34.721 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T20:29:34.761 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:34.967 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-10T20:29:35.010 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-10T20:29:35.252 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T20:29:35.309 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-10T20:29:35.353 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T20:29:35.506 INFO:teuthology.orchestra.run.smithi122.stdout:Adding system user cephadm....done 2024-02-10T20:29:35.604 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-10T20:29:35.660 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T20:29:35.776 INFO:teuthology.orchestra.run.smithi022.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-10T20:29:35.882 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:35.936 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-10T20:29:35.953 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-10T20:29:36.188 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-10T20:29:36.314 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-10T20:29:36.433 INFO:teuthology.orchestra.run.smithi016.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-10T20:29:36.459 INFO:teuthology.orchestra.run.smithi022.stdout:Adding system user cephadm....done 2024-02-10T20:29:36.514 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:36.565 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-10T20:29:36.606 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T20:29:36.800 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T20:29:36.901 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-10T20:29:37.007 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user cephadm....done 2024-02-10T20:29:37.211 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T20:29:37.291 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-10T20:29:37.521 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T20:29:37.543 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-10T20:29:37.580 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-10T20:29:37.669 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-10T20:29:37.832 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-10T20:29:37.875 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-10T20:29:37.928 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-10T20:29:38.100 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-10T20:29:38.179 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T20:29:38.198 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-10T20:29:38.281 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-10T20:29:38.326 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-10T20:29:38.412 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-10T20:29:38.577 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-10T20:29:38.582 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T20:29:38.734 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-10T20:29:38.943 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-10T20:29:38.946 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-10T20:29:39.043 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T20:29:39.145 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-10T20:29:39.197 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:39.211 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-10T20:29:39.454 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T20:29:39.473 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T20:29:39.520 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-10T20:29:39.591 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T20:29:39.692 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T20:29:39.739 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-10T20:29:39.798 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-10T20:29:39.801 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-10T20:29:39.973 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-10T20:29:40.044 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-10T20:29:40.066 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-10T20:29:40.232 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-10T20:29:40.342 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-10T20:29:40.417 INFO:teuthology.orchestra.run.smithi122.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-10T20:29:40.452 INFO:teuthology.orchestra.run.smithi122.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-10T20:29:40.516 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T20:29:40.517 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:40.585 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-10T20:29:40.642 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-10T20:29:40.776 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T20:29:40.845 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-10T20:29:40.902 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T20:29:40.993 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T20:29:41.028 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T20:29:41.088 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-10T20:29:41.119 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-10T20:29:41.146 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-10T20:29:41.330 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:41.396 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T20:29:41.397 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-10T20:29:41.592 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T20:29:41.655 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-10T20:29:41.718 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T20:29:41.751 INFO:teuthology.orchestra.run.smithi022.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-10T20:29:41.779 INFO:teuthology.orchestra.run.smithi022.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-10T20:29:41.842 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T20:29:41.844 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T20:29:41.965 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up zip (3.0-12build2) ... 2024-02-10T20:29:41.968 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-10T20:29:41.970 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-10T20:29:42.065 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T20:29:42.221 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-10T20:29:42.355 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T20:29:42.479 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-10T20:29:42.591 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-10T20:29:42.643 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-10T20:29:42.707 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T20:29:42.717 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T20:29:42.738 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T20:29:42.884 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-10T20:29:42.952 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T20:29:43.014 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-10T20:29:43.078 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-10T20:29:43.204 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T20:29:43.251 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T20:29:43.377 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-10T20:29:43.387 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up zip (3.0-12build2) ... 2024-02-10T20:29:43.516 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T20:29:43.521 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-10T20:29:43.645 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T20:29:43.904 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-10T20:29:43.931 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-10T20:29:44.182 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T20:29:44.189 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up zip (3.0-12build2) ... 2024-02-10T20:29:44.193 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T20:29:44.315 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T20:29:44.478 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T20:29:44.542 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T20:29:44.587 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-10T20:29:44.697 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T20:29:44.810 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T20:29:44.989 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-10T20:29:45.025 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T20:29:45.145 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-10T20:29:45.285 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T20:29:45.374 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-10T20:29:45.386 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-10T20:29:45.395 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-10T20:29:45.495 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T20:29:45.521 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:45.625 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T20:29:45.796 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-10T20:29:45.823 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-idna (3.3-1) ... 2024-02-10T20:29:46.002 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T20:29:46.141 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T20:29:46.172 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-10T20:29:46.303 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T20:29:46.423 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T20:29:46.654 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-10T20:29:46.817 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T20:29:46.889 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-10T20:29:47.015 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:47.110 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T20:29:47.263 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T20:29:47.333 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-idna (3.3-1) ... 2024-02-10T20:29:47.444 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-10T20:29:47.523 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:29:47.657 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-10T20:29:47.659 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T20:29:47.704 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-10T20:29:47.830 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:47.908 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T20:29:48.034 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-10T20:29:48.131 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-idna (3.3-1) ... 2024-02-10T20:29:48.160 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T20:29:48.453 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-10T20:29:48.457 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T20:29:48.704 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-10T20:29:48.890 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T20:29:48.955 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:29:49.082 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-10T20:29:49.133 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:29:49.268 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-10T20:29:49.391 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-10T20:29:49.544 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T20:29:49.650 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-10T20:29:49.678 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-10T20:29:49.696 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T20:29:49.788 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T20:29:49.927 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-10T20:29:49.964 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:29:50.089 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-10T20:29:50.099 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-10T20:29:50.178 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-10T20:29:50.348 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-10T20:29:50.358 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T20:29:50.428 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-10T20:29:50.484 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-10T20:29:50.608 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:29:50.610 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T20:29:50.688 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T20:29:50.734 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-10T20:29:50.806 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-10T20:29:50.912 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-10T20:29:51.052 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-10T20:29:51.082 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T20:29:51.171 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-10T20:29:51.191 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T20:29:51.303 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-10T20:29:51.406 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:29:51.467 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-10T20:29:51.531 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-10T20:29:51.546 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-10T20:29:51.760 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-10T20:29:51.831 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-10T20:29:51.850 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-10T20:29:52.011 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T20:29:52.090 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-10T20:29:52.109 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-10T20:29:52.137 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-10T20:29:52.263 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T20:29:52.344 INFO:teuthology.orchestra.run.smithi122.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-10T20:29:52.366 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T20:29:52.368 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-10T20:29:52.492 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-10T20:29:52.565 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T20:29:52.620 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-10T20:29:52.683 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T20:29:52.785 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T20:29:52.854 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-10T20:29:52.911 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T20:29:53.059 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-10T20:29:53.107 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T20:29:53.221 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-10T20:29:53.231 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-10T20:29:53.310 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-10T20:29:53.461 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-10T20:29:53.522 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-10T20:29:53.524 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T20:29:53.658 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T20:29:53.712 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:29:53.781 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T20:29:53.838 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T20:29:53.907 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-10T20:29:53.951 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-10T20:29:54.033 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T20:29:54.123 INFO:teuthology.orchestra.run.smithi022.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-10T20:29:54.148 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T20:29:54.264 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-10T20:29:54.376 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T20:29:54.432 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T20:29:54.502 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T20:29:54.528 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T20:29:54.629 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-10T20:29:54.691 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-10T20:29:54.730 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T20:29:54.811 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-10T20:29:54.817 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-10T20:29:54.896 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-10T20:29:55.048 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T20:29:55.068 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-10T20:29:55.155 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-10T20:29:55.174 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T20:29:55.273 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-10T20:29:55.345 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T20:29:55.541 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:29:55.593 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-10T20:29:55.681 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-10T20:29:55.692 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T20:29:55.844 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-10T20:29:55.962 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-10T20:29:56.035 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T20:29:56.041 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-10T20:29:56.213 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T20:29:56.334 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T20:29:56.339 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T20:29:56.344 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T20:29:56.620 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-10T20:29:56.656 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T20:29:56.661 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T20:29:56.730 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-10T20:29:56.796 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:56.922 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:56.966 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T20:29:56.989 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-10T20:29:57.032 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-10T20:29:57.250 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-10T20:29:57.265 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T20:29:57.368 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:57.376 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-10T20:29:57.494 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:57.618 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-10T20:29:57.620 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-10T20:29:57.644 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-10T20:29:57.895 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T20:29:57.896 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:57.987 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-10T20:29:58.022 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:58.132 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:58.232 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-10T20:29:58.263 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T20:29:58.333 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T20:29:58.333 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T20:29:58.617 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-10T20:29:58.624 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T20:29:58.750 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:58.825 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:58.877 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:58.910 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T20:29:58.959 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:59.003 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-10T20:29:59.069 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:59.195 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T20:29:59.238 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T20:29:59.298 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:59.422 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:59.440 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:59.548 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:59.566 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-10T20:29:59.674 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-10T20:29:59.860 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:59.969 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:29:59.977 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.078 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.103 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.205 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-10T20:30:00.323 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T20:30:00.323 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T20:30:00.416 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.481 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.541 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.607 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.642 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.733 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.743 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.830 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.852 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.931 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:00.956 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T20:30:00.956 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T20:30:01.057 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:01.183 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T20:30:01.437 INFO:teuthology.orchestra.run.smithi122.stdout:Adding group ceph....done 2024-02-10T20:30:01.468 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:01.569 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:01.670 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:01.787 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T20:30:01.805 INFO:teuthology.orchestra.run.smithi122.stdout:Adding system user ceph....done 2024-02-10T20:30:01.982 INFO:teuthology.orchestra.run.smithi122.stdout:Setting system user ceph properties....done 2024-02-10T20:30:01.998 INFO:teuthology.orchestra.run.smithi122.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-10T20:30:02.137 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-10T20:30:02.445 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:02.474 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-10T20:30:02.571 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:02.697 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:02.823 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:02.911 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:02.949 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:03.038 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:03.074 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:03.201 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:03.318 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:03.419 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:03.425 INFO:teuthology.orchestra.run.smithi022.stdout:Adding group ceph....done 2024-02-10T20:30:03.481 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:30:03.481 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:30:03.520 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:03.785 INFO:teuthology.orchestra.run.smithi022.stdout:Adding system user ceph....done 2024-02-10T20:30:03.945 INFO:teuthology.orchestra.run.smithi022.stdout:Setting system user ceph properties....done 2024-02-10T20:30:03.956 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:03.961 INFO:teuthology.orchestra.run.smithi022.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-10T20:30:04.055 INFO:teuthology.orchestra.run.smithi016.stdout:Adding group ceph....done 2024-02-10T20:30:04.103 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-10T20:30:04.278 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-10T20:30:04.436 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-10T20:30:04.440 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user ceph....done 2024-02-10T20:30:04.599 INFO:teuthology.orchestra.run.smithi016.stdout:Setting system user ceph properties....done 2024-02-10T20:30:04.613 INFO:teuthology.orchestra.run.smithi016.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-10T20:30:04.757 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-10T20:30:04.758 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:04.901 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:04.981 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T20:30:04.981 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T20:30:05.001 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:05.117 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-10T20:30:05.443 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:05.450 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:30:05.450 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:30:05.646 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:05.659 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T20:30:05.659 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T20:30:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:06.100 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:06.228 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:06.282 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:30:06.282 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T20:30:06.504 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T20:30:06.504 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T20:30:06.630 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-10T20:30:06.845 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:06.988 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:07.097 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:07.113 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:07.165 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-10T20:30:07.273 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:07.346 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T20:30:07.346 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T20:30:07.490 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T20:30:07.491 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T20:30:07.630 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:07.824 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:07.873 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T20:30:07.873 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T20:30:07.999 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:08.064 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T20:30:08.064 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T20:30:08.125 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:08.226 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:08.369 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:08.423 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:08.584 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:08.654 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T20:30:08.654 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T20:30:08.713 INFO:teuthology.orchestra.run.smithi122.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-10T20:30:08.838 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T20:30:08.838 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T20:30:09.006 INFO:teuthology.orchestra.run.smithi122.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-10T20:30:09.141 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:09.158 INFO:teuthology.orchestra.run.smithi122.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-10T20:30:09.343 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:09.421 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T20:30:09.421 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T20:30:09.470 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:09.621 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:09.838 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T20:30:09.838 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T20:30:09.951 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:10.052 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:10.220 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:10.284 INFO:teuthology.orchestra.run.smithi122.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-10T20:30:10.330 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:10.439 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T20:30:10.439 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T20:30:10.481 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:10.607 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:10.765 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:10.896 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:10.932 INFO:teuthology.orchestra.run.smithi122.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-10T20:30:10.938 DEBUG:teuthology.parallel:result is None 2024-02-10T20:30:11.039 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:11.111 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-10T20:30:11.148 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:11.229 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-10T20:30:11.299 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T20:30:11.424 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-10T20:30:11.661 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-10T20:30:11.762 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-10T20:30:11.906 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-10T20:30:12.533 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-10T20:30:12.956 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-10T20:30:13.186 INFO:teuthology.orchestra.run.smithi022.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-10T20:30:13.191 DEBUG:teuthology.parallel:result is None 2024-02-10T20:30:13.649 INFO:teuthology.orchestra.run.smithi016.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-10T20:30:13.654 DEBUG:teuthology.parallel:result is None 2024-02-10T20:30:13.655 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-10T20:30:13.875 DEBUG:teuthology.orchestra.run.smithi016:> dpkg-query -W -f '${Version}' ceph 2024-02-10T20:30:13.895 INFO:teuthology.orchestra.run.smithi016.stdout:19.0.0-1367-g14aa01b9-1jammy 2024-02-10T20:30:13.896 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T20:30:13.896 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367-g14aa01b9-1jammy is installed. 2024-02-10T20:30:13.898 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-10T20:30:14.124 DEBUG:teuthology.orchestra.run.smithi022:> dpkg-query -W -f '${Version}' ceph 2024-02-10T20:30:14.144 INFO:teuthology.orchestra.run.smithi022.stdout:19.0.0-1367-g14aa01b9-1jammy 2024-02-10T20:30:14.145 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T20:30:14.145 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367-g14aa01b9-1jammy is installed. 2024-02-10T20:30:14.147 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-10T20:30:14.364 DEBUG:teuthology.orchestra.run.smithi122:> dpkg-query -W -f '${Version}' ceph 2024-02-10T20:30:14.383 INFO:teuthology.orchestra.run.smithi122.stdout:19.0.0-1367-g14aa01b9-1jammy 2024-02-10T20:30:14.383 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T20:30:14.384 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367-g14aa01b9-1jammy is installed. 2024-02-10T20:30:14.386 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-10T20:30:14.386 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-10T20:30:14.386 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T20:30:14.401 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-10T20:30:14.401 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T20:30:14.416 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-10T20:30:14.416 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T20:30:14.437 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-10T20:30:14.438 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-10T20:30:14.438 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T20:30:14.458 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T20:30:14.513 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-10T20:30:14.514 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T20:30:14.527 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T20:30:14.583 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-10T20:30:14.583 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T20:30:14.597 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T20:30:14.653 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-10T20:30:14.653 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-10T20:30:14.653 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T20:30:14.667 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T20:30:14.722 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-10T20:30:14.722 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T20:30:14.736 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T20:30:14.790 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-10T20:30:14.790 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T20:30:14.804 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T20:30:14.856 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-10T20:30:14.856 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-10T20:30:14.856 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T20:30:14.870 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T20:30:14.925 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-10T20:30:14.925 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T20:30:14.939 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T20:30:14.994 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-02-10T20:30:14.994 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T20:30:15.008 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T20:30:15.065 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T20:30:15.194 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-10T20:30:15.194 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:30:15.195 INFO:tasks.cephadm:Cluster fsid is 329b6692-c853-11ee-95b9-87774f69a715 2024-02-10T20:30:15.195 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T20:30:15.195 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.16', 'mon.b': '172.21.15.22', 'mon.c': '172.21.15.122'} 2024-02-10T20:30:15.195 INFO:tasks.cephadm:First mon is mon.a on smithi016 2024-02-10T20:30:15.195 INFO:tasks.cephadm:First mgr is a 2024-02-10T20:30:15.195 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T20:30:15.195 DEBUG:teuthology.orchestra.run.smithi016:> sudo hostname $(hostname -s) 2024-02-10T20:30:15.210 DEBUG:teuthology.orchestra.run.smithi022:> sudo hostname $(hostname -s) 2024-02-10T20:30:15.225 DEBUG:teuthology.orchestra.run.smithi122:> sudo hostname $(hostname -s) 2024-02-10T20:30:15.240 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-10T20:30:15.240 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-10T20:30:15.457 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-10T20:30:15.678 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-10T20:30:15.679 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-10T20:30:15.680 DEBUG:teuthology.orchestra.run.smithi016:> 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-10T20:30:16.305 INFO:teuthology.orchestra.run.smithi016.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774064 Feb 10 20:30 /home/ubuntu/cephtest/cephadm 2024-02-10T20:30:16.305 DEBUG:teuthology.orchestra.run.smithi022:> 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-10T20:30:16.892 INFO:teuthology.orchestra.run.smithi022.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774064 Feb 10 20:30 /home/ubuntu/cephtest/cephadm 2024-02-10T20:30:16.893 DEBUG:teuthology.orchestra.run.smithi122:> 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-10T20:30:17.530 INFO:teuthology.orchestra.run.smithi122.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774064 Feb 10 20:30 /home/ubuntu/cephtest/cephadm 2024-02-10T20:30:17.530 DEBUG:teuthology.orchestra.run.smithi016:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T20:30:17.538 DEBUG:teuthology.orchestra.run.smithi022:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T20:30:17.546 DEBUG:teuthology.orchestra.run.smithi122:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T20:30:17.583 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 on all hosts... 2024-02-10T20:30:17.583 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T20:30:17.585 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T20:30:17.591 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T20:30:17.758 INFO:teuthology.orchestra.run.smithi016.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:30:17.760 INFO:teuthology.orchestra.run.smithi022.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:30:17.767 INFO:teuthology.orchestra.run.smithi122.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:31:09.505 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2024-02-10T20:31:09.506 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T20:31:09.506 INFO:teuthology.orchestra.run.smithi016.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T20:31:09.506 INFO:teuthology.orchestra.run.smithi016.stdout: "repo_digests": [ 2024-02-10T20:31:09.506 INFO:teuthology.orchestra.run.smithi016.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T20:31:09.506 INFO:teuthology.orchestra.run.smithi016.stdout: ] 2024-02-10T20:31:09.506 INFO:teuthology.orchestra.run.smithi016.stdout:} 2024-02-10T20:31:29.115 INFO:teuthology.orchestra.run.smithi122.stdout:{ 2024-02-10T20:31:29.116 INFO:teuthology.orchestra.run.smithi122.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T20:31:29.116 INFO:teuthology.orchestra.run.smithi122.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T20:31:29.116 INFO:teuthology.orchestra.run.smithi122.stdout: "repo_digests": [ 2024-02-10T20:31:29.116 INFO:teuthology.orchestra.run.smithi122.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T20:31:29.116 INFO:teuthology.orchestra.run.smithi122.stdout: ] 2024-02-10T20:31:29.116 INFO:teuthology.orchestra.run.smithi122.stdout:} 2024-02-10T20:31:35.568 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-10T20:31:35.568 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T20:31:35.568 INFO:teuthology.orchestra.run.smithi022.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T20:31:35.568 INFO:teuthology.orchestra.run.smithi022.stdout: "repo_digests": [ 2024-02-10T20:31:35.568 INFO:teuthology.orchestra.run.smithi022.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T20:31:35.569 INFO:teuthology.orchestra.run.smithi022.stdout: ] 2024-02-10T20:31:35.569 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-10T20:31:35.616 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /etc/ceph 2024-02-10T20:31:35.631 DEBUG:teuthology.orchestra.run.smithi022:> sudo mkdir -p /etc/ceph 2024-02-10T20:31:35.646 DEBUG:teuthology.orchestra.run.smithi122:> sudo mkdir -p /etc/ceph 2024-02-10T20:31:35.660 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 777 /etc/ceph 2024-02-10T20:31:35.685 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod 777 /etc/ceph 2024-02-10T20:31:35.702 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 777 /etc/ceph 2024-02-10T20:31:35.721 INFO:tasks.cephadm:Writing seed config... 2024-02-10T20:31:35.722 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-02-10T20:31:35.722 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T20:31:35.722 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T20:31:35.722 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-02-10T20:31:35.722 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T20:31:35.723 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T20:31:35.723 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T20:31:35.723 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T20:31:35.723 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T20:31:35.723 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-10T20:31:35.723 DEBUG:teuthology.orchestra.run.smithi016:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T20:31:35.734 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 = 329b6692-c853-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-10T20:31:35.735 DEBUG:teuthology.orchestra.run.smithi016:mon.a> sudo journalctl -f -n 0 -u ceph-329b6692-c853-11ee-95b9-87774f69a715@mon.a.service 2024-02-10T20:31:35.779 DEBUG:teuthology.orchestra.run.smithi016:mgr.a> sudo journalctl -f -n 0 -u ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service 2024-02-10T20:31:35.823 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T20:31:35.823 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 -v bootstrap --fsid 329b6692-c853-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.16 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T20:31:36.032 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-02-10T20:31:36.032 INFO:teuthology.orchestra.run.smithi016.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228', '-v', 'bootstrap', '--fsid', '329b6692-c853-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.16', '--skip-admin-label'] 2024-02-10T20:31:36.032 INFO:teuthology.orchestra.run.smithi016.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-10T20:31:36.033 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying podman|docker is present... 2024-02-10T20:31:36.033 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying lvm2 is present... 2024-02-10T20:31:36.033 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying time synchronization is in place... 2024-02-10T20:31:36.038 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T20:31:36.038 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T20:31:36.044 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T20:31:36.044 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-02-10T20:31:36.048 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-02-10T20:31:36.048 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-02-10T20:31:36.052 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-02-10T20:31:36.052 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-02-10T20:31:36.056 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-02-10T20:31:36.056 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout masked 2024-02-10T20:31:36.059 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-02-10T20:31:36.060 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-02-10T20:31:36.063 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-02-10T20:31:36.063 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-02-10T20:31:36.067 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-02-10T20:31:36.067 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-02-10T20:31:36.071 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-02-10T20:31:36.075 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-02-10T20:31:36.075 INFO:teuthology.orchestra.run.smithi016.stdout:Unit ntp.service is enabled and running 2024-02-10T20:31:36.076 INFO:teuthology.orchestra.run.smithi016.stdout:Repeating the final host check... 2024-02-10T20:31:36.076 INFO:teuthology.orchestra.run.smithi016.stdout:docker (/usr/bin/docker) is present 2024-02-10T20:31:36.076 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl is present 2024-02-10T20:31:36.076 INFO:teuthology.orchestra.run.smithi016.stdout:lvcreate is present 2024-02-10T20:31:36.079 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T20:31:36.079 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T20:31:36.083 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T20:31:36.083 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-02-10T20:31:36.087 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-02-10T20:31:36.087 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-02-10T20:31:36.091 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-02-10T20:31:36.091 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-02-10T20:31:36.094 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-02-10T20:31:36.095 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout masked 2024-02-10T20:31:36.098 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-02-10T20:31:36.098 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-02-10T20:31:36.102 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-02-10T20:31:36.102 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-02-10T20:31:36.106 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-02-10T20:31:36.106 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-02-10T20:31:36.110 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-02-10T20:31:36.114 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-02-10T20:31:36.114 INFO:teuthology.orchestra.run.smithi016.stdout:Unit ntp.service is enabled and running 2024-02-10T20:31:36.114 INFO:teuthology.orchestra.run.smithi016.stdout:Host looks OK 2024-02-10T20:31:36.114 INFO:teuthology.orchestra.run.smithi016.stdout:Cluster fsid: 329b6692-c853-11ee-95b9-87774f69a715 2024-02-10T20:31:36.115 INFO:teuthology.orchestra.run.smithi016.stdout:Acquiring lock 139781269008064 on /run/cephadm/329b6692-c853-11ee-95b9-87774f69a715.lock 2024-02-10T20:31:36.115 INFO:teuthology.orchestra.run.smithi016.stdout:Lock 139781269008064 acquired on /run/cephadm/329b6692-c853-11ee-95b9-87774f69a715.lock 2024-02-10T20:31:36.115 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 3300 ... 2024-02-10T20:31:36.115 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 6789 ... 2024-02-10T20:31:36.115 INFO:teuthology.orchestra.run.smithi016.stdout:Base mon IP(s) is [172.21.15.16:3300, 172.21.15.16:6789], mon addrv is [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-02-10T20:31:36.117 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-02-10T20:31:36.117 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-10T20:31:36.117 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.16 2024-02-10T20:31:36.119 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-10T20:31:36.119 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-10T20:31:36.120 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1757sec hoplimit 64 pref medium 2024-02-10T20:31:36.122 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-10T20:31:36.122 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-10T20:31:36.122 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T20:31:36.122 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-10T20:31:36.122 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1564/64 scope link 2024-02-10T20:31:36.122 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T20:31:36.123 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-02-10T20:31:36.123 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-02-10T20:31:36.123 INFO:teuthology.orchestra.run.smithi016.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-10T20:31:36.123 INFO:teuthology.orchestra.run.smithi016.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-10T20:31:36.124 INFO:teuthology.orchestra.run.smithi016.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T20:31:36.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout 14aa01b918f09661ae41e4c41d1de99d6ac08228: Pulling from ceph-ci/ceph 2024-02-10T20:31:36.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout Digest: sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927 2024-02-10T20:31:36.363 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:36.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T20:31:37.791 INFO:teuthology.orchestra.run.smithi016.stdout:ceph: stdout ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:31:37.791 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph version: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:31:37.791 INFO:teuthology.orchestra.run.smithi016.stdout:Extracting ceph user uid/gid from container image... 2024-02-10T20:31:39.045 INFO:teuthology.orchestra.run.smithi016.stdout:stat: stdout 167 167 2024-02-10T20:31:39.045 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial keys... 2024-02-10T20:31:40.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQAr3cdl1J5LLBAAvydhFO5tdjUSf04Ylrsc+A== 2024-02-10T20:31:41.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQAs3cdl08PpORAAE1LabExTi9KHxVDCLSeDjw== 2024-02-10T20:31:42.726 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQAu3cdljP3uDxAA79HBOgz4qpWcSeZGB5GJ3g== 2024-02-10T20:31:42.726 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial monmap... 2024-02-10T20:31:43.998 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T20:31:43.998 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-10T20:31:43.998 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 329b6692-c853-11ee-95b9-87774f69a715 2024-02-10T20:31:43.998 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T20:31:43.998 INFO:teuthology.orchestra.run.smithi016.stdout:monmaptool for a [v2:172.21.15.16:3300,v1:172.21.15.16:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T20:31:43.998 INFO:teuthology.orchestra.run.smithi016.stdout:setting min_mon_release = quincy 2024-02-10T20:31:43.998 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: set fsid to 329b6692-c853-11ee-95b9-87774f69a715 2024-02-10T20:31:43.998 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T20:31:43.998 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-10T20:31:43.999 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mon... 2024-02-10T20:31:45.350 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.753+0000 7f95e30c4c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T20:31:45.350 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.753+0000 7f95e30c4c80 1 imported monmap: 2024-02-10T20:31:45.350 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-02-10T20:31:45.350 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr fsid 329b6692-c853-11ee-95b9-87774f69a715 2024-02-10T20:31:45.350 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-02-10T20:31:43.478190+0000 2024-02-10T20:31:45.350 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr created 2024-02-10T20:31:43.478190+0000 2024-02-10T20:31:45.350 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-02-10T20:31:45.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-02-10T20:31:45.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-02-10T20:31:45.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.753+0000 7f95e30c4c80 0 /usr/bin/ceph-mon: set fsid to 329b6692-c853-11ee-95b9-87774f69a715 2024-02-10T20:31:45.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: RocksDB version: 7.9.2 2024-02-10T20:31:45.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Git sha 0 2024-02-10T20:31:45.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Compile date 2024-02-10 16:03:39 2024-02-10T20:31:45.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: DB SUMMARY 2024-02-10T20:31:45.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: DB Session ID: WCACA65ET745BXMP0NIC 2024-02-10T20:31:45.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-02-10T20:31:45.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-02-10T20:31:45.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.error_if_exists: 0 2024-02-10T20:31:45.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.create_if_missing: 1 2024-02-10T20:31:45.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T20:31:45.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T20:31:45.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.env: 0x56306f87aae0 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.info_log: 0x563071034c60 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.statistics: (nil) 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.use_fsync: 0 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T20:31:45.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T20:31:45.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T20:31:45.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T20:31:45.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T20:31:45.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T20:31:45.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T20:31:45.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.db_log_dir: 2024-02-10T20:31:45.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.wal_dir: 2024-02-10T20:31:45.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T20:31:45.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T20:31:45.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T20:31:45.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.write_buffer_manager: 0x563071009360 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.unordered_write: 0 2024-02-10T20:31:45.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T20:31:45.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T20:31:45.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T20:31:45.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T20:31:45.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.row_cache: None 2024-02-10T20:31:45.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.wal_filter: None 2024-02-10T20:31:45.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T20:31:45.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T20:31:45.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.two_write_queues: 0 2024-02-10T20:31:45.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T20:31:45.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.wal_compression: 0 2024-02-10T20:31:45.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.atomic_flush: 0 2024-02-10T20:31:45.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T20:31:45.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T20:31:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T20:31:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T20:31:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T20:31:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T20:31:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T20:31:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T20:31:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T20:31:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T20:31:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_open_files: -1 2024-02-10T20:31:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T20:31:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T20:31:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Compression algorithms supported: 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: kZSTD supported: 0 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: kXpressCompression supported: 0 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: kZlibCompression supported: 1 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T20:31:45.359 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.merge_operator: 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_filter: None 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T20:31:45.360 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563071034d60) 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x56307103b1f0 2024-02-10T20:31:45.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-02-10T20:31:45.362 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.363 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compression: NoCompression 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.num_levels: 7 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T20:31:45.364 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T20:31:45.365 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T20:31:45.366 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T20:31:45.367 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.table_properties_collectors: 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.bloom_locality: 0 2024-02-10T20:31:45.368 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.ttl: 2592000 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.enable_blob_files: false 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.min_blob_size: 0 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T20:31:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 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-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a78e1a0e-9e79-4f9f-8e14-9ca84d1ce563 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563071108000 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95e30c4c80 4 rocksdb: DB pointer 0x5630710f8000 2024-02-10T20:31:45.370 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95d323a700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.757+0000 7f95d323a700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-02-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T20:31:45.371 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T20:31:45.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-10T20:31:45.373 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:45.373 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:45.373 INFO:teuthology.orchestra.run.smithi016.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-10T20:31:45.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x56307103b1f0#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-10T20:31:45.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-02-10T20:31:45.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-10T20:31:45.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T20:31:45.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.761+0000 7f95e30c4c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-02-10T20:31:45.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.761+0000 7f95e30c4c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-02-10T20:31:45.373 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T20:31:44.761+0000 7f95e30c4c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-02-10T20:31:45.373 INFO:teuthology.orchestra.run.smithi016.stdout:create mon.a on 2024-02-10T20:31:45.644 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-02-10T20:31:45.833 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-02-10T20:31:46.086 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-329b6692-c853-11ee-95b9-87774f69a715.target -> /etc/systemd/system/ceph-329b6692-c853-11ee-95b9-87774f69a715.target. 2024-02-10T20:31:46.086 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-329b6692-c853-11ee-95b9-87774f69a715.target -> /etc/systemd/system/ceph-329b6692-c853-11ee-95b9-87774f69a715.target. 2024-02-10T20:31:46.377 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-329b6692-c853-11ee-95b9-87774f69a715@mon.a 2024-02-10T20:31:46.378 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-329b6692-c853-11ee-95b9-87774f69a715@mon.a.service: Unit ceph-329b6692-c853-11ee-95b9-87774f69a715@mon.a.service not loaded. 2024-02-10T20:31:46.561 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-329b6692-c853-11ee-95b9-87774f69a715.target.wants/ceph-329b6692-c853-11ee-95b9-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-329b6692-c853-11ee-95b9-87774f69a715@.service. 2024-02-10T20:31:46.571 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-02-10T20:31:46.571 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T20:31:46.572 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon to start... 2024-02-10T20:31:46.572 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon... 2024-02-10T20:31:48.069 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:47 smithi016 bash[20897]: cluster 2024-02-10T20:31:47.859893+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T20:31:48.571 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout cluster: 2024-02-10T20:31:48.571 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout id: 329b6692-c853-11ee-95b9-87774f69a715 2024-02-10T20:31:48.571 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-10T20:31:48.571 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:31:48.571 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout services: 2024-02-10T20:31:48.573 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.192228s) 2024-02-10T20:31:48.573 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-10T20:31:48.573 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-10T20:31:48.573 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:31:48.573 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout data: 2024-02-10T20:31:48.573 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-10T20:31:48.574 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-10T20:31:48.574 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-10T20:31:48.574 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pgs: 2024-02-10T20:31:48.574 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:31:48.574 INFO:teuthology.orchestra.run.smithi016.stdout:mon is available 2024-02-10T20:31:48.574 INFO:teuthology.orchestra.run.smithi016.stdout:Assimilating anything we can from ceph.conf... 2024-02-10T20:31:49.186 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:48 smithi016 bash[20897]: cluster 2024-02-10T20:31:47.863631+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T20:31:49.186 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:48 smithi016 bash[20897]: cluster 2024-02-10T20:31:47.863769+0000 mon.a (mon.0) 3 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T20:31:49.186 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:48 smithi016 bash[20897]: cluster 2024-02-10T20:31:47.865705+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2024-02-10T20:31:49.186 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:48 smithi016 bash[20897]: cluster 2024-02-10T20:31:47.867839+0000 mon.a (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-02-10T20:31:49.187 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:48 smithi016 bash[20897]: cluster 2024-02-10T20:31:47.868276+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2024-02-10T20:31:49.187 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:48 smithi016 bash[20897]: audit 2024-02-10T20:31:48.055789+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.16:0/1161937689' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-10T20:31:49.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:49 smithi016 bash[20897]: audit 2024-02-10T20:31:49.604168+0000 mon.a (mon.0) 8 : audit 1 from='client.? 172.21.15.16:0/2042324174' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T20:31:49.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:49 smithi016 bash[20897]: audit 2024-02-10T20:31:49.607313+0000 mon.a (mon.0) 9 : audit 1 from='client.? 172.21.15.16:0/2042324174' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T20:31:50.176 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:31:50.177 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T20:31:50.177 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = 329b6692-c853-11ee-95b9-87774f69a715 2024-02-10T20:31:50.177 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-02-10T20:31:50.177 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T20:31:50.178 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T20:31:50.178 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T20:31:50.178 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T20:31:50.178 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:31:50.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T20:31:50.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-02-10T20:31:50.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T20:31:50.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:31:50.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T20:31:50.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T20:31:50.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T20:31:50.179 INFO:teuthology.orchestra.run.smithi016.stdout:Generating new minimal ceph.conf... 2024-02-10T20:31:51.686 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:51 smithi016 bash[20897]: audit 2024-02-10T20:31:51.194405+0000 mon.a (mon.0) 10 : audit 0 from='client.? 172.21.15.16:0/1629890884' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T20:31:51.723 INFO:teuthology.orchestra.run.smithi016.stdout:Restarting the monitor... 2024-02-10T20:31:52.114 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:51 smithi016 systemd[1]: Stopping Ceph mon.a for 329b6692-c853-11ee-95b9-87774f69a715... 2024-02-10T20:31:52.114 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:51 smithi016 bash[20897]: debug 2024-02-10T20:31:51.860+0000 7f704364e700 -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-10T20:31:52.114 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:51 smithi016 bash[20897]: debug 2024-02-10T20:31:51.860+0000 7f704364e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T20:31:52.597 INFO:teuthology.orchestra.run.smithi016.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-10T20:31:52.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:52 smithi016 bash[21282]: ceph-329b6692-c853-11ee-95b9-87774f69a715-mon-a 2024-02-10T20:31:52.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:52 smithi016 bash[21342]: Error response from daemon: No such container: ceph-329b6692-c853-11ee-95b9-87774f69a715-mon-a 2024-02-10T20:31:52.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:52 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-10T20:31:52.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:52 smithi016 systemd[1]: Stopped Ceph mon.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:31:52.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:52 smithi016 systemd[1]: Started Ceph mon.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:31:53.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.656+0000 7f42eb3fcc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T20:31:53.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.656+0000 7f42eb3fcc80 0 ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev), process ceph-mon, pid 7 2024-02-10T20:31:53.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.656+0000 7f42eb3fcc80 0 pidfile_write: ignore empty --pid-file 2024-02-10T20:31:53.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 0 load: jerasure load: lrc 2024-02-10T20:31:53.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: RocksDB version: 7.9.2 2024-02-10T20:31:53.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Git sha 0 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Compile date 2024-02-10 16:03:39 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: DB SUMMARY 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: DB Session ID: PZM7P9TJCW3F6BCUNLHF 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: CURRENT file: CURRENT 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84617 ; 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.error_if_exists: 0 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.create_if_missing: 0 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T20:31:53.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T20:31:53.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T20:31:53.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.env: 0x55af423d0ae0 2024-02-10T20:31:53.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-10T20:31:53.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.info_log: 0x55af445e9a00 2024-02-10T20:31:53.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T20:31:53.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.statistics: (nil) 2024-02-10T20:31:53.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.use_fsync: 0 2024-02-10T20:31:53.885 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T20:31:53.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T20:31:53.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T20:31:53.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T20:31:53.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T20:31:53.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T20:31:53.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.db_log_dir: 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.wal_dir: 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T20:31:53.887 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.write_buffer_manager: 0x55af445bf400 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.unordered_write: 0 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T20:31:53.888 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.row_cache: None 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.wal_filter: None 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.two_write_queues: 0 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.wal_compression: 0 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.atomic_flush: 0 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T20:31:53.889 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T20:31:53.890 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_open_files: -1 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T20:31:53.891 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Compression algorithms supported: 2024-02-10T20:31:53.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T20:31:53.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: kZSTD supported: 0 2024-02-10T20:31:53.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: kXpressCompression supported: 0 2024-02-10T20:31:53.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T20:31:53.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: kZlibCompression supported: 1 2024-02-10T20:31:53.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T20:31:53.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T20:31:53.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T20:31:53.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T20:31:53.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T20:31:53.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-10T20:31:53.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T20:31:53.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T20:31:53.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.merge_operator: 2024-02-10T20:31:53.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_filter: None 2024-02-10T20:31:53.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T20:31:53.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-10T20:31:53.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T20:31:53.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T20:31:53.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55af445e9b00) 2024-02-10T20:31:53.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: cache_index_and_filter_blocks: 1 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: pin_top_level_index_and_filter: 1 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: index_type: 0 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: data_block_index_type: 0 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: index_shortening: 1 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: checksum: 4 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: no_block_cache: 0 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: block_cache: 0x55af445ef1f0 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: block_cache_name: BinnedLRUCache 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: block_cache_options: 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: capacity : 536870912 2024-02-10T20:31:53.895 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: num_shard_bits : 4 2024-02-10T20:31:53.896 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: strict_capacity_limit : 0 2024-02-10T20:31:53.896 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: high_pri_pool_ratio: 0.000 2024-02-10T20:31:53.896 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: block_cache_compressed: (nil) 2024-02-10T20:31:53.896 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: persistent_cache: (nil) 2024-02-10T20:31:53.896 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: block_size: 4096 2024-02-10T20:31:53.896 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: block_size_deviation: 10 2024-02-10T20:31:53.896 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: block_restart_interval: 16 2024-02-10T20:31:53.896 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: index_block_restart_interval: 1 2024-02-10T20:31:53.896 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: metadata_block_size: 4096 2024-02-10T20:31:53.896 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: partition_filters: 0 2024-02-10T20:31:53.897 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: use_delta_encoding: 1 2024-02-10T20:31:53.897 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: filter_policy: bloomfilter 2024-02-10T20:31:53.897 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: whole_key_filtering: 1 2024-02-10T20:31:53.897 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: verify_compression: 0 2024-02-10T20:31:53.897 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: read_amp_bytes_per_bit: 0 2024-02-10T20:31:53.897 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: format_version: 5 2024-02-10T20:31:53.897 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: enable_index_compression: 1 2024-02-10T20:31:53.897 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: block_align: 0 2024-02-10T20:31:53.897 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: max_auto_readahead_size: 262144 2024-02-10T20:31:53.897 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: prepopulate_block_cache: 0 2024-02-10T20:31:53.897 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: initial_auto_readahead_size: 8192 2024-02-10T20:31:53.897 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: num_file_reads_for_auto_readahead: 2 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compression: NoCompression 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.num_levels: 7 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T20:31:53.898 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T20:31:53.899 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T20:31:53.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T20:31:53.901 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.table_properties_collectors: 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.bloom_locality: 0 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T20:31:53.902 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.ttl: 2592000 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.enable_blob_files: false 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.min_blob_size: 0 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T20:31:53.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.660+0000 7f42eb3fcc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42eb3fcc80 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-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42eb3fcc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42eb3fcc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a78e1a0e-9e79-4f9f-8e14-9ca84d1ce563 2024-02-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42eb3fcc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707597113667930, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42eb3fcc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42eb3fcc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707597113669125, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81242, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79429, "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": 73738, "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": 1707597113, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a78e1a0e-9e79-4f9f-8e14-9ca84d1ce563", "db_session_id": "PZM7P9TJCW3F6BCUNLHF", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42eb3fcc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707597113669232, "job": 1, "event": "recovery_finished"} 2024-02-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42eb3fcc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42eb3fcc80 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-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42eb3fcc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55af446e6000 2024-02-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42eb3fcc80 4 rocksdb: DB pointer 0x55af446d0000 2024-02-10T20:31:53.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42d9b6a700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42d9b6a700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: ** DB Stats ** 2024-02-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: 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-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: 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-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: ** Compaction Stats [default] ** 2024-02-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: 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-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: L0 2/0 81.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T20:31:53.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Sum 2/0 81.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: ** Compaction Stats [default] ** 2024-02-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: 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-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 102.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T20:31:53.906 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Cumulative compaction: 0.00 GB write, 20.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T20:31:53.907 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Interval compaction: 0.00 GB write, 20.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T20:31:53.907 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: 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-10T20:31:53.907 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: Block cache BinnedLRUCache@0x55af445ef1f0#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-02-10T20:31:53.907 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: 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-10T20:31:53.907 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T20:31:53.907 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.664+0000 7f42eb3fcc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] at bind addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 329b6692-c853-11ee-95b9-87774f69a715 2024-02-10T20:31:53.907 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.668+0000 7f42eb3fcc80 1 mon.a@-1(???) e1 preinit fsid 329b6692-c853-11ee-95b9-87774f69a715 2024-02-10T20:31:53.907 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.668+0000 7f42eb3fcc80 0 mon.a@-1(???).mds e1 new map 2024-02-10T20:31:53.907 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.668+0000 7f42eb3fcc80 0 mon.a@-1(???).mds e1 print_map 2024-02-10T20:31:53.907 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: e1 2024-02-10T20:31:53.907 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: 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-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: legacy client fscid: -1 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: No filesystems configured 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.668+0000 7f42eb3fcc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.668+0000 7f42eb3fcc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.668+0000 7f42eb3fcc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.668+0000 7f42eb3fcc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: debug 2024-02-10T20:31:53.668+0000 7f42eb3fcc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: cluster 2024-02-10T20:31:53.695939+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: cluster 2024-02-10T20:31:53.696019+0000 mon.a (mon.0) 2 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: cluster 2024-02-10T20:31:53.696461+0000 mon.a (mon.0) 3 : cluster 0 fsmap 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: cluster 2024-02-10T20:31:53.696500+0000 mon.a (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-02-10T20:31:53.908 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:53 smithi016 bash[21379]: cluster 2024-02-10T20:31:53.696917+0000 mon.a (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2024-02-10T20:31:54.467 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-10T20:31:54.492 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T20:31:54.493 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mgr... 2024-02-10T20:31:54.493 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-10T20:31:54.493 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-10T20:31:54.821 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a 2024-02-10T20:31:54.822 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Unit ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service not loaded. 2024-02-10T20:31:54.825 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:54 smithi016 systemd[1]: /etc/systemd/system/ceph-329b6692-c853-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-10T20:31:54.826 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:31:54 smithi016 systemd[1]: /etc/systemd/system/ceph-329b6692-c853-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-10T20:31:55.041 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-329b6692-c853-11ee-95b9-87774f69a715.target.wants/ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-329b6692-c853-11ee-95b9-87774f69a715@.service. 2024-02-10T20:31:55.049 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-02-10T20:31:55.050 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T20:31:55.050 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-02-10T20:31:55.050 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-10T20:31:55.050 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr to start... 2024-02-10T20:31:55.050 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr... 2024-02-10T20:31:55.085 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:54 smithi016 bash[21379]: audit 2024-02-10T20:31:53.869903+0000 mon.a (mon.0) 6 : audit 1 from='client.? 172.21.15.16:0/3679438883' entity='client.admin' 2024-02-10T20:31:55.086 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:54 smithi016 systemd[1]: /etc/systemd/system/ceph-329b6692-c853-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-10T20:31:55.086 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:31:54 smithi016 systemd[1]: /etc/systemd/system/ceph-329b6692-c853-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-10T20:31:55.086 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:31:55 smithi016 systemd[1]: Started Ceph mgr.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:31:56.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:31:56 smithi016 bash[21379]: audit 2024-02-10T20:31:56.525496+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.16:0/101127363' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T20:31:56.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:31:56 smithi016 bash[21633]: debug 2024-02-10T20:31:56.440+0000 7f4428e00200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:31:57.109 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:31:57.109 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:31:57.109 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "329b6692-c853-11ee-95b9-87774f69a715", 2024-02-10T20:31:57.109 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T20:31:57.109 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T20:31:57.109 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T20:31:57.109 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T20:31:57.109 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T20:31:57.110 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:31:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T20:31:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T20:31:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T20:31:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T20:31:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T20:31:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T20:31:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:31:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T20:31:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T20:31:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T20:31:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T20:31:57.111 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T20:31:57.112 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T20:31:57.112 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T20:31:57.112 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T20:31:57.112 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T20:31:57.112 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:31:57.112 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T20:31:57.112 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:31:57.113 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T20:31:47.864838+0000", 2024-02-10T20:31:57.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:31:57.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:31:57.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T20:31:57.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:31:57.114 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (1/15)... 2024-02-10T20:31:58.429 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:31:58 smithi016 bash[21633]: debug 2024-02-10T20:31:58.072+0000 7f4428e00200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:31:58.429 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:31:58 smithi016 bash[21633]: debug 2024-02-10T20:31:58.172+0000 7f4428e00200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:31:58.429 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:31:58 smithi016 bash[21633]: debug 2024-02-10T20:31:58.424+0000 7f4428e00200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:31:59.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:31:59 smithi016 bash[21633]: debug 2024-02-10T20:31:59.252+0000 7f4428e00200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:31:59.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:31:59 smithi016 bash[21633]: debug 2024-02-10T20:31:59.364+0000 7f4428e00200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:31:59.831 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:31:59 smithi016 bash[21633]: debug 2024-02-10T20:31:59.472+0000 7f4428e00200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:32:00.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:31:59 smithi016 bash[21633]: debug 2024-02-10T20:31:59.836+0000 7f4428e00200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:32:00.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:31:59 smithi016 bash[21633]: debug 2024-02-10T20:31:59.968+0000 7f4428e00200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:32:00.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:00 smithi016 bash[21633]: debug 2024-02-10T20:32:00.076+0000 7f4428e00200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:32:00.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:00 smithi016 bash[21379]: audit 2024-02-10T20:32:00.174183+0000 mon.a (mon.0) 8 : audit 0 from='client.? 172.21.15.16:0/3317240970' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T20:32:00.771 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:32:00.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:32:00.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "329b6692-c853-11ee-95b9-87774f69a715", 2024-02-10T20:32:00.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T20:32:00.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T20:32:00.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T20:32:00.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T20:32:00.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:00.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T20:32:00.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T20:32:00.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-02-10T20:32:00.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:32:00.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T20:32:00.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T20:32:00.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T20:32:00.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:32:00.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T20:31:47.864838+0000", 2024-02-10T20:32:00.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:32:00.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:00.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T20:32:00.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:32:00.776 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (2/15)... 2024-02-10T20:32:00.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:00 smithi016 bash[21633]: debug 2024-02-10T20:32:00.444+0000 7f4428e00200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:32:00.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:00 smithi016 bash[21633]: debug 2024-02-10T20:32:00.688+0000 7f4428e00200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:32:01.363 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:00 smithi016 bash[21633]: debug 2024-02-10T20:32:00.960+0000 7f4428e00200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:32:01.364 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:01 smithi016 bash[21633]: debug 2024-02-10T20:32:01.076+0000 7f4428e00200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:32:01.616 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:01 smithi016 bash[21633]: debug 2024-02-10T20:32:01.360+0000 7f4428e00200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:32:01.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:01 smithi016 bash[21633]: debug 2024-02-10T20:32:01.612+0000 7f4428e00200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:02.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:02 smithi016 bash[21633]: debug 2024-02-10T20:32:02.024+0000 7f4428e00200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:02.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:02 smithi016 bash[21633]: debug 2024-02-10T20:32:02.148+0000 7f4428e00200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:32:02.686 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:02 smithi016 bash[21633]: debug 2024-02-10T20:32:02.400+0000 7f4428e00200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:03.810 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:03 smithi016 bash[21633]: debug 2024-02-10T20:32:03.444+0000 7f4428e00200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:32:03.810 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:03 smithi016 bash[21633]: debug 2024-02-10T20:32:03.564+0000 7f4428e00200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:32:04.093 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:03 smithi016 bash[21633]: debug 2024-02-10T20:32:03.872+0000 7f4428e00200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:32:04.094 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:03 smithi016 bash[21633]: debug 2024-02-10T20:32:03.992+0000 7f4428e00200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:32:04.387 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:32:04.387 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:32:04.387 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "329b6692-c853-11ee-95b9-87774f69a715", 2024-02-10T20:32:04.387 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T20:32:04.387 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T20:32:04.387 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:32:04.388 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T20:32:04.389 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T20:32:04.390 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T20:31:47.864838+0000", 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T20:32:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:32:04.392 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (3/15)... 2024-02-10T20:32:04.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21633]: debug 2024-02-10T20:32:04.464+0000 7f4428e00200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:32:04.937 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21633]: debug 2024-02-10T20:32:04.588+0000 7f4428e00200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:32:04.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: audit 2024-02-10T20:32:03.797710+0000 mon.a (mon.0) 9 : audit 0 from='client.? 172.21.15.16:0/3298850967' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T20:32:04.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: cluster 2024-02-10T20:32:04.613449+0000 mon.a (mon.0) 10 : cluster 1 Activating manager daemon a 2024-02-10T20:32:04.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: cluster 2024-02-10T20:32:04.620243+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e2: a(active, starting, since 0.00710688s) 2024-02-10T20:32:04.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: audit 2024-02-10T20:32:04.621607+0000 mon.a (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.16:0/4161715829' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:32:04.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: audit 2024-02-10T20:32:04.621950+0000 mon.a (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.16:0/4161715829' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:32:04.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: audit 2024-02-10T20:32:04.622232+0000 mon.a (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.16:0/4161715829' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:32:04.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: audit 2024-02-10T20:32:04.622526+0000 mon.a (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.16:0/4161715829' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:32:04.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: audit 2024-02-10T20:32:04.622846+0000 mon.a (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.16:0/4161715829' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:32:04.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: cluster 2024-02-10T20:32:04.649415+0000 mon.a (mon.0) 17 : cluster 1 Manager daemon a is now available 2024-02-10T20:32:04.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: audit 2024-02-10T20:32:04.662005+0000 mon.a (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.16:0/4161715829' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:32:04.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: audit 2024-02-10T20:32:04.666279+0000 mon.a (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.16:0/4161715829' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:32:04.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: audit 2024-02-10T20:32:04.667809+0000 mon.a (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.16:0/4161715829' entity='mgr.a' 2024-02-10T20:32:04.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: audit 2024-02-10T20:32:04.669984+0000 mon.a (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.16:0/4161715829' entity='mgr.a' 2024-02-10T20:32:04.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:04 smithi016 bash[21379]: audit 2024-02-10T20:32:04.672066+0000 mon.a (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.16:0/4161715829' entity='mgr.a' 2024-02-10T20:32:06.686 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:06 smithi016 bash[21379]: cluster 2024-02-10T20:32:05.628643+0000 mon.a (mon.0) 23 : cluster 0 mgrmap e3: a(active, since 1.0155s) 2024-02-10T20:32:08.476 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:32:08.476 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:32:08.476 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "329b6692-c853-11ee-95b9-87774f69a715", 2024-02-10T20:32:08.476 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T20:32:08.476 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T20:32:08.476 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T20:32:08.477 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:08.478 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T20:32:08.478 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:32:08.478 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T20:32:08.478 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T20:32:08.478 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T20:32:08.478 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T20:32:08.478 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T20:32:08.478 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T20:32:08.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:08.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T20:32:08.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T20:32:08.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T20:32:08.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T20:32:08.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T20:32:08.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T20:32:08.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T20:32:08.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T20:32:08.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T20:32:08.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:08.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:08.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T20:32:08.484 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T20:32:08.484 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T20:31:47.864838+0000", 2024-02-10T20:32:08.484 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T20:32:08.484 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-02-10T20:32:08.484 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T20:32:08.484 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:32:08.484 INFO:teuthology.orchestra.run.smithi016.stdout:mgr is available 2024-02-10T20:32:08.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:08 smithi016 bash[21379]: cluster 2024-02-10T20:32:07.626964+0000 mon.a (mon.0) 24 : cluster 0 mgrmap e4: a(active, since 3s) 2024-02-10T20:32:08.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:08 smithi016 bash[21379]: audit 2024-02-10T20:32:07.882249+0000 mon.a (mon.0) 25 : audit 0 from='client.? 172.21.15.16:0/2729730779' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T20:32:10.187 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:09 smithi016 bash[21379]: audit 2024-02-10T20:32:09.712426+0000 mon.a (mon.0) 26 : audit 1 from='client.? 172.21.15.16:0/2486879149' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T20:32:10.187 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:09 smithi016 bash[21379]: audit 2024-02-10T20:32:09.717053+0000 mon.a (mon.0) 27 : audit 1 from='client.? 172.21.15.16:0/2486879149' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T20:32:10.316 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:32:10.316 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T20:32:10.316 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = 329b6692-c853-11ee-95b9-87774f69a715 2024-02-10T20:32:10.316 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T20:32:10.316 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T20:32:10.316 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T20:32:10.316 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T20:32:10.316 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:32:10.316 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T20:32:10.316 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T20:32:10.316 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-02-10T20:32:10.317 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T20:32:10.317 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T20:32:10.317 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T20:32:10.317 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling cephadm module... 2024-02-10T20:32:12.093 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:11 smithi016 bash[21633]: ignoring --setuser ceph since I am not root 2024-02-10T20:32:12.093 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:11 smithi016 bash[21633]: ignoring --setgroup ceph since I am not root 2024-02-10T20:32:12.093 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:12 smithi016 bash[21633]: debug 2024-02-10T20:32:12.028+0000 7f2461b99200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:32:12.093 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:11 smithi016 bash[21379]: audit 2024-02-10T20:32:11.783501+0000 mon.a (mon.0) 28 : audit 1 from='client.? 172.21.15.16:0/3177073140' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-10T20:32:13.138 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:12 smithi016 bash[21379]: audit 2024-02-10T20:32:11.835462+0000 mon.a (mon.0) 29 : audit 1 from='client.? 172.21.15.16:0/3177073140' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-10T20:32:13.139 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:12 smithi016 bash[21379]: cluster 2024-02-10T20:32:11.842151+0000 mon.a (mon.0) 30 : cluster 0 mgrmap e5: a(active, since 7s) 2024-02-10T20:32:13.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:13 smithi016 bash[21633]: debug 2024-02-10T20:32:13.664+0000 7f2461b99200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:32:13.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:13 smithi016 bash[21633]: debug 2024-02-10T20:32:13.764+0000 7f2461b99200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:32:14.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-02-10T20:32:14.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-10T20:32:14.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T20:32:14.391 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-10T20:32:14.392 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-10T20:32:14.392 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-02-10T20:32:14.392 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2024-02-10T20:32:14.392 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 5... 2024-02-10T20:32:14.408 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:14 smithi016 bash[21633]: debug 2024-02-10T20:32:14.020+0000 7f2461b99200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:32:14.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:14 smithi016 bash[21633]: debug 2024-02-10T20:32:14.848+0000 7f2461b99200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:14.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:14 smithi016 bash[21379]: audit 2024-02-10T20:32:13.830748+0000 mon.a (mon.0) 31 : audit 0 from='client.? 172.21.15.16:0/3736923486' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T20:32:15.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:14 smithi016 bash[21633]: debug 2024-02-10T20:32:14.964+0000 7f2461b99200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:32:15.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:15 smithi016 bash[21633]: debug 2024-02-10T20:32:15.072+0000 7f2461b99200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:32:15.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:15 smithi016 bash[21633]: debug 2024-02-10T20:32:15.436+0000 7f2461b99200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:32:15.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:15 smithi016 bash[21633]: debug 2024-02-10T20:32:15.556+0000 7f2461b99200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:32:15.937 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:15 smithi016 bash[21633]: debug 2024-02-10T20:32:15.664+0000 7f2461b99200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:32:16.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:16 smithi016 bash[21633]: debug 2024-02-10T20:32:16.032+0000 7f2461b99200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:32:16.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:16 smithi016 bash[21633]: debug 2024-02-10T20:32:16.280+0000 7f2461b99200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:32:16.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:16 smithi016 bash[21633]: debug 2024-02-10T20:32:16.548+0000 7f2461b99200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:32:16.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:16 smithi016 bash[21633]: debug 2024-02-10T20:32:16.668+0000 7f2461b99200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:32:17.209 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:16 smithi016 bash[21633]: debug 2024-02-10T20:32:16.952+0000 7f2461b99200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:32:17.627 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:17 smithi016 bash[21633]: debug 2024-02-10T20:32:17.204+0000 7f2461b99200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:17.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:17 smithi016 bash[21633]: debug 2024-02-10T20:32:17.624+0000 7f2461b99200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:17.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:17 smithi016 bash[21633]: debug 2024-02-10T20:32:17.744+0000 7f2461b99200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:32:18.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:18 smithi016 bash[21633]: debug 2024-02-10T20:32:18.004+0000 7f2461b99200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:19.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:19 smithi016 bash[21633]: debug 2024-02-10T20:32:19.040+0000 7f2461b99200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:32:19.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:19 smithi016 bash[21633]: debug 2024-02-10T20:32:19.160+0000 7f2461b99200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:32:19.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:19 smithi016 bash[21633]: debug 2024-02-10T20:32:19.464+0000 7f2461b99200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:32:19.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:19 smithi016 bash[21633]: debug 2024-02-10T20:32:19.584+0000 7f2461b99200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:32:20.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:20 smithi016 bash[21633]: debug 2024-02-10T20:32:20.052+0000 7f2461b99200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:32:20.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:20 smithi016 bash[21633]: debug 2024-02-10T20:32:20.180+0000 7f2461b99200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:32:20.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:20 smithi016 bash[21379]: cluster 2024-02-10T20:32:20.204985+0000 mon.a (mon.0) 32 : cluster 1 Active manager daemon a restarted 2024-02-10T20:32:20.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:20 smithi016 bash[21379]: cluster 2024-02-10T20:32:20.205217+0000 mon.a (mon.0) 33 : cluster 1 Activating manager daemon a 2024-02-10T20:32:20.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:20 smithi016 bash[21379]: cluster 2024-02-10T20:32:20.211689+0000 mon.a (mon.0) 34 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-02-10T20:32:20.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:20 smithi016 bash[21379]: cluster 2024-02-10T20:32:20.211951+0000 mon.a (mon.0) 35 : cluster 0 mgrmap e6: a(active, starting, since 0.00681704s) 2024-02-10T20:32:20.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:20 smithi016 bash[21379]: audit 2024-02-10T20:32:20.212943+0000 mon.a (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.16:0/1419974746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:32:20.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:20 smithi016 bash[21379]: audit 2024-02-10T20:32:20.214676+0000 mon.a (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.16:0/1419974746' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:32:20.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:20 smithi016 bash[21379]: audit 2024-02-10T20:32:20.215757+0000 mon.a (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.16:0/1419974746' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:32:20.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:20 smithi016 bash[21379]: audit 2024-02-10T20:32:20.216066+0000 mon.a (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.16:0/1419974746' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:32:20.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:20 smithi016 bash[21379]: audit 2024-02-10T20:32:20.216275+0000 mon.a (mon.0) 40 : audit 0 from='mgr.14120 172.21.15.16:0/1419974746' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:32:20.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:20 smithi016 bash[21379]: cluster 2024-02-10T20:32:20.241333+0000 mon.a (mon.0) 41 : cluster 1 Manager daemon a is now available 2024-02-10T20:32:21.475 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21379]: cephadm 2024-02-10T20:32:20.260066+0000 mgr.a (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-02-10T20:32:21.475 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21379]: audit 2024-02-10T20:32:20.261900+0000 mon.a (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.16:0/1419974746' entity='mgr.a' 2024-02-10T20:32:21.475 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21379]: audit 2024-02-10T20:32:20.264418+0000 mon.a (mon.0) 43 : audit 1 from='mgr.14120 172.21.15.16:0/1419974746' entity='mgr.a' 2024-02-10T20:32:21.476 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21379]: audit 2024-02-10T20:32:20.267893+0000 mon.a (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.16:0/1419974746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:32:21.476 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21379]: audit 2024-02-10T20:32:20.269494+0000 mon.a (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.16:0/1419974746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:32:21.476 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21379]: audit 2024-02-10T20:32:20.273925+0000 mon.a (mon.0) 46 : audit 0 from='mgr.14120 172.21.15.16:0/1419974746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:32:21.476 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21379]: audit 2024-02-10T20:32:20.284611+0000 mon.a (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.16:0/1419974746' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:32:21.476 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21379]: audit 2024-02-10T20:32:20.287953+0000 mon.a (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.16:0/1419974746' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:32:21.476 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21379]: cluster 2024-02-10T20:32:21.217305+0000 mon.a (mon.0) 49 : cluster 0 mgrmap e7: a(active, since 1.01217s) 2024-02-10T20:32:21.476 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 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-10T20:32:21.477 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: *** Caught signal (Aborted) ** 2024-02-10T20:32:21.477 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: in thread 7f2457dbb700 thread_name:admin_socket 2024-02-10T20:32:21.477 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:32:21.477 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f245f157d20] 2024-02-10T20:32:21.477 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 2: gsignal() 2024-02-10T20:32:21.477 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 3: abort() 2024-02-10T20:32:21.477 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 4: /lib64/libc.so.6(+0x21d39) [0x7f245d632d39] 2024-02-10T20:32:21.477 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 5: /lib64/libc.so.6(+0x46e86) [0x7f245d657e86] 2024-02-10T20:32:21.477 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f24602a3785] 2024-02-10T20:32:21.477 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f24602a4f75] 2024-02-10T20:32:21.477 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f24602a3baf] 2024-02-10T20:32:21.478 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 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) [0x7f24602afb6d] 2024-02-10T20:32:21.478 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 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) [0x7f24602a9f69] 2024-02-10T20:32:21.478 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f24602aba4b] 2024-02-10T20:32:21.478 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 12: (AdminSocket::entry()+0x4de) [0x7f24602ac2ae] 2024-02-10T20:32:21.478 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f245e043b23] 2024-02-10T20:32:21.479 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f245f14d1ca] 2024-02-10T20:32:21.479 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 15: clone() 2024-02-10T20:32:21.479 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug 2024-02-10T20:32:21.212+0000 7f2457dbb700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:32:21.479 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: in thread 7f2457dbb700 thread_name:admin_socket 2024-02-10T20:32:21.479 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:32:21.479 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f245f157d20] 2024-02-10T20:32:21.479 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 2: gsignal() 2024-02-10T20:32:21.480 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 3: abort() 2024-02-10T20:32:21.480 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 4: /lib64/libc.so.6(+0x21d39) [0x7f245d632d39] 2024-02-10T20:32:21.480 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 5: /lib64/libc.so.6(+0x46e86) [0x7f245d657e86] 2024-02-10T20:32:21.480 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f24602a3785] 2024-02-10T20:32:21.480 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f24602a4f75] 2024-02-10T20:32:21.481 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f24602a3baf] 2024-02-10T20:32:21.481 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 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) [0x7f24602afb6d] 2024-02-10T20:32:21.481 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 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) [0x7f24602a9f69] 2024-02-10T20:32:21.481 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f24602aba4b] 2024-02-10T20:32:21.481 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 12: (AdminSocket::entry()+0x4de) [0x7f24602ac2ae] 2024-02-10T20:32:21.481 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f245e043b23] 2024-02-10T20:32:21.482 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f245f14d1ca] 2024-02-10T20:32:21.482 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 15: clone() 2024-02-10T20:32:21.482 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:32:21.482 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -3204> 2024-02-10T20:32:12.028+0000 7f2461b99200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:32:21.482 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -3107> 2024-02-10T20:32:13.664+0000 7f2461b99200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:32:21.482 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -3095> 2024-02-10T20:32:13.764+0000 7f2461b99200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:32:21.483 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -3051> 2024-02-10T20:32:14.020+0000 7f2461b99200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:32:21.483 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2819> 2024-02-10T20:32:14.848+0000 7f2461b99200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:21.483 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2778> 2024-02-10T20:32:14.964+0000 7f2461b99200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:32:21.484 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2758> 2024-02-10T20:32:15.072+0000 7f2461b99200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:32:21.485 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2739> 2024-02-10T20:32:15.436+0000 7f2461b99200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:32:21.485 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2716> 2024-02-10T20:32:15.556+0000 7f2461b99200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:32:21.485 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2700> 2024-02-10T20:32:15.664+0000 7f2461b99200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:32:21.485 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2666> 2024-02-10T20:32:16.032+0000 7f2461b99200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:32:21.485 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2645> 2024-02-10T20:32:16.280+0000 7f2461b99200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:32:21.485 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2618> 2024-02-10T20:32:16.548+0000 7f2461b99200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:32:21.486 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2576> 2024-02-10T20:32:16.668+0000 7f2461b99200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:32:21.486 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2534> 2024-02-10T20:32:16.952+0000 7f2461b99200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:32:21.486 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2452> 2024-02-10T20:32:17.204+0000 7f2461b99200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:21.486 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2407> 2024-02-10T20:32:17.624+0000 7f2461b99200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:21.486 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2386> 2024-02-10T20:32:17.744+0000 7f2461b99200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:32:21.486 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2369> 2024-02-10T20:32:18.004+0000 7f2461b99200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:21.487 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2245> 2024-02-10T20:32:19.040+0000 7f2461b99200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:32:21.487 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2231> 2024-02-10T20:32:19.160+0000 7f2461b99200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:32:21.487 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2172> 2024-02-10T20:32:19.464+0000 7f2461b99200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:32:21.487 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2158> 2024-02-10T20:32:19.584+0000 7f2461b99200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:32:21.487 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2129> 2024-02-10T20:32:20.052+0000 7f2461b99200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:32:21.487 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2107> 2024-02-10T20:32:20.180+0000 7f2461b99200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:32:21.487 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug 0> 2024-02-10T20:32:21.212+0000 7f2457dbb700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:32:21.488 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: in thread 7f2457dbb700 thread_name:admin_socket 2024-02-10T20:32:21.488 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:32:21.488 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f245f157d20] 2024-02-10T20:32:21.488 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 2: gsignal() 2024-02-10T20:32:21.488 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 3: abort() 2024-02-10T20:32:21.488 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 4: /lib64/libc.so.6(+0x21d39) [0x7f245d632d39] 2024-02-10T20:32:21.489 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 5: /lib64/libc.so.6(+0x46e86) [0x7f245d657e86] 2024-02-10T20:32:21.489 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f24602a3785] 2024-02-10T20:32:21.489 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f24602a4f75] 2024-02-10T20:32:21.489 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f24602a3baf] 2024-02-10T20:32:21.489 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 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) [0x7f24602afb6d] 2024-02-10T20:32:21.489 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 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) [0x7f24602a9f69] 2024-02-10T20:32:21.489 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f24602aba4b] 2024-02-10T20:32:21.490 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 12: (AdminSocket::entry()+0x4de) [0x7f24602ac2ae] 2024-02-10T20:32:21.490 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f245e043b23] 2024-02-10T20:32:21.490 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f245f14d1ca] 2024-02-10T20:32:21.490 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 15: clone() 2024-02-10T20:32:21.490 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:32:21.490 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -3223> 2024-02-10T20:32:12.028+0000 7f2461b99200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:32:21.491 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -3126> 2024-02-10T20:32:13.664+0000 7f2461b99200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:32:21.491 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -3114> 2024-02-10T20:32:13.764+0000 7f2461b99200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:32:21.491 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -3070> 2024-02-10T20:32:14.020+0000 7f2461b99200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:32:21.491 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2838> 2024-02-10T20:32:14.848+0000 7f2461b99200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:21.491 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2797> 2024-02-10T20:32:14.964+0000 7f2461b99200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:32:21.491 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2777> 2024-02-10T20:32:15.072+0000 7f2461b99200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:32:21.492 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2758> 2024-02-10T20:32:15.436+0000 7f2461b99200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:32:21.492 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2735> 2024-02-10T20:32:15.556+0000 7f2461b99200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:32:21.492 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2719> 2024-02-10T20:32:15.664+0000 7f2461b99200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:32:21.492 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2685> 2024-02-10T20:32:16.032+0000 7f2461b99200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:32:21.492 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2664> 2024-02-10T20:32:16.280+0000 7f2461b99200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:32:21.492 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2637> 2024-02-10T20:32:16.548+0000 7f2461b99200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:32:21.493 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2595> 2024-02-10T20:32:16.668+0000 7f2461b99200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:32:21.493 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2553> 2024-02-10T20:32:16.952+0000 7f2461b99200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:32:21.493 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2471> 2024-02-10T20:32:17.204+0000 7f2461b99200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:21.493 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2426> 2024-02-10T20:32:17.624+0000 7f2461b99200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:21.493 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2405> 2024-02-10T20:32:17.744+0000 7f2461b99200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:32:21.493 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2388> 2024-02-10T20:32:18.004+0000 7f2461b99200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:21.494 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2264> 2024-02-10T20:32:19.040+0000 7f2461b99200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:32:21.494 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2250> 2024-02-10T20:32:19.160+0000 7f2461b99200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:32:21.494 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2191> 2024-02-10T20:32:19.464+0000 7f2461b99200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:32:21.494 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2177> 2024-02-10T20:32:19.584+0000 7f2461b99200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:32:21.494 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2148> 2024-02-10T20:32:20.052+0000 7f2461b99200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:32:21.494 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -2126> 2024-02-10T20:32:20.180+0000 7f2461b99200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:32:21.495 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: debug -19> 2024-02-10T20:32:21.212+0000 7f2457dbb700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:32:21.495 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: in thread 7f2457dbb700 thread_name:admin_socket 2024-02-10T20:32:21.495 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:32:21.495 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f245f157d20] 2024-02-10T20:32:21.495 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 2: gsignal() 2024-02-10T20:32:21.495 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 3: abort() 2024-02-10T20:32:21.496 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 4: /lib64/libc.so.6(+0x21d39) [0x7f245d632d39] 2024-02-10T20:32:21.496 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 5: /lib64/libc.so.6(+0x46e86) [0x7f245d657e86] 2024-02-10T20:32:21.496 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f24602a3785] 2024-02-10T20:32:21.496 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f24602a4f75] 2024-02-10T20:32:21.496 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f24602a3baf] 2024-02-10T20:32:21.497 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 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) [0x7f24602afb6d] 2024-02-10T20:32:21.497 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 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) [0x7f24602a9f69] 2024-02-10T20:32:21.497 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f24602aba4b] 2024-02-10T20:32:21.497 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 12: (AdminSocket::entry()+0x4de) [0x7f24602ac2ae] 2024-02-10T20:32:21.497 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f245e043b23] 2024-02-10T20:32:21.497 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f245f14d1ca] 2024-02-10T20:32:21.498 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: 15: clone() 2024-02-10T20:32:21.498 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 bash[21633]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:32:22.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:32:22.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:21 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:32:32.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:31 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 1. 2024-02-10T20:32:32.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:31 smithi016 systemd[1]: Stopped Ceph mgr.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:32:32.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:31 smithi016 systemd[1]: Started Ceph mgr.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:32:33.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:32 smithi016 bash[22844]: debug 2024-02-10T20:32:32.923+0000 7fb78d888200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:32:34.906 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:34 smithi016 bash[22844]: debug 2024-02-10T20:32:34.547+0000 7fb78d888200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:32:34.906 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:34 smithi016 bash[22844]: debug 2024-02-10T20:32:34.647+0000 7fb78d888200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:32:35.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:34 smithi016 bash[22844]: debug 2024-02-10T20:32:34.899+0000 7fb78d888200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:32:36.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:35 smithi016 bash[22844]: debug 2024-02-10T20:32:35.723+0000 7fb78d888200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:36.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:35 smithi016 bash[22844]: debug 2024-02-10T20:32:35.835+0000 7fb78d888200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:32:36.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:35 smithi016 bash[22844]: debug 2024-02-10T20:32:35.943+0000 7fb78d888200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:32:36.686 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:36 smithi016 bash[22844]: debug 2024-02-10T20:32:36.307+0000 7fb78d888200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:32:36.687 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:36 smithi016 bash[22844]: debug 2024-02-10T20:32:36.423+0000 7fb78d888200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:32:36.687 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:36 smithi016 bash[22844]: debug 2024-02-10T20:32:36.531+0000 7fb78d888200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:32:37.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:36 smithi016 bash[22844]: debug 2024-02-10T20:32:36.899+0000 7fb78d888200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:32:37.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:37 smithi016 bash[22844]: debug 2024-02-10T20:32:37.143+0000 7fb78d888200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:32:37.686 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:37 smithi016 bash[22844]: debug 2024-02-10T20:32:37.415+0000 7fb78d888200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:32:37.687 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:37 smithi016 bash[22844]: debug 2024-02-10T20:32:37.535+0000 7fb78d888200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:32:38.083 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:37 smithi016 bash[22844]: debug 2024-02-10T20:32:37.823+0000 7fb78d888200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:32:38.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:38 smithi016 bash[22844]: debug 2024-02-10T20:32:38.079+0000 7fb78d888200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:38.879 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:38 smithi016 bash[22844]: debug 2024-02-10T20:32:38.495+0000 7fb78d888200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:38.879 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:38 smithi016 bash[22844]: debug 2024-02-10T20:32:38.615+0000 7fb78d888200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:32:38.879 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:38 smithi016 bash[22844]: debug 2024-02-10T20:32:38.871+0000 7fb78d888200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:40.361 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:39 smithi016 bash[22844]: debug 2024-02-10T20:32:39.931+0000 7fb78d888200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:32:40.361 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:40 smithi016 bash[22844]: debug 2024-02-10T20:32:40.051+0000 7fb78d888200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:32:40.361 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:40 smithi016 bash[22844]: debug 2024-02-10T20:32:40.355+0000 7fb78d888200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:32:40.686 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:40 smithi016 bash[22844]: debug 2024-02-10T20:32:40.475+0000 7fb78d888200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:32:41.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:40 smithi016 bash[22844]: debug 2024-02-10T20:32:40.943+0000 7fb78d888200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:32:41.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:41 smithi016 bash[22844]: debug 2024-02-10T20:32:41.071+0000 7fb78d888200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:32:41.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:41 smithi016 bash[21379]: cluster 2024-02-10T20:32:41.097482+0000 mon.a (mon.0) 50 : cluster 1 Active manager daemon a restarted 2024-02-10T20:32:41.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:41 smithi016 bash[21379]: cluster 2024-02-10T20:32:41.098096+0000 mon.a (mon.0) 51 : cluster 1 Activating manager daemon a 2024-02-10T20:32:41.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:41 smithi016 bash[21379]: cluster 2024-02-10T20:32:41.105005+0000 mon.a (mon.0) 52 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-02-10T20:32:41.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:41 smithi016 bash[21379]: cluster 2024-02-10T20:32:41.105286+0000 mon.a (mon.0) 53 : cluster 0 mgrmap e8: a(active, starting, since 0.00739782s) 2024-02-10T20:32:41.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:41 smithi016 bash[21379]: audit 2024-02-10T20:32:41.106850+0000 mon.a (mon.0) 54 : audit 0 from='mgr.14132 172.21.15.16:0/2219061976' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:32:41.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:41 smithi016 bash[21379]: audit 2024-02-10T20:32:41.108760+0000 mon.a (mon.0) 55 : audit 0 from='mgr.14132 172.21.15.16:0/2219061976' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:32:41.438 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:41 smithi016 bash[21379]: audit 2024-02-10T20:32:41.110177+0000 mon.a (mon.0) 56 : audit 0 from='mgr.14132 172.21.15.16:0/2219061976' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:32:41.438 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:41 smithi016 bash[21379]: audit 2024-02-10T20:32:41.110485+0000 mon.a (mon.0) 57 : audit 0 from='mgr.14132 172.21.15.16:0/2219061976' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:32:41.438 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:41 smithi016 bash[21379]: audit 2024-02-10T20:32:41.110765+0000 mon.a (mon.0) 58 : audit 0 from='mgr.14132 172.21.15.16:0/2219061976' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:32:41.438 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:41 smithi016 bash[21379]: cluster 2024-02-10T20:32:41.137526+0000 mon.a (mon.0) 59 : cluster 1 Manager daemon a is now available 2024-02-10T20:32:42.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[21379]: audit 2024-02-10T20:32:41.178419+0000 mon.a (mon.0) 60 : audit 0 from='mgr.14132 172.21.15.16:0/2219061976' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:32:42.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[21379]: audit 2024-02-10T20:32:41.179852+0000 mon.a (mon.0) 61 : audit 0 from='mgr.14132 172.21.15.16:0/2219061976' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:32:42.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[21379]: audit 2024-02-10T20:32:41.184450+0000 mon.a (mon.0) 62 : audit 0 from='mgr.14132 172.21.15.16:0/2219061976' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:32:42.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[21379]: audit 2024-02-10T20:32:41.194602+0000 mon.a (mon.0) 63 : audit 1 from='mgr.14132 172.21.15.16:0/2219061976' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:32:42.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[21379]: audit 2024-02-10T20:32:41.199982+0000 mon.a (mon.0) 64 : audit 1 from='mgr.14132 172.21.15.16:0/2219061976' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:32:42.414 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[21379]: audit 2024-02-10T20:32:41.828031+0000 mon.a (mon.0) 65 : audit 1 from='mgr.14132 172.21.15.16:0/2219061976' entity='mgr.a' 2024-02-10T20:32:42.415 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[21379]: audit 2024-02-10T20:32:41.833604+0000 mon.a (mon.0) 66 : audit 1 from='mgr.14132 172.21.15.16:0/2219061976' entity='mgr.a' 2024-02-10T20:32:42.415 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[21379]: cluster 2024-02-10T20:32:42.110258+0000 mon.a (mon.0) 67 : cluster 0 mgrmap e9: a(active, since 1.01236s) 2024-02-10T20:32:42.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 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-10T20:32:42.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: *** Caught signal (Aborted) ** 2024-02-10T20:32:42.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: in thread 7fb78368c700 thread_name:admin_socket 2024-02-10T20:32:42.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:32:42.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fb78ae46d20] 2024-02-10T20:32:42.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 2: gsignal() 2024-02-10T20:32:42.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 3: abort() 2024-02-10T20:32:42.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 4: /lib64/libc.so.6(+0x21d39) [0x7fb789321d39] 2024-02-10T20:32:42.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 5: /lib64/libc.so.6(+0x46e86) [0x7fb789346e86] 2024-02-10T20:32:42.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fb78bf92785] 2024-02-10T20:32:42.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fb78bf93f75] 2024-02-10T20:32:42.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fb78bf92baf] 2024-02-10T20:32:42.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 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) [0x7fb78bf9eb6d] 2024-02-10T20:32:42.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 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) [0x7fb78bf98f69] 2024-02-10T20:32:42.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fb78bf9aa4b] 2024-02-10T20:32:42.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 12: (AdminSocket::entry()+0x4de) [0x7fb78bf9b2ae] 2024-02-10T20:32:42.417 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fb789d32b23] 2024-02-10T20:32:42.417 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fb78ae3c1ca] 2024-02-10T20:32:42.417 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 15: clone() 2024-02-10T20:32:42.417 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug 2024-02-10T20:32:42.103+0000 7fb78368c700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:32:42.417 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: in thread 7fb78368c700 thread_name:admin_socket 2024-02-10T20:32:42.417 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:32:42.417 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fb78ae46d20] 2024-02-10T20:32:42.417 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 2: gsignal() 2024-02-10T20:32:42.417 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 3: abort() 2024-02-10T20:32:42.417 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 4: /lib64/libc.so.6(+0x21d39) [0x7fb789321d39] 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 5: /lib64/libc.so.6(+0x46e86) [0x7fb789346e86] 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fb78bf92785] 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fb78bf93f75] 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fb78bf92baf] 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 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) [0x7fb78bf9eb6d] 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 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) [0x7fb78bf98f69] 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fb78bf9aa4b] 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 12: (AdminSocket::entry()+0x4de) [0x7fb78bf9b2ae] 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fb789d32b23] 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fb78ae3c1ca] 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 15: clone() 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -3131> 2024-02-10T20:32:32.923+0000 7fb78d888200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:32:42.418 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -3034> 2024-02-10T20:32:34.547+0000 7fb78d888200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:32:42.419 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -3022> 2024-02-10T20:32:34.647+0000 7fb78d888200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:32:42.419 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2978> 2024-02-10T20:32:34.899+0000 7fb78d888200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:32:42.419 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2746> 2024-02-10T20:32:35.723+0000 7fb78d888200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:42.419 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2705> 2024-02-10T20:32:35.835+0000 7fb78d888200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:32:42.419 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2685> 2024-02-10T20:32:35.943+0000 7fb78d888200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:32:42.420 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2666> 2024-02-10T20:32:36.307+0000 7fb78d888200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:32:42.420 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2643> 2024-02-10T20:32:36.423+0000 7fb78d888200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:32:42.420 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2627> 2024-02-10T20:32:36.531+0000 7fb78d888200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:32:42.420 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2593> 2024-02-10T20:32:36.899+0000 7fb78d888200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:32:42.420 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2572> 2024-02-10T20:32:37.143+0000 7fb78d888200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:32:42.420 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2545> 2024-02-10T20:32:37.415+0000 7fb78d888200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:32:42.420 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2503> 2024-02-10T20:32:37.535+0000 7fb78d888200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:32:42.420 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2461> 2024-02-10T20:32:37.823+0000 7fb78d888200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2379> 2024-02-10T20:32:38.079+0000 7fb78d888200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2334> 2024-02-10T20:32:38.495+0000 7fb78d888200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2313> 2024-02-10T20:32:38.615+0000 7fb78d888200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2296> 2024-02-10T20:32:38.871+0000 7fb78d888200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2172> 2024-02-10T20:32:39.931+0000 7fb78d888200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2158> 2024-02-10T20:32:40.051+0000 7fb78d888200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2099> 2024-02-10T20:32:40.355+0000 7fb78d888200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2085> 2024-02-10T20:32:40.475+0000 7fb78d888200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2056> 2024-02-10T20:32:40.943+0000 7fb78d888200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2034> 2024-02-10T20:32:41.071+0000 7fb78d888200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug 0> 2024-02-10T20:32:42.103+0000 7fb78368c700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: in thread 7fb78368c700 thread_name:admin_socket 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:32:42.421 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fb78ae46d20] 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 2: gsignal() 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 3: abort() 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 4: /lib64/libc.so.6(+0x21d39) [0x7fb789321d39] 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 5: /lib64/libc.so.6(+0x46e86) [0x7fb789346e86] 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fb78bf92785] 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fb78bf93f75] 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fb78bf92baf] 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 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) [0x7fb78bf9eb6d] 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 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) [0x7fb78bf98f69] 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fb78bf9aa4b] 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 12: (AdminSocket::entry()+0x4de) [0x7fb78bf9b2ae] 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fb789d32b23] 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fb78ae3c1ca] 2024-02-10T20:32:42.422 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 15: clone() 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -3144> 2024-02-10T20:32:32.923+0000 7fb78d888200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -3047> 2024-02-10T20:32:34.547+0000 7fb78d888200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -3035> 2024-02-10T20:32:34.647+0000 7fb78d888200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2991> 2024-02-10T20:32:34.899+0000 7fb78d888200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2759> 2024-02-10T20:32:35.723+0000 7fb78d888200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2718> 2024-02-10T20:32:35.835+0000 7fb78d888200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2698> 2024-02-10T20:32:35.943+0000 7fb78d888200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2679> 2024-02-10T20:32:36.307+0000 7fb78d888200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2656> 2024-02-10T20:32:36.423+0000 7fb78d888200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2640> 2024-02-10T20:32:36.531+0000 7fb78d888200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2606> 2024-02-10T20:32:36.899+0000 7fb78d888200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2585> 2024-02-10T20:32:37.143+0000 7fb78d888200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2558> 2024-02-10T20:32:37.415+0000 7fb78d888200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:32:42.423 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2516> 2024-02-10T20:32:37.535+0000 7fb78d888200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2474> 2024-02-10T20:32:37.823+0000 7fb78d888200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2392> 2024-02-10T20:32:38.079+0000 7fb78d888200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2347> 2024-02-10T20:32:38.495+0000 7fb78d888200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2326> 2024-02-10T20:32:38.615+0000 7fb78d888200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2309> 2024-02-10T20:32:38.871+0000 7fb78d888200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2185> 2024-02-10T20:32:39.931+0000 7fb78d888200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2171> 2024-02-10T20:32:40.051+0000 7fb78d888200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2112> 2024-02-10T20:32:40.355+0000 7fb78d888200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2098> 2024-02-10T20:32:40.475+0000 7fb78d888200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2069> 2024-02-10T20:32:40.943+0000 7fb78d888200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -2047> 2024-02-10T20:32:41.071+0000 7fb78d888200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: debug -13> 2024-02-10T20:32:42.103+0000 7fb78368c700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: in thread 7fb78368c700 thread_name:admin_socket 2024-02-10T20:32:42.424 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fb78ae46d20] 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 2: gsignal() 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 3: abort() 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 4: /lib64/libc.so.6(+0x21d39) [0x7fb789321d39] 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 5: /lib64/libc.so.6(+0x46e86) [0x7fb789346e86] 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fb78bf92785] 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fb78bf93f75] 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fb78bf92baf] 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 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) [0x7fb78bf9eb6d] 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 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) [0x7fb78bf98f69] 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fb78bf9aa4b] 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 12: (AdminSocket::entry()+0x4de) [0x7fb78bf9b2ae] 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fb789d32b23] 2024-02-10T20:32:42.425 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fb78ae3c1ca] 2024-02-10T20:32:42.426 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: 15: clone() 2024-02-10T20:32:42.426 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 bash[22844]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:32:43.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:32:43.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:42 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:32:53.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:52 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 2. 2024-02-10T20:32:53.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:52 smithi016 systemd[1]: Stopped Ceph mgr.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:32:53.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:52 smithi016 systemd[1]: Started Ceph mgr.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:32:54.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:53 smithi016 bash[23168]: debug 2024-02-10T20:32:53.947+0000 7f0cd0097200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:32:55.937 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:55 smithi016 bash[23168]: debug 2024-02-10T20:32:55.583+0000 7f0cd0097200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:32:55.937 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:55 smithi016 bash[23168]: debug 2024-02-10T20:32:55.687+0000 7f0cd0097200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:32:56.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:55 smithi016 bash[23168]: debug 2024-02-10T20:32:55.943+0000 7f0cd0097200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:32:57.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:56 smithi016 bash[23168]: debug 2024-02-10T20:32:56.775+0000 7f0cd0097200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:57.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:56 smithi016 bash[23168]: debug 2024-02-10T20:32:56.891+0000 7f0cd0097200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:32:57.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:57 smithi016 bash[23168]: debug 2024-02-10T20:32:56.999+0000 7f0cd0097200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:32:57.687 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:57 smithi016 bash[23168]: debug 2024-02-10T20:32:57.363+0000 7f0cd0097200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:32:57.687 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:57 smithi016 bash[23168]: debug 2024-02-10T20:32:57.483+0000 7f0cd0097200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:32:57.687 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:57 smithi016 bash[23168]: debug 2024-02-10T20:32:57.591+0000 7f0cd0097200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:32:58.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:57 smithi016 bash[23168]: debug 2024-02-10T20:32:57.967+0000 7f0cd0097200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:32:58.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:58 smithi016 bash[23168]: debug 2024-02-10T20:32:58.211+0000 7f0cd0097200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:32:58.893 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:58 smithi016 bash[23168]: debug 2024-02-10T20:32:58.483+0000 7f0cd0097200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:32:58.893 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:58 smithi016 bash[23168]: debug 2024-02-10T20:32:58.603+0000 7f0cd0097200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:32:58.893 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:58 smithi016 bash[23168]: debug 2024-02-10T20:32:58.891+0000 7f0cd0097200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:32:59.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:59 smithi016 bash[23168]: debug 2024-02-10T20:32:59.143+0000 7f0cd0097200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:32:59.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:59 smithi016 bash[23168]: debug 2024-02-10T20:32:59.563+0000 7f0cd0097200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:32:59.937 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:59 smithi016 bash[23168]: debug 2024-02-10T20:32:59.687+0000 7f0cd0097200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:33:00.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:32:59 smithi016 bash[23168]: debug 2024-02-10T20:32:59.947+0000 7f0cd0097200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:01.419 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:00 smithi016 bash[23168]: debug 2024-02-10T20:33:00.991+0000 7f0cd0097200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:33:01.419 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:01 smithi016 bash[23168]: debug 2024-02-10T20:33:01.111+0000 7f0cd0097200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:33:01.419 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:01 smithi016 bash[23168]: debug 2024-02-10T20:33:01.415+0000 7f0cd0097200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:33:01.686 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:01 smithi016 bash[23168]: debug 2024-02-10T20:33:01.535+0000 7f0cd0097200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:33:02.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:02 smithi016 bash[23168]: debug 2024-02-10T20:33:02.007+0000 7f0cd0097200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:33:02.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:02 smithi016 bash[23168]: debug 2024-02-10T20:33:02.135+0000 7f0cd0097200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:33:02.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:02 smithi016 bash[21379]: cluster 2024-02-10T20:33:02.156805+0000 mon.a (mon.0) 68 : cluster 1 Active manager daemon a restarted 2024-02-10T20:33:02.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:02 smithi016 bash[21379]: cluster 2024-02-10T20:33:02.157048+0000 mon.a (mon.0) 69 : cluster 1 Activating manager daemon a 2024-02-10T20:33:02.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:02 smithi016 bash[21379]: cluster 2024-02-10T20:33:02.159896+0000 mon.a (mon.0) 70 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T20:33:02.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:02 smithi016 bash[21379]: cluster 2024-02-10T20:33:02.160008+0000 mon.a (mon.0) 71 : cluster 0 mgrmap e10: a(active, starting, since 0.00306214s) 2024-02-10T20:33:02.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:02 smithi016 bash[21379]: audit 2024-02-10T20:33:02.162931+0000 mon.a (mon.0) 72 : audit 0 from='mgr.14140 172.21.15.16:0/3502402147' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:33:02.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:02 smithi016 bash[21379]: audit 2024-02-10T20:33:02.164445+0000 mon.a (mon.0) 73 : audit 0 from='mgr.14140 172.21.15.16:0/3502402147' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:33:02.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:02 smithi016 bash[21379]: audit 2024-02-10T20:33:02.165403+0000 mon.a (mon.0) 74 : audit 0 from='mgr.14140 172.21.15.16:0/3502402147' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:33:02.438 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:02 smithi016 bash[21379]: audit 2024-02-10T20:33:02.165603+0000 mon.a (mon.0) 75 : audit 0 from='mgr.14140 172.21.15.16:0/3502402147' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:33:02.438 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:02 smithi016 bash[21379]: audit 2024-02-10T20:33:02.165766+0000 mon.a (mon.0) 76 : audit 0 from='mgr.14140 172.21.15.16:0/3502402147' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:33:02.438 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:02 smithi016 bash[21379]: cluster 2024-02-10T20:33:02.193743+0000 mon.a (mon.0) 77 : cluster 1 Manager daemon a is now available 2024-02-10T20:33:03.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[21379]: audit 2024-02-10T20:33:02.217967+0000 mon.a (mon.0) 78 : audit 0 from='mgr.14140 172.21.15.16:0/3502402147' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:33:03.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[21379]: audit 2024-02-10T20:33:02.219459+0000 mon.a (mon.0) 79 : audit 0 from='mgr.14140 172.21.15.16:0/3502402147' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:33:03.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[21379]: audit 2024-02-10T20:33:02.222983+0000 mon.a (mon.0) 80 : audit 0 from='mgr.14140 172.21.15.16:0/3502402147' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:33:03.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[21379]: audit 2024-02-10T20:33:02.233308+0000 mon.a (mon.0) 81 : audit 1 from='mgr.14140 172.21.15.16:0/3502402147' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:33:03.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[21379]: audit 2024-02-10T20:33:02.236146+0000 mon.a (mon.0) 82 : audit 1 from='mgr.14140 172.21.15.16:0/3502402147' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:33:03.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[21379]: cluster 2024-02-10T20:33:03.163313+0000 mon.a (mon.0) 83 : cluster 0 mgrmap e11: a(active, since 1.00637s) 2024-02-10T20:33:03.438 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 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-10T20:33:03.438 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: *** Caught signal (Aborted) ** 2024-02-10T20:33:03.438 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: in thread 7f0cc5e9b700 thread_name:admin_socket 2024-02-10T20:33:03.438 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:33:03.438 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f0ccd655d20] 2024-02-10T20:33:03.438 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 2: gsignal() 2024-02-10T20:33:03.438 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 3: abort() 2024-02-10T20:33:03.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 4: /lib64/libc.so.6(+0x21d39) [0x7f0ccbb30d39] 2024-02-10T20:33:03.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 5: /lib64/libc.so.6(+0x46e86) [0x7f0ccbb55e86] 2024-02-10T20:33:03.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f0cce7a1785] 2024-02-10T20:33:03.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f0cce7a2f75] 2024-02-10T20:33:03.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f0cce7a1baf] 2024-02-10T20:33:03.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 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) [0x7f0cce7adb6d] 2024-02-10T20:33:03.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 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) [0x7f0cce7a7f69] 2024-02-10T20:33:03.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f0cce7a9a4b] 2024-02-10T20:33:03.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 12: (AdminSocket::entry()+0x4de) [0x7f0cce7aa2ae] 2024-02-10T20:33:03.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f0ccc541b23] 2024-02-10T20:33:03.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f0ccd64b1ca] 2024-02-10T20:33:03.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 15: clone() 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug 2024-02-10T20:33:03.163+0000 7f0cc5e9b700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: in thread 7f0cc5e9b700 thread_name:admin_socket 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f0ccd655d20] 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 2: gsignal() 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 3: abort() 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 4: /lib64/libc.so.6(+0x21d39) [0x7f0ccbb30d39] 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 5: /lib64/libc.so.6(+0x46e86) [0x7f0ccbb55e86] 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f0cce7a1785] 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f0cce7a2f75] 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f0cce7a1baf] 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 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) [0x7f0cce7adb6d] 2024-02-10T20:33:03.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 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) [0x7f0cce7a7f69] 2024-02-10T20:33:03.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f0cce7a9a4b] 2024-02-10T20:33:03.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 12: (AdminSocket::entry()+0x4de) [0x7f0cce7aa2ae] 2024-02-10T20:33:03.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f0ccc541b23] 2024-02-10T20:33:03.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f0ccd64b1ca] 2024-02-10T20:33:03.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 15: clone() 2024-02-10T20:33:03.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:33:03.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -3115> 2024-02-10T20:32:53.947+0000 7f0cd0097200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:33:03.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -3018> 2024-02-10T20:32:55.583+0000 7f0cd0097200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:33:03.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -3006> 2024-02-10T20:32:55.687+0000 7f0cd0097200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:33:03.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2962> 2024-02-10T20:32:55.943+0000 7f0cd0097200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:33:03.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2730> 2024-02-10T20:32:56.775+0000 7f0cd0097200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:03.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2689> 2024-02-10T20:32:56.891+0000 7f0cd0097200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:33:03.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2669> 2024-02-10T20:32:56.999+0000 7f0cd0097200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:33:03.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2650> 2024-02-10T20:32:57.363+0000 7f0cd0097200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:33:03.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2627> 2024-02-10T20:32:57.483+0000 7f0cd0097200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:33:03.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2611> 2024-02-10T20:32:57.591+0000 7f0cd0097200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2577> 2024-02-10T20:32:57.967+0000 7f0cd0097200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2556> 2024-02-10T20:32:58.211+0000 7f0cd0097200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2529> 2024-02-10T20:32:58.483+0000 7f0cd0097200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2487> 2024-02-10T20:32:58.603+0000 7f0cd0097200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2445> 2024-02-10T20:32:58.891+0000 7f0cd0097200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2363> 2024-02-10T20:32:59.143+0000 7f0cd0097200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2318> 2024-02-10T20:32:59.563+0000 7f0cd0097200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2297> 2024-02-10T20:32:59.687+0000 7f0cd0097200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2280> 2024-02-10T20:32:59.947+0000 7f0cd0097200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2156> 2024-02-10T20:33:00.991+0000 7f0cd0097200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2142> 2024-02-10T20:33:01.111+0000 7f0cd0097200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2083> 2024-02-10T20:33:01.415+0000 7f0cd0097200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2069> 2024-02-10T20:33:01.535+0000 7f0cd0097200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:33:03.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2040> 2024-02-10T20:33:02.007+0000 7f0cd0097200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2018> 2024-02-10T20:33:02.135+0000 7f0cd0097200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug 0> 2024-02-10T20:33:03.163+0000 7f0cc5e9b700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: in thread 7f0cc5e9b700 thread_name:admin_socket 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f0ccd655d20] 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 2: gsignal() 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 3: abort() 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 4: /lib64/libc.so.6(+0x21d39) [0x7f0ccbb30d39] 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 5: /lib64/libc.so.6(+0x46e86) [0x7f0ccbb55e86] 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f0cce7a1785] 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f0cce7a2f75] 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f0cce7a1baf] 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 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) [0x7f0cce7adb6d] 2024-02-10T20:33:03.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 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) [0x7f0cce7a7f69] 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f0cce7a9a4b] 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 12: (AdminSocket::entry()+0x4de) [0x7f0cce7aa2ae] 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f0ccc541b23] 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f0ccd64b1ca] 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 15: clone() 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -3121> 2024-02-10T20:32:53.947+0000 7f0cd0097200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -3024> 2024-02-10T20:32:55.583+0000 7f0cd0097200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -3012> 2024-02-10T20:32:55.687+0000 7f0cd0097200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2968> 2024-02-10T20:32:55.943+0000 7f0cd0097200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2736> 2024-02-10T20:32:56.775+0000 7f0cd0097200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2695> 2024-02-10T20:32:56.891+0000 7f0cd0097200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:33:03.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2675> 2024-02-10T20:32:56.999+0000 7f0cd0097200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2656> 2024-02-10T20:32:57.363+0000 7f0cd0097200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2633> 2024-02-10T20:32:57.483+0000 7f0cd0097200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2617> 2024-02-10T20:32:57.591+0000 7f0cd0097200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2583> 2024-02-10T20:32:57.967+0000 7f0cd0097200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2562> 2024-02-10T20:32:58.211+0000 7f0cd0097200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2535> 2024-02-10T20:32:58.483+0000 7f0cd0097200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2493> 2024-02-10T20:32:58.603+0000 7f0cd0097200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2451> 2024-02-10T20:32:58.891+0000 7f0cd0097200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2369> 2024-02-10T20:32:59.143+0000 7f0cd0097200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2324> 2024-02-10T20:32:59.563+0000 7f0cd0097200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2303> 2024-02-10T20:32:59.687+0000 7f0cd0097200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2286> 2024-02-10T20:32:59.947+0000 7f0cd0097200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2162> 2024-02-10T20:33:00.991+0000 7f0cd0097200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:33:03.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2148> 2024-02-10T20:33:01.111+0000 7f0cd0097200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2089> 2024-02-10T20:33:01.415+0000 7f0cd0097200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2075> 2024-02-10T20:33:01.535+0000 7f0cd0097200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2046> 2024-02-10T20:33:02.007+0000 7f0cd0097200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -2024> 2024-02-10T20:33:02.135+0000 7f0cd0097200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: debug -6> 2024-02-10T20:33:03.163+0000 7f0cc5e9b700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: in thread 7f0cc5e9b700 thread_name:admin_socket 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f0ccd655d20] 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 2: gsignal() 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 3: abort() 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 4: /lib64/libc.so.6(+0x21d39) [0x7f0ccbb30d39] 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 5: /lib64/libc.so.6(+0x46e86) [0x7f0ccbb55e86] 2024-02-10T20:33:03.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f0cce7a1785] 2024-02-10T20:33:03.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f0cce7a2f75] 2024-02-10T20:33:03.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f0cce7a1baf] 2024-02-10T20:33:03.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 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) [0x7f0cce7adb6d] 2024-02-10T20:33:03.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 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) [0x7f0cce7a7f69] 2024-02-10T20:33:03.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f0cce7a9a4b] 2024-02-10T20:33:03.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 12: (AdminSocket::entry()+0x4de) [0x7f0cce7aa2ae] 2024-02-10T20:33:03.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f0ccc541b23] 2024-02-10T20:33:03.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f0ccd64b1ca] 2024-02-10T20:33:03.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: 15: clone() 2024-02-10T20:33:03.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 bash[23168]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:33:04.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:33:04.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:03 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:33:14.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:13 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 3. 2024-02-10T20:33:14.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:13 smithi016 systemd[1]: Stopped Ceph mgr.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:33:14.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:13 smithi016 systemd[1]: Started Ceph mgr.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:33:15.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:15 smithi016 bash[23515]: debug 2024-02-10T20:33:15.003+0000 7f5ed00b6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:33:16.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:16 smithi016 bash[23515]: debug 2024-02-10T20:33:16.623+0000 7f5ed00b6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:33:16.937 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:16 smithi016 bash[23515]: debug 2024-02-10T20:33:16.723+0000 7f5ed00b6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:33:17.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:16 smithi016 bash[23515]: debug 2024-02-10T20:33:16.979+0000 7f5ed00b6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:33:18.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:17 smithi016 bash[23515]: debug 2024-02-10T20:33:17.819+0000 7f5ed00b6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:18.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:17 smithi016 bash[23515]: debug 2024-02-10T20:33:17.931+0000 7f5ed00b6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:33:18.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:18 smithi016 bash[23515]: debug 2024-02-10T20:33:18.039+0000 7f5ed00b6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:33:18.686 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:18 smithi016 bash[23515]: debug 2024-02-10T20:33:18.399+0000 7f5ed00b6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:33:18.686 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:18 smithi016 bash[23515]: debug 2024-02-10T20:33:18.519+0000 7f5ed00b6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:33:18.687 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:18 smithi016 bash[23515]: debug 2024-02-10T20:33:18.626+0000 7f5ed00b6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:33:19.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:18 smithi016 bash[23515]: debug 2024-02-10T20:33:18.994+0000 7f5ed00b6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:33:19.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:19 smithi016 bash[23515]: debug 2024-02-10T20:33:19.242+0000 7f5ed00b6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:33:19.917 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:19 smithi016 bash[23515]: debug 2024-02-10T20:33:19.514+0000 7f5ed00b6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:33:19.917 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:19 smithi016 bash[23515]: debug 2024-02-10T20:33:19.630+0000 7f5ed00b6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:33:19.917 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:19 smithi016 bash[23515]: debug 2024-02-10T20:33:19.914+0000 7f5ed00b6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:33:20.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:20 smithi016 bash[23515]: debug 2024-02-10T20:33:20.166+0000 7f5ed00b6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:20.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:20 smithi016 bash[23515]: debug 2024-02-10T20:33:20.582+0000 7f5ed00b6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:20.936 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:20 smithi016 bash[23515]: debug 2024-02-10T20:33:20.706+0000 7f5ed00b6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:33:21.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:20 smithi016 bash[23515]: debug 2024-02-10T20:33:20.962+0000 7f5ed00b6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:22.426 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:22 smithi016 bash[23515]: debug 2024-02-10T20:33:21.998+0000 7f5ed00b6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:33:22.426 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:22 smithi016 bash[23515]: debug 2024-02-10T20:33:22.118+0000 7f5ed00b6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:33:22.426 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:22 smithi016 bash[23515]: debug 2024-02-10T20:33:22.422+0000 7f5ed00b6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:33:22.686 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:22 smithi016 bash[23515]: debug 2024-02-10T20:33:22.538+0000 7f5ed00b6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:33:23.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:23 smithi016 bash[23515]: debug 2024-02-10T20:33:23.006+0000 7f5ed00b6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:33:23.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:23 smithi016 bash[23515]: debug 2024-02-10T20:33:23.134+0000 7f5ed00b6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:33:23.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:23 smithi016 bash[21379]: cluster 2024-02-10T20:33:23.157734+0000 mon.a (mon.0) 84 : cluster 1 Active manager daemon a restarted 2024-02-10T20:33:23.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:23 smithi016 bash[21379]: cluster 2024-02-10T20:33:23.158216+0000 mon.a (mon.0) 85 : cluster 1 Activating manager daemon a 2024-02-10T20:33:23.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:23 smithi016 bash[21379]: cluster 2024-02-10T20:33:23.165778+0000 mon.a (mon.0) 86 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2024-02-10T20:33:23.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:23 smithi016 bash[21379]: cluster 2024-02-10T20:33:23.166043+0000 mon.a (mon.0) 87 : cluster 0 mgrmap e12: a(active, starting, since 0.00802851s) 2024-02-10T20:33:23.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:23 smithi016 bash[21379]: audit 2024-02-10T20:33:23.168020+0000 mon.a (mon.0) 88 : audit 0 from='mgr.14148 172.21.15.16:0/3798243958' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:33:23.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:23 smithi016 bash[21379]: audit 2024-02-10T20:33:23.169857+0000 mon.a (mon.0) 89 : audit 0 from='mgr.14148 172.21.15.16:0/3798243958' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:33:23.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:23 smithi016 bash[21379]: audit 2024-02-10T20:33:23.171549+0000 mon.a (mon.0) 90 : audit 0 from='mgr.14148 172.21.15.16:0/3798243958' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:33:23.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:23 smithi016 bash[21379]: audit 2024-02-10T20:33:23.172000+0000 mon.a (mon.0) 91 : audit 0 from='mgr.14148 172.21.15.16:0/3798243958' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:33:23.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:23 smithi016 bash[21379]: audit 2024-02-10T20:33:23.172122+0000 mon.a (mon.0) 92 : audit 0 from='mgr.14148 172.21.15.16:0/3798243958' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:33:23.438 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:23 smithi016 bash[21379]: cluster 2024-02-10T20:33:23.197469+0000 mon.a (mon.0) 93 : cluster 1 Manager daemon a is now available 2024-02-10T20:33:24.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[21379]: audit 2024-02-10T20:33:23.221268+0000 mon.a (mon.0) 94 : audit 0 from='mgr.14148 172.21.15.16:0/3798243958' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:33:24.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[21379]: audit 2024-02-10T20:33:23.222631+0000 mon.a (mon.0) 95 : audit 0 from='mgr.14148 172.21.15.16:0/3798243958' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:33:24.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[21379]: audit 2024-02-10T20:33:23.227167+0000 mon.a (mon.0) 96 : audit 0 from='mgr.14148 172.21.15.16:0/3798243958' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:33:24.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[21379]: audit 2024-02-10T20:33:23.238242+0000 mon.a (mon.0) 97 : audit 1 from='mgr.14148 172.21.15.16:0/3798243958' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:33:24.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[21379]: audit 2024-02-10T20:33:23.241701+0000 mon.a (mon.0) 98 : audit 1 from='mgr.14148 172.21.15.16:0/3798243958' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:33:24.437 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[21379]: audit 2024-02-10T20:33:24.147738+0000 mon.a (mon.0) 99 : audit 0 from='mgr.14148 172.21.15.16:0/3798243958' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:33:24.438 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[21379]: cluster 2024-02-10T20:33:24.170381+0000 mon.a (mon.0) 100 : cluster 0 mgrmap e13: a(active, since 1.01232s) 2024-02-10T20:33:24.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 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-10T20:33:24.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: *** Caught signal (Aborted) ** 2024-02-10T20:33:24.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: in thread 7f5ec5eba700 thread_name:admin_socket 2024-02-10T20:33:24.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:33:24.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f5ecd674d20] 2024-02-10T20:33:24.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 2: gsignal() 2024-02-10T20:33:24.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 3: abort() 2024-02-10T20:33:24.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 4: /lib64/libc.so.6(+0x21d39) [0x7f5ecbb4fd39] 2024-02-10T20:33:24.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 5: /lib64/libc.so.6(+0x46e86) [0x7f5ecbb74e86] 2024-02-10T20:33:24.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f5ece7c0785] 2024-02-10T20:33:24.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f5ece7c1f75] 2024-02-10T20:33:24.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f5ece7c0baf] 2024-02-10T20:33:24.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 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) [0x7f5ece7ccb6d] 2024-02-10T20:33:24.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 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) [0x7f5ece7c6f69] 2024-02-10T20:33:24.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f5ece7c8a4b] 2024-02-10T20:33:24.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 12: (AdminSocket::entry()+0x4de) [0x7f5ece7c92ae] 2024-02-10T20:33:24.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f5ecc560b23] 2024-02-10T20:33:24.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f5ecd66a1ca] 2024-02-10T20:33:24.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 15: clone() 2024-02-10T20:33:24.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug 2024-02-10T20:33:24.170+0000 7f5ec5eba700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:33:24.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: in thread 7f5ec5eba700 thread_name:admin_socket 2024-02-10T20:33:24.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:33:24.440 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f5ecd674d20] 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 2: gsignal() 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 3: abort() 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 4: /lib64/libc.so.6(+0x21d39) [0x7f5ecbb4fd39] 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 5: /lib64/libc.so.6(+0x46e86) [0x7f5ecbb74e86] 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f5ece7c0785] 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f5ece7c1f75] 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f5ece7c0baf] 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 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) [0x7f5ece7ccb6d] 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 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) [0x7f5ece7c6f69] 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f5ece7c8a4b] 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 12: (AdminSocket::entry()+0x4de) [0x7f5ece7c92ae] 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f5ecc560b23] 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f5ecd66a1ca] 2024-02-10T20:33:24.441 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 15: clone() 2024-02-10T20:33:24.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:33:24.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -3152> 2024-02-10T20:33:15.003+0000 7f5ed00b6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:33:24.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -3055> 2024-02-10T20:33:16.623+0000 7f5ed00b6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:33:24.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -3043> 2024-02-10T20:33:16.723+0000 7f5ed00b6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:33:24.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2999> 2024-02-10T20:33:16.979+0000 7f5ed00b6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:33:24.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2767> 2024-02-10T20:33:17.819+0000 7f5ed00b6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:24.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2726> 2024-02-10T20:33:17.931+0000 7f5ed00b6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:33:24.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2706> 2024-02-10T20:33:18.039+0000 7f5ed00b6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:33:24.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2687> 2024-02-10T20:33:18.399+0000 7f5ed00b6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:33:24.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2664> 2024-02-10T20:33:18.519+0000 7f5ed00b6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:33:24.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2648> 2024-02-10T20:33:18.626+0000 7f5ed00b6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:33:24.442 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2614> 2024-02-10T20:33:18.994+0000 7f5ed00b6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2593> 2024-02-10T20:33:19.242+0000 7f5ed00b6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2566> 2024-02-10T20:33:19.514+0000 7f5ed00b6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2524> 2024-02-10T20:33:19.630+0000 7f5ed00b6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2482> 2024-02-10T20:33:19.914+0000 7f5ed00b6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2400> 2024-02-10T20:33:20.166+0000 7f5ed00b6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2355> 2024-02-10T20:33:20.582+0000 7f5ed00b6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2334> 2024-02-10T20:33:20.706+0000 7f5ed00b6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2317> 2024-02-10T20:33:20.962+0000 7f5ed00b6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2193> 2024-02-10T20:33:21.998+0000 7f5ed00b6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2179> 2024-02-10T20:33:22.118+0000 7f5ed00b6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2120> 2024-02-10T20:33:22.422+0000 7f5ed00b6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2106> 2024-02-10T20:33:22.538+0000 7f5ed00b6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:33:24.443 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2077> 2024-02-10T20:33:23.006+0000 7f5ed00b6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2055> 2024-02-10T20:33:23.134+0000 7f5ed00b6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug 0> 2024-02-10T20:33:24.170+0000 7f5ec5eba700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: in thread 7f5ec5eba700 thread_name:admin_socket 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f5ecd674d20] 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 2: gsignal() 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 3: abort() 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 4: /lib64/libc.so.6(+0x21d39) [0x7f5ecbb4fd39] 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 5: /lib64/libc.so.6(+0x46e86) [0x7f5ecbb74e86] 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f5ece7c0785] 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f5ece7c1f75] 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f5ece7c0baf] 2024-02-10T20:33:24.444 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 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) [0x7f5ece7ccb6d] 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 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) [0x7f5ece7c6f69] 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f5ece7c8a4b] 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 12: (AdminSocket::entry()+0x4de) [0x7f5ece7c92ae] 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f5ecc560b23] 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f5ecd66a1ca] 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 15: clone() 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -3152> 2024-02-10T20:33:15.003+0000 7f5ed00b6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -3055> 2024-02-10T20:33:16.623+0000 7f5ed00b6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -3043> 2024-02-10T20:33:16.723+0000 7f5ed00b6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2999> 2024-02-10T20:33:16.979+0000 7f5ed00b6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2767> 2024-02-10T20:33:17.819+0000 7f5ed00b6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2726> 2024-02-10T20:33:17.931+0000 7f5ed00b6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2706> 2024-02-10T20:33:18.039+0000 7f5ed00b6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:33:24.445 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2687> 2024-02-10T20:33:18.399+0000 7f5ed00b6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:33:24.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2664> 2024-02-10T20:33:18.519+0000 7f5ed00b6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:33:24.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2648> 2024-02-10T20:33:18.626+0000 7f5ed00b6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:33:24.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2614> 2024-02-10T20:33:18.994+0000 7f5ed00b6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:33:24.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2593> 2024-02-10T20:33:19.242+0000 7f5ed00b6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:33:24.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2566> 2024-02-10T20:33:19.514+0000 7f5ed00b6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:33:24.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2524> 2024-02-10T20:33:19.630+0000 7f5ed00b6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:33:24.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2482> 2024-02-10T20:33:19.914+0000 7f5ed00b6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:33:24.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2400> 2024-02-10T20:33:20.166+0000 7f5ed00b6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:24.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2355> 2024-02-10T20:33:20.582+0000 7f5ed00b6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:24.446 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2334> 2024-02-10T20:33:20.706+0000 7f5ed00b6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2317> 2024-02-10T20:33:20.962+0000 7f5ed00b6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2193> 2024-02-10T20:33:21.998+0000 7f5ed00b6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2179> 2024-02-10T20:33:22.118+0000 7f5ed00b6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2120> 2024-02-10T20:33:22.422+0000 7f5ed00b6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2106> 2024-02-10T20:33:22.538+0000 7f5ed00b6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2077> 2024-02-10T20:33:23.006+0000 7f5ed00b6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug -2055> 2024-02-10T20:33:23.134+0000 7f5ed00b6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: debug 0> 2024-02-10T20:33:24.170+0000 7f5ec5eba700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: in thread 7f5ec5eba700 thread_name:admin_socket 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f5ecd674d20] 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 2: gsignal() 2024-02-10T20:33:24.447 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 3: abort() 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 4: /lib64/libc.so.6(+0x21d39) [0x7f5ecbb4fd39] 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 5: /lib64/libc.so.6(+0x46e86) [0x7f5ecbb74e86] 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f5ece7c0785] 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f5ece7c1f75] 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f5ece7c0baf] 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 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) [0x7f5ece7ccb6d] 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 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) [0x7f5ece7c6f69] 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f5ece7c8a4b] 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 12: (AdminSocket::entry()+0x4de) [0x7f5ece7c92ae] 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f5ecc560b23] 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f5ecd66a1ca] 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: 15: clone() 2024-02-10T20:33:24.448 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 bash[23515]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:33:25.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:33:25.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:24 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:33:35.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:34 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 4. 2024-02-10T20:33:35.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:34 smithi016 systemd[1]: Stopped Ceph mgr.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:33:35.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:34 smithi016 systemd[1]: Started Ceph mgr.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:33:36.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:35 smithi016 bash[23862]: debug 2024-02-10T20:33:35.866+0000 7f0b46d33200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:33:37.864 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:37 smithi016 bash[23862]: debug 2024-02-10T20:33:37.502+0000 7f0b46d33200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:33:37.864 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:37 smithi016 bash[23862]: debug 2024-02-10T20:33:37.606+0000 7f0b46d33200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:33:39.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:37 smithi016 bash[23862]: debug 2024-02-10T20:33:37.862+0000 7f0b46d33200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:33:39.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:38 smithi016 bash[23862]: debug 2024-02-10T20:33:38.694+0000 7f0b46d33200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:39.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:38 smithi016 bash[23862]: debug 2024-02-10T20:33:38.810+0000 7f0b46d33200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:33:39.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:38 smithi016 bash[23862]: debug 2024-02-10T20:33:38.918+0000 7f0b46d33200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:33:39.686 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:39 smithi016 bash[23862]: debug 2024-02-10T20:33:39.282+0000 7f0b46d33200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:33:39.687 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:39 smithi016 bash[23862]: debug 2024-02-10T20:33:39.402+0000 7f0b46d33200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:33:39.687 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:39 smithi016 bash[23862]: debug 2024-02-10T20:33:39.510+0000 7f0b46d33200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:33:40.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:39 smithi016 bash[23862]: debug 2024-02-10T20:33:39.882+0000 7f0b46d33200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:33:40.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:40 smithi016 bash[23862]: debug 2024-02-10T20:33:40.126+0000 7f0b46d33200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:33:40.687 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:40 smithi016 bash[23862]: debug 2024-02-10T20:33:40.402+0000 7f0b46d33200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:33:40.687 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:40 smithi016 bash[23862]: debug 2024-02-10T20:33:40.522+0000 7f0b46d33200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:33:41.066 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:40 smithi016 bash[23862]: debug 2024-02-10T20:33:40.806+0000 7f0b46d33200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:33:41.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:41 smithi016 bash[23862]: debug 2024-02-10T20:33:41.062+0000 7f0b46d33200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:41.869 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:41 smithi016 bash[23862]: debug 2024-02-10T20:33:41.482+0000 7f0b46d33200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:41.870 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:41 smithi016 bash[23862]: debug 2024-02-10T20:33:41.606+0000 7f0b46d33200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:33:42.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:41 smithi016 bash[23862]: debug 2024-02-10T20:33:41.866+0000 7f0b46d33200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:43.186 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:42 smithi016 bash[23862]: debug 2024-02-10T20:33:42.926+0000 7f0b46d33200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:33:43.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:43 smithi016 bash[23862]: debug 2024-02-10T20:33:43.050+0000 7f0b46d33200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:33:43.686 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:43 smithi016 bash[23862]: debug 2024-02-10T20:33:43.358+0000 7f0b46d33200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:33:43.687 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:43 smithi016 bash[23862]: debug 2024-02-10T20:33:43.478+0000 7f0b46d33200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:33:44.436 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:43 smithi016 bash[23862]: debug 2024-02-10T20:33:43.954+0000 7f0b46d33200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:33:44.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[23862]: debug 2024-02-10T20:33:44.082+0000 7f0b46d33200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:33:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: cluster 2024-02-10T20:33:44.105533+0000 mon.a (mon.0) 101 : cluster 1 Active manager daemon a restarted 2024-02-10T20:33:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: cluster 2024-02-10T20:33:44.106148+0000 mon.a (mon.0) 102 : cluster 1 Activating manager daemon a 2024-02-10T20:33:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: cluster 2024-02-10T20:33:44.109808+0000 mon.a (mon.0) 103 : cluster 0 osdmap e6: 0 total, 0 up, 0 in 2024-02-10T20:33:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: cluster 2024-02-10T20:33:44.109931+0000 mon.a (mon.0) 104 : cluster 0 mgrmap e14: a(active, starting, since 0.00399997s) 2024-02-10T20:33:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: audit 2024-02-10T20:33:44.112943+0000 mon.a (mon.0) 105 : audit 0 from='mgr.14156 172.21.15.16:0/3487602519' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T20:33:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: audit 2024-02-10T20:33:44.113718+0000 mon.a (mon.0) 106 : audit 0 from='mgr.14156 172.21.15.16:0/3487602519' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T20:33:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: audit 2024-02-10T20:33:44.114724+0000 mon.a (mon.0) 107 : audit 0 from='mgr.14156 172.21.15.16:0/3487602519' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T20:33:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: audit 2024-02-10T20:33:44.114964+0000 mon.a (mon.0) 108 : audit 0 from='mgr.14156 172.21.15.16:0/3487602519' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T20:33:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: audit 2024-02-10T20:33:44.115153+0000 mon.a (mon.0) 109 : audit 0 from='mgr.14156 172.21.15.16:0/3487602519' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T20:33:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: cluster 2024-02-10T20:33:44.137409+0000 mon.a (mon.0) 110 : cluster 1 Manager daemon a is now available 2024-02-10T20:33:45.119 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: audit 2024-02-10T20:33:44.161325+0000 mon.a (mon.0) 111 : audit 0 from='mgr.14156 172.21.15.16:0/3487602519' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:33:45.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: audit 2024-02-10T20:33:44.163634+0000 mon.a (mon.0) 112 : audit 0 from='mgr.14156 172.21.15.16:0/3487602519' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:33:45.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: audit 2024-02-10T20:33:44.168286+0000 mon.a (mon.0) 113 : audit 0 from='mgr.14156 172.21.15.16:0/3487602519' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:33:45.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: audit 2024-02-10T20:33:44.175274+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14156 172.21.15.16:0/3487602519' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T20:33:45.120 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:44 smithi016 bash[21379]: audit 2024-02-10T20:33:44.178348+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14156 172.21.15.16:0/3487602519' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T20:33:45.406 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 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-10T20:33:45.406 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: *** Caught signal (Aborted) ** 2024-02-10T20:33:45.406 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: in thread 7f0b3cb37700 thread_name:admin_socket 2024-02-10T20:33:45.406 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:33:45.406 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f0b442f1d20] 2024-02-10T20:33:45.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 2: gsignal() 2024-02-10T20:33:45.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 3: abort() 2024-02-10T20:33:45.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 4: /lib64/libc.so.6(+0x21d39) [0x7f0b427ccd39] 2024-02-10T20:33:45.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 5: /lib64/libc.so.6(+0x46e86) [0x7f0b427f1e86] 2024-02-10T20:33:45.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f0b4543d785] 2024-02-10T20:33:45.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f0b4543ef75] 2024-02-10T20:33:45.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f0b4543dbaf] 2024-02-10T20:33:45.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 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) [0x7f0b45449b6d] 2024-02-10T20:33:45.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 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) [0x7f0b45443f69] 2024-02-10T20:33:45.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f0b45445a4b] 2024-02-10T20:33:45.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 12: (AdminSocket::entry()+0x4de) [0x7f0b454462ae] 2024-02-10T20:33:45.407 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f0b431ddb23] 2024-02-10T20:33:45.408 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f0b442e71ca] 2024-02-10T20:33:45.408 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 15: clone() 2024-02-10T20:33:45.408 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug 2024-02-10T20:33:45.118+0000 7f0b3cb37700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:33:45.408 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: in thread 7f0b3cb37700 thread_name:admin_socket 2024-02-10T20:33:45.408 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:33:45.409 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f0b442f1d20] 2024-02-10T20:33:45.409 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 2: gsignal() 2024-02-10T20:33:45.409 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 3: abort() 2024-02-10T20:33:45.409 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 4: /lib64/libc.so.6(+0x21d39) [0x7f0b427ccd39] 2024-02-10T20:33:45.409 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 5: /lib64/libc.so.6(+0x46e86) [0x7f0b427f1e86] 2024-02-10T20:33:45.409 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f0b4543d785] 2024-02-10T20:33:45.409 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f0b4543ef75] 2024-02-10T20:33:45.409 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f0b4543dbaf] 2024-02-10T20:33:45.409 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 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) [0x7f0b45449b6d] 2024-02-10T20:33:45.409 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 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) [0x7f0b45443f69] 2024-02-10T20:33:45.410 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f0b45445a4b] 2024-02-10T20:33:45.410 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 12: (AdminSocket::entry()+0x4de) [0x7f0b454462ae] 2024-02-10T20:33:45.410 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f0b431ddb23] 2024-02-10T20:33:45.410 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f0b442e71ca] 2024-02-10T20:33:45.410 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 15: clone() 2024-02-10T20:33:45.410 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:33:45.410 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -3159> 2024-02-10T20:33:35.866+0000 7f0b46d33200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:33:45.410 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -3062> 2024-02-10T20:33:37.502+0000 7f0b46d33200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:33:45.410 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -3050> 2024-02-10T20:33:37.606+0000 7f0b46d33200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:33:45.410 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -3006> 2024-02-10T20:33:37.862+0000 7f0b46d33200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:33:45.410 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2774> 2024-02-10T20:33:38.694+0000 7f0b46d33200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:45.410 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2733> 2024-02-10T20:33:38.810+0000 7f0b46d33200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2713> 2024-02-10T20:33:38.918+0000 7f0b46d33200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2694> 2024-02-10T20:33:39.282+0000 7f0b46d33200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2671> 2024-02-10T20:33:39.402+0000 7f0b46d33200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2655> 2024-02-10T20:33:39.510+0000 7f0b46d33200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2621> 2024-02-10T20:33:39.882+0000 7f0b46d33200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2600> 2024-02-10T20:33:40.126+0000 7f0b46d33200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2573> 2024-02-10T20:33:40.402+0000 7f0b46d33200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2531> 2024-02-10T20:33:40.522+0000 7f0b46d33200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2489> 2024-02-10T20:33:40.806+0000 7f0b46d33200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2407> 2024-02-10T20:33:41.062+0000 7f0b46d33200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2362> 2024-02-10T20:33:41.482+0000 7f0b46d33200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2341> 2024-02-10T20:33:41.606+0000 7f0b46d33200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2324> 2024-02-10T20:33:41.866+0000 7f0b46d33200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:45.411 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2200> 2024-02-10T20:33:42.926+0000 7f0b46d33200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2186> 2024-02-10T20:33:43.050+0000 7f0b46d33200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2127> 2024-02-10T20:33:43.358+0000 7f0b46d33200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2113> 2024-02-10T20:33:43.478+0000 7f0b46d33200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2084> 2024-02-10T20:33:43.954+0000 7f0b46d33200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2062> 2024-02-10T20:33:44.082+0000 7f0b46d33200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug 0> 2024-02-10T20:33:45.118+0000 7f0b3cb37700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: in thread 7f0b3cb37700 thread_name:admin_socket 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f0b442f1d20] 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 2: gsignal() 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 3: abort() 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 4: /lib64/libc.so.6(+0x21d39) [0x7f0b427ccd39] 2024-02-10T20:33:45.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 5: /lib64/libc.so.6(+0x46e86) [0x7f0b427f1e86] 2024-02-10T20:33:45.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f0b4543d785] 2024-02-10T20:33:45.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f0b4543ef75] 2024-02-10T20:33:45.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f0b4543dbaf] 2024-02-10T20:33:45.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 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) [0x7f0b45449b6d] 2024-02-10T20:33:45.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 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) [0x7f0b45443f69] 2024-02-10T20:33:45.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f0b45445a4b] 2024-02-10T20:33:45.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 12: (AdminSocket::entry()+0x4de) [0x7f0b454462ae] 2024-02-10T20:33:45.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f0b431ddb23] 2024-02-10T20:33:45.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f0b442e71ca] 2024-02-10T20:33:45.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 15: clone() 2024-02-10T20:33:45.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:33:45.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -3159> 2024-02-10T20:33:35.866+0000 7f0b46d33200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -3062> 2024-02-10T20:33:37.502+0000 7f0b46d33200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -3050> 2024-02-10T20:33:37.606+0000 7f0b46d33200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -3006> 2024-02-10T20:33:37.862+0000 7f0b46d33200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2774> 2024-02-10T20:33:38.694+0000 7f0b46d33200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2733> 2024-02-10T20:33:38.810+0000 7f0b46d33200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2713> 2024-02-10T20:33:38.918+0000 7f0b46d33200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2694> 2024-02-10T20:33:39.282+0000 7f0b46d33200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2671> 2024-02-10T20:33:39.402+0000 7f0b46d33200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2655> 2024-02-10T20:33:39.510+0000 7f0b46d33200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2621> 2024-02-10T20:33:39.882+0000 7f0b46d33200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2600> 2024-02-10T20:33:40.126+0000 7f0b46d33200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2573> 2024-02-10T20:33:40.402+0000 7f0b46d33200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2531> 2024-02-10T20:33:40.522+0000 7f0b46d33200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T20:33:45.414 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2489> 2024-02-10T20:33:40.806+0000 7f0b46d33200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2407> 2024-02-10T20:33:41.062+0000 7f0b46d33200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2362> 2024-02-10T20:33:41.482+0000 7f0b46d33200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2341> 2024-02-10T20:33:41.606+0000 7f0b46d33200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2324> 2024-02-10T20:33:41.866+0000 7f0b46d33200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2200> 2024-02-10T20:33:42.926+0000 7f0b46d33200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2186> 2024-02-10T20:33:43.050+0000 7f0b46d33200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2127> 2024-02-10T20:33:43.358+0000 7f0b46d33200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2113> 2024-02-10T20:33:43.478+0000 7f0b46d33200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2084> 2024-02-10T20:33:43.954+0000 7f0b46d33200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug -2062> 2024-02-10T20:33:44.082+0000 7f0b46d33200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: debug 0> 2024-02-10T20:33:45.118+0000 7f0b3cb37700 -1 *** Caught signal (Aborted) ** 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: in thread 7f0b3cb37700 thread_name:admin_socket 2024-02-10T20:33:45.415 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f0b442f1d20] 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 2: gsignal() 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 3: abort() 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 4: /lib64/libc.so.6(+0x21d39) [0x7f0b427ccd39] 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 5: /lib64/libc.so.6(+0x46e86) [0x7f0b427f1e86] 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f0b4543d785] 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f0b4543ef75] 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f0b4543dbaf] 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 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) [0x7f0b45449b6d] 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 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) [0x7f0b45443f69] 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f0b45445a4b] 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 12: (AdminSocket::entry()+0x4de) [0x7f0b454462ae] 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f0b431ddb23] 2024-02-10T20:33:45.416 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f0b442e71ca] 2024-02-10T20:33:45.417 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: 15: clone() 2024-02-10T20:33:45.417 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[23862]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T20:33:46.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T20:33:46.187 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:45 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:33:46.187 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[21379]: cephadm 2024-02-10T20:33:44.608921+0000 mgr.a (mgr.14156) 1 : cephadm 1 [10/Feb/2024:20:33:44] ENGINE Bus STARTING 2024-02-10T20:33:46.187 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[21379]: cephadm 2024-02-10T20:33:44.710962+0000 mgr.a (mgr.14156) 2 : cephadm 1 [10/Feb/2024:20:33:44] ENGINE Serving on http://172.21.15.16:8765 2024-02-10T20:33:46.187 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[21379]: audit 2024-02-10T20:33:44.837843+0000 mon.a (mon.0) 116 : audit 0 from='mgr.14156 172.21.15.16:0/3487602519' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T20:33:46.187 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:33:45 smithi016 bash[21379]: cluster 2024-02-10T20:33:45.119768+0000 mon.a (mon.0) 117 : cluster 0 mgrmap e15: a(active, since 1.0138s) 2024-02-10T20:33:56.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:55 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 5. 2024-02-10T20:33:56.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:55 smithi016 systemd[1]: Stopped Ceph mgr.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:33:56.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:55 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Start request repeated too quickly. 2024-02-10T20:33:56.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:55 smithi016 systemd[1]: ceph-329b6692-c853-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T20:33:56.437 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Feb 10 20:33:55 smithi016 systemd[1]: Failed to start Ceph mgr.a for 329b6692-c853-11ee-95b9-87774f69a715. 2024-02-10T20:34:19.187 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:34:18 smithi016 bash[21379]: cluster 2024-02-10T20:34:18.703104+0000 mon.a (mon.0) 118 : cluster 1 Manager daemon a is unresponsive. No standby daemons available. 2024-02-10T20:34:19.187 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:34:18 smithi016 bash[21379]: cluster 2024-02-10T20:34:18.709752+0000 mon.a (mon.0) 119 : cluster 0 osdmap e7: 0 total, 0 up, 0 in 2024-02-10T20:34:19.187 INFO:journalctl@ceph.mon.a.smithi016.stdout:Feb 10 20:34:18 smithi016 bash[21379]: cluster 2024-02-10T20:34:18.710009+0000 mon.a (mon.0) 120 : cluster 0 mgrmap e16: no daemons active (since 0.00690761s) 2024-02-11T08:18:35.623 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-02-11T08:18:35.649 DEBUG:teuthology.task.console_log:Killing console logger for smithi016 2024-02-11T08:18:35.650 DEBUG:teuthology.task.console_log:Killing console logger for smithi022 2024-02-11T08:18:35.650 DEBUG:teuthology.task.console_log:Killing console logger for smithi122 2024-02-11T08:18:35.650 DEBUG:teuthology.exit:Finished running handlers