2024-05-21T15:54:33.619 INFO:root:teuthology version: 0.0.1.dev287+gb9e3da8 2024-05-21T15:54:33.619 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi --owner scheduled_adking@teuthology --verbose --archive /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679 --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} -- /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679/orig.config.yaml 2024-05-21T15:54:33.648 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-21T15:54:33.733 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679 branch: wip-adk-testing-2024-05-20-1421 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: adking@redhat.com first_in_suite: false job_id: '7718679' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-05-20-1421 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e workunit: branch: wip-adk-testing-2024-05-20-1421 sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 1329 sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e sleep_before_teardown: 0 subset: 1/18 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-20-1421 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e targets: smithi012.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKm9kEJVpzIloL3dsYbYo0YuSr90rrlRtwzcbeY6QlRW/DqsnVlavqZhER8qxolxk9QapuwtiRYGWFfyK6++wP0= smithi165.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD3MYSS07zpEHLdefyKbKPWjGUiac9Xl+z4q0rvA+hYWdFCFy8Tgxv6vmleslEt6KgytNMsm0ONafizePUUrDK8= smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNfPdRghUmlKBDSlO3qQu5kw3x5wRdxNYz9wMOGJ/ExqRDw8DSCcKJ7czvdfuYKl3XNapZdk6BMHam6JsLlG4zs= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a timestamp: 2024-05-21_14:52:39 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-05-21T15:54:33.733 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa; will attempt to use it 2024-05-21T15:54:33.734 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks 2024-05-21T15:54:33.734 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-21T15:54:33.736 INFO:teuthology.task.internal:Checking packages... 2024-05-21T15:54:33.757 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e' 2024-05-21T15:54:33.757 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-21T15:54:33.757 INFO:teuthology.packaging:ref: None 2024-05-21T15:54:33.757 INFO:teuthology.packaging:tag: None 2024-05-21T15:54:33.757 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-20-1421 2024-05-21T15:54:33.757 INFO:teuthology.packaging:sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T15:54:33.757 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-05-20-1421 2024-05-21T15:54:33.899 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3868-ga2b47860-1jammy 2024-05-21T15:54:33.901 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-21T15:54:33.906 INFO:teuthology.task.internal:no buildpackages task found 2024-05-21T15:54:33.906 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-21T15:54:33.969 INFO:teuthology.task.internal:Saving configuration 2024-05-21T15:54:33.981 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-21T15:54:33.988 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-21T15:54:34.010 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679', '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-05-21 15:48:54.336074', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFusG9UgpFWZ4xsT9FdYp9hJDTIFmGMkoyEqLEfsqACh'} 2024-05-21T15:54:34.035 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi165.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679', '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-05-21 15:48:54.334937', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB2at6ks/xJnsmy2k+olXs6r6DOhjYc4tgFvbC3Mx+vP'} 2024-05-21T15:54:34.055 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679', '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-05-21 15:48:54.333030', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIrxkf9bvuXtsigIQFvdtCztl6vvH8ZNYxxwW7QWU/41'} 2024-05-21T15:54:34.055 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-21T15:54:34.061 INFO:teuthology.task.internal:roles: ubuntu@smithi012.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-21T15:54:34.061 INFO:teuthology.task.internal:roles: ubuntu@smithi165.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-21T15:54:34.061 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-05-21T15:54:34.061 INFO:teuthology.run_tasks:Running task console_log... 2024-05-21T15:54:34.152 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9f07e4bbe0>, signals=[15]) 2024-05-21T15:54:34.152 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-21T15:54:34.158 INFO:teuthology.task.internal:Opening connections... 2024-05-21T15:54:34.158 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi012.front.sepia.ceph.com 2024-05-21T15:54:34.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:54:34.241 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi165.front.sepia.ceph.com 2024-05-21T15:54:34.242 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:54:34.318 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2024-05-21T15:54:34.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:54:34.398 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-21T15:54:34.405 DEBUG:teuthology.orchestra.run.smithi012:> uname -m 2024-05-21T15:54:34.410 INFO:teuthology.orchestra.run.smithi012.stdout:x86_64 2024-05-21T15:54:34.410 DEBUG:teuthology.orchestra.run.smithi012:> cat /etc/os-release 2024-05-21T15:54:34.459 INFO:teuthology.orchestra.run.smithi012.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-21T15:54:34.459 INFO:teuthology.orchestra.run.smithi012.stdout:NAME="Ubuntu" 2024-05-21T15:54:34.459 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION_ID="22.04" 2024-05-21T15:54:34.459 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-21T15:54:34.459 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION_CODENAME=jammy 2024-05-21T15:54:34.459 INFO:teuthology.orchestra.run.smithi012.stdout:ID=ubuntu 2024-05-21T15:54:34.459 INFO:teuthology.orchestra.run.smithi012.stdout:ID_LIKE=debian 2024-05-21T15:54:34.459 INFO:teuthology.orchestra.run.smithi012.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-21T15:54:34.460 INFO:teuthology.orchestra.run.smithi012.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-21T15:54:34.460 INFO:teuthology.orchestra.run.smithi012.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-21T15:54:34.460 INFO:teuthology.orchestra.run.smithi012.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-21T15:54:34.460 INFO:teuthology.orchestra.run.smithi012.stdout:UBUNTU_CODENAME=jammy 2024-05-21T15:54:34.460 INFO:teuthology.lock.ops:Updating smithi012.front.sepia.ceph.com on lock server 2024-05-21T15:54:34.487 DEBUG:teuthology.orchestra.run.smithi165:> uname -m 2024-05-21T15:54:34.492 INFO:teuthology.orchestra.run.smithi165.stdout:x86_64 2024-05-21T15:54:34.492 DEBUG:teuthology.orchestra.run.smithi165:> cat /etc/os-release 2024-05-21T15:54:34.537 INFO:teuthology.orchestra.run.smithi165.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-21T15:54:34.538 INFO:teuthology.orchestra.run.smithi165.stdout:NAME="Ubuntu" 2024-05-21T15:54:34.538 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION_ID="22.04" 2024-05-21T15:54:34.538 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-21T15:54:34.538 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION_CODENAME=jammy 2024-05-21T15:54:34.538 INFO:teuthology.orchestra.run.smithi165.stdout:ID=ubuntu 2024-05-21T15:54:34.538 INFO:teuthology.orchestra.run.smithi165.stdout:ID_LIKE=debian 2024-05-21T15:54:34.538 INFO:teuthology.orchestra.run.smithi165.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-21T15:54:34.538 INFO:teuthology.orchestra.run.smithi165.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-21T15:54:34.538 INFO:teuthology.orchestra.run.smithi165.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-21T15:54:34.538 INFO:teuthology.orchestra.run.smithi165.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-21T15:54:34.538 INFO:teuthology.orchestra.run.smithi165.stdout:UBUNTU_CODENAME=jammy 2024-05-21T15:54:34.539 INFO:teuthology.lock.ops:Updating smithi165.front.sepia.ceph.com on lock server 2024-05-21T15:54:34.561 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2024-05-21T15:54:34.567 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2024-05-21T15:54:34.567 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2024-05-21T15:54:34.614 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-21T15:54:34.615 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="Ubuntu" 2024-05-21T15:54:34.615 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="22.04" 2024-05-21T15:54:34.615 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-21T15:54:34.615 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_CODENAME=jammy 2024-05-21T15:54:34.615 INFO:teuthology.orchestra.run.smithi194.stdout:ID=ubuntu 2024-05-21T15:54:34.615 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE=debian 2024-05-21T15:54:34.615 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-21T15:54:34.615 INFO:teuthology.orchestra.run.smithi194.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-21T15:54:34.615 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-21T15:54:34.615 INFO:teuthology.orchestra.run.smithi194.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-21T15:54:34.615 INFO:teuthology.orchestra.run.smithi194.stdout:UBUNTU_CODENAME=jammy 2024-05-21T15:54:34.616 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2024-05-21T15:54:34.644 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-21T15:54:34.656 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-21T15:54:34.699 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-21T15:54:34.699 DEBUG:teuthology.orchestra.run.smithi012:> test '!' -e /home/ubuntu/cephtest 2024-05-21T15:54:34.702 DEBUG:teuthology.orchestra.run.smithi165:> test '!' -e /home/ubuntu/cephtest 2024-05-21T15:54:34.705 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2024-05-21T15:54:34.710 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-21T15:54:34.715 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-21T15:54:34.716 DEBUG:teuthology.orchestra.run.smithi012:> test -z $(ls -A /var/lib/ceph) 2024-05-21T15:54:34.749 DEBUG:teuthology.orchestra.run.smithi165:> test -z $(ls -A /var/lib/ceph) 2024-05-21T15:54:34.751 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2024-05-21T15:54:34.775 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-21T15:54:34.852 INFO:teuthology.run_tasks:Running task kernel... 2024-05-21T15:54:34.865 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-21T15:54:34.866 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-21T15:54:34.866 DEBUG:teuthology.orchestra.run.smithi012:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T15:54:34.867 DEBUG:teuthology.orchestra.run.smithi165:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T15:54:34.867 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T15:54:34.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T15:54:34.872 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-05-21T15:54:34.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T15:54:34.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T15:54:34.873 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-05-21T15:54:34.874 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2024-05-21T15:54:34.917 INFO:teuthology.orchestra.run.smithi165.stdout:5.15.0-56-generic 2024-05-21T15:54:34.917 INFO:teuthology.task.kernel:Running kernel on smithi165: 5.15.0-56-generic 2024-05-21T15:54:34.918 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get clean 2024-05-21T15:54:34.919 INFO:teuthology.orchestra.run.smithi012.stdout:5.15.0-56-generic 2024-05-21T15:54:34.919 INFO:teuthology.task.kernel:Running kernel on smithi012: 5.15.0-56-generic 2024-05-21T15:54:34.920 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get clean 2024-05-21T15:54:34.922 INFO:teuthology.orchestra.run.smithi194.stdout:5.15.0-56-generic 2024-05-21T15:54:34.923 INFO:teuthology.task.kernel:Running kernel on smithi194: 5.15.0-56-generic 2024-05-21T15:54:34.923 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2024-05-21T15:54:35.048 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get update 2024-05-21T15:54:35.050 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get update 2024-05-21T15:54:35.056 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-05-21T15:54:35.188 INFO:teuthology.orchestra.run.smithi165.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-21T15:54:35.192 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T15:54:35.212 INFO:teuthology.orchestra.run.smithi012.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-21T15:54:35.228 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T15:54:35.253 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-21T15:54:35.282 INFO:teuthology.orchestra.run.smithi012.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-21T15:54:35.293 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T15:54:35.300 INFO:teuthology.orchestra.run.smithi012.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-21T15:54:35.324 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-21T15:54:35.335 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-21T15:54:35.375 INFO:teuthology.orchestra.run.smithi165.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-21T15:54:35.453 INFO:teuthology.orchestra.run.smithi012.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [632 kB] 2024-05-21T15:54:35.474 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [632 kB] 2024-05-21T15:54:35.506 INFO:teuthology.orchestra.run.smithi165.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,470 kB] 2024-05-21T15:54:35.534 INFO:teuthology.orchestra.run.smithi012.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,683 kB] 2024-05-21T15:54:35.553 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,683 kB] 2024-05-21T15:54:35.576 INFO:teuthology.orchestra.run.smithi012.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [312 kB] 2024-05-21T15:54:35.582 INFO:teuthology.orchestra.run.smithi012.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-21T15:54:35.582 INFO:teuthology.orchestra.run.smithi012.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-21T15:54:35.583 INFO:teuthology.orchestra.run.smithi012.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,933 kB] 2024-05-21T15:54:35.609 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [312 kB] 2024-05-21T15:54:35.614 INFO:teuthology.orchestra.run.smithi012.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [328 kB] 2024-05-21T15:54:35.617 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-21T15:54:35.618 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,933 kB] 2024-05-21T15:54:35.620 INFO:teuthology.orchestra.run.smithi012.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-21T15:54:35.621 INFO:teuthology.orchestra.run.smithi012.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-05-21T15:54:35.660 INFO:teuthology.orchestra.run.smithi012.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-21T15:54:35.661 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-21T15:54:35.661 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [328 kB] 2024-05-21T15:54:35.663 INFO:teuthology.orchestra.run.smithi165.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [470 kB] 2024-05-21T15:54:35.665 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-21T15:54:35.667 INFO:teuthology.orchestra.run.smithi012.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [246 kB] 2024-05-21T15:54:35.671 INFO:teuthology.orchestra.run.smithi012.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-21T15:54:35.672 INFO:teuthology.orchestra.run.smithi012.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-21T15:54:35.672 INFO:teuthology.orchestra.run.smithi012.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-21T15:54:35.672 INFO:teuthology.orchestra.run.smithi012.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-21T15:54:35.672 INFO:teuthology.orchestra.run.smithi012.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-21T15:54:35.675 INFO:teuthology.orchestra.run.smithi165.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [253 kB] 2024-05-21T15:54:35.678 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-21T15:54:35.680 INFO:teuthology.orchestra.run.smithi165.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-21T15:54:35.681 INFO:teuthology.orchestra.run.smithi165.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-21T15:54:35.682 INFO:teuthology.orchestra.run.smithi165.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,871 kB] 2024-05-21T15:54:35.684 INFO:teuthology.orchestra.run.smithi194.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-05-21T15:54:35.696 INFO:teuthology.orchestra.run.smithi194.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [246 kB] 2024-05-21T15:54:35.697 INFO:teuthology.orchestra.run.smithi012.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-21T15:54:35.698 INFO:teuthology.orchestra.run.smithi012.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-21T15:54:35.699 INFO:teuthology.orchestra.run.smithi194.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-21T15:54:35.700 INFO:teuthology.orchestra.run.smithi194.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-21T15:54:35.700 INFO:teuthology.orchestra.run.smithi194.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-21T15:54:35.707 INFO:teuthology.orchestra.run.smithi012.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-21T15:54:35.710 INFO:teuthology.orchestra.run.smithi012.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-21T15:54:35.710 INFO:teuthology.orchestra.run.smithi012.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-21T15:54:35.710 INFO:teuthology.orchestra.run.smithi012.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-21T15:54:35.710 INFO:teuthology.orchestra.run.smithi012.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-21T15:54:35.721 INFO:teuthology.orchestra.run.smithi165.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [317 kB] 2024-05-21T15:54:35.722 INFO:teuthology.orchestra.run.smithi194.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-21T15:54:35.723 INFO:teuthology.orchestra.run.smithi194.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-21T15:54:35.723 INFO:teuthology.orchestra.run.smithi194.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-21T15:54:35.723 INFO:teuthology.orchestra.run.smithi194.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-21T15:54:35.724 INFO:teuthology.orchestra.run.smithi012.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-21T15:54:35.724 INFO:teuthology.orchestra.run.smithi194.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-21T15:54:35.728 INFO:teuthology.orchestra.run.smithi165.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-21T15:54:35.728 INFO:teuthology.orchestra.run.smithi165.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [853 kB] 2024-05-21T15:54:35.735 INFO:teuthology.orchestra.run.smithi165.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB] 2024-05-21T15:54:35.741 INFO:teuthology.orchestra.run.smithi165.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-21T15:54:35.742 INFO:teuthology.orchestra.run.smithi165.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [164 kB] 2024-05-21T15:54:35.744 INFO:teuthology.orchestra.run.smithi165.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-21T15:54:35.744 INFO:teuthology.orchestra.run.smithi165.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-21T15:54:35.744 INFO:teuthology.orchestra.run.smithi165.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-21T15:54:35.744 INFO:teuthology.orchestra.run.smithi194.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-21T15:54:35.745 INFO:teuthology.orchestra.run.smithi194.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-21T15:54:35.745 INFO:teuthology.orchestra.run.smithi194.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-21T15:54:35.745 INFO:teuthology.orchestra.run.smithi194.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-21T15:54:35.745 INFO:teuthology.orchestra.run.smithi194.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-21T15:54:35.753 INFO:teuthology.orchestra.run.smithi012.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,470 kB] 2024-05-21T15:54:35.766 INFO:teuthology.orchestra.run.smithi165.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-21T15:54:35.768 INFO:teuthology.orchestra.run.smithi165.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-21T15:54:35.775 INFO:teuthology.orchestra.run.smithi194.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,470 kB] 2024-05-21T15:54:35.879 INFO:teuthology.orchestra.run.smithi165.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [632 kB] 2024-05-21T15:54:36.080 INFO:teuthology.orchestra.run.smithi165.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,683 kB] 2024-05-21T15:54:36.171 INFO:teuthology.orchestra.run.smithi012.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [470 kB] 2024-05-21T15:54:36.188 INFO:teuthology.orchestra.run.smithi012.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [253 kB] 2024-05-21T15:54:36.194 INFO:teuthology.orchestra.run.smithi194.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [470 kB] 2024-05-21T15:54:36.197 INFO:teuthology.orchestra.run.smithi012.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-21T15:54:36.198 INFO:teuthology.orchestra.run.smithi012.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,871 kB] 2024-05-21T15:54:36.212 INFO:teuthology.orchestra.run.smithi194.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [253 kB] 2024-05-21T15:54:36.221 INFO:teuthology.orchestra.run.smithi194.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-21T15:54:36.221 INFO:teuthology.orchestra.run.smithi194.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-21T15:54:36.223 INFO:teuthology.orchestra.run.smithi194.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,871 kB] 2024-05-21T15:54:36.232 INFO:teuthology.orchestra.run.smithi165.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [312 kB] 2024-05-21T15:54:36.247 INFO:teuthology.orchestra.run.smithi165.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-21T15:54:36.248 INFO:teuthology.orchestra.run.smithi165.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-21T15:54:36.250 INFO:teuthology.orchestra.run.smithi165.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,933 kB] 2024-05-21T15:54:36.292 INFO:teuthology.orchestra.run.smithi012.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-21T15:54:36.293 INFO:teuthology.orchestra.run.smithi012.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [317 kB] 2024-05-21T15:54:36.304 INFO:teuthology.orchestra.run.smithi012.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-21T15:54:36.305 INFO:teuthology.orchestra.run.smithi012.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [853 kB] 2024-05-21T15:54:36.316 INFO:teuthology.orchestra.run.smithi194.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [317 kB] 2024-05-21T15:54:36.319 INFO:teuthology.orchestra.run.smithi165.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [328 kB] 2024-05-21T15:54:36.326 INFO:teuthology.orchestra.run.smithi165.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-21T15:54:36.328 INFO:teuthology.orchestra.run.smithi194.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-21T15:54:36.328 INFO:teuthology.orchestra.run.smithi194.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB] 2024-05-21T15:54:36.331 INFO:teuthology.orchestra.run.smithi012.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB] 2024-05-21T15:54:36.347 INFO:teuthology.orchestra.run.smithi194.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [853 kB] 2024-05-21T15:54:36.490 INFO:teuthology.orchestra.run.smithi165.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-21T15:54:36.508 INFO:teuthology.orchestra.run.smithi012.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [164 kB] 2024-05-21T15:54:36.531 INFO:teuthology.orchestra.run.smithi194.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [164 kB] 2024-05-21T15:54:36.916 INFO:teuthology.orchestra.run.smithi012.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-21T15:54:36.922 INFO:teuthology.orchestra.run.smithi012.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-21T15:54:36.922 INFO:teuthology.orchestra.run.smithi012.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-21T15:54:36.936 INFO:teuthology.orchestra.run.smithi012.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-21T15:54:36.936 INFO:teuthology.orchestra.run.smithi194.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-21T15:54:36.939 INFO:teuthology.orchestra.run.smithi012.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-21T15:54:36.942 INFO:teuthology.orchestra.run.smithi194.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-21T15:54:36.956 INFO:teuthology.orchestra.run.smithi194.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-21T15:54:36.956 INFO:teuthology.orchestra.run.smithi194.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-21T15:54:36.959 INFO:teuthology.orchestra.run.smithi194.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-21T15:54:37.067 INFO:teuthology.orchestra.run.smithi165.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-05-21T15:54:37.179 INFO:teuthology.orchestra.run.smithi165.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [246 kB] 2024-05-21T15:54:37.199 INFO:teuthology.orchestra.run.smithi165.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-21T15:54:37.200 INFO:teuthology.orchestra.run.smithi165.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-21T15:54:37.204 INFO:teuthology.orchestra.run.smithi165.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-21T15:54:37.204 INFO:teuthology.orchestra.run.smithi165.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-21T15:54:37.205 INFO:teuthology.orchestra.run.smithi165.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-21T15:54:37.205 INFO:teuthology.orchestra.run.smithi165.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-21T15:54:37.209 INFO:teuthology.orchestra.run.smithi165.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-21T15:54:37.214 INFO:teuthology.orchestra.run.smithi165.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-21T15:54:37.378 INFO:teuthology.orchestra.run.smithi165.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-21T15:54:37.460 INFO:teuthology.orchestra.run.smithi165.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-21T15:54:37.562 INFO:teuthology.orchestra.run.smithi165.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-21T15:54:37.596 INFO:teuthology.orchestra.run.smithi165.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-21T15:54:37.647 INFO:teuthology.orchestra.run.smithi165.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-21T15:54:41.228 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 13.7 MB in 2s (7,190 kB/s) 2024-05-21T15:54:41.638 INFO:teuthology.orchestra.run.smithi012.stdout:Fetched 13.7 MB in 2s (6,988 kB/s) 2024-05-21T15:54:41.825 INFO:teuthology.orchestra.run.smithi165.stdout:Fetched 13.7 MB in 3s (5,401 kB/s) 2024-05-21T15:54:42.633 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-05-21T15:54:42.651 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-21T15:54:42.713 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-05-21T15:54:42.916 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-05-21T15:54:42.917 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-05-21T15:54:43.042 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-05-21T15:54:43.061 DEBUG:teuthology.orchestra.run.smithi012:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-21T15:54:43.095 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T15:54:43.095 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T15:54:43.095 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T15:54:43.096 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T15:54:43.096 INFO:teuthology.orchestra.run.smithi194.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-21T15:54:43.096 INFO:teuthology.orchestra.run.smithi194.stdout: python2.7-minimal 2024-05-21T15:54:43.096 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T15:54:43.097 INFO:teuthology.orchestra.run.smithi194.stdout:The following additional packages will be installed: 2024-05-21T15:54:43.097 INFO:teuthology.orchestra.run.smithi194.stdout: linux-generic linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-21T15:54:43.097 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-generic linux-image-5.15.0-107-generic 2024-05-21T15:54:43.098 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-5.15.0-107-generic linux-modules-extra-5.15.0-107-generic 2024-05-21T15:54:43.099 INFO:teuthology.orchestra.run.smithi194.stdout:Suggested packages: 2024-05-21T15:54:43.099 INFO:teuthology.orchestra.run.smithi194.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-21T15:54:43.099 INFO:teuthology.orchestra.run.smithi194.stdout:Recommended packages: 2024-05-21T15:54:43.099 INFO:teuthology.orchestra.run.smithi194.stdout: thermald 2024-05-21T15:54:43.105 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-05-21T15:54:43.122 DEBUG:teuthology.orchestra.run.smithi165:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-21T15:54:43.124 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-05-21T15:54:43.147 INFO:teuthology.orchestra.run.smithi194.stdout:The following NEW packages will be installed: 2024-05-21T15:54:43.147 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-21T15:54:43.147 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.15.0-107-generic linux-modules-5.15.0-107-generic 2024-05-21T15:54:43.147 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-extra-5.15.0-107-generic 2024-05-21T15:54:43.148 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages will be upgraded: 2024-05-21T15:54:43.149 INFO:teuthology.orchestra.run.smithi194.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-21T15:54:43.183 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-05-21T15:54:43.205 INFO:teuthology.orchestra.run.smithi194.stdout:3 upgraded, 5 newly installed, 0 to remove and 320 not upgraded. 2024-05-21T15:54:43.206 INFO:teuthology.orchestra.run.smithi194.stdout:Need to get 113 MB of archives. 2024-05-21T15:54:43.206 INFO:teuthology.orchestra.run.smithi194.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-21T15:54:43.206 INFO:teuthology.orchestra.run.smithi194.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-107-generic amd64 5.15.0-107.117 [22.7 MB] 2024-05-21T15:54:43.335 INFO:teuthology.orchestra.run.smithi012.stdout:Building dependency tree... 2024-05-21T15:54:43.336 INFO:teuthology.orchestra.run.smithi012.stdout:Reading state information... 2024-05-21T15:54:43.385 INFO:teuthology.orchestra.run.smithi165.stdout:Building dependency tree... 2024-05-21T15:54:43.386 INFO:teuthology.orchestra.run.smithi165.stdout:Reading state information... 2024-05-21T15:54:43.519 INFO:teuthology.orchestra.run.smithi012.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T15:54:43.519 INFO:teuthology.orchestra.run.smithi012.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T15:54:43.519 INFO:teuthology.orchestra.run.smithi012.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T15:54:43.519 INFO:teuthology.orchestra.run.smithi012.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T15:54:43.520 INFO:teuthology.orchestra.run.smithi012.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-21T15:54:43.520 INFO:teuthology.orchestra.run.smithi012.stdout: python2.7-minimal 2024-05-21T15:54:43.520 INFO:teuthology.orchestra.run.smithi012.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T15:54:43.521 INFO:teuthology.orchestra.run.smithi012.stdout:The following additional packages will be installed: 2024-05-21T15:54:43.521 INFO:teuthology.orchestra.run.smithi012.stdout: linux-generic linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-21T15:54:43.521 INFO:teuthology.orchestra.run.smithi012.stdout: linux-headers-generic linux-image-5.15.0-107-generic 2024-05-21T15:54:43.521 INFO:teuthology.orchestra.run.smithi012.stdout: linux-modules-5.15.0-107-generic linux-modules-extra-5.15.0-107-generic 2024-05-21T15:54:43.523 INFO:teuthology.orchestra.run.smithi012.stdout:Suggested packages: 2024-05-21T15:54:43.523 INFO:teuthology.orchestra.run.smithi012.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-21T15:54:43.523 INFO:teuthology.orchestra.run.smithi012.stdout:Recommended packages: 2024-05-21T15:54:43.523 INFO:teuthology.orchestra.run.smithi012.stdout: thermald 2024-05-21T15:54:43.564 INFO:teuthology.orchestra.run.smithi165.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T15:54:43.564 INFO:teuthology.orchestra.run.smithi165.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T15:54:43.564 INFO:teuthology.orchestra.run.smithi165.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T15:54:43.564 INFO:teuthology.orchestra.run.smithi165.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T15:54:43.565 INFO:teuthology.orchestra.run.smithi165.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-21T15:54:43.565 INFO:teuthology.orchestra.run.smithi165.stdout: python2.7-minimal 2024-05-21T15:54:43.565 INFO:teuthology.orchestra.run.smithi165.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T15:54:43.566 INFO:teuthology.orchestra.run.smithi165.stdout:The following additional packages will be installed: 2024-05-21T15:54:43.566 INFO:teuthology.orchestra.run.smithi165.stdout: linux-generic linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-21T15:54:43.566 INFO:teuthology.orchestra.run.smithi165.stdout: linux-headers-generic linux-image-5.15.0-107-generic 2024-05-21T15:54:43.566 INFO:teuthology.orchestra.run.smithi165.stdout: linux-modules-5.15.0-107-generic linux-modules-extra-5.15.0-107-generic 2024-05-21T15:54:43.567 INFO:teuthology.orchestra.run.smithi165.stdout:Suggested packages: 2024-05-21T15:54:43.567 INFO:teuthology.orchestra.run.smithi165.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-21T15:54:43.568 INFO:teuthology.orchestra.run.smithi165.stdout:Recommended packages: 2024-05-21T15:54:43.568 INFO:teuthology.orchestra.run.smithi165.stdout: thermald 2024-05-21T15:54:43.573 INFO:teuthology.orchestra.run.smithi012.stdout:The following NEW packages will be installed: 2024-05-21T15:54:43.573 INFO:teuthology.orchestra.run.smithi012.stdout: linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-21T15:54:43.574 INFO:teuthology.orchestra.run.smithi012.stdout: linux-image-5.15.0-107-generic linux-modules-5.15.0-107-generic 2024-05-21T15:54:43.574 INFO:teuthology.orchestra.run.smithi012.stdout: linux-modules-extra-5.15.0-107-generic 2024-05-21T15:54:43.575 INFO:teuthology.orchestra.run.smithi012.stdout:The following packages will be upgraded: 2024-05-21T15:54:43.576 INFO:teuthology.orchestra.run.smithi012.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-21T15:54:43.635 INFO:teuthology.orchestra.run.smithi165.stdout:The following NEW packages will be installed: 2024-05-21T15:54:43.635 INFO:teuthology.orchestra.run.smithi165.stdout: linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-21T15:54:43.635 INFO:teuthology.orchestra.run.smithi165.stdout: linux-image-5.15.0-107-generic linux-modules-5.15.0-107-generic 2024-05-21T15:54:43.635 INFO:teuthology.orchestra.run.smithi165.stdout: linux-modules-extra-5.15.0-107-generic 2024-05-21T15:54:43.637 INFO:teuthology.orchestra.run.smithi165.stdout:The following packages will be upgraded: 2024-05-21T15:54:43.637 INFO:teuthology.orchestra.run.smithi165.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-21T15:54:43.718 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-107-generic amd64 5.15.0-107.117 [11.5 MB] 2024-05-21T15:54:43.758 INFO:teuthology.orchestra.run.smithi012.stdout:3 upgraded, 5 newly installed, 0 to remove and 320 not upgraded. 2024-05-21T15:54:43.758 INFO:teuthology.orchestra.run.smithi012.stdout:Need to get 113 MB of archives. 2024-05-21T15:54:43.758 INFO:teuthology.orchestra.run.smithi012.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-21T15:54:43.758 INFO:teuthology.orchestra.run.smithi012.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-107-generic amd64 5.15.0-107.117 [22.7 MB] 2024-05-21T15:54:43.817 INFO:teuthology.orchestra.run.smithi165.stdout:3 upgraded, 5 newly installed, 0 to remove and 320 not upgraded. 2024-05-21T15:54:43.817 INFO:teuthology.orchestra.run.smithi165.stdout:Need to get 113 MB of archives. 2024-05-21T15:54:43.817 INFO:teuthology.orchestra.run.smithi165.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-21T15:54:43.817 INFO:teuthology.orchestra.run.smithi165.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-107-generic amd64 5.15.0-107.117 [22.7 MB] 2024-05-21T15:54:43.855 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-107-generic amd64 5.15.0-107.117 [63.9 MB] 2024-05-21T15:54:44.983 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.107.107 [1,694 B] 2024-05-21T15:54:44.983 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.107.107 [2,496 B] 2024-05-21T15:54:44.983 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107 all 5.15.0-107.117 [12.3 MB] 2024-05-21T15:54:45.176 INFO:teuthology.orchestra.run.smithi012.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-107-generic amd64 5.15.0-107.117 [11.5 MB] 2024-05-21T15:54:45.216 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107-generic amd64 5.15.0-107.117 [2,887 kB] 2024-05-21T15:54:45.237 INFO:teuthology.orchestra.run.smithi165.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-107-generic amd64 5.15.0-107.117 [11.5 MB] 2024-05-21T15:54:45.279 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.107.107 [2,354 B] 2024-05-21T15:54:45.511 INFO:teuthology.orchestra.run.smithi012.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-107-generic amd64 5.15.0-107.117 [63.9 MB] 2024-05-21T15:54:45.582 INFO:teuthology.orchestra.run.smithi165.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-107-generic amd64 5.15.0-107.117 [63.9 MB] 2024-05-21T15:54:45.666 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 113 MB in 2s (53.4 MB/s) 2024-05-21T15:54:45.875 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-5.15.0-107-generic. 2024-05-21T15:54:47.655 INFO:teuthology.orchestra.run.smithi012.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.107.107 [1,694 B] 2024-05-21T15:54:47.656 INFO:teuthology.orchestra.run.smithi012.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.107.107 [2,496 B] 2024-05-21T15:54:47.656 INFO:teuthology.orchestra.run.smithi012.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107 all 5.15.0-107.117 [12.3 MB] 2024-05-21T15:54:47.769 INFO:teuthology.orchestra.run.smithi194.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-05-21T15:54:47.774 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../0-linux-modules-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T15:54:47.877 INFO:teuthology.orchestra.run.smithi165.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.107.107 [1,694 B] 2024-05-21T15:54:47.877 INFO:teuthology.orchestra.run.smithi165.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.107.107 [2,496 B] 2024-05-21T15:54:47.878 INFO:teuthology.orchestra.run.smithi165.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107 all 5.15.0-107.117 [12.3 MB] 2024-05-21T15:54:47.905 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:54:48.569 INFO:teuthology.orchestra.run.smithi012.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107-generic amd64 5.15.0-107.117 [2,887 kB] 2024-05-21T15:54:48.727 INFO:teuthology.orchestra.run.smithi165.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107-generic amd64 5.15.0-107.117 [2,887 kB] 2024-05-21T15:54:48.734 INFO:teuthology.orchestra.run.smithi012.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.107.107 [2,354 B] 2024-05-21T15:54:48.808 INFO:teuthology.orchestra.run.smithi165.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.107.107 [2,354 B] 2024-05-21T15:54:49.163 INFO:teuthology.orchestra.run.smithi012.stdout:Fetched 113 MB in 5s (22.0 MB/s) 2024-05-21T15:54:49.193 INFO:teuthology.orchestra.run.smithi165.stdout:Fetched 113 MB in 5s (21.9 MB/s) 2024-05-21T15:54:49.345 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-modules-5.15.0-107-generic. 2024-05-21T15:54:49.386 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-modules-5.15.0-107-generic. 2024-05-21T15:54:50.064 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-image-5.15.0-107-generic. 2024-05-21T15:54:50.085 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../1-linux-image-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T15:54:50.171 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:54:50.667 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-107-generic. 2024-05-21T15:54:50.688 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T15:54:50.742 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:54:51.303 INFO:teuthology.orchestra.run.smithi165.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-05-21T15:54:51.308 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../0-linux-modules-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T15:54:51.394 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:54:51.406 INFO:teuthology.orchestra.run.smithi012.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-05-21T15:54:51.410 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../0-linux-modules-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T15:54:51.593 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:54:53.730 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-image-5.15.0-107-generic. 2024-05-21T15:54:53.751 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../1-linux-image-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T15:54:53.795 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-image-5.15.0-107-generic. 2024-05-21T15:54:53.816 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../1-linux-image-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T15:54:53.838 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:54:53.912 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:54:54.317 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-107-generic. 2024-05-21T15:54:54.337 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T15:54:54.357 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-107-generic. 2024-05-21T15:54:54.375 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:54:54.377 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T15:54:54.415 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:54:57.740 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../3-linux-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T15:54:57.883 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T15:54:58.209 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T15:54:58.328 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T15:54:58.631 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-headers-5.15.0-107. 2024-05-21T15:54:58.653 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../5-linux-headers-5.15.0-107_5.15.0-107.117_all.deb ... 2024-05-21T15:54:58.697 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-21T15:55:00.686 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../3-linux-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T15:55:00.813 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T15:55:01.154 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T15:55:01.275 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-image-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T15:55:01.322 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../3-linux-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T15:55:01.442 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T15:55:01.570 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-headers-5.15.0-107. 2024-05-21T15:55:01.593 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../5-linux-headers-5.15.0-107_5.15.0-107.117_all.deb ... 2024-05-21T15:55:01.636 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-21T15:55:01.759 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T15:55:01.887 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-image-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T15:55:02.165 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-headers-5.15.0-107. 2024-05-21T15:55:02.176 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../5-linux-headers-5.15.0-107_5.15.0-107.117_all.deb ... 2024-05-21T15:55:02.215 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-21T15:55:04.797 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-headers-5.15.0-107-generic. 2024-05-21T15:55:04.834 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../6-linux-headers-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T15:55:04.889 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:07.460 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-headers-5.15.0-107-generic. 2024-05-21T15:55:07.497 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../6-linux-headers-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T15:55:07.534 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:07.683 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T15:55:07.806 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T15:55:08.019 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-headers-5.15.0-107-generic. 2024-05-21T15:55:08.043 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../6-linux-headers-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T15:55:08.086 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:08.206 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-21T15:55:08.353 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:08.478 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-generic (5.15.0.107.107) ... 2024-05-21T15:55:08.608 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:09.922 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-21T15:55:09.922 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-21T15:55:09.922 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-107-generic 2024-05-21T15:55:09.923 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-107-generic 2024-05-21T15:55:10.084 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:10.133 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T15:55:10.260 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-headers-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T15:55:10.602 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-21T15:55:11.286 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T15:55:11.342 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:11.599 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-headers-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T15:55:11.708 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-headers-generic (5.15.0.107.107) ... 2024-05-21T15:55:11.838 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:11.884 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:11.949 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-21T15:55:12.078 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:12.204 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-headers-generic (5.15.0.107.107) ... 2024-05-21T15:55:12.342 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:13.165 INFO:teuthology.orchestra.run.smithi165.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-21T15:55:13.165 INFO:teuthology.orchestra.run.smithi165.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-21T15:55:13.166 INFO:teuthology.orchestra.run.smithi165.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-107-generic 2024-05-21T15:55:13.166 INFO:teuthology.orchestra.run.smithi165.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-107-generic 2024-05-21T15:55:13.286 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-generic (5.15.0.107.107) ... 2024-05-21T15:55:13.305 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:13.437 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-generic (5.15.0.107.107) ... 2024-05-21T15:55:13.563 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:13.617 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-21T15:55:13.618 INFO:teuthology.orchestra.run.smithi194.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-107-generic 2024-05-21T15:55:13.688 INFO:teuthology.orchestra.run.smithi012.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-21T15:55:13.688 INFO:teuthology.orchestra.run.smithi012.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-21T15:55:13.688 INFO:teuthology.orchestra.run.smithi012.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-107-generic 2024-05-21T15:55:13.689 INFO:teuthology.orchestra.run.smithi012.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-107-generic 2024-05-21T15:55:13.844 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:14.689 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:15.269 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:16.073 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-image-generic (5.15.0.107.107) ... 2024-05-21T15:55:16.199 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-generic (5.15.0.107.107) ... 2024-05-21T15:55:16.317 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:16.377 INFO:teuthology.orchestra.run.smithi165.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-21T15:55:16.377 INFO:teuthology.orchestra.run.smithi165.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-107-generic 2024-05-21T15:55:17.429 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-image-generic (5.15.0.107.107) ... 2024-05-21T15:55:17.530 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-generic (5.15.0.107.107) ... 2024-05-21T15:55:17.647 INFO:teuthology.orchestra.run.smithi012.stdout:Processing triggers for linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T15:55:17.707 INFO:teuthology.orchestra.run.smithi012.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-21T15:55:17.707 INFO:teuthology.orchestra.run.smithi012.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-107-generic 2024-05-21T15:55:28.034 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-21T15:55:28.034 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub' 2024-05-21T15:55:28.056 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-21T15:55:28.070 INFO:teuthology.orchestra.run.smithi194.stdout:Generating grub configuration file ... 2024-05-21T15:55:28.362 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-21T15:55:28.380 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-21T15:55:28.723 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-21T15:55:28.729 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-21T15:55:28.792 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-21T15:55:28.797 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-21T15:55:28.967 INFO:teuthology.orchestra.run.smithi194.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-21T15:55:28.967 INFO:teuthology.orchestra.run.smithi194.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-21T15:55:28.967 INFO:teuthology.orchestra.run.smithi194.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-21T15:55:29.001 INFO:teuthology.orchestra.run.smithi194.stdout:done 2024-05-21T15:55:29.500 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic 2024-05-21T15:55:29.521 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 21 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.107.107 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2024-05-21T15:55:29.522 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2024-05-21T15:55:29.523 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2024-05-21T15:55:29.523 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-107-generic 2024-05-21T15:55:29.523 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T15:55:29.523 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T15:55:29.523 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-21T15:55:29.523 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi194.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T15:55:29.523 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2024-05-21T15:55:29.734 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-05-21T15:55:29.894 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T15:55:29.894 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-21T15:55:29.913 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-21T15:55:29.993 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-21T15:55:30.454 INFO:teuthology.orchestra.run.smithi165.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-21T15:55:30.454 INFO:teuthology.orchestra.run.smithi165.stdout:Sourcing file `/etc/default/grub' 2024-05-21T15:55:30.463 INFO:teuthology.orchestra.run.smithi165.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-21T15:55:30.519 INFO:teuthology.orchestra.run.smithi165.stdout:Generating grub configuration file ... 2024-05-21T15:55:30.848 INFO:teuthology.orchestra.run.smithi165.stdout:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-21T15:55:30.867 INFO:teuthology.orchestra.run.smithi165.stdout:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-21T15:55:31.242 INFO:teuthology.orchestra.run.smithi165.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-21T15:55:31.248 INFO:teuthology.orchestra.run.smithi165.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-21T15:55:31.313 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-05-21T15:55:31.323 INFO:teuthology.orchestra.run.smithi165.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-21T15:55:31.328 INFO:teuthology.orchestra.run.smithi165.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-21T15:55:31.332 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-21T15:55:31.391 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-05-21T15:55:31.493 INFO:teuthology.orchestra.run.smithi165.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-21T15:55:31.544 INFO:teuthology.orchestra.run.smithi165.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-21T15:55:31.544 INFO:teuthology.orchestra.run.smithi165.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-21T15:55:31.545 INFO:teuthology.orchestra.run.smithi165.stdout:done 2024-05-21T15:55:31.593 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-05-21T15:55:31.594 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-05-21T15:55:31.758 INFO:teuthology.orchestra.run.smithi194.stdout:linux-image-generic is already the newest version (5.15.0.107.107). 2024-05-21T15:55:31.758 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T15:55:31.758 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T15:55:31.758 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T15:55:31.758 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T15:55:31.758 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-21T15:55:31.759 INFO:teuthology.orchestra.run.smithi194.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-21T15:55:31.759 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T15:55:31.796 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 0 newly installed, 0 to remove and 320 not upgraded. 2024-05-21T15:55:31.797 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic 2024-05-21T15:55:31.860 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic 2024-05-21T15:55:31.860 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2024-05-21T15:55:31.860 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2024-05-21T15:55:31.860 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2024-05-21T15:55:31.860 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 21 2024-05-21T15:55:31.860 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2024-05-21T15:55:31.860 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2024-05-21T15:55:31.860 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta 2024-05-21T15:55:31.861 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.107.107 2024-05-21T15:55:31.861 INFO:teuthology.orchestra.run.smithi194.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-21T15:55:31.861 INFO:teuthology.orchestra.run.smithi194.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-21T15:55:31.861 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2024-05-21T15:55:31.861 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2024-05-21T15:55:31.861 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2024-05-21T15:55:31.861 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2024-05-21T15:55:31.861 DEBUG:teuthology.orchestra.run.smithi194:> mktemp 2024-05-21T15:55:31.905 INFO:teuthology.orchestra.run.smithi194.stdout:/tmp/tmp.7KwcZsWdlC 2024-05-21T15:55:31.906 DEBUG:teuthology.orchestra.run.smithi194:> sudo cp /boot/grub/grub.cfg /tmp/tmp.7KwcZsWdlC 2024-05-21T15:55:31.961 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0666 /tmp/tmp.7KwcZsWdlC 2024-05-21T15:55:31.992 DEBUG:teuthology.orchestra.run.smithi165:> dpkg -s linux-image-generic 2024-05-21T15:55:32.015 INFO:teuthology.orchestra.run.smithi165.stdout:Package: linux-image-generic 2024-05-21T15:55:32.015 INFO:teuthology.orchestra.run.smithi165.stdout:Status: install ok installed 2024-05-21T15:55:32.015 INFO:teuthology.orchestra.run.smithi165.stdout:Priority: optional 2024-05-21T15:55:32.015 INFO:teuthology.orchestra.run.smithi165.stdout:Section: kernel 2024-05-21T15:55:32.016 INFO:teuthology.orchestra.run.smithi165.stdout:Installed-Size: 21 2024-05-21T15:55:32.016 INFO:teuthology.orchestra.run.smithi165.stdout:Maintainer: Ubuntu Kernel Team 2024-05-21T15:55:32.016 INFO:teuthology.orchestra.run.smithi165.stdout:Architecture: amd64 2024-05-21T15:55:32.016 INFO:teuthology.orchestra.run.smithi165.stdout:Source: linux-meta 2024-05-21T15:55:32.016 INFO:teuthology.orchestra.run.smithi165.stdout:Version: 5.15.0.107.107 2024-05-21T15:55:32.016 INFO:teuthology.orchestra.run.smithi165.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-21T15:55:32.016 INFO:teuthology.orchestra.run.smithi165.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-21T15:55:32.016 INFO:teuthology.orchestra.run.smithi165.stdout:Recommends: thermald 2024-05-21T15:55:32.016 INFO:teuthology.orchestra.run.smithi165.stdout:Description: Generic Linux kernel image 2024-05-21T15:55:32.016 INFO:teuthology.orchestra.run.smithi165.stdout: This package will always depend on the latest generic kernel image 2024-05-21T15:55:32.016 INFO:teuthology.orchestra.run.smithi165.stdout: available. 2024-05-21T15:55:32.016 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-107-generic 2024-05-21T15:55:32.017 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T15:55:32.017 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T15:55:32.017 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-21T15:55:32.017 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi165.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T15:55:32.017 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get clean 2024-05-21T15:55:32.103 DEBUG:teuthology.orchestra.remote:smithi194:/tmp/tmp.7KwcZsWdlC is 10KB 2024-05-21T15:55:32.116 DEBUG:teuthology.orchestra.run.smithi194:> rm -fr /tmp/tmp.7KwcZsWdlC 2024-05-21T15:55:32.121 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-21T15:55:32.165 INFO:teuthology.orchestra.run.smithi012.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-21T15:55:32.165 INFO:teuthology.orchestra.run.smithi012.stdout:Sourcing file `/etc/default/grub' 2024-05-21T15:55:32.172 INFO:teuthology.orchestra.run.smithi012.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-21T15:55:32.178 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-05-21T15:55:32.178 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-21T15:55:32.178 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-21T15:55:32.200 INFO:teuthology.orchestra.run.smithi012.stdout:Generating grub configuration file ... 2024-05-21T15:55:32.222 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get update 2024-05-21T15:55:32.251 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-107-generic 2024-05-21T15:55:32.251 DEBUG:teuthology.orchestra.run.smithi194:> sudo update-grub 2024-05-21T15:55:32.354 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-21T15:55:32.451 INFO:teuthology.orchestra.run.smithi012.stdout:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-21T15:55:32.466 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T15:55:32.471 INFO:teuthology.orchestra.run.smithi012.stdout:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-21T15:55:32.563 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-21T15:55:32.626 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-21T15:55:32.742 INFO:teuthology.orchestra.run.smithi012.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-21T15:55:32.748 INFO:teuthology.orchestra.run.smithi012.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-21T15:55:32.816 INFO:teuthology.orchestra.run.smithi012.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-21T15:55:32.822 INFO:teuthology.orchestra.run.smithi012.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-21T15:55:32.976 INFO:teuthology.orchestra.run.smithi012.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-21T15:55:32.976 INFO:teuthology.orchestra.run.smithi012.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-21T15:55:32.976 INFO:teuthology.orchestra.run.smithi012.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-21T15:55:33.011 INFO:teuthology.orchestra.run.smithi012.stdout:done 2024-05-21T15:55:33.515 DEBUG:teuthology.orchestra.run.smithi012:> dpkg -s linux-image-generic 2024-05-21T15:55:33.532 INFO:teuthology.orchestra.run.smithi012.stdout:Package: linux-image-generic 2024-05-21T15:55:33.532 INFO:teuthology.orchestra.run.smithi012.stdout:Status: install ok installed 2024-05-21T15:55:33.532 INFO:teuthology.orchestra.run.smithi012.stdout:Priority: optional 2024-05-21T15:55:33.532 INFO:teuthology.orchestra.run.smithi012.stdout:Section: kernel 2024-05-21T15:55:33.532 INFO:teuthology.orchestra.run.smithi012.stdout:Installed-Size: 21 2024-05-21T15:55:33.532 INFO:teuthology.orchestra.run.smithi012.stdout:Maintainer: Ubuntu Kernel Team 2024-05-21T15:55:33.532 INFO:teuthology.orchestra.run.smithi012.stdout:Architecture: amd64 2024-05-21T15:55:33.532 INFO:teuthology.orchestra.run.smithi012.stdout:Source: linux-meta 2024-05-21T15:55:33.532 INFO:teuthology.orchestra.run.smithi012.stdout:Version: 5.15.0.107.107 2024-05-21T15:55:33.533 INFO:teuthology.orchestra.run.smithi012.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-21T15:55:33.533 INFO:teuthology.orchestra.run.smithi012.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-21T15:55:33.533 INFO:teuthology.orchestra.run.smithi012.stdout:Recommends: thermald 2024-05-21T15:55:33.533 INFO:teuthology.orchestra.run.smithi012.stdout:Description: Generic Linux kernel image 2024-05-21T15:55:33.533 INFO:teuthology.orchestra.run.smithi012.stdout: This package will always depend on the latest generic kernel image 2024-05-21T15:55:33.533 INFO:teuthology.orchestra.run.smithi012.stdout: available. 2024-05-21T15:55:33.533 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-107-generic 2024-05-21T15:55:33.533 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T15:55:33.533 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T15:55:33.534 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-21T15:55:33.534 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi012.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T15:55:33.534 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get clean 2024-05-21T15:55:33.565 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub' 2024-05-21T15:55:33.566 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-21T15:55:33.570 INFO:teuthology.orchestra.run.smithi194.stderr:Generating grub configuration file ... 2024-05-21T15:55:33.716 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get update 2024-05-21T15:55:33.783 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-05-21T15:55:33.786 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-21T15:55:33.792 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-21T15:55:33.800 DEBUG:teuthology.orchestra.run.smithi165:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-21T15:55:33.861 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-05-21T15:55:33.974 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T15:55:33.974 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-21T15:55:34.046 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-21T15:55:34.052 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-21T15:55:34.058 INFO:teuthology.orchestra.run.smithi165.stdout:Building dependency tree... 2024-05-21T15:55:34.058 INFO:teuthology.orchestra.run.smithi165.stdout:Reading state information... 2024-05-21T15:55:34.058 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-21T15:55:34.102 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-21T15:55:34.107 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-21T15:55:34.128 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-21T15:55:34.234 INFO:teuthology.orchestra.run.smithi194.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-21T15:55:34.234 INFO:teuthology.orchestra.run.smithi194.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-21T15:55:34.234 INFO:teuthology.orchestra.run.smithi194.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-21T15:55:34.239 INFO:teuthology.orchestra.run.smithi165.stdout:linux-image-generic is already the newest version (5.15.0.107.107). 2024-05-21T15:55:34.240 INFO:teuthology.orchestra.run.smithi165.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T15:55:34.240 INFO:teuthology.orchestra.run.smithi165.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T15:55:34.240 INFO:teuthology.orchestra.run.smithi165.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T15:55:34.240 INFO:teuthology.orchestra.run.smithi165.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T15:55:34.240 INFO:teuthology.orchestra.run.smithi165.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-21T15:55:34.240 INFO:teuthology.orchestra.run.smithi165.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-21T15:55:34.241 INFO:teuthology.orchestra.run.smithi165.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T15:55:34.248 INFO:teuthology.orchestra.run.smithi194.stderr:done 2024-05-21T15:55:34.267 DEBUG:teuthology.orchestra.run.smithi194:> sudo shutdown -r now 2024-05-21T15:55:34.286 INFO:teuthology.orchestra.run.smithi165.stdout:0 upgraded, 0 newly installed, 0 to remove and 320 not upgraded. 2024-05-21T15:55:34.287 DEBUG:teuthology.orchestra.run.smithi165:> dpkg -s linux-image-generic 2024-05-21T15:55:34.304 INFO:teuthology.orchestra.run.smithi165.stdout:Package: linux-image-generic 2024-05-21T15:55:34.304 INFO:teuthology.orchestra.run.smithi165.stdout:Status: install ok installed 2024-05-21T15:55:34.304 INFO:teuthology.orchestra.run.smithi165.stdout:Priority: optional 2024-05-21T15:55:34.304 INFO:teuthology.orchestra.run.smithi165.stdout:Section: kernel 2024-05-21T15:55:34.304 INFO:teuthology.orchestra.run.smithi165.stdout:Installed-Size: 21 2024-05-21T15:55:34.304 INFO:teuthology.orchestra.run.smithi165.stdout:Maintainer: Ubuntu Kernel Team 2024-05-21T15:55:34.305 INFO:teuthology.orchestra.run.smithi165.stdout:Architecture: amd64 2024-05-21T15:55:34.305 INFO:teuthology.orchestra.run.smithi165.stdout:Source: linux-meta 2024-05-21T15:55:34.305 INFO:teuthology.orchestra.run.smithi165.stdout:Version: 5.15.0.107.107 2024-05-21T15:55:34.305 INFO:teuthology.orchestra.run.smithi165.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-21T15:55:34.305 INFO:teuthology.orchestra.run.smithi165.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-21T15:55:34.305 INFO:teuthology.orchestra.run.smithi165.stdout:Recommends: thermald 2024-05-21T15:55:34.305 INFO:teuthology.orchestra.run.smithi165.stdout:Description: Generic Linux kernel image 2024-05-21T15:55:34.305 INFO:teuthology.orchestra.run.smithi165.stdout: This package will always depend on the latest generic kernel image 2024-05-21T15:55:34.305 INFO:teuthology.orchestra.run.smithi165.stdout: available. 2024-05-21T15:55:34.305 DEBUG:teuthology.orchestra.run.smithi165:> mktemp 2024-05-21T15:55:34.354 INFO:teuthology.orchestra.run.smithi165.stdout:/tmp/tmp.EyDxU5JmPn 2024-05-21T15:55:34.354 DEBUG:teuthology.orchestra.run.smithi165:> sudo cp /boot/grub/grub.cfg /tmp/tmp.EyDxU5JmPn 2024-05-21T15:55:34.409 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 0666 /tmp/tmp.EyDxU5JmPn 2024-05-21T15:55:34.536 DEBUG:teuthology.orchestra.remote:smithi165:/tmp/tmp.EyDxU5JmPn is 10KB 2024-05-21T15:55:34.550 DEBUG:teuthology.orchestra.run.smithi165:> rm -fr /tmp/tmp.EyDxU5JmPn 2024-05-21T15:55:34.555 DEBUG:teuthology.orchestra.run.smithi165:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-21T15:55:34.613 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-05-21T15:55:34.613 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-21T15:55:34.613 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-21T15:55:34.680 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-107-generic 2024-05-21T15:55:34.680 DEBUG:teuthology.orchestra.run.smithi165:> sudo update-grub 2024-05-21T15:55:35.433 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-05-21T15:55:35.450 DEBUG:teuthology.orchestra.run.smithi012:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-21T15:55:35.503 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-05-21T15:55:35.709 INFO:teuthology.orchestra.run.smithi012.stdout:Building dependency tree... 2024-05-21T15:55:35.710 INFO:teuthology.orchestra.run.smithi012.stdout:Reading state information... 2024-05-21T15:55:35.875 INFO:teuthology.orchestra.run.smithi012.stdout:linux-image-generic is already the newest version (5.15.0.107.107). 2024-05-21T15:55:35.875 INFO:teuthology.orchestra.run.smithi012.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T15:55:35.875 INFO:teuthology.orchestra.run.smithi012.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T15:55:35.875 INFO:teuthology.orchestra.run.smithi012.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T15:55:35.875 INFO:teuthology.orchestra.run.smithi012.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T15:55:35.876 INFO:teuthology.orchestra.run.smithi012.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-21T15:55:35.876 INFO:teuthology.orchestra.run.smithi012.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-21T15:55:35.876 INFO:teuthology.orchestra.run.smithi012.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T15:55:35.893 INFO:teuthology.orchestra.run.smithi165.stderr:Sourcing file `/etc/default/grub' 2024-05-21T15:55:35.894 INFO:teuthology.orchestra.run.smithi165.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-21T15:55:35.898 INFO:teuthology.orchestra.run.smithi165.stderr:Generating grub configuration file ... 2024-05-21T15:55:35.916 INFO:teuthology.orchestra.run.smithi012.stdout:0 upgraded, 0 newly installed, 0 to remove and 320 not upgraded. 2024-05-21T15:55:35.918 DEBUG:teuthology.orchestra.run.smithi012:> dpkg -s linux-image-generic 2024-05-21T15:55:35.978 INFO:teuthology.orchestra.run.smithi012.stdout:Package: linux-image-generic 2024-05-21T15:55:35.978 INFO:teuthology.orchestra.run.smithi012.stdout:Status: install ok installed 2024-05-21T15:55:35.978 INFO:teuthology.orchestra.run.smithi012.stdout:Priority: optional 2024-05-21T15:55:35.978 INFO:teuthology.orchestra.run.smithi012.stdout:Section: kernel 2024-05-21T15:55:35.978 INFO:teuthology.orchestra.run.smithi012.stdout:Installed-Size: 21 2024-05-21T15:55:35.978 INFO:teuthology.orchestra.run.smithi012.stdout:Maintainer: Ubuntu Kernel Team 2024-05-21T15:55:35.978 INFO:teuthology.orchestra.run.smithi012.stdout:Architecture: amd64 2024-05-21T15:55:35.978 INFO:teuthology.orchestra.run.smithi012.stdout:Source: linux-meta 2024-05-21T15:55:35.979 INFO:teuthology.orchestra.run.smithi012.stdout:Version: 5.15.0.107.107 2024-05-21T15:55:35.979 INFO:teuthology.orchestra.run.smithi012.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-21T15:55:35.979 INFO:teuthology.orchestra.run.smithi012.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-21T15:55:35.979 INFO:teuthology.orchestra.run.smithi012.stdout:Recommends: thermald 2024-05-21T15:55:35.979 INFO:teuthology.orchestra.run.smithi012.stdout:Description: Generic Linux kernel image 2024-05-21T15:55:35.979 INFO:teuthology.orchestra.run.smithi012.stdout: This package will always depend on the latest generic kernel image 2024-05-21T15:55:35.979 INFO:teuthology.orchestra.run.smithi012.stdout: available. 2024-05-21T15:55:35.979 DEBUG:teuthology.orchestra.run.smithi012:> mktemp 2024-05-21T15:55:36.022 INFO:teuthology.orchestra.run.smithi012.stdout:/tmp/tmp.fQLvqqwH8X 2024-05-21T15:55:36.023 DEBUG:teuthology.orchestra.run.smithi012:> sudo cp /boot/grub/grub.cfg /tmp/tmp.fQLvqqwH8X 2024-05-21T15:55:36.078 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 0666 /tmp/tmp.fQLvqqwH8X 2024-05-21T15:55:36.095 INFO:teuthology.orchestra.run.smithi165.stderr:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-21T15:55:36.101 INFO:teuthology.orchestra.run.smithi165.stderr:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-21T15:55:36.199 DEBUG:teuthology.orchestra.remote:smithi012:/tmp/tmp.fQLvqqwH8X is 10KB 2024-05-21T15:55:36.212 DEBUG:teuthology.orchestra.run.smithi012:> rm -fr /tmp/tmp.fQLvqqwH8X 2024-05-21T15:55:36.217 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-21T15:55:36.270 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T15:55:36.270 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-21T15:55:36.270 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-21T15:55:36.338 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-107-generic 2024-05-21T15:55:36.338 DEBUG:teuthology.orchestra.run.smithi012:> sudo update-grub 2024-05-21T15:55:36.343 INFO:teuthology.orchestra.run.smithi165.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-21T15:55:36.349 INFO:teuthology.orchestra.run.smithi165.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-21T15:55:36.392 INFO:teuthology.orchestra.run.smithi165.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-21T15:55:36.397 INFO:teuthology.orchestra.run.smithi165.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-21T15:55:36.519 INFO:teuthology.orchestra.run.smithi165.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-21T15:55:36.519 INFO:teuthology.orchestra.run.smithi165.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-21T15:55:36.519 INFO:teuthology.orchestra.run.smithi165.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-21T15:55:36.536 INFO:teuthology.orchestra.run.smithi165.stderr:done 2024-05-21T15:55:36.554 DEBUG:teuthology.orchestra.run.smithi165:> sudo shutdown -r now 2024-05-21T15:55:37.542 INFO:teuthology.orchestra.run.smithi012.stderr:Sourcing file `/etc/default/grub' 2024-05-21T15:55:37.543 INFO:teuthology.orchestra.run.smithi012.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-21T15:55:37.544 INFO:teuthology.orchestra.run.smithi012.stderr:Generating grub configuration file ... 2024-05-21T15:55:37.706 INFO:teuthology.orchestra.run.smithi012.stderr:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-21T15:55:37.711 INFO:teuthology.orchestra.run.smithi012.stderr:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-21T15:55:37.980 INFO:teuthology.orchestra.run.smithi012.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-21T15:55:37.985 INFO:teuthology.orchestra.run.smithi012.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-21T15:55:38.026 INFO:teuthology.orchestra.run.smithi012.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-21T15:55:38.031 INFO:teuthology.orchestra.run.smithi012.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-21T15:55:38.147 INFO:teuthology.orchestra.run.smithi012.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-21T15:55:38.147 INFO:teuthology.orchestra.run.smithi012.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-21T15:55:38.147 INFO:teuthology.orchestra.run.smithi012.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-21T15:55:38.157 INFO:teuthology.orchestra.run.smithi012.stderr:done 2024-05-21T15:55:38.158 DEBUG:teuthology.orchestra.run.smithi012:> sudo shutdown -r now 2024-05-21T15:56:04.295 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-21T15:56:04.296 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-05-21T15:56:04.297 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:56:06.560 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-21T15:56:06.560 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-05-21T15:56:06.560 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:56:08.162 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-21T15:56:08.162 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-21T15:56:08.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:56:22.687 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-05-21T15:56:24.991 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-05-21T15:56:26.530 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.12 2024-05-21T15:56:31.691 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-05-21T15:56:31.692 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:56:33.994 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-05-21T15:56:33.995 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:56:34.754 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-05-21T15:56:35.532 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-21T15:56:35.532 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:56:37.054 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-05-21T15:56:46.762 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-05-21T15:56:46.763 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:56:49.058 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-05-21T15:56:49.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:56:53.919 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.12 2024-05-21T15:57:05.186 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-05-21T15:57:05.920 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-21T15:57:05.921 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:57:07.490 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-05-21T15:57:08.990 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.12 2024-05-21T15:57:20.198 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-05-21T15:57:20.200 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:57:21.378 DEBUG:teuthology.orchestra.run.smithi194:> true 2024-05-21T15:57:22.434 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-05-21T15:57:22.434 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-107-generic"... 2024-05-21T15:57:22.434 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-05-21T15:57:22.482 INFO:teuthology.orchestra.run.smithi194.stdout:5.15.0-107-generic 2024-05-21T15:57:22.483 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-107-generic vs 5.15.0-107-generic 2024-05-21T15:57:22.483 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T15:57:22.483 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-21T15:57:22.491 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-05-21T15:57:22.492 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:57:22.997 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-05-21T15:57:23.484 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-21T15:57:23.484 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T15:57:23.598 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2024-05-21T15:57:23.619 DEBUG:teuthology.parallel:result is None 2024-05-21T15:57:23.991 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-21T15:57:23.992 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:57:24.190 DEBUG:teuthology.orchestra.run.smithi012:> true 2024-05-21T15:57:24.788 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-21T15:57:24.789 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-107-generic"... 2024-05-21T15:57:24.789 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2024-05-21T15:57:24.838 INFO:teuthology.orchestra.run.smithi012.stdout:5.15.0-107-generic 2024-05-21T15:57:24.838 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-107-generic vs 5.15.0-107-generic 2024-05-21T15:57:24.838 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T15:57:24.838 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-21T15:57:25.839 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-21T15:57:25.839 DEBUG:teuthology.orchestra.run.smithi012:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T15:57:25.909 INFO:teuthology.orchestra.run.smithi012.stdout:ttyS1 2024-05-21T15:57:25.926 DEBUG:teuthology.parallel:result is None 2024-05-21T15:57:40.998 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-05-21T15:57:40.999 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T15:57:41.193 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-05-21T15:57:41.811 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-05-21T15:57:41.811 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-107-generic"... 2024-05-21T15:57:41.811 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-05-21T15:57:41.858 INFO:teuthology.orchestra.run.smithi165.stdout:5.15.0-107-generic 2024-05-21T15:57:41.858 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-107-generic vs 5.15.0-107-generic 2024-05-21T15:57:41.858 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T15:57:41.858 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-21T15:57:42.859 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-21T15:57:42.859 DEBUG:teuthology.orchestra.run.smithi165:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T15:57:42.921 INFO:teuthology.orchestra.run.smithi165.stdout:ttyS1 2024-05-21T15:57:42.959 DEBUG:teuthology.parallel:result is None 2024-05-21T15:57:42.960 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-21T15:57:42.967 INFO:teuthology.task.internal:Creating test directory... 2024-05-21T15:57:42.968 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T15:57:42.970 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T15:57:42.973 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T15:57:42.979 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-21T15:57:42.990 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-21T15:57:43.001 INFO:teuthology.task.internal:Creating archive directory... 2024-05-21T15:57:43.001 DEBUG:teuthology.orchestra.run.smithi012:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T15:57:43.021 DEBUG:teuthology.orchestra.run.smithi165:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T15:57:43.024 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T15:57:43.124 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-21T15:57:43.133 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-21T15:57:43.133 DEBUG:teuthology.orchestra.run.smithi012:> 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-05-21T15:57:43.135 DEBUG:teuthology.orchestra.run.smithi165:> 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-05-21T15:57:43.138 DEBUG:teuthology.orchestra.run.smithi194:> 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-05-21T15:57:43.155 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T15:57:43.159 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T15:57:43.165 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T15:57:43.167 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T15:57:43.179 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T15:57:43.188 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T15:57:43.190 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-21T15:57:43.197 INFO:teuthology.task.internal:Configuring sudo... 2024-05-21T15:57:43.197 DEBUG:teuthology.orchestra.run.smithi012:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T15:57:43.209 DEBUG:teuthology.orchestra.run.smithi165:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T15:57:43.215 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T15:57:43.249 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-21T15:57:43.258 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-21T15:57:43.258 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T15:57:43.269 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T15:57:43.271 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T15:57:43.298 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T15:57:43.321 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T15:57:43.369 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T15:57:43.369 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T15:57:43.428 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T15:57:43.433 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T15:57:43.482 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-05-21T15:57:43.482 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T15:57:43.552 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T15:57:43.558 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T15:57:43.606 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-05-21T15:57:43.606 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T15:57:43.668 DEBUG:teuthology.orchestra.run.smithi012:> sudo service rsyslog restart 2024-05-21T15:57:43.671 DEBUG:teuthology.orchestra.run.smithi165:> sudo service rsyslog restart 2024-05-21T15:57:43.674 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2024-05-21T15:57:43.743 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-21T15:57:43.753 INFO:teuthology.task.internal:Starting timer... 2024-05-21T15:57:43.754 INFO:teuthology.run_tasks:Running task pcp... 2024-05-21T15:57:43.764 INFO:teuthology.run_tasks:Running task selinux... 2024-05-21T15:57:43.773 DEBUG:teuthology.task.selinux:Excluding smithi012: OS 'ubuntu' does not support SELinux 2024-05-21T15:57:43.773 DEBUG:teuthology.task.selinux:Excluding smithi165: OS 'ubuntu' does not support SELinux 2024-05-21T15:57:43.773 DEBUG:teuthology.task.selinux:Excluding smithi194: OS 'ubuntu' does not support SELinux 2024-05-21T15:57:43.773 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-21T15:57:43.773 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-21T15:57:43.773 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-21T15:57:43.773 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-21T15:57:43.782 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-21T15:57:43.793 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-05-21T15:57:43.794 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi012.front.sepia.ceph.com,smithi165.front.sepia.ceph.com,smithi194.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-21T16:04:56.588 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi012.front.sepia.ceph.com'), Remote(name='ubuntu@smithi165.front.sepia.ceph.com'), Remote(name='ubuntu@smithi194.front.sepia.ceph.com')] 2024-05-21T16:04:56.589 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-21T16:04:56.590 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:04:56.674 DEBUG:teuthology.orchestra.run.smithi012:> true 2024-05-21T16:04:56.754 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-21T16:04:56.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-05-21T16:04:56.755 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:04:56.838 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-05-21T16:04:56.915 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-05-21T16:04:56.915 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-05-21T16:04:56.915 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:04:56.997 DEBUG:teuthology.orchestra.run.smithi194:> true 2024-05-21T16:04:57.070 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-05-21T16:04:57.071 INFO:teuthology.run_tasks:Running task clock... 2024-05-21T16:04:57.081 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-21T16:04:57.081 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T16:04:57.082 DEBUG:teuthology.orchestra.run.smithi012:> 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-05-21T16:04:57.084 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T16:04:57.085 DEBUG:teuthology.orchestra.run.smithi165:> 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-05-21T16:04:57.087 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T16:04:57.087 DEBUG:teuthology.orchestra.run.smithi194:> 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-05-21T16:04:57.114 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-21T16:04:57.114 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: Command line: ntpd -gq 2024-05-21T16:04:57.114 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: ---------------------------------------------------- 2024-05-21T16:04:57.114 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: ntp-4 is maintained by Network Time Foundation, 2024-05-21T16:04:57.114 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-21T16:04:57.115 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: corporation. Support and training for ntp-4 are 2024-05-21T16:04:57.115 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: available at https://www.nwtime.org/support 2024-05-21T16:04:57.115 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: ---------------------------------------------------- 2024-05-21T16:04:57.115 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: proto: precision = 0.045 usec (-24) 2024-05-21T16:04:57.115 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: basedate set to 2022-02-04 2024-05-21T16:04:57.115 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: gps base set to 2022-02-06 (week 2196) 2024-05-21T16:04:57.115 INFO:teuthology.orchestra.run.smithi012.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-21T16:04:57.116 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-21T16:04:57.116 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: restrict ::: KOD does nothing without LIMITED. 2024-05-21T16:04:57.116 INFO:teuthology.orchestra.run.smithi012.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-21T16:04:57.117 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: Listen and drop on 0 v6wildcard [::]:123 2024-05-21T16:04:57.117 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-21T16:04:57.117 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: Listen normally on 2 lo 127.0.0.1:123 2024-05-21T16:04:57.117 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: Listen normally on 3 ens1f0 172.21.15.12:123 2024-05-21T16:04:57.117 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: Listen normally on 4 lo [::1]:123 2024-05-21T16:04:57.117 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:25ea%4]:123 2024-05-21T16:04:57.117 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:04:57 ntpd[17514]: Listening on routing socket on fd #22 for interface updates 2024-05-21T16:04:57.119 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-21T16:04:57.119 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: Command line: ntpd -gq 2024-05-21T16:04:57.119 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: ---------------------------------------------------- 2024-05-21T16:04:57.119 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: ntp-4 is maintained by Network Time Foundation, 2024-05-21T16:04:57.119 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-21T16:04:57.119 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: corporation. Support and training for ntp-4 are 2024-05-21T16:04:57.119 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: available at https://www.nwtime.org/support 2024-05-21T16:04:57.120 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: ---------------------------------------------------- 2024-05-21T16:04:57.120 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: proto: precision = 0.061 usec (-24) 2024-05-21T16:04:57.120 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: basedate set to 2022-02-04 2024-05-21T16:04:57.120 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: gps base set to 2022-02-06 (week 2196) 2024-05-21T16:04:57.120 INFO:teuthology.orchestra.run.smithi165.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-21T16:04:57.120 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-21T16:04:57.120 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: restrict ::: KOD does nothing without LIMITED. 2024-05-21T16:04:57.121 INFO:teuthology.orchestra.run.smithi165.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-21T16:04:57.121 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: Listen and drop on 0 v6wildcard [::]:123 2024-05-21T16:04:57.121 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-21T16:04:57.122 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: Listen normally on 2 lo 127.0.0.1:123 2024-05-21T16:04:57.122 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: Listen normally on 3 enp3s0f1 172.21.15.165:123 2024-05-21T16:04:57.122 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: Listen normally on 4 lo [::1]:123 2024-05-21T16:04:57.122 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f63%5]:123 2024-05-21T16:04:57.122 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:04:57 ntpd[17606]: Listening on routing socket on fd #22 for interface updates 2024-05-21T16:04:57.138 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-21T16:04:57.138 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: Command line: ntpd -gq 2024-05-21T16:04:57.138 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: ---------------------------------------------------- 2024-05-21T16:04:57.138 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: ntp-4 is maintained by Network Time Foundation, 2024-05-21T16:04:57.138 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-21T16:04:57.138 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: corporation. Support and training for ntp-4 are 2024-05-21T16:04:57.138 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: available at https://www.nwtime.org/support 2024-05-21T16:04:57.138 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: ---------------------------------------------------- 2024-05-21T16:04:57.139 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: proto: precision = 0.045 usec (-24) 2024-05-21T16:04:57.139 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: basedate set to 2022-02-04 2024-05-21T16:04:57.139 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: gps base set to 2022-02-06 (week 2196) 2024-05-21T16:04:57.139 INFO:teuthology.orchestra.run.smithi194.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-21T16:04:57.140 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-21T16:04:57.140 INFO:teuthology.orchestra.run.smithi194.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-21T16:04:57.141 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: restrict ::: KOD does nothing without LIMITED. 2024-05-21T16:04:57.141 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: Listen and drop on 0 v6wildcard [::]:123 2024-05-21T16:04:57.141 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-21T16:04:57.141 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: Listen normally on 2 lo 127.0.0.1:123 2024-05-21T16:04:57.141 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: Listen normally on 3 enp3s0f1 172.21.15.194:123 2024-05-21T16:04:57.141 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: Listen normally on 4 lo [::1]:123 2024-05-21T16:04:57.141 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ea5%5]:123 2024-05-21T16:04:57.142 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:04:57 ntpd[17563]: Listening on routing socket on fd #22 for interface updates 2024-05-21T16:04:58.114 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:04:58 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:04:58.114 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:04:58 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:04:58.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:04:58 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:04:58.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:04:58 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:04:58.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:04:58 ntpd[17514]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:04:58.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:04:58 ntpd[17514]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:04:58.138 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:04:58 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:04:58.138 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:04:58 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:04:59.114 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:04:59 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:04:59.114 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:04:59 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:04:59.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:04:59 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:04:59.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:04:59 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:04:59.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:04:59 ntpd[17514]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:04:59.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:04:59 ntpd[17514]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:04:59.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:04:59 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:04:59.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:04:59 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:04:59.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:04:59 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:04:59.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:04:59 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:04:59.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:04:59 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:04:59.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:04:59 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:04:59.138 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:04:59 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:04:59.138 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:04:59 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:04:59.138 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:04:59 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:04:59.138 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:04:59 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:04:59.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:04:59 ntpd[17563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:04:59.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:04:59 ntpd[17563]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:00.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:00.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:00.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:00.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:00.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:00.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:00.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:00.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:00.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:00.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:00.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:00.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:00.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:00.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:00 ntpd[17514]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:00.138 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:00 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:00.138 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:00 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:00.138 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:00 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:00.138 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:00 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:00.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:00 ntpd[17563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:00.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:00 ntpd[17563]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:01.114 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:01 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:01.114 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:01 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:01.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:01 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:01.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:01 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:01.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:01 ntpd[17514]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:01.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:01 ntpd[17514]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:01.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:01.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:01.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:01.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:01.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:01.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:01.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:01.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:01.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:01.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:01.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:01.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:01.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:01.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:01 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:01.138 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:01 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:01.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:01 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:01.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:01 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:01.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:01 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:01.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:01 ntpd[17563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:01.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:01 ntpd[17563]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:02.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:02 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:02.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:02 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:02.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:02 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:02.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:02 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:02.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:02 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:02.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:02 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:02.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:02 ntpd[17514]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:02.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:02 ntpd[17514]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:02.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:02 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:02.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:02 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:02.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:02 ntpd[17514]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:02.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:02 ntpd[17514]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:02.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:02 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:02.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:02 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:02.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:02 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:02.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:02 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:02.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:02 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:02.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:02 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:02.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:02 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:02.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:02 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:02.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:02 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:02.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:02 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:02.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:02 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:02.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:02 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:02.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:02 ntpd[17563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:02.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:02 ntpd[17563]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:02.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:02 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:02.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:02 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:02.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:02 ntpd[17563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:02.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:02 ntpd[17563]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:03.114 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:03 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:03.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:03 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:03.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:03 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:03.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:03 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:03.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:03 ntpd[17514]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:03.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:03 ntpd[17514]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:03.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:03 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:03.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:03 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:03.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:03 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:03.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:03 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:03.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:03 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:03.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:03 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:03.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:03 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:03.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:03 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:03.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:03 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:03.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:03 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:03.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:03 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:03.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:03 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:03.138 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:03 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:03.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:03 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:03.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:03 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:03.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:03 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:03.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:03 ntpd[17563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:03.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:03 ntpd[17563]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:04.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:04 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:04.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:04 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:04.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:04 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:04.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:04 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:04.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:04 ntpd[17514]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:04.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:04 ntpd[17514]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:04.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:04 ntpd[17514]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:04.115 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:04 ntpd[17514]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:04.116 INFO:teuthology.orchestra.run.smithi012.stdout:21 May 16:05:04 ntpd[17514]: ntpd: time slew -0.001826 s 2024-05-21T16:05:04.116 INFO:teuthology.orchestra.run.smithi012.stdout:ntpd: time slew -0.001826s 2024-05-21T16:05:04.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:04 ntpd[17514]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-21T16:05:04.116 INFO:teuthology.orchestra.run.smithi012.stderr:21 May 16:05:04 ntpd[17514]: can't open /var/log/ntpstats/loopstats.20240521: Permission denied 2024-05-21T16:05:04.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:04 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:04.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:04 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:04.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:04 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:04.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:04 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:04.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:04 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:04.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:04 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:04.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:04 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:04.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:04 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:04.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:04 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:04.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:04 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:04.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:04 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:04.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:04 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:04.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:04 ntpd[17563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:04.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:04 ntpd[17563]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:04.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:04 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:04.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:04 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:04.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:04 ntpd[17563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:04.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:04 ntpd[17563]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:04.165 INFO:teuthology.orchestra.run.smithi012.stdout: remote refid st t when poll reach delay offset jitter 2024-05-21T16:05:04.165 INFO:teuthology.orchestra.run.smithi012.stdout:============================================================================== 2024-05-21T16:05:04.165 INFO:teuthology.orchestra.run.smithi012.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:05:04.165 INFO:teuthology.orchestra.run.smithi012.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:05:04.165 INFO:teuthology.orchestra.run.smithi012.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:05:04.165 INFO:teuthology.orchestra.run.smithi012.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:05:05.115 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:05 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:05.115 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:05 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:05.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:05 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:05.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:05 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:05.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:05 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:05.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:05 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:05.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:05 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:05.116 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:05 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:05.116 INFO:teuthology.orchestra.run.smithi165.stdout:21 May 16:05:05 ntpd[17606]: ntpd: time slew -0.002347 s 2024-05-21T16:05:05.117 INFO:teuthology.orchestra.run.smithi165.stdout:ntpd: time slew -0.002347s 2024-05-21T16:05:05.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:05 ntpd[17606]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-21T16:05:05.117 INFO:teuthology.orchestra.run.smithi165.stderr:21 May 16:05:05 ntpd[17606]: can't open /var/log/ntpstats/loopstats.20240521: Permission denied 2024-05-21T16:05:05.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:05 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:05.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:05 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:05.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:05 ntpd[17563]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T16:05:05.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:05 ntpd[17563]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T16:05:05.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:05 ntpd[17563]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T16:05:05.139 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:05 ntpd[17563]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T16:05:05.139 INFO:teuthology.orchestra.run.smithi194.stdout:21 May 16:05:05 ntpd[17563]: ntpd: time slew -0.000712 s 2024-05-21T16:05:05.139 INFO:teuthology.orchestra.run.smithi194.stdout:ntpd: time slew -0.000712s 2024-05-21T16:05:05.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:05 ntpd[17563]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-21T16:05:05.140 INFO:teuthology.orchestra.run.smithi194.stderr:21 May 16:05:05 ntpd[17563]: can't open /var/log/ntpstats/loopstats.20240521: Permission denied 2024-05-21T16:05:05.171 INFO:teuthology.orchestra.run.smithi165.stdout: remote refid st t when poll reach delay offset jitter 2024-05-21T16:05:05.171 INFO:teuthology.orchestra.run.smithi165.stdout:============================================================================== 2024-05-21T16:05:05.171 INFO:teuthology.orchestra.run.smithi165.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:05:05.171 INFO:teuthology.orchestra.run.smithi165.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:05:05.171 INFO:teuthology.orchestra.run.smithi165.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:05:05.171 INFO:teuthology.orchestra.run.smithi165.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:05:05.187 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2024-05-21T16:05:05.187 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2024-05-21T16:05:05.187 INFO:teuthology.orchestra.run.smithi194.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:05:05.187 INFO:teuthology.orchestra.run.smithi194.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:05:05.187 INFO:teuthology.orchestra.run.smithi194.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:05:05.187 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:05:05.188 INFO:teuthology.run_tasks:Running task install... 2024-05-21T16:05:05.197 DEBUG:teuthology.task.install:project ceph 2024-05-21T16:05:05.197 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e'}} 2024-05-21T16:05:05.197 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e'} 2024-05-21T16:05:05.197 INFO:teuthology.task.install:Using flavor: default 2024-05-21T16:05:05.203 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-05-21T16:05:05.203 INFO:teuthology.task.install:extra packages: [] 2024-05-21T16:05:05.203 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-key list | grep Ceph 2024-05-21T16:05:05.204 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-key list | grep Ceph 2024-05-21T16:05:05.204 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-key list | grep Ceph 2024-05-21T16:05:05.271 INFO:teuthology.orchestra.run.smithi165.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-21T16:05:05.272 INFO:teuthology.orchestra.run.smithi012.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-21T16:05:05.287 INFO:teuthology.orchestra.run.smithi194.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-21T16:05:05.301 INFO:teuthology.orchestra.run.smithi165.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-21T16:05:05.301 INFO:teuthology.orchestra.run.smithi165.stdout:uid [ unknown] Ceph.com (release key) 2024-05-21T16:05:05.302 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-05-21T16:05:05.302 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:05:05.308 INFO:teuthology.orchestra.run.smithi012.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-21T16:05:05.308 INFO:teuthology.orchestra.run.smithi012.stdout:uid [ unknown] Ceph.com (release key) 2024-05-21T16:05:05.308 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-05-21T16:05:05.308 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:05:05.313 INFO:teuthology.orchestra.run.smithi194.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-21T16:05:05.313 INFO:teuthology.orchestra.run.smithi194.stdout:uid [ unknown] Ceph.com (release key) 2024-05-21T16:05:05.314 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-05-21T16:05:05.314 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:05:05.447 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default/ 2024-05-21T16:05:05.448 INFO:teuthology.task.install.deb:Package version is 19.0.0-3868-ga2b47860-1jammy 2024-05-21T16:05:05.459 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default/ 2024-05-21T16:05:05.459 INFO:teuthology.task.install.deb:Package version is 19.0.0-3868-ga2b47860-1jammy 2024-05-21T16:05:05.532 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default/ 2024-05-21T16:05:05.533 INFO:teuthology.task.install.deb:Package version is 19.0.0-3868-ga2b47860-1jammy 2024-05-21T16:05:05.566 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-05-21T16:05:05.567 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-21T16:05:05.581 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get update 2024-05-21T16:05:05.628 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-05-21T16:05:05.628 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-21T16:05:05.641 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T16:05:05.641 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-21T16:05:05.643 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-05-21T16:05:05.657 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get update 2024-05-21T16:05:05.753 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-21T16:05:05.814 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-21T16:05:05.833 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T16:05:05.846 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-21T16:05:05.860 INFO:teuthology.orchestra.run.smithi165.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy InRelease 2024-05-21T16:05:05.867 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-21T16:05:05.868 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T16:05:05.880 INFO:teuthology.orchestra.run.smithi012.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy InRelease 2024-05-21T16:05:05.896 INFO:teuthology.orchestra.run.smithi165.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-21T16:05:05.902 INFO:teuthology.orchestra.run.smithi012.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-21T16:05:05.921 INFO:teuthology.orchestra.run.smithi194.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy InRelease 2024-05-21T16:05:05.924 INFO:teuthology.orchestra.run.smithi012.stdout:Ign:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-21T16:05:05.928 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T16:05:05.933 INFO:teuthology.orchestra.run.smithi165.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-21T16:05:05.945 INFO:teuthology.orchestra.run.smithi012.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,412 B] 2024-05-21T16:05:05.950 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-21T16:05:05.951 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-21T16:05:05.957 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-21T16:05:05.970 INFO:teuthology.orchestra.run.smithi165.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-21T16:05:05.973 INFO:teuthology.orchestra.run.smithi012.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-21T16:05:05.994 INFO:teuthology.orchestra.run.smithi194.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-21T16:05:06.010 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-21T16:05:06.012 INFO:teuthology.orchestra.run.smithi165.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,412 B] 2024-05-21T16:05:06.031 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-21T16:05:06.032 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-21T16:05:06.073 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,412 B] 2024-05-21T16:05:06.092 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-21T16:05:06.169 INFO:teuthology.orchestra.run.smithi165.stdout:Fetched 29.1 kB in 0s (70.7 kB/s) 2024-05-21T16:05:06.198 INFO:teuthology.orchestra.run.smithi012.stdout:Fetched 29.1 kB in 0s (80.8 kB/s) 2024-05-21T16:05:06.225 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 29.1 kB in 0s (71.5 kB/s) 2024-05-21T16:05:07.093 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-05-21T16:05:07.109 DEBUG:teuthology.orchestra.run.smithi165:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3868-ga2b47860-1jammy cephadm=19.0.0-3868-ga2b47860-1jammy ceph-mds=19.0.0-3868-ga2b47860-1jammy ceph-mgr=19.0.0-3868-ga2b47860-1jammy ceph-common=19.0.0-3868-ga2b47860-1jammy ceph-fuse=19.0.0-3868-ga2b47860-1jammy ceph-test=19.0.0-3868-ga2b47860-1jammy ceph-volume=19.0.0-3868-ga2b47860-1jammy radosgw=19.0.0-3868-ga2b47860-1jammy python3-rados=19.0.0-3868-ga2b47860-1jammy python3-rgw=19.0.0-3868-ga2b47860-1jammy python3-cephfs=19.0.0-3868-ga2b47860-1jammy python3-rbd=19.0.0-3868-ga2b47860-1jammy libcephfs2=19.0.0-3868-ga2b47860-1jammy libcephfs-dev=19.0.0-3868-ga2b47860-1jammy librados2=19.0.0-3868-ga2b47860-1jammy librbd1=19.0.0-3868-ga2b47860-1jammy rbd-fuse=19.0.0-3868-ga2b47860-1jammy 2024-05-21T16:05:07.160 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-05-21T16:05:07.188 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-05-21T16:05:07.205 DEBUG:teuthology.orchestra.run.smithi012:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3868-ga2b47860-1jammy cephadm=19.0.0-3868-ga2b47860-1jammy ceph-mds=19.0.0-3868-ga2b47860-1jammy ceph-mgr=19.0.0-3868-ga2b47860-1jammy ceph-common=19.0.0-3868-ga2b47860-1jammy ceph-fuse=19.0.0-3868-ga2b47860-1jammy ceph-test=19.0.0-3868-ga2b47860-1jammy ceph-volume=19.0.0-3868-ga2b47860-1jammy radosgw=19.0.0-3868-ga2b47860-1jammy python3-rados=19.0.0-3868-ga2b47860-1jammy python3-rgw=19.0.0-3868-ga2b47860-1jammy python3-cephfs=19.0.0-3868-ga2b47860-1jammy python3-rbd=19.0.0-3868-ga2b47860-1jammy libcephfs2=19.0.0-3868-ga2b47860-1jammy libcephfs-dev=19.0.0-3868-ga2b47860-1jammy librados2=19.0.0-3868-ga2b47860-1jammy librbd1=19.0.0-3868-ga2b47860-1jammy rbd-fuse=19.0.0-3868-ga2b47860-1jammy 2024-05-21T16:05:07.210 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-05-21T16:05:07.227 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3868-ga2b47860-1jammy cephadm=19.0.0-3868-ga2b47860-1jammy ceph-mds=19.0.0-3868-ga2b47860-1jammy ceph-mgr=19.0.0-3868-ga2b47860-1jammy ceph-common=19.0.0-3868-ga2b47860-1jammy ceph-fuse=19.0.0-3868-ga2b47860-1jammy ceph-test=19.0.0-3868-ga2b47860-1jammy ceph-volume=19.0.0-3868-ga2b47860-1jammy radosgw=19.0.0-3868-ga2b47860-1jammy python3-rados=19.0.0-3868-ga2b47860-1jammy python3-rgw=19.0.0-3868-ga2b47860-1jammy python3-cephfs=19.0.0-3868-ga2b47860-1jammy python3-rbd=19.0.0-3868-ga2b47860-1jammy libcephfs2=19.0.0-3868-ga2b47860-1jammy libcephfs-dev=19.0.0-3868-ga2b47860-1jammy librados2=19.0.0-3868-ga2b47860-1jammy librbd1=19.0.0-3868-ga2b47860-1jammy rbd-fuse=19.0.0-3868-ga2b47860-1jammy 2024-05-21T16:05:07.267 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-05-21T16:05:07.290 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-05-21T16:05:07.338 INFO:teuthology.orchestra.run.smithi165.stdout:Building dependency tree... 2024-05-21T16:05:07.339 INFO:teuthology.orchestra.run.smithi165.stdout:Reading state information... 2024-05-21T16:05:07.472 INFO:teuthology.orchestra.run.smithi012.stdout:Building dependency tree... 2024-05-21T16:05:07.473 INFO:teuthology.orchestra.run.smithi012.stdout:Reading state information... 2024-05-21T16:05:07.489 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-05-21T16:05:07.490 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-05-21T16:05:07.514 INFO:teuthology.orchestra.run.smithi165.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T16:05:07.514 INFO:teuthology.orchestra.run.smithi165.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T16:05:07.514 INFO:teuthology.orchestra.run.smithi165.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T16:05:07.515 INFO:teuthology.orchestra.run.smithi165.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T16:05:07.515 INFO:teuthology.orchestra.run.smithi165.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-21T16:05:07.515 INFO:teuthology.orchestra.run.smithi165.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-21T16:05:07.515 INFO:teuthology.orchestra.run.smithi165.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T16:05:07.516 INFO:teuthology.orchestra.run.smithi165.stdout:The following additional packages will be installed: 2024-05-21T16:05:07.516 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-21T16:05:07.516 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-21T16:05:07.516 INFO:teuthology.orchestra.run.smithi165.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-21T16:05:07.516 INFO:teuthology.orchestra.run.smithi165.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-21T16:05:07.517 INFO:teuthology.orchestra.run.smithi165.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-21T16:05:07.517 INFO:teuthology.orchestra.run.smithi165.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-21T16:05:07.518 INFO:teuthology.orchestra.run.smithi165.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-21T16:05:07.518 INFO:teuthology.orchestra.run.smithi165.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-21T16:05:07.518 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-21T16:05:07.518 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-21T16:05:07.518 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-21T16:05:07.518 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-21T16:05:07.518 INFO:teuthology.orchestra.run.smithi165.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-21T16:05:07.518 INFO:teuthology.orchestra.run.smithi165.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-21T16:05:07.519 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-21T16:05:07.519 INFO:teuthology.orchestra.run.smithi165.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-21T16:05:07.519 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-21T16:05:07.519 INFO:teuthology.orchestra.run.smithi165.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-21T16:05:07.519 INFO:teuthology.orchestra.run.smithi165.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-21T16:05:07.519 INFO:teuthology.orchestra.run.smithi165.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-21T16:05:07.519 INFO:teuthology.orchestra.run.smithi165.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-21T16:05:07.519 INFO:teuthology.orchestra.run.smithi165.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-21T16:05:07.519 INFO:teuthology.orchestra.run.smithi165.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-21T16:05:07.519 INFO:teuthology.orchestra.run.smithi165.stdout: xmlstarlet zip 2024-05-21T16:05:07.520 INFO:teuthology.orchestra.run.smithi165.stdout:Suggested packages: 2024-05-21T16:05:07.520 INFO:teuthology.orchestra.run.smithi165.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-21T16:05:07.520 INFO:teuthology.orchestra.run.smithi165.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-21T16:05:07.520 INFO:teuthology.orchestra.run.smithi165.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-21T16:05:07.520 INFO:teuthology.orchestra.run.smithi165.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-21T16:05:07.520 INFO:teuthology.orchestra.run.smithi165.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-21T16:05:07.520 INFO:teuthology.orchestra.run.smithi165.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-21T16:05:07.520 INFO:teuthology.orchestra.run.smithi165.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-21T16:05:07.520 INFO:teuthology.orchestra.run.smithi165.stdout:Recommended packages: 2024-05-21T16:05:07.520 INFO:teuthology.orchestra.run.smithi165.stdout: btrfs-tools 2024-05-21T16:05:07.620 INFO:teuthology.orchestra.run.smithi165.stdout:The following NEW packages will be installed: 2024-05-21T16:05:07.620 INFO:teuthology.orchestra.run.smithi165.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-21T16:05:07.620 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-21T16:05:07.620 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-21T16:05:07.620 INFO:teuthology.orchestra.run.smithi165.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-21T16:05:07.620 INFO:teuthology.orchestra.run.smithi165.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-21T16:05:07.620 INFO:teuthology.orchestra.run.smithi165.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-21T16:05:07.621 INFO:teuthology.orchestra.run.smithi165.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-21T16:05:07.621 INFO:teuthology.orchestra.run.smithi165.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-21T16:05:07.621 INFO:teuthology.orchestra.run.smithi165.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-21T16:05:07.622 INFO:teuthology.orchestra.run.smithi165.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-21T16:05:07.623 INFO:teuthology.orchestra.run.smithi165.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-21T16:05:07.623 INFO:teuthology.orchestra.run.smithi165.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-21T16:05:07.623 INFO:teuthology.orchestra.run.smithi165.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-21T16:05:07.623 INFO:teuthology.orchestra.run.smithi165.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-21T16:05:07.678 INFO:teuthology.orchestra.run.smithi012.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T16:05:07.678 INFO:teuthology.orchestra.run.smithi012.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T16:05:07.678 INFO:teuthology.orchestra.run.smithi012.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T16:05:07.679 INFO:teuthology.orchestra.run.smithi012.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T16:05:07.679 INFO:teuthology.orchestra.run.smithi012.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-21T16:05:07.679 INFO:teuthology.orchestra.run.smithi012.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-21T16:05:07.679 INFO:teuthology.orchestra.run.smithi012.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T16:05:07.679 INFO:teuthology.orchestra.run.smithi012.stdout:The following additional packages will be installed: 2024-05-21T16:05:07.680 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-21T16:05:07.680 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-21T16:05:07.681 INFO:teuthology.orchestra.run.smithi012.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-21T16:05:07.681 INFO:teuthology.orchestra.run.smithi012.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-21T16:05:07.681 INFO:teuthology.orchestra.run.smithi012.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-21T16:05:07.681 INFO:teuthology.orchestra.run.smithi012.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-21T16:05:07.681 INFO:teuthology.orchestra.run.smithi012.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-21T16:05:07.681 INFO:teuthology.orchestra.run.smithi012.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-21T16:05:07.682 INFO:teuthology.orchestra.run.smithi012.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-21T16:05:07.683 INFO:teuthology.orchestra.run.smithi012.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-21T16:05:07.683 INFO:teuthology.orchestra.run.smithi012.stdout: xmlstarlet zip 2024-05-21T16:05:07.683 INFO:teuthology.orchestra.run.smithi012.stdout:Suggested packages: 2024-05-21T16:05:07.683 INFO:teuthology.orchestra.run.smithi012.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-21T16:05:07.683 INFO:teuthology.orchestra.run.smithi012.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-21T16:05:07.683 INFO:teuthology.orchestra.run.smithi012.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-21T16:05:07.683 INFO:teuthology.orchestra.run.smithi012.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-21T16:05:07.683 INFO:teuthology.orchestra.run.smithi012.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-21T16:05:07.683 INFO:teuthology.orchestra.run.smithi012.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-21T16:05:07.683 INFO:teuthology.orchestra.run.smithi012.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-21T16:05:07.684 INFO:teuthology.orchestra.run.smithi012.stdout:Recommended packages: 2024-05-21T16:05:07.684 INFO:teuthology.orchestra.run.smithi012.stdout: btrfs-tools 2024-05-21T16:05:07.688 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T16:05:07.688 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T16:05:07.688 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T16:05:07.689 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T16:05:07.689 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-21T16:05:07.689 INFO:teuthology.orchestra.run.smithi194.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-21T16:05:07.689 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T16:05:07.690 INFO:teuthology.orchestra.run.smithi194.stdout:The following additional packages will be installed: 2024-05-21T16:05:07.690 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-21T16:05:07.691 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-21T16:05:07.691 INFO:teuthology.orchestra.run.smithi194.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-21T16:05:07.691 INFO:teuthology.orchestra.run.smithi194.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-21T16:05:07.692 INFO:teuthology.orchestra.run.smithi194.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-21T16:05:07.693 INFO:teuthology.orchestra.run.smithi194.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-21T16:05:07.693 INFO:teuthology.orchestra.run.smithi194.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-21T16:05:07.693 INFO:teuthology.orchestra.run.smithi194.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-21T16:05:07.693 INFO:teuthology.orchestra.run.smithi194.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-21T16:05:07.693 INFO:teuthology.orchestra.run.smithi194.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-21T16:05:07.693 INFO:teuthology.orchestra.run.smithi194.stdout: xmlstarlet zip 2024-05-21T16:05:07.693 INFO:teuthology.orchestra.run.smithi194.stdout:Suggested packages: 2024-05-21T16:05:07.693 INFO:teuthology.orchestra.run.smithi194.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-21T16:05:07.693 INFO:teuthology.orchestra.run.smithi194.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-21T16:05:07.693 INFO:teuthology.orchestra.run.smithi194.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-21T16:05:07.694 INFO:teuthology.orchestra.run.smithi194.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-21T16:05:07.694 INFO:teuthology.orchestra.run.smithi194.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-21T16:05:07.694 INFO:teuthology.orchestra.run.smithi194.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-21T16:05:07.694 INFO:teuthology.orchestra.run.smithi194.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-21T16:05:07.694 INFO:teuthology.orchestra.run.smithi194.stdout:Recommended packages: 2024-05-21T16:05:07.694 INFO:teuthology.orchestra.run.smithi194.stdout: btrfs-tools 2024-05-21T16:05:07.790 INFO:teuthology.orchestra.run.smithi012.stdout:The following NEW packages will be installed: 2024-05-21T16:05:07.791 INFO:teuthology.orchestra.run.smithi012.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-21T16:05:07.791 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-21T16:05:07.791 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-21T16:05:07.791 INFO:teuthology.orchestra.run.smithi012.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-21T16:05:07.791 INFO:teuthology.orchestra.run.smithi012.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-21T16:05:07.791 INFO:teuthology.orchestra.run.smithi012.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-21T16:05:07.792 INFO:teuthology.orchestra.run.smithi012.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-21T16:05:07.792 INFO:teuthology.orchestra.run.smithi012.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-21T16:05:07.792 INFO:teuthology.orchestra.run.smithi012.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-21T16:05:07.793 INFO:teuthology.orchestra.run.smithi012.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-21T16:05:07.794 INFO:teuthology.orchestra.run.smithi012.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-21T16:05:07.794 INFO:teuthology.orchestra.run.smithi012.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-21T16:05:07.794 INFO:teuthology.orchestra.run.smithi012.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-21T16:05:07.795 INFO:teuthology.orchestra.run.smithi194.stdout:The following NEW packages will be installed: 2024-05-21T16:05:07.795 INFO:teuthology.orchestra.run.smithi194.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-21T16:05:07.795 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-21T16:05:07.796 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-21T16:05:07.796 INFO:teuthology.orchestra.run.smithi194.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-21T16:05:07.796 INFO:teuthology.orchestra.run.smithi194.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-21T16:05:07.796 INFO:teuthology.orchestra.run.smithi194.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-21T16:05:07.797 INFO:teuthology.orchestra.run.smithi194.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-21T16:05:07.797 INFO:teuthology.orchestra.run.smithi194.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-21T16:05:07.797 INFO:teuthology.orchestra.run.smithi194.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-21T16:05:07.797 INFO:teuthology.orchestra.run.smithi194.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-21T16:05:07.797 INFO:teuthology.orchestra.run.smithi194.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-21T16:05:07.797 INFO:teuthology.orchestra.run.smithi194.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-21T16:05:07.798 INFO:teuthology.orchestra.run.smithi194.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-21T16:05:07.811 INFO:teuthology.orchestra.run.smithi165.stdout:0 upgraded, 118 newly installed, 0 to remove and 307 not upgraded. 2024-05-21T16:05:07.812 INFO:teuthology.orchestra.run.smithi165.stdout:Need to get 189 MB of archives. 2024-05-21T16:05:07.812 INFO:teuthology.orchestra.run.smithi165.stdout:After this operation, 862 MB of additional disk space will be used. 2024-05-21T16:05:07.812 INFO:teuthology.orchestra.run.smithi165.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-21T16:05:07.852 INFO:teuthology.orchestra.run.smithi165.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3868-ga2b47860-1jammy [3,554 kB] 2024-05-21T16:05:07.857 INFO:teuthology.orchestra.run.smithi012.stdout:0 upgraded, 118 newly installed, 0 to remove and 307 not upgraded. 2024-05-21T16:05:07.857 INFO:teuthology.orchestra.run.smithi012.stdout:Need to get 189 MB of archives. 2024-05-21T16:05:07.857 INFO:teuthology.orchestra.run.smithi012.stdout:After this operation, 862 MB of additional disk space will be used. 2024-05-21T16:05:07.857 INFO:teuthology.orchestra.run.smithi012.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-21T16:05:07.934 INFO:teuthology.orchestra.run.smithi012.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3868-ga2b47860-1jammy [3,554 kB] 2024-05-21T16:05:07.937 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 118 newly installed, 0 to remove and 307 not upgraded. 2024-05-21T16:05:07.937 INFO:teuthology.orchestra.run.smithi194.stdout:Need to get 189 MB of archives. 2024-05-21T16:05:07.937 INFO:teuthology.orchestra.run.smithi194.stdout:After this operation, 862 MB of additional disk space will be used. 2024-05-21T16:05:07.938 INFO:teuthology.orchestra.run.smithi194.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3868-ga2b47860-1jammy [3,554 kB] 2024-05-21T16:05:07.974 INFO:teuthology.orchestra.run.smithi012.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-21T16:05:07.977 INFO:teuthology.orchestra.run.smithi012.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-21T16:05:07.992 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-21T16:05:07.999 INFO:teuthology.orchestra.run.smithi012.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-21T16:05:08.068 INFO:teuthology.orchestra.run.smithi012.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-21T16:05:08.073 INFO:teuthology.orchestra.run.smithi012.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-21T16:05:08.086 INFO:teuthology.orchestra.run.smithi012.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-21T16:05:08.091 INFO:teuthology.orchestra.run.smithi012.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-21T16:05:08.091 INFO:teuthology.orchestra.run.smithi012.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-21T16:05:08.092 INFO:teuthology.orchestra.run.smithi012.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-21T16:05:08.101 INFO:teuthology.orchestra.run.smithi012.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-21T16:05:08.104 INFO:teuthology.orchestra.run.smithi012.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-21T16:05:08.106 INFO:teuthology.orchestra.run.smithi012.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-21T16:05:08.108 INFO:teuthology.orchestra.run.smithi012.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-21T16:05:08.112 INFO:teuthology.orchestra.run.smithi012.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-21T16:05:08.115 INFO:teuthology.orchestra.run.smithi012.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-21T16:05:08.117 INFO:teuthology.orchestra.run.smithi012.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-21T16:05:08.132 INFO:teuthology.orchestra.run.smithi012.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-21T16:05:08.133 INFO:teuthology.orchestra.run.smithi012.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-21T16:05:08.133 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:05:08.134 INFO:teuthology.orchestra.run.smithi012.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-21T16:05:08.135 INFO:teuthology.orchestra.run.smithi012.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-21T16:05:08.135 INFO:teuthology.orchestra.run.smithi012.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-21T16:05:08.135 INFO:teuthology.orchestra.run.smithi012.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-21T16:05:08.152 INFO:teuthology.orchestra.run.smithi012.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-21T16:05:08.152 INFO:teuthology.orchestra.run.smithi012.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-21T16:05:08.153 INFO:teuthology.orchestra.run.smithi012.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-21T16:05:08.171 INFO:teuthology.orchestra.run.smithi012.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-21T16:05:08.172 INFO:teuthology.orchestra.run.smithi012.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-21T16:05:08.172 INFO:teuthology.orchestra.run.smithi012.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-21T16:05:08.173 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:05:08.174 INFO:teuthology.orchestra.run.smithi012.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-21T16:05:08.174 INFO:teuthology.orchestra.run.smithi012.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-21T16:05:08.175 INFO:teuthology.orchestra.run.smithi012.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-21T16:05:08.191 INFO:teuthology.orchestra.run.smithi012.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-21T16:05:08.192 INFO:teuthology.orchestra.run.smithi012.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-21T16:05:08.192 INFO:teuthology.orchestra.run.smithi012.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-21T16:05:08.211 INFO:teuthology.orchestra.run.smithi012.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-21T16:05:08.212 INFO:teuthology.orchestra.run.smithi012.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-21T16:05:08.212 INFO:teuthology.orchestra.run.smithi012.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-21T16:05:08.213 INFO:teuthology.orchestra.run.smithi012.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-21T16:05:08.214 INFO:teuthology.orchestra.run.smithi012.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-21T16:05:08.216 INFO:teuthology.orchestra.run.smithi012.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-05-21T16:05:08.217 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:05:08.231 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:05:08.232 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:05:08.236 INFO:teuthology.orchestra.run.smithi012.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-21T16:05:08.247 INFO:teuthology.orchestra.run.smithi165.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-21T16:05:08.251 INFO:teuthology.orchestra.run.smithi012.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-21T16:05:08.252 INFO:teuthology.orchestra.run.smithi012.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-21T16:05:08.257 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:05:08.257 INFO:teuthology.orchestra.run.smithi012.stdout:Get:52 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3868-ga2b47860-1jammy [3,225 kB] 2024-05-21T16:05:08.263 INFO:teuthology.orchestra.run.smithi165.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-21T16:05:08.296 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3868-ga2b47860-1jammy [3,225 kB] 2024-05-21T16:05:08.334 INFO:teuthology.orchestra.run.smithi012.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-21T16:05:08.335 INFO:teuthology.orchestra.run.smithi012.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-21T16:05:08.336 INFO:teuthology.orchestra.run.smithi012.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-21T16:05:08.336 INFO:teuthology.orchestra.run.smithi012.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-21T16:05:08.337 INFO:teuthology.orchestra.run.smithi012.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-21T16:05:08.356 INFO:teuthology.orchestra.run.smithi012.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-21T16:05:08.358 INFO:teuthology.orchestra.run.smithi012.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-21T16:05:08.359 INFO:teuthology.orchestra.run.smithi012.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-21T16:05:08.373 INFO:teuthology.orchestra.run.smithi012.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-21T16:05:08.373 INFO:teuthology.orchestra.run.smithi012.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-21T16:05:08.376 INFO:teuthology.orchestra.run.smithi012.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-21T16:05:08.376 INFO:teuthology.orchestra.run.smithi165.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-21T16:05:08.377 INFO:teuthology.orchestra.run.smithi012.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-21T16:05:08.377 INFO:teuthology.orchestra.run.smithi012.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-21T16:05:08.377 INFO:teuthology.orchestra.run.smithi012.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-21T16:05:08.396 INFO:teuthology.orchestra.run.smithi012.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-21T16:05:08.396 INFO:teuthology.orchestra.run.smithi012.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-21T16:05:08.400 INFO:teuthology.orchestra.run.smithi012.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-21T16:05:08.401 INFO:teuthology.orchestra.run.smithi012.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-21T16:05:08.403 INFO:teuthology.orchestra.run.smithi012.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-21T16:05:08.403 INFO:teuthology.orchestra.run.smithi012.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-21T16:05:08.415 INFO:teuthology.orchestra.run.smithi012.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-21T16:05:08.419 INFO:teuthology.orchestra.run.smithi012.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-21T16:05:08.420 INFO:teuthology.orchestra.run.smithi012.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-21T16:05:08.420 INFO:teuthology.orchestra.run.smithi012.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-21T16:05:08.435 INFO:teuthology.orchestra.run.smithi012.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-21T16:05:08.436 INFO:teuthology.orchestra.run.smithi012.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-21T16:05:08.440 INFO:teuthology.orchestra.run.smithi012.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-21T16:05:08.441 INFO:teuthology.orchestra.run.smithi012.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-21T16:05:08.441 INFO:teuthology.orchestra.run.smithi012.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-21T16:05:08.441 INFO:teuthology.orchestra.run.smithi012.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-21T16:05:08.455 INFO:teuthology.orchestra.run.smithi012.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-21T16:05:08.456 INFO:teuthology.orchestra.run.smithi012.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-21T16:05:08.464 INFO:teuthology.orchestra.run.smithi012.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-21T16:05:08.465 INFO:teuthology.orchestra.run.smithi012.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-21T16:05:08.475 INFO:teuthology.orchestra.run.smithi012.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-21T16:05:08.477 INFO:teuthology.orchestra.run.smithi012.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-21T16:05:08.478 INFO:teuthology.orchestra.run.smithi012.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-21T16:05:08.483 INFO:teuthology.orchestra.run.smithi012.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3868-ga2b47860-1jammy [713 kB] 2024-05-21T16:05:08.496 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-21T16:05:08.515 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-21T16:05:08.539 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3868-ga2b47860-1jammy [713 kB] 2024-05-21T16:05:08.585 INFO:teuthology.orchestra.run.smithi012.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3868-ga2b47860-1jammy [356 kB] 2024-05-21T16:05:08.592 INFO:teuthology.orchestra.run.smithi012.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3868-ga2b47860-1jammy [32.8 kB] 2024-05-21T16:05:08.594 INFO:teuthology.orchestra.run.smithi012.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3868-ga2b47860-1jammy [180 kB] 2024-05-21T16:05:08.597 INFO:teuthology.orchestra.run.smithi012.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3868-ga2b47860-1jammy [67.5 kB] 2024-05-21T16:05:08.599 INFO:teuthology.orchestra.run.smithi012.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3868-ga2b47860-1jammy [332 kB] 2024-05-21T16:05:08.606 INFO:teuthology.orchestra.run.smithi012.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3868-ga2b47860-1jammy [7,880 kB] 2024-05-21T16:05:08.630 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3868-ga2b47860-1jammy [356 kB] 2024-05-21T16:05:08.637 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3868-ga2b47860-1jammy [32.8 kB] 2024-05-21T16:05:08.637 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-21T16:05:08.638 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3868-ga2b47860-1jammy [180 kB] 2024-05-21T16:05:08.642 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3868-ga2b47860-1jammy [67.5 kB] 2024-05-21T16:05:08.643 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3868-ga2b47860-1jammy [332 kB] 2024-05-21T16:05:08.666 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3868-ga2b47860-1jammy [7,880 kB] 2024-05-21T16:05:08.675 INFO:teuthology.orchestra.run.smithi165.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-21T16:05:08.724 INFO:teuthology.orchestra.run.smithi165.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3868-ga2b47860-1jammy [3,225 kB] 2024-05-21T16:05:08.726 INFO:teuthology.orchestra.run.smithi165.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-21T16:05:08.773 INFO:teuthology.orchestra.run.smithi165.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-21T16:05:08.795 INFO:teuthology.orchestra.run.smithi165.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-21T16:05:08.800 INFO:teuthology.orchestra.run.smithi165.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-21T16:05:08.801 INFO:teuthology.orchestra.run.smithi165.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-21T16:05:08.823 INFO:teuthology.orchestra.run.smithi165.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-21T16:05:08.992 INFO:teuthology.orchestra.run.smithi165.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-21T16:05:09.073 INFO:teuthology.orchestra.run.smithi194.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-21T16:05:09.101 INFO:teuthology.orchestra.run.smithi194.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-21T16:05:09.151 INFO:teuthology.orchestra.run.smithi194.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-21T16:05:09.170 INFO:teuthology.orchestra.run.smithi194.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-21T16:05:09.171 INFO:teuthology.orchestra.run.smithi194.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-21T16:05:09.172 INFO:teuthology.orchestra.run.smithi194.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-21T16:05:09.203 INFO:teuthology.orchestra.run.smithi194.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-21T16:05:09.204 INFO:teuthology.orchestra.run.smithi165.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3868-ga2b47860-1jammy [713 kB] 2024-05-21T16:05:09.215 INFO:teuthology.orchestra.run.smithi012.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3868-ga2b47860-1jammy [112 kB] 2024-05-21T16:05:09.219 INFO:teuthology.orchestra.run.smithi012.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3868-ga2b47860-1jammy [467 kB] 2024-05-21T16:05:09.237 INFO:teuthology.orchestra.run.smithi012.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3868-ga2b47860-1jammy [27.8 MB] 2024-05-21T16:05:09.304 INFO:teuthology.orchestra.run.smithi165.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3868-ga2b47860-1jammy [356 kB] 2024-05-21T16:05:09.350 INFO:teuthology.orchestra.run.smithi194.stdout:Get:21 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3868-ga2b47860-1jammy [112 kB] 2024-05-21T16:05:09.354 INFO:teuthology.orchestra.run.smithi194.stdout:Get:22 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3868-ga2b47860-1jammy [467 kB] 2024-05-21T16:05:09.360 INFO:teuthology.orchestra.run.smithi165.stdout:Get:17 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3868-ga2b47860-1jammy [32.8 kB] 2024-05-21T16:05:09.363 INFO:teuthology.orchestra.run.smithi165.stdout:Get:18 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3868-ga2b47860-1jammy [180 kB] 2024-05-21T16:05:09.380 INFO:teuthology.orchestra.run.smithi194.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-21T16:05:09.383 INFO:teuthology.orchestra.run.smithi165.stdout:Get:19 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3868-ga2b47860-1jammy [67.5 kB] 2024-05-21T16:05:09.391 INFO:teuthology.orchestra.run.smithi165.stdout:Get:20 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3868-ga2b47860-1jammy [332 kB] 2024-05-21T16:05:09.410 INFO:teuthology.orchestra.run.smithi165.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-21T16:05:09.411 INFO:teuthology.orchestra.run.smithi194.stdout:Get:24 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3868-ga2b47860-1jammy [27.8 MB] 2024-05-21T16:05:09.446 INFO:teuthology.orchestra.run.smithi165.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-21T16:05:09.446 INFO:teuthology.orchestra.run.smithi165.stdout:Get:23 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3868-ga2b47860-1jammy [7,880 kB] 2024-05-21T16:05:09.446 INFO:teuthology.orchestra.run.smithi165.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-21T16:05:09.527 INFO:teuthology.orchestra.run.smithi165.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-21T16:05:09.582 INFO:teuthology.orchestra.run.smithi165.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-21T16:05:09.604 INFO:teuthology.orchestra.run.smithi165.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-21T16:05:09.610 INFO:teuthology.orchestra.run.smithi165.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-21T16:05:09.611 INFO:teuthology.orchestra.run.smithi165.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-21T16:05:09.623 INFO:teuthology.orchestra.run.smithi165.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-21T16:05:09.623 INFO:teuthology.orchestra.run.smithi165.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-21T16:05:09.798 INFO:teuthology.orchestra.run.smithi165.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-21T16:05:09.807 INFO:teuthology.orchestra.run.smithi194.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-21T16:05:09.863 INFO:teuthology.orchestra.run.smithi194.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-21T16:05:09.866 INFO:teuthology.orchestra.run.smithi194.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-21T16:05:09.881 INFO:teuthology.orchestra.run.smithi165.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-21T16:05:09.910 INFO:teuthology.orchestra.run.smithi165.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-21T16:05:09.927 INFO:teuthology.orchestra.run.smithi165.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-21T16:05:09.933 INFO:teuthology.orchestra.run.smithi194.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-21T16:05:09.972 INFO:teuthology.orchestra.run.smithi165.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-21T16:05:09.986 INFO:teuthology.orchestra.run.smithi194.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-21T16:05:10.009 INFO:teuthology.orchestra.run.smithi194.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-21T16:05:10.017 INFO:teuthology.orchestra.run.smithi194.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-21T16:05:10.018 INFO:teuthology.orchestra.run.smithi194.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-21T16:05:10.040 INFO:teuthology.orchestra.run.smithi194.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-21T16:05:10.041 INFO:teuthology.orchestra.run.smithi194.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-21T16:05:10.188 INFO:teuthology.orchestra.run.smithi165.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-21T16:05:10.204 INFO:teuthology.orchestra.run.smithi165.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-21T16:05:10.209 INFO:teuthology.orchestra.run.smithi194.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-21T16:05:10.211 INFO:teuthology.orchestra.run.smithi165.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-21T16:05:10.216 INFO:teuthology.orchestra.run.smithi165.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-21T16:05:10.272 INFO:teuthology.orchestra.run.smithi165.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-21T16:05:10.282 INFO:teuthology.orchestra.run.smithi165.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-21T16:05:10.292 INFO:teuthology.orchestra.run.smithi194.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-21T16:05:10.299 INFO:teuthology.orchestra.run.smithi165.stdout:Get:43 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3868-ga2b47860-1jammy [112 kB] 2024-05-21T16:05:10.308 INFO:teuthology.orchestra.run.smithi165.stdout:Get:44 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3868-ga2b47860-1jammy [467 kB] 2024-05-21T16:05:10.321 INFO:teuthology.orchestra.run.smithi194.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-21T16:05:10.338 INFO:teuthology.orchestra.run.smithi194.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-21T16:05:10.349 INFO:teuthology.orchestra.run.smithi165.stdout:Get:45 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3868-ga2b47860-1jammy [27.8 MB] 2024-05-21T16:05:10.383 INFO:teuthology.orchestra.run.smithi194.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-21T16:05:10.455 INFO:teuthology.orchestra.run.smithi165.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-21T16:05:10.600 INFO:teuthology.orchestra.run.smithi194.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-21T16:05:10.614 INFO:teuthology.orchestra.run.smithi194.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-21T16:05:10.620 INFO:teuthology.orchestra.run.smithi194.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-21T16:05:10.626 INFO:teuthology.orchestra.run.smithi194.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-21T16:05:10.651 INFO:teuthology.orchestra.run.smithi194.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-21T16:05:10.661 INFO:teuthology.orchestra.run.smithi194.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-21T16:05:10.800 INFO:teuthology.orchestra.run.smithi165.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-21T16:05:10.828 INFO:teuthology.orchestra.run.smithi194.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-21T16:05:10.844 INFO:teuthology.orchestra.run.smithi165.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-21T16:05:10.856 INFO:teuthology.orchestra.run.smithi165.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-21T16:05:11.082 INFO:teuthology.orchestra.run.smithi165.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-21T16:05:11.086 INFO:teuthology.orchestra.run.smithi165.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-21T16:05:11.088 INFO:teuthology.orchestra.run.smithi165.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-21T16:05:11.094 INFO:teuthology.orchestra.run.smithi165.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-21T16:05:11.121 INFO:teuthology.orchestra.run.smithi165.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-21T16:05:11.146 INFO:teuthology.orchestra.run.smithi165.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-05-21T16:05:11.153 INFO:teuthology.orchestra.run.smithi165.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-21T16:05:11.160 INFO:teuthology.orchestra.run.smithi194.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-21T16:05:11.192 INFO:teuthology.orchestra.run.smithi194.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-21T16:05:11.204 INFO:teuthology.orchestra.run.smithi194.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-21T16:05:11.331 INFO:teuthology.orchestra.run.smithi165.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-21T16:05:11.491 INFO:teuthology.orchestra.run.smithi194.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-21T16:05:11.492 INFO:teuthology.orchestra.run.smithi194.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-21T16:05:11.526 INFO:teuthology.orchestra.run.smithi194.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-21T16:05:11.552 INFO:teuthology.orchestra.run.smithi194.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-21T16:05:11.583 INFO:teuthology.orchestra.run.smithi194.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-21T16:05:11.603 INFO:teuthology.orchestra.run.smithi165.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-21T16:05:11.606 INFO:teuthology.orchestra.run.smithi194.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-05-21T16:05:11.613 INFO:teuthology.orchestra.run.smithi194.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-21T16:05:11.789 INFO:teuthology.orchestra.run.smithi194.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-21T16:05:11.807 INFO:teuthology.orchestra.run.smithi165.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-21T16:05:11.836 INFO:teuthology.orchestra.run.smithi165.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-21T16:05:11.865 INFO:teuthology.orchestra.run.smithi165.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-21T16:05:11.971 INFO:teuthology.orchestra.run.smithi165.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-21T16:05:12.060 INFO:teuthology.orchestra.run.smithi194.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-21T16:05:12.107 INFO:teuthology.orchestra.run.smithi194.stdout:Get:59 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3868-ga2b47860-1jammy [5,093 kB] 2024-05-21T16:05:12.239 INFO:teuthology.orchestra.run.smithi194.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-21T16:05:12.253 INFO:teuthology.orchestra.run.smithi194.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-21T16:05:12.274 INFO:teuthology.orchestra.run.smithi194.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-21T16:05:12.314 INFO:teuthology.orchestra.run.smithi012.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3868-ga2b47860-1jammy [5,093 kB] 2024-05-21T16:05:12.339 INFO:teuthology.orchestra.run.smithi194.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-21T16:05:12.377 INFO:teuthology.orchestra.run.smithi165.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-21T16:05:12.379 INFO:teuthology.orchestra.run.smithi165.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-21T16:05:12.382 INFO:teuthology.orchestra.run.smithi165.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-21T16:05:12.383 INFO:teuthology.orchestra.run.smithi165.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-21T16:05:12.385 INFO:teuthology.orchestra.run.smithi165.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-21T16:05:12.483 INFO:teuthology.orchestra.run.smithi194.stdout:Get:64 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3868-ga2b47860-1jammy [244 kB] 2024-05-21T16:05:12.512 INFO:teuthology.orchestra.run.smithi194.stdout:Get:65 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3868-ga2b47860-1jammy [124 kB] 2024-05-21T16:05:12.518 INFO:teuthology.orchestra.run.smithi194.stdout:Get:66 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3868-ga2b47860-1jammy [1,544 kB] 2024-05-21T16:05:12.646 INFO:teuthology.orchestra.run.smithi165.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-21T16:05:12.661 INFO:teuthology.orchestra.run.smithi194.stdout:Get:67 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3868-ga2b47860-1jammy [6,260 kB] 2024-05-21T16:05:12.814 INFO:teuthology.orchestra.run.smithi012.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3868-ga2b47860-1jammy [244 kB] 2024-05-21T16:05:12.827 INFO:teuthology.orchestra.run.smithi194.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-21T16:05:12.834 INFO:teuthology.orchestra.run.smithi194.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-21T16:05:12.837 INFO:teuthology.orchestra.run.smithi194.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-21T16:05:12.837 INFO:teuthology.orchestra.run.smithi194.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-21T16:05:12.844 INFO:teuthology.orchestra.run.smithi194.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-21T16:05:12.849 INFO:teuthology.orchestra.run.smithi012.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3868-ga2b47860-1jammy [124 kB] 2024-05-21T16:05:12.854 INFO:teuthology.orchestra.run.smithi012.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3868-ga2b47860-1jammy [1,544 kB] 2024-05-21T16:05:12.975 INFO:teuthology.orchestra.run.smithi165.stdout:Get:69 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3868-ga2b47860-1jammy [5,093 kB] 2024-05-21T16:05:13.027 INFO:teuthology.orchestra.run.smithi012.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3868-ga2b47860-1jammy [6,260 kB] 2024-05-21T16:05:13.086 INFO:teuthology.orchestra.run.smithi165.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-21T16:05:13.093 INFO:teuthology.orchestra.run.smithi165.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-21T16:05:13.135 INFO:teuthology.orchestra.run.smithi194.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-21T16:05:13.227 INFO:teuthology.orchestra.run.smithi194.stdout:Get:74 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3868-ga2b47860-1jammy [22.8 MB] 2024-05-21T16:05:13.304 INFO:teuthology.orchestra.run.smithi165.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3868-ga2b47860-1jammy [244 kB] 2024-05-21T16:05:13.326 INFO:teuthology.orchestra.run.smithi165.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3868-ga2b47860-1jammy [124 kB] 2024-05-21T16:05:13.339 INFO:teuthology.orchestra.run.smithi165.stdout:Get:74 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3868-ga2b47860-1jammy [1,544 kB] 2024-05-21T16:05:13.435 INFO:teuthology.orchestra.run.smithi165.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-21T16:05:13.435 INFO:teuthology.orchestra.run.smithi165.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-21T16:05:13.444 INFO:teuthology.orchestra.run.smithi165.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-21T16:05:13.447 INFO:teuthology.orchestra.run.smithi165.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-21T16:05:13.451 INFO:teuthology.orchestra.run.smithi165.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-21T16:05:13.455 INFO:teuthology.orchestra.run.smithi165.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-21T16:05:13.456 INFO:teuthology.orchestra.run.smithi165.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-21T16:05:13.457 INFO:teuthology.orchestra.run.smithi165.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-21T16:05:13.474 INFO:teuthology.orchestra.run.smithi165.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3868-ga2b47860-1jammy [6,260 kB] 2024-05-21T16:05:13.575 INFO:teuthology.orchestra.run.smithi194.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-21T16:05:13.581 INFO:teuthology.orchestra.run.smithi194.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-21T16:05:13.641 INFO:teuthology.orchestra.run.smithi165.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-21T16:05:13.785 INFO:teuthology.orchestra.run.smithi012.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3868-ga2b47860-1jammy [22.8 MB] 2024-05-21T16:05:14.057 INFO:teuthology.orchestra.run.smithi194.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-21T16:05:14.057 INFO:teuthology.orchestra.run.smithi194.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-21T16:05:14.062 INFO:teuthology.orchestra.run.smithi194.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-21T16:05:14.064 INFO:teuthology.orchestra.run.smithi194.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-21T16:05:14.067 INFO:teuthology.orchestra.run.smithi194.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-21T16:05:14.069 INFO:teuthology.orchestra.run.smithi194.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-21T16:05:14.071 INFO:teuthology.orchestra.run.smithi194.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-21T16:05:14.074 INFO:teuthology.orchestra.run.smithi194.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-21T16:05:14.076 INFO:teuthology.orchestra.run.smithi165.stdout:Get:85 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3868-ga2b47860-1jammy [22.8 MB] 2024-05-21T16:05:14.094 INFO:teuthology.orchestra.run.smithi165.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-21T16:05:14.158 INFO:teuthology.orchestra.run.smithi165.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-21T16:05:14.199 INFO:teuthology.orchestra.run.smithi165.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-21T16:05:14.272 INFO:teuthology.orchestra.run.smithi194.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-21T16:05:14.363 INFO:teuthology.orchestra.run.smithi165.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-21T16:05:14.422 INFO:teuthology.orchestra.run.smithi165.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-21T16:05:14.431 INFO:teuthology.orchestra.run.smithi165.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-21T16:05:14.436 INFO:teuthology.orchestra.run.smithi165.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-21T16:05:14.526 INFO:teuthology.orchestra.run.smithi165.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-21T16:05:14.539 INFO:teuthology.orchestra.run.smithi165.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-21T16:05:14.574 INFO:teuthology.orchestra.run.smithi165.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-21T16:05:14.680 INFO:teuthology.orchestra.run.smithi194.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-21T16:05:14.738 INFO:teuthology.orchestra.run.smithi165.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-21T16:05:14.790 INFO:teuthology.orchestra.run.smithi194.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-21T16:05:14.841 INFO:teuthology.orchestra.run.smithi194.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-21T16:05:15.062 INFO:teuthology.orchestra.run.smithi194.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-21T16:05:15.168 INFO:teuthology.orchestra.run.smithi194.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-21T16:05:15.192 INFO:teuthology.orchestra.run.smithi194.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-21T16:05:15.204 INFO:teuthology.orchestra.run.smithi194.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-21T16:05:15.314 INFO:teuthology.orchestra.run.smithi165.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-21T16:05:15.333 INFO:teuthology.orchestra.run.smithi165.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-21T16:05:15.444 INFO:teuthology.orchestra.run.smithi194.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-21T16:05:15.445 INFO:teuthology.orchestra.run.smithi194.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3868-ga2b47860-1jammy [14.0 kB] 2024-05-21T16:05:15.446 INFO:teuthology.orchestra.run.smithi194.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3868-ga2b47860-1jammy [870 kB] 2024-05-21T16:05:15.464 INFO:teuthology.orchestra.run.smithi194.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-21T16:05:15.473 INFO:teuthology.orchestra.run.smithi194.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3868-ga2b47860-1jammy [2,440 kB] 2024-05-21T16:05:15.493 INFO:teuthology.orchestra.run.smithi165.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-21T16:05:15.525 INFO:teuthology.orchestra.run.smithi165.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-21T16:05:15.637 INFO:teuthology.orchestra.run.smithi194.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-21T16:05:15.690 INFO:teuthology.orchestra.run.smithi165.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-21T16:05:15.693 INFO:teuthology.orchestra.run.smithi165.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-21T16:05:15.694 INFO:teuthology.orchestra.run.smithi165.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-21T16:05:15.716 INFO:teuthology.orchestra.run.smithi165.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-21T16:05:15.721 INFO:teuthology.orchestra.run.smithi194.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3868-ga2b47860-1jammy [794 kB] 2024-05-21T16:05:15.724 INFO:teuthology.orchestra.run.smithi165.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-21T16:05:15.795 INFO:teuthology.orchestra.run.smithi194.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3868-ga2b47860-1jammy [150 kB] 2024-05-21T16:05:15.804 INFO:teuthology.orchestra.run.smithi194.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3868-ga2b47860-1jammy [2,226 kB] 2024-05-21T16:05:15.805 INFO:teuthology.orchestra.run.smithi194.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-21T16:05:16.022 INFO:teuthology.orchestra.run.smithi194.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3868-ga2b47860-1jammy [8,625 kB] 2024-05-21T16:05:16.038 INFO:teuthology.orchestra.run.smithi165.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3868-ga2b47860-1jammy [14.0 kB] 2024-05-21T16:05:16.039 INFO:teuthology.orchestra.run.smithi165.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3868-ga2b47860-1jammy [870 kB] 2024-05-21T16:05:16.056 INFO:teuthology.orchestra.run.smithi165.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3868-ga2b47860-1jammy [2,440 kB] 2024-05-21T16:05:16.089 INFO:teuthology.orchestra.run.smithi194.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-21T16:05:16.111 INFO:teuthology.orchestra.run.smithi194.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-21T16:05:16.232 INFO:teuthology.orchestra.run.smithi165.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3868-ga2b47860-1jammy [794 kB] 2024-05-21T16:05:16.300 INFO:teuthology.orchestra.run.smithi165.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3868-ga2b47860-1jammy [150 kB] 2024-05-21T16:05:16.306 INFO:teuthology.orchestra.run.smithi194.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-21T16:05:16.307 INFO:teuthology.orchestra.run.smithi165.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3868-ga2b47860-1jammy [2,226 kB] 2024-05-21T16:05:16.377 INFO:teuthology.orchestra.run.smithi194.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-21T16:05:16.487 INFO:teuthology.orchestra.run.smithi165.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3868-ga2b47860-1jammy [8,625 kB] 2024-05-21T16:05:16.597 INFO:teuthology.orchestra.run.smithi194.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-21T16:05:16.600 INFO:teuthology.orchestra.run.smithi194.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-21T16:05:16.602 INFO:teuthology.orchestra.run.smithi194.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-21T16:05:16.630 INFO:teuthology.orchestra.run.smithi194.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-21T16:05:16.638 INFO:teuthology.orchestra.run.smithi194.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-21T16:05:16.649 INFO:teuthology.orchestra.run.smithi012.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3868-ga2b47860-1jammy [14.0 kB] 2024-05-21T16:05:16.650 INFO:teuthology.orchestra.run.smithi012.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3868-ga2b47860-1jammy [870 kB] 2024-05-21T16:05:16.681 INFO:teuthology.orchestra.run.smithi012.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3868-ga2b47860-1jammy [2,440 kB] 2024-05-21T16:05:16.854 INFO:teuthology.orchestra.run.smithi194.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3868-ga2b47860-1jammy [14.2 kB] 2024-05-21T16:05:16.854 INFO:teuthology.orchestra.run.smithi194.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3868-ga2b47860-1jammy [54.7 MB] 2024-05-21T16:05:16.980 INFO:teuthology.orchestra.run.smithi012.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3868-ga2b47860-1jammy [794 kB] 2024-05-21T16:05:17.084 INFO:teuthology.orchestra.run.smithi012.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3868-ga2b47860-1jammy [150 kB] 2024-05-21T16:05:17.093 INFO:teuthology.orchestra.run.smithi012.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3868-ga2b47860-1jammy [2,226 kB] 2024-05-21T16:05:17.179 INFO:teuthology.orchestra.run.smithi165.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3868-ga2b47860-1jammy [14.2 kB] 2024-05-21T16:05:17.179 INFO:teuthology.orchestra.run.smithi165.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3868-ga2b47860-1jammy [54.7 MB] 2024-05-21T16:05:17.380 INFO:teuthology.orchestra.run.smithi012.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3868-ga2b47860-1jammy [8,625 kB] 2024-05-21T16:05:18.457 INFO:teuthology.orchestra.run.smithi012.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3868-ga2b47860-1jammy [14.2 kB] 2024-05-21T16:05:18.457 INFO:teuthology.orchestra.run.smithi012.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3868-ga2b47860-1jammy [54.7 MB] 2024-05-21T16:05:22.064 INFO:teuthology.orchestra.run.smithi194.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3868-ga2b47860-1jammy [124 kB] 2024-05-21T16:05:22.066 INFO:teuthology.orchestra.run.smithi194.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3868-ga2b47860-1jammy [38.9 kB] 2024-05-21T16:05:22.068 INFO:teuthology.orchestra.run.smithi194.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3868-ga2b47860-1jammy [15.7 MB] 2024-05-21T16:05:22.799 INFO:teuthology.orchestra.run.smithi165.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3868-ga2b47860-1jammy [124 kB] 2024-05-21T16:05:22.802 INFO:teuthology.orchestra.run.smithi165.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3868-ga2b47860-1jammy [38.9 kB] 2024-05-21T16:05:22.803 INFO:teuthology.orchestra.run.smithi165.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3868-ga2b47860-1jammy [15.7 MB] 2024-05-21T16:05:23.155 INFO:teuthology.orchestra.run.smithi194.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3868-ga2b47860-1jammy [91.4 kB] 2024-05-21T16:05:23.715 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 189 MB in 15s (12.3 MB/s) 2024-05-21T16:05:23.875 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-21T16:05:23.878 INFO:teuthology.orchestra.run.smithi012.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3868-ga2b47860-1jammy [124 kB] 2024-05-21T16:05:23.881 INFO:teuthology.orchestra.run.smithi012.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3868-ga2b47860-1jammy [38.9 kB] 2024-05-21T16:05:23.882 INFO:teuthology.orchestra.run.smithi012.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3868-ga2b47860-1jammy [15.7 MB] 2024-05-21T16:05:23.975 INFO:teuthology.orchestra.run.smithi194.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 ... 165990 files and directories currently installed.) 2024-05-21T16:05:23.980 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-21T16:05:24.090 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-21T16:05:24.260 INFO:teuthology.orchestra.run.smithi165.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3868-ga2b47860-1jammy [91.4 kB] 2024-05-21T16:05:24.393 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-21T16:05:24.420 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-21T16:05:24.431 INFO:teuthology.orchestra.run.smithi012.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3868-ga2b47860-1jammy [91.4 kB] 2024-05-21T16:05:24.452 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-21T16:05:24.780 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-21T16:05:24.806 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-21T16:05:24.825 INFO:teuthology.orchestra.run.smithi165.stdout:Fetched 189 MB in 17s (11.4 MB/s) 2024-05-21T16:05:24.846 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-21T16:05:25.019 INFO:teuthology.orchestra.run.smithi012.stdout:Fetched 189 MB in 17s (11.4 MB/s) 2024-05-21T16:05:25.128 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-21T16:05:25.155 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-21T16:05:25.183 INFO:teuthology.orchestra.run.smithi012.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 ... 165990 files and directories currently installed.) 2024-05-21T16:05:25.188 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-21T16:05:25.258 INFO:teuthology.orchestra.run.smithi165.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 ... 165990 files and directories currently installed.) 2024-05-21T16:05:25.261 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-21T16:05:25.263 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-21T16:05:25.354 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-21T16:05:25.467 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-21T16:05:25.494 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T16:05:25.558 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:05:25.573 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-21T16:05:25.600 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-21T16:05:25.639 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-21T16:05:25.674 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-21T16:05:25.700 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-21T16:05:25.740 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-21T16:05:25.895 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-21T16:05:25.909 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T16:05:25.953 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:05:26.076 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-21T16:05:26.101 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-21T16:05:26.102 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-21T16:05:26.127 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-21T16:05:26.143 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-21T16:05:26.167 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-21T16:05:26.289 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-21T16:05:26.315 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T16:05:26.355 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:05:26.530 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-21T16:05:26.556 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T16:05:26.563 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-21T16:05:26.589 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T16:05:26.596 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:05:26.629 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:05:26.692 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-21T16:05:26.718 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-21T16:05:26.750 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-21T16:05:27.007 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-21T16:05:27.032 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-21T16:05:27.033 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T16:05:27.059 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T16:05:27.061 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librados2. 2024-05-21T16:05:27.074 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:05:27.088 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../007-librados2_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:27.099 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:05:27.128 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librados2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:27.419 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-21T16:05:27.437 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T16:05:27.460 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-21T16:05:27.477 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:05:27.487 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T16:05:27.536 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:05:27.572 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librbd1. 2024-05-21T16:05:27.599 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../008-librbd1_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:27.639 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librbd1 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:27.821 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-21T16:05:27.838 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-21T16:05:27.848 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-21T16:05:27.854 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-21T16:05:27.879 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-21T16:05:27.888 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-21T16:05:28.100 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libcephfs2. 2024-05-21T16:05:28.126 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:28.175 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libcephfs2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:28.182 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package librados2. 2024-05-21T16:05:28.208 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../007-librados2_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:28.217 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package librados2. 2024-05-21T16:05:28.243 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../007-librados2_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:28.248 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking librados2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:28.283 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking librados2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:28.419 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rados. 2024-05-21T16:05:28.434 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:28.469 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rados (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:28.727 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package librbd1. 2024-05-21T16:05:28.730 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package librbd1. 2024-05-21T16:05:28.753 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../008-librbd1_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:28.757 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../008-librbd1_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:28.788 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-21T16:05:28.793 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking librbd1 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:28.796 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking librbd1 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:28.815 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:28.855 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-ceph-argparse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:29.107 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cephfs. 2024-05-21T16:05:29.122 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:29.165 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cephfs (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:29.191 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libcephfs2. 2024-05-21T16:05:29.218 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:29.254 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libcephfs2. 2024-05-21T16:05:29.257 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libcephfs2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:29.281 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:29.320 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libcephfs2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:29.476 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-21T16:05:29.503 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:29.543 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-ceph-common (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:29.543 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-rados. 2024-05-21T16:05:29.570 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:29.581 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-rados. 2024-05-21T16:05:29.596 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:29.610 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-rados (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:29.631 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-rados (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:29.854 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-21T16:05:29.881 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-21T16:05:29.913 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-21T16:05:29.933 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-21T16:05:29.960 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:30.000 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-ceph-argparse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:30.071 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-21T16:05:30.098 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:30.129 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-ceph-argparse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:30.224 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-prettytable. 2024-05-21T16:05:30.250 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-21T16:05:30.252 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-cephfs. 2024-05-21T16:05:30.280 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:30.290 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-21T16:05:30.319 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-cephfs (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:30.365 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-cephfs. 2024-05-21T16:05:30.381 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:30.423 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-cephfs (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:30.630 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-21T16:05:30.651 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rbd. 2024-05-21T16:05:30.656 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:30.666 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:30.696 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-ceph-common (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:30.709 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rbd (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:30.785 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-21T16:05:30.811 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:30.851 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-ceph-common (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:30.958 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-21T16:05:30.970 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-21T16:05:30.999 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-21T16:05:31.037 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-21T16:05:31.063 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-21T16:05:31.140 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-21T16:05:31.188 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-21T16:05:31.215 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-21T16:05:31.254 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-21T16:05:31.294 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-prettytable. 2024-05-21T16:05:31.320 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-21T16:05:31.360 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-21T16:05:31.381 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-21T16:05:31.396 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-21T16:05:31.431 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-21T16:05:31.549 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-prettytable. 2024-05-21T16:05:31.575 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-21T16:05:31.607 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-21T16:05:31.612 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-rbd. 2024-05-21T16:05:31.639 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:31.679 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-rbd (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:31.734 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-21T16:05:31.760 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-21T16:05:31.801 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-21T16:05:31.885 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-rbd. 2024-05-21T16:05:31.911 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:31.951 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-rbd (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:32.032 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-21T16:05:32.058 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-21T16:05:32.098 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-21T16:05:32.137 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua5.1. 2024-05-21T16:05:32.163 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-21T16:05:32.204 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-21T16:05:32.313 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-21T16:05:32.339 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-21T16:05:32.362 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-21T16:05:32.379 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-21T16:05:32.386 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-21T16:05:32.418 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-21T16:05:32.523 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua-any. 2024-05-21T16:05:32.550 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-21T16:05:32.590 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-21T16:05:32.657 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-21T16:05:32.683 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-21T16:05:32.703 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-21T16:05:32.719 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-21T16:05:32.723 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-21T16:05:32.762 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-21T16:05:32.809 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package zip. 2024-05-21T16:05:32.824 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-21T16:05:32.867 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking zip (3.0-12build2) ... 2024-05-21T16:05:33.018 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-21T16:05:33.044 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-21T16:05:33.084 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-21T16:05:33.106 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package lua5.1. 2024-05-21T16:05:33.133 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-21T16:05:33.173 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-21T16:05:33.179 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package unzip. 2024-05-21T16:05:33.205 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-21T16:05:33.245 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-21T16:05:33.413 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package lua5.1. 2024-05-21T16:05:33.439 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-21T16:05:33.475 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package lua-any. 2024-05-21T16:05:33.479 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-21T16:05:33.491 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-21T16:05:33.534 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-21T16:05:33.607 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package luarocks. 2024-05-21T16:05:33.634 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-21T16:05:33.674 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-21T16:05:33.736 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package zip. 2024-05-21T16:05:33.751 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-21T16:05:33.782 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package lua-any. 2024-05-21T16:05:33.795 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking zip (3.0-12build2) ... 2024-05-21T16:05:33.809 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-21T16:05:33.849 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-21T16:05:34.048 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librgw2. 2024-05-21T16:05:34.051 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package zip. 2024-05-21T16:05:34.067 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-21T16:05:34.075 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../025-librgw2_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:34.106 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package unzip. 2024-05-21T16:05:34.114 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librgw2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:34.131 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking zip (3.0-12build2) ... 2024-05-21T16:05:34.132 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-21T16:05:34.172 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-21T16:05:34.446 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package unzip. 2024-05-21T16:05:34.473 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-21T16:05:34.513 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-21T16:05:34.568 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package luarocks. 2024-05-21T16:05:34.594 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-21T16:05:34.634 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-21T16:05:34.700 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rgw. 2024-05-21T16:05:34.727 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:34.767 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rgw (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:34.933 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package luarocks. 2024-05-21T16:05:34.960 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-21T16:05:35.000 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-21T16:05:35.008 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package librgw2. 2024-05-21T16:05:35.034 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../025-librgw2_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:35.074 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking librgw2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:35.078 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-21T16:05:35.104 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-21T16:05:35.145 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-21T16:05:35.422 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libradosstriper1. 2024-05-21T16:05:35.448 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:35.489 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libradosstriper1 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:35.549 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package librgw2. 2024-05-21T16:05:35.576 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../025-librgw2_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:35.615 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking librgw2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:35.646 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-rgw. 2024-05-21T16:05:35.670 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:35.710 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-rgw (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:35.934 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-common. 2024-05-21T16:05:35.960 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:36.000 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-common (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:36.038 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-21T16:05:36.064 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-21T16:05:36.104 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-21T16:05:36.260 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-rgw. 2024-05-21T16:05:36.287 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:36.326 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-rgw (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:36.407 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libradosstriper1. 2024-05-21T16:05:36.434 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:36.474 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libradosstriper1 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:36.721 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-21T16:05:36.748 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-21T16:05:36.796 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-21T16:05:36.844 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-common. 2024-05-21T16:05:36.870 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:36.901 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-common (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:37.107 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libradosstriper1. 2024-05-21T16:05:37.134 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:37.174 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libradosstriper1 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:37.455 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-base. 2024-05-21T16:05:37.482 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:37.531 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-base (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:37.602 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-common. 2024-05-21T16:05:37.629 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:37.668 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-common (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:38.136 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-21T16:05:38.163 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-21T16:05:38.203 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-21T16:05:38.323 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-base. 2024-05-21T16:05:38.349 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:38.399 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-base (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:38.489 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cheroot. 2024-05-21T16:05:38.515 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-21T16:05:38.555 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-21T16:05:38.891 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-21T16:05:38.918 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-21T16:05:38.958 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-21T16:05:39.011 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-21T16:05:39.037 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-21T16:05:39.077 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-21T16:05:39.236 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-21T16:05:39.262 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-21T16:05:39.282 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-base. 2024-05-21T16:05:39.302 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-21T16:05:39.309 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:39.367 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-base (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:39.379 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-cheroot. 2024-05-21T16:05:39.406 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-21T16:05:39.446 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-21T16:05:39.614 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-21T16:05:39.640 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-21T16:05:39.680 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-21T16:05:39.774 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-21T16:05:39.800 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-21T16:05:39.840 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-21T16:05:39.953 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-21T16:05:39.980 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-21T16:05:39.982 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-tempora. 2024-05-21T16:05:40.009 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-21T16:05:40.049 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-21T16:05:40.085 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-21T16:05:40.100 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-21T16:05:40.143 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-21T16:05:40.352 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-portend. 2024-05-21T16:05:40.378 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-21T16:05:40.395 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-21T16:05:40.418 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-21T16:05:40.629 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-21T16:05:40.655 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-21T16:05:40.695 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-21T16:05:40.855 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-21T16:05:40.881 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-21T16:05:40.913 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-21T16:05:41.056 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-tempora. 2024-05-21T16:05:41.083 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-21T16:05:41.089 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-cheroot. 2024-05-21T16:05:41.116 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-21T16:05:41.148 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-21T16:05:41.426 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-21T16:05:41.442 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-21T16:05:41.476 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-21T16:05:41.507 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-21T16:05:41.771 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-21T16:05:41.798 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-21T16:05:41.837 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-21T16:05:41.850 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-21T16:05:41.877 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-21T16:05:41.933 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-21T16:05:42.034 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-portend. 2024-05-21T16:05:42.061 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-21T16:05:42.101 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-21T16:05:42.140 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-21T16:05:42.167 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-21T16:05:42.206 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-21T16:05:42.295 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-natsort. 2024-05-21T16:05:42.322 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-21T16:05:42.361 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-21T16:05:42.403 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-21T16:05:42.430 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-21T16:05:42.470 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-21T16:05:42.476 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-tempora. 2024-05-21T16:05:42.503 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-21T16:05:42.534 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-21T16:05:42.672 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-logutils. 2024-05-21T16:05:42.699 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-21T16:05:42.714 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-21T16:05:42.730 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-21T16:05:42.739 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-21T16:05:42.764 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-21T16:05:42.812 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-portend. 2024-05-21T16:05:42.839 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-21T16:05:42.878 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-21T16:05:43.025 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-21T16:05:43.052 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-21T16:05:43.091 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-21T16:05:43.126 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-natsort. 2024-05-21T16:05:43.153 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-21T16:05:43.181 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-21T16:05:43.201 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-21T16:05:43.208 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-21T16:05:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-21T16:05:43.386 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-mako. 2024-05-21T16:05:43.413 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-21T16:05:43.461 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-21T16:05:43.470 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-logutils. 2024-05-21T16:05:43.497 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-21T16:05:43.528 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-21T16:05:43.551 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-21T16:05:43.578 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-21T16:05:43.617 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-21T16:05:43.772 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-21T16:05:43.799 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-21T16:05:43.815 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-21T16:05:43.839 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-21T16:05:43.841 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-21T16:05:43.881 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-21T16:05:43.963 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-natsort. 2024-05-21T16:05:43.990 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-21T16:05:44.029 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-21T16:05:44.125 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-21T16:05:44.152 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-21T16:05:44.184 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-mako. 2024-05-21T16:05:44.191 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-21T16:05:44.210 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-21T16:05:44.250 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-21T16:05:44.341 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-logutils. 2024-05-21T16:05:44.368 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-21T16:05:44.407 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-21T16:05:44.494 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-webob. 2024-05-21T16:05:44.521 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-21T16:05:44.560 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-21T16:05:44.570 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-21T16:05:44.596 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-21T16:05:44.637 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-21T16:05:44.660 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-21T16:05:44.687 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-21T16:05:44.727 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-21T16:05:44.880 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-waitress. 2024-05-21T16:05:44.906 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-21T16:05:44.906 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-21T16:05:44.932 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-21T16:05:44.942 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-21T16:05:44.964 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-21T16:05:45.080 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-mako. 2024-05-21T16:05:45.107 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-21T16:05:45.146 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-21T16:05:45.191 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-tempita. 2024-05-21T16:05:45.206 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-21T16:05:45.241 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-21T16:05:45.250 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-webob. 2024-05-21T16:05:45.276 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-21T16:05:45.316 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-21T16:05:45.552 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-paste. 2024-05-21T16:05:45.579 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-21T16:05:45.618 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-21T16:05:45.658 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-21T16:05:45.685 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-21T16:05:45.703 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-waitress. 2024-05-21T16:05:45.724 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-21T16:05:45.730 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-21T16:05:45.772 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-21T16:05:45.905 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-21T16:05:45.921 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-21T16:05:45.955 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-21T16:05:46.027 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-21T16:05:46.054 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-21T16:05:46.080 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-tempita. 2024-05-21T16:05:46.093 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-21T16:05:46.107 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-21T16:05:46.147 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-21T16:05:46.274 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-21T16:05:46.301 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-21T16:05:46.341 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-21T16:05:46.371 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-webob. 2024-05-21T16:05:46.398 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-21T16:05:46.433 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-paste. 2024-05-21T16:05:46.438 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-21T16:05:46.461 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-21T16:05:46.500 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-21T16:05:46.644 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-webtest. 2024-05-21T16:05:46.670 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-21T16:05:46.710 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-21T16:05:46.786 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-21T16:05:46.791 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-waitress. 2024-05-21T16:05:46.801 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-21T16:05:46.818 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-21T16:05:46.844 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-21T16:05:46.860 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-21T16:05:47.046 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pecan. 2024-05-21T16:05:47.073 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-21T16:05:47.121 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-21T16:05:47.135 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-tempita. 2024-05-21T16:05:47.146 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-21T16:05:47.162 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-21T16:05:47.173 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-21T16:05:47.202 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-21T16:05:47.213 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-21T16:05:47.472 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-paste. 2024-05-21T16:05:47.475 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-certifi. 2024-05-21T16:05:47.498 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-21T16:05:47.502 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-21T16:05:47.516 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-webtest. 2024-05-21T16:05:47.538 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-21T16:05:47.542 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-21T16:05:47.543 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-21T16:05:47.582 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-21T16:05:47.837 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-idna. 2024-05-21T16:05:47.849 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-21T16:05:47.851 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pecan. 2024-05-21T16:05:47.864 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-05-21T16:05:47.876 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-21T16:05:47.877 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-21T16:05:47.895 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-05-21T16:05:47.910 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-21T16:05:47.916 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-21T16:05:48.177 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-21T16:05:48.204 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-21T16:05:48.206 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-urllib3. 2024-05-21T16:05:48.231 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-certifi. 2024-05-21T16:05:48.233 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-21T16:05:48.243 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-21T16:05:48.247 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-21T16:05:48.272 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-21T16:05:48.280 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-21T16:05:48.547 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-webtest. 2024-05-21T16:05:48.574 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-21T16:05:48.592 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-requests. 2024-05-21T16:05:48.608 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-idna. 2024-05-21T16:05:48.613 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-21T16:05:48.619 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-21T16:05:48.636 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-05-21T16:05:48.659 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-21T16:05:48.675 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-05-21T16:05:48.916 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pecan. 2024-05-21T16:05:48.936 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-urllib3. 2024-05-21T16:05:48.943 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-21T16:05:48.963 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-21T16:05:48.978 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-21T16:05:48.983 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-21T16:05:48.994 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-21T16:05:49.005 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-21T16:05:49.045 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-21T16:05:49.247 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-requests. 2024-05-21T16:05:49.263 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-21T16:05:49.297 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-21T16:05:49.331 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-21T16:05:49.355 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:49.379 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-certifi. 2024-05-21T16:05:49.398 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:49.407 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-21T16:05:49.446 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-21T16:05:49.608 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-21T16:05:49.636 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-21T16:05:49.674 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-21T16:05:49.719 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-21T16:05:49.735 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:49.749 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-idna. 2024-05-21T16:05:49.768 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:49.776 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-05-21T16:05:49.815 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-05-21T16:05:49.944 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-21T16:05:49.960 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:49.994 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:50.071 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-21T16:05:50.087 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-21T16:05:50.110 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-urllib3. 2024-05-21T16:05:50.129 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-21T16:05:50.137 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-21T16:05:50.176 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-21T16:05:50.349 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-21T16:05:50.376 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:50.415 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:50.441 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-openssl. 2024-05-21T16:05:50.467 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-21T16:05:50.488 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-requests. 2024-05-21T16:05:50.508 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-21T16:05:50.515 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-21T16:05:50.554 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-21T16:05:50.701 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-21T16:05:50.728 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-21T16:05:50.827 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr. 2024-05-21T16:05:50.853 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:50.910 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:50.925 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-21T16:05:50.974 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-21T16:05:51.001 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-21T16:05:51.041 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-21T16:05:51.204 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-openssl. 2024-05-21T16:05:51.230 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-21T16:05:51.270 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-21T16:05:51.327 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-21T16:05:51.343 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:51.385 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:51.438 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mon. 2024-05-21T16:05:51.465 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:51.496 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mon (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:51.548 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mgr. 2024-05-21T16:05:51.575 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:51.615 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mgr (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:51.765 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-21T16:05:51.793 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:51.832 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:52.000 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mon. 2024-05-21T16:05:52.028 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:52.067 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mon (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:52.074 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-osd. 2024-05-21T16:05:52.093 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-21T16:05:52.101 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:52.120 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-21T16:05:52.141 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-osd (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:52.151 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-21T16:05:52.496 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-openssl. 2024-05-21T16:05:52.523 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-21T16:05:52.570 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-21T16:05:52.612 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-osd. 2024-05-21T16:05:52.639 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:52.670 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-osd (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:52.932 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mgr. 2024-05-21T16:05:52.959 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:52.998 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mgr (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:53.135 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph. 2024-05-21T16:05:53.151 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../066-ceph_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:53.193 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:53.402 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mon. 2024-05-21T16:05:53.429 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:53.468 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mon (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:53.513 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-fuse. 2024-05-21T16:05:53.541 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:53.579 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-fuse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:53.806 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph. 2024-05-21T16:05:53.822 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../066-ceph_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:53.864 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:53.950 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mds. 2024-05-21T16:05:53.977 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:54.016 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mds (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:54.097 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-osd. 2024-05-21T16:05:54.125 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:54.163 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-osd (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:54.184 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-fuse. 2024-05-21T16:05:54.210 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:54.250 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-fuse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:54.402 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package cephadm. 2024-05-21T16:05:54.429 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../069-cephadm_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:54.468 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking cephadm (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:54.578 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mds. 2024-05-21T16:05:54.605 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:54.645 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mds (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:54.754 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-21T16:05:54.782 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-21T16:05:54.821 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-21T16:05:54.972 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package cephadm. 2024-05-21T16:05:54.988 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../069-cephadm_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:55.030 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking cephadm (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:55.123 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-21T16:05:55.148 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-21T16:05:55.181 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-21T16:05:55.241 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph. 2024-05-21T16:05:55.257 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../066-ceph_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:55.299 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:55.325 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-21T16:05:55.351 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-21T16:05:55.391 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-21T16:05:55.619 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-fuse. 2024-05-21T16:05:55.646 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:55.677 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-21T16:05:55.685 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-fuse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:55.704 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-21T16:05:55.744 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-21T16:05:56.005 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mds. 2024-05-21T16:05:56.022 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:56.063 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mds (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:56.170 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-babel. 2024-05-21T16:05:56.197 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-21T16:05:56.245 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-21T16:05:56.450 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package cephadm. 2024-05-21T16:05:56.477 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../069-cephadm_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:05:56.508 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking cephadm (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:56.581 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jinja2. 2024-05-21T16:05:56.608 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-21T16:05:56.648 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-21T16:05:56.732 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-babel. 2024-05-21T16:05:56.760 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-21T16:05:56.798 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-21T16:05:56.803 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-21T16:05:56.830 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-21T16:05:56.870 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-21T16:05:56.984 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-21T16:05:57.011 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:57.050 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:57.093 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-jinja2. 2024-05-21T16:05:57.120 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-21T16:05:57.172 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-21T16:05:57.175 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-21T16:05:57.188 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-21T16:05:57.222 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-21T16:05:57.387 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-21T16:05:57.414 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-21T16:05:57.445 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-21T16:05:57.504 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-21T16:05:57.531 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:57.570 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:57.740 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-routes. 2024-05-21T16:05:57.767 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-21T16:05:57.806 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-21T16:05:57.907 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-21T16:05:57.934 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-21T16:05:57.973 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-21T16:05:58.084 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-21T16:05:58.111 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:58.150 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:58.217 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-routes. 2024-05-21T16:05:58.231 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-21T16:05:58.235 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-babel. 2024-05-21T16:05:58.251 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-21T16:05:58.258 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-21T16:05:58.293 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-21T16:05:58.554 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-21T16:05:58.581 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:58.604 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-jinja2. 2024-05-21T16:05:58.611 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:58.632 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-21T16:05:58.671 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-21T16:05:58.991 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-21T16:05:59.018 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:05:59.057 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:05:59.347 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-21T16:05:59.363 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-21T16:05:59.386 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-21T16:05:59.405 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-21T16:05:59.413 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-21T16:05:59.452 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-21T16:05:59.763 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-routes. 2024-05-21T16:05:59.783 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-21T16:05:59.791 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-21T16:05:59.810 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-21T16:05:59.829 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-21T16:05:59.842 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-joblib. 2024-05-21T16:05:59.849 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-21T16:05:59.870 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-21T16:05:59.909 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-21T16:06:00.174 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-21T16:06:00.202 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:06:00.241 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:00.278 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-21T16:06:00.303 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-joblib. 2024-05-21T16:06:00.306 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-21T16:06:00.330 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-21T16:06:00.353 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-21T16:06:00.369 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-21T16:06:00.639 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-sklearn. 2024-05-21T16:06:00.667 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-21T16:06:00.697 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-21T16:06:00.714 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-21T16:06:00.741 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-21T16:06:00.780 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-21T16:06:01.083 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-sklearn. 2024-05-21T16:06:01.110 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-21T16:06:01.149 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-21T16:06:01.605 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-21T16:06:01.634 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:06:01.854 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-21T16:06:01.871 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-21T16:06:01.912 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-21T16:06:01.948 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:02.159 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-21T16:06:02.187 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:06:02.303 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:02.466 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-joblib. 2024-05-21T16:06:02.493 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-21T16:06:02.532 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-21T16:06:02.869 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-21T16:06:02.897 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-21T16:06:02.910 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cachetools. 2024-05-21T16:06:02.927 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-21T16:06:02.937 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-21T16:06:02.976 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-21T16:06:03.197 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-sklearn. 2024-05-21T16:06:03.224 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-21T16:06:03.263 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-21T16:06:03.264 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-cachetools. 2024-05-21T16:06:03.288 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-21T16:06:03.291 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-21T16:06:03.315 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-21T16:06:03.330 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-21T16:06:03.354 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-21T16:06:03.634 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-21T16:06:03.660 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-21T16:06:03.691 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-21T16:06:03.700 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-21T16:06:03.718 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-21T16:06:03.757 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-21T16:06:03.963 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-21T16:06:03.989 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:06:04.011 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-21T16:06:04.038 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-21T16:06:04.052 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rsa. 2024-05-21T16:06:04.079 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-21T16:06:04.086 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-21T16:06:04.115 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:04.118 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-21T16:06:04.373 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-rsa. 2024-05-21T16:06:04.400 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-21T16:06:04.405 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-google-auth. 2024-05-21T16:06:04.421 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-21T16:06:04.430 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-21T16:06:04.455 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-21T16:06:04.701 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-google-auth. 2024-05-21T16:06:04.728 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-21T16:06:04.741 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-21T16:06:04.767 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-21T16:06:04.769 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-21T16:06:04.799 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-21T16:06:05.061 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-cachetools. 2024-05-21T16:06:05.077 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-websocket. 2024-05-21T16:06:05.087 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-21T16:06:05.088 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-21T16:06:05.105 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-21T16:06:05.114 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-21T16:06:05.127 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-21T16:06:05.144 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-21T16:06:05.153 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-21T16:06:05.456 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-21T16:06:05.464 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-websocket. 2024-05-21T16:06:05.480 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-21T16:06:05.483 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-21T16:06:05.491 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-21T16:06:05.508 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-21T16:06:05.513 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-21T16:06:05.531 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-21T16:06:05.555 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-21T16:06:05.867 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-21T16:06:05.894 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-21T16:06:05.908 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-21T16:06:05.934 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-21T16:06:05.936 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-21T16:06:05.975 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-21T16:06:06.177 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-21T16:06:06.205 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:06:06.269 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:06.286 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-rsa. 2024-05-21T16:06:06.314 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-21T16:06:06.353 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-21T16:06:06.597 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-21T16:06:06.614 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-21T16:06:06.624 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-21T16:06:06.630 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:06:06.663 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-21T16:06:06.672 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:06.723 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-google-auth. 2024-05-21T16:06:06.751 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-21T16:06:06.789 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-21T16:06:06.933 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-21T16:06:06.960 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-21T16:06:06.991 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-21T16:06:06.999 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-21T16:06:07.019 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-21T16:06:07.058 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-21T16:06:07.059 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-21T16:06:07.076 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-21T16:06:07.109 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-21T16:06:07.268 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package jq. 2024-05-21T16:06:07.296 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-21T16:06:07.335 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-21T16:06:07.377 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-21T16:06:07.396 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-websocket. 2024-05-21T16:06:07.405 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-21T16:06:07.423 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-21T16:06:07.444 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-21T16:06:07.462 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-21T16:06:07.588 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package socat. 2024-05-21T16:06:07.615 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-21T16:06:07.654 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-21T16:06:07.688 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package jq. 2024-05-21T16:06:07.704 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-21T16:06:07.738 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-21T16:06:07.799 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-21T16:06:07.827 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-21T16:06:07.865 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-21T16:06:07.940 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package socat. 2024-05-21T16:06:07.949 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package xmlstarlet. 2024-05-21T16:06:07.965 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-21T16:06:07.968 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-21T16:06:08.007 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-21T16:06:08.007 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-21T16:06:08.327 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package xmlstarlet. 2024-05-21T16:06:08.353 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-test. 2024-05-21T16:06:08.354 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-21T16:06:08.368 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:06:08.393 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-21T16:06:08.410 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-test (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:08.556 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-21T16:06:08.582 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:06:08.622 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:08.739 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-test. 2024-05-21T16:06:08.766 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:06:08.805 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-test (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:09.025 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-21T16:06:09.053 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-21T16:06:09.092 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-21T16:06:09.428 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-21T16:06:09.456 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-21T16:06:09.494 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-21T16:06:09.756 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package jq. 2024-05-21T16:06:09.783 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-21T16:06:09.822 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-21T16:06:10.100 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package socat. 2024-05-21T16:06:10.128 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-21T16:06:10.175 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-21T16:06:10.512 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package xmlstarlet. 2024-05-21T16:06:10.530 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-21T16:06:10.577 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-21T16:06:10.681 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-volume. 2024-05-21T16:06:10.698 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:06:10.731 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-volume (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:10.915 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-test. 2024-05-21T16:06:10.941 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:06:11.015 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-test (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:11.051 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-21T16:06:11.068 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:06:11.092 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-volume. 2024-05-21T16:06:11.109 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libcephfs-dev (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:11.120 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:06:11.159 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-volume (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:11.404 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-21T16:06:11.432 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-21T16:06:11.471 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-21T16:06:11.606 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-21T16:06:11.634 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:06:11.737 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libcephfs-dev (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:11.766 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-21T16:06:11.783 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-21T16:06:11.816 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-21T16:06:12.048 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-21T16:06:12.076 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-21T16:06:12.115 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-21T16:06:12.170 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package nvme-cli. 2024-05-21T16:06:12.198 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-21T16:06:12.236 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-21T16:06:12.452 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-21T16:06:12.480 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-21T16:06:12.518 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-21T16:06:12.650 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package pkg-config. 2024-05-21T16:06:12.678 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-21T16:06:12.716 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-21T16:06:12.848 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package nvme-cli. 2024-05-21T16:06:12.875 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-21T16:06:12.914 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-21T16:06:12.969 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-21T16:06:12.997 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-21T16:06:13.035 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-21T16:06:13.302 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package pkg-config. 2024-05-21T16:06:13.330 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-21T16:06:13.360 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-21T16:06:13.464 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-21T16:06:13.486 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-volume. 2024-05-21T16:06:13.492 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-21T16:06:13.515 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3868-ga2b47860-1jammy_all.deb ... 2024-05-21T16:06:13.530 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-21T16:06:13.552 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-volume (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:13.613 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-21T16:06:13.641 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-21T16:06:13.679 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-21T16:06:13.848 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-21T16:06:13.849 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pastescript. 2024-05-21T16:06:13.865 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:06:13.877 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-21T16:06:13.906 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libcephfs-dev (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:13.935 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-21T16:06:14.083 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-21T16:06:14.110 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-21T16:06:14.149 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-21T16:06:14.201 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-21T16:06:14.229 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-21T16:06:14.261 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pluggy. 2024-05-21T16:06:14.267 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-21T16:06:14.289 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-21T16:06:14.327 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-21T16:06:14.452 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pastescript. 2024-05-21T16:06:14.479 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-21T16:06:14.518 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-21T16:06:14.589 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-21T16:06:14.617 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-21T16:06:14.624 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-psutil. 2024-05-21T16:06:14.652 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-21T16:06:14.655 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-21T16:06:14.690 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-21T16:06:14.838 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pluggy. 2024-05-21T16:06:14.866 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-21T16:06:14.904 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-21T16:06:14.984 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package nvme-cli. 2024-05-21T16:06:15.009 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-py. 2024-05-21T16:06:15.012 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-21T16:06:15.038 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-21T16:06:15.050 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-21T16:06:15.076 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-21T16:06:15.216 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-psutil. 2024-05-21T16:06:15.244 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-21T16:06:15.282 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-21T16:06:15.371 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pygments. 2024-05-21T16:06:15.399 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-21T16:06:15.431 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package pkg-config. 2024-05-21T16:06:15.437 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-21T16:06:15.459 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-21T16:06:15.489 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-21T16:06:15.610 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-py. 2024-05-21T16:06:15.638 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-21T16:06:15.685 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-21T16:06:15.750 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-21T16:06:15.778 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-21T16:06:15.816 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-21T16:06:15.883 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-21T16:06:15.911 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-21T16:06:15.949 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-21T16:06:16.005 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pygments. 2024-05-21T16:06:16.033 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-21T16:06:16.071 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-21T16:06:16.195 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-21T16:06:16.223 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-21T16:06:16.252 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-toml. 2024-05-21T16:06:16.261 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-21T16:06:16.280 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-21T16:06:16.318 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-21T16:06:16.500 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-21T16:06:16.528 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-21T16:06:16.558 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-21T16:06:16.564 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pastescript. 2024-05-21T16:06:16.592 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-21T16:06:16.629 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pytest. 2024-05-21T16:06:16.630 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-21T16:06:16.657 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-21T16:06:16.696 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-21T16:06:16.869 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-toml. 2024-05-21T16:06:16.897 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-21T16:06:16.936 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-21T16:06:16.950 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pluggy. 2024-05-21T16:06:16.979 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-21T16:06:17.017 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-21T16:06:17.247 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pytest. 2024-05-21T16:06:17.266 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-simplejson. 2024-05-21T16:06:17.274 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-21T16:06:17.294 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-21T16:06:17.313 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-21T16:06:17.320 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-psutil. 2024-05-21T16:06:17.348 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-21T16:06:17.349 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-21T16:06:17.386 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-21T16:06:17.602 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-21T16:06:17.617 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-21T16:06:17.651 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-21T16:06:17.658 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-simplejson. 2024-05-21T16:06:17.686 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-21T16:06:17.725 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-21T16:06:17.748 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-py. 2024-05-21T16:06:17.776 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-21T16:06:17.822 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-21T16:06:17.994 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-21T16:06:18.022 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-21T16:06:18.060 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-21T16:06:18.143 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pygments. 2024-05-21T16:06:18.171 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-21T16:06:18.209 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-21T16:06:18.372 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package radosgw. 2024-05-21T16:06:18.400 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../116-radosgw_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:06:18.438 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking radosgw (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:18.621 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-21T16:06:18.638 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-21T16:06:18.680 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-21T16:06:18.739 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package radosgw. 2024-05-21T16:06:18.767 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../116-radosgw_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:06:18.797 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking radosgw (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:18.974 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-toml. 2024-05-21T16:06:19.002 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-21T16:06:19.040 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-21T16:06:19.300 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package rbd-fuse. 2024-05-21T16:06:19.316 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:06:19.343 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pytest. 2024-05-21T16:06:19.349 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking rbd-fuse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:19.371 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-21T16:06:19.409 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-21T16:06:19.609 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-21T16:06:19.617 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package rbd-fuse. 2024-05-21T16:06:19.633 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:06:19.675 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking rbd-fuse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:19.713 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-simplejson. 2024-05-21T16:06:19.741 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-21T16:06:19.788 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-21T16:06:19.846 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-21T16:06:19.947 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-21T16:06:19.970 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-21T16:06:20.066 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-21T16:06:20.095 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-21T16:06:20.132 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-21T16:06:20.216 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-21T16:06:20.221 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-21T16:06:20.364 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-21T16:06:20.548 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-21T16:06:20.627 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-21T16:06:20.861 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package radosgw. 2024-05-21T16:06:20.890 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../116-radosgw_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:06:20.927 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking radosgw (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:20.969 INFO:teuthology.orchestra.run.smithi194.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-21T16:06:20.993 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-21T16:06:21.032 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up cephadm (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:21.414 INFO:teuthology.orchestra.run.smithi165.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-21T16:06:21.531 INFO:teuthology.orchestra.run.smithi194.stdout:Adding system user cephadm....done 2024-05-21T16:06:21.687 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-21T16:06:21.724 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up cephadm (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:21.897 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package rbd-fuse. 2024-05-21T16:06:21.914 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3868-ga2b47860-1jammy_amd64.deb ... 2024-05-21T16:06:21.955 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking rbd-fuse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:21.972 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-21T16:06:22.231 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-21T16:06:22.235 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-21T16:06:22.265 INFO:teuthology.orchestra.run.smithi165.stdout:Adding system user cephadm....done 2024-05-21T16:06:22.357 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-21T16:06:22.422 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-21T16:06:22.485 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-21T16:06:22.586 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-21T16:06:22.625 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-21T16:06:22.698 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-21T16:06:22.832 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-21T16:06:22.901 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-21T16:06:22.940 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-21T16:06:23.002 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-21T16:06:23.041 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-21T16:06:23.194 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-21T16:06:23.284 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-21T16:06:23.295 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-21T16:06:23.543 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-21T16:06:23.627 INFO:teuthology.orchestra.run.smithi012.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-21T16:06:23.631 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-21T16:06:23.669 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-21T16:06:23.696 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up cephadm (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:23.890 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-21T16:06:23.979 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-21T16:06:24.158 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-21T16:06:24.354 INFO:teuthology.orchestra.run.smithi012.stdout:Adding system user cephadm....done 2024-05-21T16:06:24.381 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-21T16:06:24.435 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-21T16:06:24.510 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-21T16:06:24.640 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-21T16:06:24.685 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-21T16:06:24.812 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-21T16:06:24.899 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-21T16:06:24.936 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-21T16:06:25.088 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-21T16:06:25.143 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-21T16:06:25.179 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-ceph-argparse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:25.214 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-21T16:06:25.394 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-21T16:06:25.422 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-21T16:06:25.524 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-21T16:06:25.653 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-21T16:06:25.706 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-21T16:06:25.766 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-21T16:06:25.832 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-21T16:06:25.892 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-21T16:06:25.958 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-21T16:06:25.962 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-ceph-argparse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:26.194 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-21T16:06:26.217 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-21T16:06:26.222 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-21T16:06:26.364 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-21T16:06:26.473 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-21T16:06:26.563 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-21T16:06:26.574 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-21T16:06:26.589 INFO:teuthology.orchestra.run.smithi194.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-21T16:06:26.623 INFO:teuthology.orchestra.run.smithi194.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-21T16:06:26.678 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-21T16:06:26.805 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-21T16:06:26.817 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-21T16:06:26.850 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-21T16:06:27.115 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-21T16:06:27.172 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-21T16:06:27.298 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-21T16:06:27.370 INFO:teuthology.orchestra.run.smithi165.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-21T16:06:27.490 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-21T16:06:27.548 INFO:teuthology.orchestra.run.smithi165.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-21T16:06:27.566 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-21T16:06:27.612 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-21T16:06:27.738 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-21T16:06:27.834 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-21T16:06:27.959 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-21T16:06:28.106 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-21T16:06:28.118 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up zip (3.0-12build2) ... 2024-05-21T16:06:28.219 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-21T16:06:28.227 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-21T16:06:28.231 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-21T16:06:28.461 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-ceph-argparse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:28.491 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-21T16:06:28.738 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-21T16:06:28.750 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-21T16:06:28.881 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-21T16:06:28.887 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-21T16:06:29.006 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-21T16:06:29.059 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up zip (3.0-12build2) ... 2024-05-21T16:06:29.132 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-21T16:06:29.156 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-21T16:06:29.185 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-21T16:06:29.302 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-21T16:06:29.392 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-21T16:06:29.432 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-21T16:06:29.733 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-21T16:06:29.771 INFO:teuthology.orchestra.run.smithi012.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-21T16:06:29.805 INFO:teuthology.orchestra.run.smithi012.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-21T16:06:29.837 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-21T16:06:29.870 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-21T16:06:30.004 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-21T16:06:30.097 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-21T16:06:30.118 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-21T16:06:30.223 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-21T16:06:30.340 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-21T16:06:30.360 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-21T16:06:30.389 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-21T16:06:30.515 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-21T16:06:30.649 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-21T16:06:30.703 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-21T16:06:30.791 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-21T16:06:31.001 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-21T16:06:31.005 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-21T16:06:31.058 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-21T16:06:31.252 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-21T16:06:31.348 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-21T16:06:31.376 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up zip (3.0-12build2) ... 2024-05-21T16:06:31.502 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-21T16:06:31.599 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-21T16:06:31.611 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-21T16:06:31.725 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-ceph-common (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:31.904 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-21T16:06:32.034 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-05-21T16:06:32.221 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-21T16:06:32.239 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-21T16:06:32.335 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-21T16:06:32.489 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-21T16:06:32.503 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-21T16:06:32.590 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-21T16:06:32.591 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-ceph-common (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:32.690 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-21T16:06:32.867 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-05-21T16:06:33.025 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-21T16:06:33.185 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-21T16:06:33.393 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-21T16:06:33.524 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-21T16:06:33.644 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-21T16:06:33.775 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:06:33.885 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-21T16:06:34.021 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-21T16:06:34.136 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-21T16:06:34.253 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-21T16:06:34.313 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-21T16:06:34.348 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-21T16:06:34.379 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-21T16:06:34.608 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:06:34.657 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-21T16:06:34.672 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-21T16:06:34.742 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-21T16:06:34.899 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-21T16:06:34.931 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-21T16:06:35.010 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-21T16:06:35.017 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-ceph-common (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:35.161 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-21T16:06:35.183 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:06:35.287 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-21T16:06:35.309 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-21T16:06:35.326 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-05-21T16:06:35.572 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-21T16:06:35.635 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-21T16:06:35.652 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-21T16:06:35.822 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-21T16:06:35.878 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-21T16:06:36.057 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:06:36.137 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-21T16:06:36.183 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-21T16:06:36.380 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-21T16:06:36.484 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-21T16:06:36.639 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-21T16:06:36.735 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-21T16:06:36.916 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-21T16:06:36.923 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-21T16:06:37.003 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-21T16:06:37.074 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-21T16:06:37.176 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:06:37.262 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-21T16:06:37.311 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-21T16:06:37.367 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-21T16:06:37.477 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-21T16:06:37.513 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-21T16:06:37.579 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-21T16:06:37.705 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-21T16:06:37.744 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-21T16:06:37.781 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-21T16:06:37.831 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-21T16:06:37.907 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-21T16:06:38.029 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-21T16:06:38.140 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-21T16:06:38.183 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-21T16:06:38.288 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-21T16:06:38.309 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-21T16:06:38.391 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-21T16:06:38.422 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-21T16:06:38.548 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-21T16:06:38.626 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-21T16:06:38.642 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:06:38.654 INFO:teuthology.orchestra.run.smithi194.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-21T16:06:38.743 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-21T16:06:38.900 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-21T16:06:38.928 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-21T16:06:39.034 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-21T16:06:39.061 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-21T16:06:39.195 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-21T16:06:39.321 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-21T16:06:39.321 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-21T16:06:39.410 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-21T16:06:39.447 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-21T16:06:39.528 INFO:teuthology.orchestra.run.smithi165.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-21T16:06:39.589 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-21T16:06:39.645 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-21T16:06:39.770 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-21T16:06:39.782 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-21T16:06:39.848 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-21T16:06:39.908 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-21T16:06:40.038 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:06:40.091 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-21T16:06:40.164 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-21T16:06:40.334 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-21T16:06:40.369 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-21T16:06:40.482 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-21T16:06:40.492 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-21T16:06:40.602 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-21T16:06:40.736 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-21T16:06:40.783 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-21T16:06:40.793 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-21T16:06:40.928 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-21T16:06:40.996 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:06:41.076 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-21T16:06:41.121 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-21T16:06:41.193 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-21T16:06:41.213 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-21T16:06:41.430 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-21T16:06:41.444 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-21T16:06:41.555 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-21T16:06:41.695 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-21T16:06:41.723 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-21T16:06:41.815 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-21T16:06:41.941 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-21T16:06:42.016 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-21T16:06:42.040 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-21T16:06:42.050 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-21T16:06:42.121 INFO:teuthology.orchestra.run.smithi012.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-21T16:06:42.142 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-21T16:06:42.377 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-21T16:06:42.409 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-21T16:06:42.417 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-21T16:06:42.503 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-21T16:06:42.693 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-21T16:06:42.742 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-21T16:06:42.896 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-21T16:06:43.004 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-21T16:06:43.089 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-21T16:06:43.130 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librados2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:43.155 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-21T16:06:43.264 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:43.281 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-21T16:06:43.390 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-21T16:06:43.457 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-21T16:06:43.541 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T16:06:43.667 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-21T16:06:43.726 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libcephfs2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:43.733 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-21T16:06:43.836 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libradosstriper1 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:43.937 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-21T16:06:44.009 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-21T16:06:44.077 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-21T16:06:44.197 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librbd1 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:44.203 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up librados2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:44.302 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-21T16:06:44.323 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-modules-core (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:44.329 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:44.447 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-21T16:06:44.449 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-fuse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:44.595 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-21T16:06:44.668 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-21T16:06:44.668 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-21T16:06:44.721 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-21T16:06:44.758 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libcephfs2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:44.884 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libradosstriper1 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:45.010 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-21T16:06:45.014 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-21T16:06:45.125 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libcephfs-dev (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:45.259 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rados (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:45.290 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-21T16:06:45.303 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up librbd1 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:45.385 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librgw2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:45.412 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mgr-modules-core (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:45.494 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-21T16:06:45.522 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-fuse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:45.676 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-21T16:06:45.739 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-21T16:06:45.739 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-21T16:06:46.078 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-21T16:06:46.190 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libcephfs-dev (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:46.307 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-rados (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:46.346 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-21T16:06:46.433 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up librgw2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:46.559 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-21T16:06:46.690 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-21T16:06:46.765 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rbd (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:46.825 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up librados2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:46.890 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up rbd-fuse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:46.951 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:47.016 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rgw (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:47.077 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-21T16:06:47.125 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cephfs (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:47.235 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-common (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:47.380 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libcephfs2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:47.481 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libradosstriper1 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:47.607 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-21T16:06:47.744 INFO:teuthology.orchestra.run.smithi194.stdout:Adding group ceph....done 2024-05-21T16:06:47.765 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-rbd (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:47.892 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up librbd1 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:47.916 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up rbd-fuse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:48.018 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mgr-modules-core (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:48.059 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-rgw (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:48.104 INFO:teuthology.orchestra.run.smithi194.stdout:Adding system user ceph....done 2024-05-21T16:06:48.184 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-cephfs (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:48.281 INFO:teuthology.orchestra.run.smithi194.stdout:Setting system user ceph properties....done 2024-05-21T16:06:48.293 INFO:teuthology.orchestra.run.smithi194.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-21T16:06:48.310 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-common (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:48.396 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-fuse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:48.440 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-21T16:06:48.624 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-21T16:06:48.625 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-21T16:06:48.765 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-21T16:06:48.829 INFO:teuthology.orchestra.run.smithi165.stdout:Adding group ceph....done 2024-05-21T16:06:49.112 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libcephfs-dev (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:49.190 INFO:teuthology.orchestra.run.smithi165.stdout:Adding system user ceph....done 2024-05-21T16:06:49.238 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-rados (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:49.252 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-test (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:49.332 INFO:teuthology.orchestra.run.smithi165.stdout:Setting system user ceph properties....done 2024-05-21T16:06:49.339 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up librgw2 (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:49.347 INFO:teuthology.orchestra.run.smithi165.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-21T16:06:49.353 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up radosgw (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:49.473 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-21T16:06:49.481 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-21T16:06:49.787 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-21T16:06:49.787 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-21T16:06:49.816 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-21T16:06:50.287 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-test (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:50.397 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up radosgw (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:50.522 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-base (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:50.770 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-rbd (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:50.829 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-21T16:06:50.830 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-21T16:06:50.871 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-21T16:06:50.896 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up rbd-fuse (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:51.022 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-rgw (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:51.148 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-cephfs (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:51.265 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-common (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:51.274 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-base (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:51.366 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mds (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:51.593 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-21T16:06:51.593 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-21T16:06:51.625 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-21T16:06:51.724 INFO:teuthology.orchestra.run.smithi012.stdout:Adding group ceph....done 2024-05-21T16:06:52.035 INFO:teuthology.orchestra.run.smithi012.stdout:Adding system user ceph....done 2024-05-21T16:06:52.092 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:52.100 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mds (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:52.162 INFO:teuthology.orchestra.run.smithi012.stdout:Setting system user ceph properties....done 2024-05-21T16:06:52.176 INFO:teuthology.orchestra.run.smithi012.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-21T16:06:52.312 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-21T16:06:52.312 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-21T16:06:52.328 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-21T16:06:52.339 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-21T16:06:52.339 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-21T16:06:52.643 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-21T16:06:52.752 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-osd (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:52.777 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mgr (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:52.987 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-21T16:06:53.017 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-21T16:06:53.018 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-21T16:06:53.018 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-21T16:06:53.075 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-test (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:53.184 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up radosgw (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:53.429 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-osd (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:53.573 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:53.663 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-21T16:06:53.663 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-21T16:06:53.693 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-21T16:06:53.693 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-21T16:06:53.698 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:53.850 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mon (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:54.060 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-21T16:06:54.060 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-21T16:06:54.094 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-base (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:54.164 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:54.282 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:54.422 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-21T16:06:54.433 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mon (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:54.492 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-cephadm (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:54.610 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:54.654 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-21T16:06:54.654 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-21T16:06:54.736 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-dashboard (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:54.871 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mds (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:54.903 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-volume (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:55.101 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-21T16:06:55.101 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-21T16:06:55.109 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mgr-cephadm (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:55.260 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:55.377 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mgr-dashboard (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:55.381 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-21T16:06:55.490 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-21T16:06:55.504 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-volume (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:55.606 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mgr (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:55.651 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-21T16:06:55.819 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-21T16:06:55.820 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-21T16:06:55.832 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-21T16:06:55.941 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-21T16:06:56.093 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-21T16:06:56.257 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-osd (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:56.525 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-21T16:06:56.525 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-21T16:06:56.701 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-21T16:06:57.050 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:57.177 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:57.186 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-21T16:06:57.319 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mon (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:57.333 INFO:teuthology.orchestra.run.smithi194.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-21T16:06:57.339 DEBUG:teuthology.parallel:result is None 2024-05-21T16:06:57.529 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-21T16:06:57.529 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-21T16:06:57.810 INFO:teuthology.orchestra.run.smithi165.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-21T16:06:57.815 DEBUG:teuthology.parallel:result is None 2024-05-21T16:06:58.012 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mgr-cephadm (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:58.163 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:58.289 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mgr-dashboard (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:58.440 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-volume (19.0.0-3868-ga2b47860-1jammy) ... 2024-05-21T16:06:58.794 INFO:teuthology.orchestra.run.smithi012.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-21T16:06:58.937 INFO:teuthology.orchestra.run.smithi012.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-21T16:06:59.072 INFO:teuthology.orchestra.run.smithi012.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-21T16:07:00.165 INFO:teuthology.orchestra.run.smithi012.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-21T16:07:00.799 INFO:teuthology.orchestra.run.smithi012.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-21T16:07:00.804 DEBUG:teuthology.parallel:result is None 2024-05-21T16:07:00.804 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:07:01.031 DEBUG:teuthology.orchestra.run.smithi012:> dpkg-query -W -f '${Version}' ceph 2024-05-21T16:07:01.051 INFO:teuthology.orchestra.run.smithi012.stdout:19.0.0-3868-ga2b47860-1jammy 2024-05-21T16:07:01.051 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3868-ga2b47860-1jammy 2024-05-21T16:07:01.051 INFO:teuthology.task.install:The correct ceph version 19.0.0-3868-ga2b47860-1jammy is installed. 2024-05-21T16:07:01.053 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:07:01.196 DEBUG:teuthology.orchestra.run.smithi165:> dpkg-query -W -f '${Version}' ceph 2024-05-21T16:07:01.215 INFO:teuthology.orchestra.run.smithi165.stdout:19.0.0-3868-ga2b47860-1jammy 2024-05-21T16:07:01.216 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3868-ga2b47860-1jammy 2024-05-21T16:07:01.216 INFO:teuthology.task.install:The correct ceph version 19.0.0-3868-ga2b47860-1jammy is installed. 2024-05-21T16:07:01.218 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:07:01.362 DEBUG:teuthology.orchestra.run.smithi194:> dpkg-query -W -f '${Version}' ceph 2024-05-21T16:07:01.381 INFO:teuthology.orchestra.run.smithi194.stdout:19.0.0-3868-ga2b47860-1jammy 2024-05-21T16:07:01.381 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3868-ga2b47860-1jammy 2024-05-21T16:07:01.381 INFO:teuthology.task.install:The correct ceph version 19.0.0-3868-ga2b47860-1jammy is installed. 2024-05-21T16:07:01.383 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-21T16:07:01.383 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T16:07:01.383 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-21T16:07:01.398 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-05-21T16:07:01.398 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-21T16:07:01.414 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-05-21T16:07:01.414 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-21T16:07:01.439 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-21T16:07:01.439 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T16:07:01.439 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/usr/bin/daemon-helper 2024-05-21T16:07:01.453 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-21T16:07:01.506 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-05-21T16:07:01.507 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/usr/bin/daemon-helper 2024-05-21T16:07:01.520 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-21T16:07:01.574 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-05-21T16:07:01.574 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/usr/bin/daemon-helper 2024-05-21T16:07:01.587 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-21T16:07:01.641 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-21T16:07:01.641 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T16:07:01.641 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-21T16:07:01.655 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-21T16:07:01.711 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-05-21T16:07:01.711 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-21T16:07:01.724 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-21T16:07:01.777 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-05-21T16:07:01.778 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-21T16:07:01.791 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-21T16:07:01.845 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-21T16:07:01.845 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T16:07:01.845 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/usr/bin/stdin-killer 2024-05-21T16:07:01.859 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-21T16:07:01.915 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-05-21T16:07:01.915 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/usr/bin/stdin-killer 2024-05-21T16:07:01.928 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-21T16:07:01.982 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-05-21T16:07:01.982 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/usr/bin/stdin-killer 2024-05-21T16:07:01.995 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-21T16:07:02.049 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-21T16:07:02.141 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': 'a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e'} 2024-05-21T16:07:02.142 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:07:02.142 INFO:tasks.cephadm:Cluster fsid is 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:07:02.142 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-21T16:07:02.142 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.12', 'mon.b': '172.21.15.165', 'mon.c': '172.21.15.194'} 2024-05-21T16:07:02.142 INFO:tasks.cephadm:First mon is mon.a on smithi012 2024-05-21T16:07:02.143 INFO:tasks.cephadm:First mgr is a 2024-05-21T16:07:02.143 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-21T16:07:02.143 DEBUG:teuthology.orchestra.run.smithi012:> sudo hostname $(hostname -s) 2024-05-21T16:07:02.158 DEBUG:teuthology.orchestra.run.smithi165:> sudo hostname $(hostname -s) 2024-05-21T16:07:02.171 DEBUG:teuthology.orchestra.run.smithi194:> sudo hostname $(hostname -s) 2024-05-21T16:07:02.185 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-21T16:07:02.186 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:07:02.339 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e', '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/79566/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3868-ga2b47860', 'node_name': '172.21.2.12+braggi12', '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-3868-ga2b47860-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-20 20:59:24.564734', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-20-1421', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-21T16:07:02.559 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-05-20-1421, sha1 a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:07:02.560 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-21T16:07:02.560 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-21T16:07:02.560 DEBUG:teuthology.orchestra.run.smithi012:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T16:07:03.267 INFO:teuthology.orchestra.run.smithi012.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791781 May 21 16:07 /home/ubuntu/cephtest/cephadm 2024-05-21T16:07:03.267 DEBUG:teuthology.orchestra.run.smithi165:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T16:07:03.787 INFO:teuthology.orchestra.run.smithi165.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791781 May 21 16:07 /home/ubuntu/cephtest/cephadm 2024-05-21T16:07:03.787 DEBUG:teuthology.orchestra.run.smithi194:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T16:07:04.508 INFO:teuthology.orchestra.run.smithi194.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791781 May 21 16:07 /home/ubuntu/cephtest/cephadm 2024-05-21T16:07:04.509 DEBUG:teuthology.orchestra.run.smithi012:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T16:07:04.517 DEBUG:teuthology.orchestra.run.smithi165:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T16:07:04.524 DEBUG:teuthology.orchestra.run.smithi194:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T16:07:04.542 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e on all hosts... 2024-05-21T16:07:04.542 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e pull 2024-05-21T16:07:04.560 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e pull 2024-05-21T16:07:04.568 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e pull 2024-05-21T16:07:04.731 INFO:teuthology.orchestra.run.smithi012.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e... 2024-05-21T16:07:04.733 INFO:teuthology.orchestra.run.smithi165.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e... 2024-05-21T16:07:04.742 INFO:teuthology.orchestra.run.smithi194.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e... 2024-05-21T16:08:00.575 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-05-21T16:08:00.575 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph_version": "ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev)", 2024-05-21T16:08:00.575 INFO:teuthology.orchestra.run.smithi194.stdout: "image_id": "26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b", 2024-05-21T16:08:00.575 INFO:teuthology.orchestra.run.smithi194.stdout: "repo_digests": [ 2024-05-21T16:08:00.575 INFO:teuthology.orchestra.run.smithi194.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:46544d3c80c29169997dd4ef847474fbf329d021752baeee83a42f021e4de41f" 2024-05-21T16:08:00.576 INFO:teuthology.orchestra.run.smithi194.stdout: ] 2024-05-21T16:08:00.576 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-05-21T16:08:18.843 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-05-21T16:08:18.843 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph_version": "ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev)", 2024-05-21T16:08:18.843 INFO:teuthology.orchestra.run.smithi012.stdout: "image_id": "26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b", 2024-05-21T16:08:18.843 INFO:teuthology.orchestra.run.smithi012.stdout: "repo_digests": [ 2024-05-21T16:08:18.843 INFO:teuthology.orchestra.run.smithi012.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:46544d3c80c29169997dd4ef847474fbf329d021752baeee83a42f021e4de41f" 2024-05-21T16:08:18.843 INFO:teuthology.orchestra.run.smithi012.stdout: ] 2024-05-21T16:08:18.844 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-05-21T16:08:20.311 INFO:teuthology.orchestra.run.smithi165.stdout:{ 2024-05-21T16:08:20.311 INFO:teuthology.orchestra.run.smithi165.stdout: "ceph_version": "ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev)", 2024-05-21T16:08:20.312 INFO:teuthology.orchestra.run.smithi165.stdout: "image_id": "26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b", 2024-05-21T16:08:20.312 INFO:teuthology.orchestra.run.smithi165.stdout: "repo_digests": [ 2024-05-21T16:08:20.312 INFO:teuthology.orchestra.run.smithi165.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:46544d3c80c29169997dd4ef847474fbf329d021752baeee83a42f021e4de41f" 2024-05-21T16:08:20.312 INFO:teuthology.orchestra.run.smithi165.stdout: ] 2024-05-21T16:08:20.312 INFO:teuthology.orchestra.run.smithi165.stdout:} 2024-05-21T16:08:20.359 DEBUG:teuthology.orchestra.run.smithi012:> sudo mkdir -p /etc/ceph 2024-05-21T16:08:20.373 DEBUG:teuthology.orchestra.run.smithi165:> sudo mkdir -p /etc/ceph 2024-05-21T16:08:20.386 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /etc/ceph 2024-05-21T16:08:20.400 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 777 /etc/ceph 2024-05-21T16:08:20.428 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 777 /etc/ceph 2024-05-21T16:08:20.442 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 777 /etc/ceph 2024-05-21T16:08:20.455 INFO:tasks.cephadm:Writing seed config... 2024-05-21T16:08:20.456 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-21T16:08:20.456 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-21T16:08:20.456 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-21T16:08:20.456 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-21T16:08:20.456 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-21T16:08:20.456 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-21T16:08:20.456 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-21T16:08:20.456 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-21T16:08:20.456 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-21T16:08:20.457 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T16:08:20.457 DEBUG:teuthology.orchestra.run.smithi012:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-21T16:08:20.476 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 = 28ef91ee-178c-11ef-bc9a-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-21T16:08:20.476 DEBUG:teuthology.orchestra.run.smithi012:mon.a> sudo journalctl -f -n 0 -u ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mon.a.service 2024-05-21T16:08:20.521 DEBUG:teuthology.orchestra.run.smithi012:mgr.a> sudo journalctl -f -n 0 -u ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mgr.a.service 2024-05-21T16:08:20.564 INFO:tasks.cephadm:Bootstrapping... 2024-05-21T16:08:20.565 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e -v bootstrap --fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 --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.12 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:08:20.780 INFO:teuthology.orchestra.run.smithi012.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:08:20.780 INFO:teuthology.orchestra.run.smithi012.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e', '-v', 'bootstrap', '--fsid', '28ef91ee-178c-11ef-bc9a-c7b262605968', '--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.12', '--skip-admin-label'] 2024-05-21T16:08:20.780 INFO:teuthology.orchestra.run.smithi012.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-21T16:08:20.781 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying podman|docker is present... 2024-05-21T16:08:20.781 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying lvm2 is present... 2024-05-21T16:08:20.781 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying time synchronization is in place... 2024-05-21T16:08:20.788 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-21T16:08:20.788 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-21T16:08:20.792 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-21T16:08:20.792 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-21T16:08:20.796 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-21T16:08:20.796 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-21T16:08:20.800 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-21T16:08:20.800 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-21T16:08:20.804 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-21T16:08:20.804 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout masked 2024-05-21T16:08:20.808 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-21T16:08:20.808 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-21T16:08:20.812 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-21T16:08:20.812 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-21T16:08:20.815 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-21T16:08:20.815 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-21T16:08:20.820 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout enabled 2024-05-21T16:08:20.824 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout active 2024-05-21T16:08:20.824 INFO:teuthology.orchestra.run.smithi012.stdout:Unit ntp.service is enabled and running 2024-05-21T16:08:20.824 INFO:teuthology.orchestra.run.smithi012.stdout:Repeating the final host check... 2024-05-21T16:08:20.824 INFO:teuthology.orchestra.run.smithi012.stdout:docker (/usr/bin/docker) is present 2024-05-21T16:08:20.824 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl is present 2024-05-21T16:08:20.824 INFO:teuthology.orchestra.run.smithi012.stdout:lvcreate is present 2024-05-21T16:08:20.827 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-21T16:08:20.827 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-21T16:08:20.831 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-21T16:08:20.831 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-21T16:08:20.834 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-21T16:08:20.835 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-21T16:08:20.838 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-21T16:08:20.838 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-21T16:08:20.842 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-21T16:08:20.842 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout masked 2024-05-21T16:08:20.845 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-21T16:08:20.845 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-21T16:08:20.849 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-21T16:08:20.849 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-21T16:08:20.852 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-21T16:08:20.852 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-21T16:08:20.856 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout enabled 2024-05-21T16:08:20.860 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout active 2024-05-21T16:08:20.860 INFO:teuthology.orchestra.run.smithi012.stdout:Unit ntp.service is enabled and running 2024-05-21T16:08:20.860 INFO:teuthology.orchestra.run.smithi012.stdout:Host looks OK 2024-05-21T16:08:20.861 INFO:teuthology.orchestra.run.smithi012.stdout:Cluster fsid: 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:20.861 INFO:teuthology.orchestra.run.smithi012.stdout:Acquiring lock 140138830086544 on /run/cephadm/28ef91ee-178c-11ef-bc9a-c7b262605968.lock 2024-05-21T16:08:20.861 INFO:teuthology.orchestra.run.smithi012.stdout:Lock 140138830086544 acquired on /run/cephadm/28ef91ee-178c-11ef-bc9a-c7b262605968.lock 2024-05-21T16:08:20.861 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying IP 172.21.15.12 port 3300 ... 2024-05-21T16:08:20.861 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying IP 172.21.15.12 port 6789 ... 2024-05-21T16:08:20.861 INFO:teuthology.orchestra.run.smithi012.stdout:Base mon IP(s) is [172.21.15.12:3300, 172.21.15.12:6789], mon addrv is [v2:172.21.15.12:3300,v1:172.21.15.12:6789] 2024-05-21T16:08:20.863 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-05-21T16:08:20.863 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-21T16:08:20.863 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.12 2024-05-21T16:08:20.865 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-21T16:08:20.866 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-21T16:08:20.866 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-05-21T16:08:20.868 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-21T16:08:20.868 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-21T16:08:20.868 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-21T16:08:20.868 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-21T16:08:20.868 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:25ea/64 scope link 2024-05-21T16:08:20.868 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-21T16:08:20.869 INFO:teuthology.orchestra.run.smithi012.stdout:Mon IP `172.21.15.12` is in CIDR network `172.21.0.0/20` 2024-05-21T16:08:20.869 INFO:teuthology.orchestra.run.smithi012.stdout:Mon IP `172.21.15.12` is in CIDR network `172.21.0.0/20` 2024-05-21T16:08:20.869 INFO:teuthology.orchestra.run.smithi012.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-21T16:08:20.869 INFO:teuthology.orchestra.run.smithi012.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-21T16:08:20.870 INFO:teuthology.orchestra.run.smithi012.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e... 2024-05-21T16:08:21.120 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/docker: stdout a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e: Pulling from ceph-ci/ceph 2024-05-21T16:08:21.120 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/docker: stdout Digest: sha256:46544d3c80c29169997dd4ef847474fbf329d021752baeee83a42f021e4de41f 2024-05-21T16:08:21.120 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:08:21.120 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:08:22.530 INFO:teuthology.orchestra.run.smithi012.stdout:ceph: stdout ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev) 2024-05-21T16:08:22.530 INFO:teuthology.orchestra.run.smithi012.stdout:Ceph version: ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev) 2024-05-21T16:08:22.531 INFO:teuthology.orchestra.run.smithi012.stdout:Extracting ceph user uid/gid from container image... 2024-05-21T16:08:23.661 INFO:teuthology.orchestra.run.smithi012.stdout:stat: stdout 167 167 2024-05-21T16:08:23.661 INFO:teuthology.orchestra.run.smithi012.stdout:Creating initial keys... 2024-05-21T16:08:24.873 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-authtool: stdout AQD4xkxmPni6FBAABFIfXwi8Npt7dsKO2ldKfQ== 2024-05-21T16:08:26.028 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-authtool: stdout AQD5xkxmzJtsIBAALQUDaPlBrB/hHnvlYI2jLQ== 2024-05-21T16:08:27.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-authtool: stdout AQD6xkxmaMu2KRAAxOeJ8i9c4hqQnC2wPfNs3g== 2024-05-21T16:08:27.242 INFO:teuthology.orchestra.run.smithi012.stdout:Creating initial monmap... 2024-05-21T16:08:28.405 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-21T16:08:28.405 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-21T16:08:28.405 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:28.405 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-21T16:08:28.405 INFO:teuthology.orchestra.run.smithi012.stdout:monmaptool for a [v2:172.21.15.12:3300,v1:172.21.15.12:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-21T16:08:28.405 INFO:teuthology.orchestra.run.smithi012.stdout:setting min_mon_release = quincy 2024-05-21T16:08:28.405 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: set fsid to 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:28.405 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-21T16:08:28.405 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-21T16:08:28.405 INFO:teuthology.orchestra.run.smithi012.stdout:Creating mon... 2024-05-21T16:08:29.727 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-21T16:08:29.727 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 1 imported monmap: 2024-05-21T16:08:29.728 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-21T16:08:29.728 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:29.728 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-21T16:08:27.943104+0000 2024-05-21T16:08:29.728 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr created 2024-05-21T16:08:27.943104+0000 2024-05-21T16:08:29.728 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-21T16:08:29.728 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-21T16:08:29.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.a 2024-05-21T16:08:29.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 0 /usr/bin/ceph-mon: set fsid to 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:29.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-21T16:08:29.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Git sha 0 2024-05-21T16:08:29.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Compile date 2024-05-20 19:48:31 2024-05-21T16:08:29.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: DB SUMMARY 2024-05-21T16:08:29.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: DB Session ID: 8A94PXIU5FN7T7DTLSE4 2024-05-21T16:08:29.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-21T16:08:29.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.error_if_exists: 0 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.create_if_missing: 1 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.env: 0x557ba8beacc0 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.info_log: 0x557baa0fd040 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.statistics: (nil) 2024-05-21T16:08:29.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.use_fsync: 0 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.db_log_dir: 2024-05-21T16:08:29.736 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.wal_dir: 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.write_buffer_manager: 0x557baa0ceaa0 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-21T16:08:29.737 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-21T16:08:29.753 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-21T16:08:29.753 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-21T16:08:29.754 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-21T16:08:29.754 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-21T16:08:29.754 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.unordered_write: 0 2024-05-21T16:08:29.754 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-21T16:08:29.754 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-21T16:08:29.754 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-21T16:08:29.754 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-21T16:08:29.754 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.row_cache: None 2024-05-21T16:08:29.754 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.wal_filter: None 2024-05-21T16:08:29.754 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-21T16:08:29.754 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-21T16:08:29.754 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.two_write_queues: 0 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.wal_compression: 0 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.atomic_flush: 0 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-21T16:08:29.755 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-21T16:08:29.756 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-21T16:08:29.756 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-21T16:08:29.756 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-21T16:08:29.756 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-21T16:08:29.756 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-21T16:08:29.756 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-21T16:08:29.756 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-21T16:08:29.756 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-21T16:08:29.756 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-21T16:08:29.756 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-21T16:08:29.756 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.max_open_files: -1 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Compression algorithms supported: 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: kZSTD supported: 0 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: kXpressCompression supported: 0 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: kZlibCompression supported: 1 2024-05-21T16:08:29.757 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.109+0000 7ffb12c67c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.merge_operator: 2024-05-21T16:08:29.758 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compaction_filter: None 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557baa0fd200) 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-21T16:08:29.759 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x557baa1011f0 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-21T16:08:29.760 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-21T16:08:29.761 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compression: NoCompression 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.num_levels: 7 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-21T16:08:29.762 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-21T16:08:29.763 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-21T16:08:29.763 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-21T16:08:29.763 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-21T16:08:29.763 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-21T16:08:29.763 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-21T16:08:29.763 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-21T16:08:29.763 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-21T16:08:29.763 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-21T16:08:29.763 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-21T16:08:29.763 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-21T16:08:29.763 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-21T16:08:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-21T16:08:29.765 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.bloom_locality: 0 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-21T16:08:29.766 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-21T16:08:29.772 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-21T16:08:29.772 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-21T16:08:29.772 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-21T16:08:29.772 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.ttl: 2592000 2024-05-21T16:08:29.772 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-21T16:08:29.772 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.enable_blob_files: false 2024-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.min_blob_size: 0 2024-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 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-05-21T16:08:29.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 21dd4aca-2654-4d32-82fc-0f29e94ae116 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557baa1fa000 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb12c67c80 4 rocksdb: DB pointer 0x557baa1e8000 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb02dc4700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.113+0000 7ffb02dc4700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:08:29.774 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-21T16:08:29.775 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.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-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x557baa1011f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2e-05 secs_since: 0 2024-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.776 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-21T16:08:29.777 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T16:08:29.777 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.117+0000 7ffb12c67c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-21T16:08:29.777 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.117+0000 7ffb12c67c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-21T16:08:29.777 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T16:08:29.117+0000 7ffb12c67c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-21T16:08:29.777 INFO:teuthology.orchestra.run.smithi012.stdout:create mon.a on 2024-05-21T16:08:30.041 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-21T16:08:30.234 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-21T16:08:30.447 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968.target -> /etc/systemd/system/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968.target. 2024-05-21T16:08:30.447 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968.target -> /etc/systemd/system/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968.target. 2024-05-21T16:08:30.747 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mon.a 2024-05-21T16:08:30.747 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to reset failed state of unit ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mon.a.service: Unit ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mon.a.service not loaded. 2024-05-21T16:08:30.964 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968.target.wants/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@.service. 2024-05-21T16:08:30.974 INFO:teuthology.orchestra.run.smithi012.stdout:firewalld does not appear to be present 2024-05-21T16:08:30.974 INFO:teuthology.orchestra.run.smithi012.stdout:Not possible to enable service . firewalld.service is not available 2024-05-21T16:08:30.974 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mon to start... 2024-05-21T16:08:30.974 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mon... 2024-05-21T16:08:32.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:32 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.308589+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T16:08:33.421 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout cluster: 2024-05-21T16:08:33.422 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout id: 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:33.422 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-21T16:08:33.422 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:33.422 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout services: 2024-05-21T16:08:33.423 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.53002s) 2024-05-21T16:08:33.423 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-21T16:08:33.423 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-21T16:08:33.423 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:33.423 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout data: 2024-05-21T16:08:33.423 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-21T16:08:33.423 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-21T16:08:33.423 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-21T16:08:33.424 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout pgs: 2024-05-21T16:08:33.424 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:33.424 INFO:teuthology.orchestra.run.smithi012.stdout:mon is available 2024-05-21T16:08:33.424 INFO:teuthology.orchestra.run.smithi012.stdout:Assimilating anything we can from ceph.conf... 2024-05-21T16:08:33.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312303+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T16:08:33.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312303+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T16:08:33.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312498+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-21T16:08:33.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312498+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-21T16:08:33.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312512+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:33.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312512+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:33.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312522+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-21T16:08:27.943104+0000 2024-05-21T16:08:33.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312522+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-21T16:08:27.943104+0000 2024-05-21T16:08:33.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312531+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-21T16:08:27.943104+0000 2024-05-21T16:08:33.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312531+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-21T16:08:27.943104+0000 2024-05-21T16:08:33.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312543+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T16:08:33.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312543+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T16:08:33.749 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312551+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-21T16:08:33.749 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312551+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-21T16:08:33.749 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312559+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.a 2024-05-21T16:08:33.749 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.312559+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.a 2024-05-21T16:08:33.749 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.314732+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-21T16:08:33.749 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.314732+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-21T16:08:33.749 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.317097+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-21T16:08:33.749 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.317097+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-21T16:08:33.749 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.317605+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-21T16:08:33.749 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: cluster 2024-05-21T16:08:32.317605+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-21T16:08:33.749 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: audit 2024-05-21T16:08:32.842285+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.12:0/3588617547' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-21T16:08:33.749 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:33 smithi012 bash[21351]: audit 2024-05-21T16:08:32.842285+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.12:0/3588617547' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-21T16:08:34.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:34 smithi012 bash[21351]: audit 2024-05-21T16:08:34.518026+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.12:0/1378096083' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T16:08:34.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:34 smithi012 bash[21351]: audit 2024-05-21T16:08:34.518026+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.12:0/1378096083' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T16:08:34.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:34 smithi012 bash[21351]: audit 2024-05-21T16:08:34.522227+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.12:0/1378096083' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-21T16:08:34.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:34 smithi012 bash[21351]: audit 2024-05-21T16:08:34.522227+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.12:0/1378096083' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-21T16:08:35.071 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:35.071 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [global] 2024-05-21T16:08:35.071 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout fsid = 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:35.071 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-21T16:08:35.071 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.12:3300,v1:172.21.15.12:6789] 2024-05-21T16:08:35.071 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-21T16:08:35.071 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-21T16:08:35.071 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-21T16:08:35.071 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-21T16:08:35.071 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:35.071 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-21T16:08:35.072 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-21T16:08:35.072 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-21T16:08:35.072 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:35.072 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [osd] 2024-05-21T16:08:35.072 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-21T16:08:35.072 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-21T16:08:35.072 INFO:teuthology.orchestra.run.smithi012.stdout:Generating new minimal ceph.conf... 2024-05-21T16:08:36.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:36 smithi012 bash[21351]: audit 2024-05-21T16:08:36.148956+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.12:0/3250044241' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:08:36.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:36 smithi012 bash[21351]: audit 2024-05-21T16:08:36.148956+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.12:0/3250044241' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:08:36.624 INFO:teuthology.orchestra.run.smithi012.stdout:Restarting the monitor... 2024-05-21T16:08:36.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:36 smithi012 systemd[1]: Stopping Ceph mon.a for 28ef91ee-178c-11ef-bc9a-c7b262605968... 2024-05-21T16:08:36.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:36 smithi012 bash[21351]: debug 2024-05-21T16:08:36.861+0000 7f067b8c1700 -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-05-21T16:08:36.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:36 smithi012 bash[21351]: debug 2024-05-21T16:08:36.861+0000 7f067b8c1700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-21T16:08:37.675 INFO:teuthology.orchestra.run.smithi012.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-21T16:08:37.746 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:37 smithi012 bash[21737]: ceph-28ef91ee-178c-11ef-bc9a-c7b262605968-mon-a 2024-05-21T16:08:37.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:37 smithi012 bash[21798]: Error response from daemon: No such container: ceph-28ef91ee-178c-11ef-bc9a-c7b262605968-mon-a 2024-05-21T16:08:37.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:37 smithi012 systemd[1]: ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-21T16:08:37.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:37 smithi012 systemd[1]: Stopped Ceph mon.a for 28ef91ee-178c-11ef-bc9a-c7b262605968. 2024-05-21T16:08:37.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:37 smithi012 systemd[1]: Started Ceph mon.a for 28ef91ee-178c-11ef-bc9a-c7b262605968. 2024-05-21T16:08:38.906 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.645+0000 7f7bc09adc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-21T16:08:38.906 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.645+0000 7f7bc09adc80 0 ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev), process ceph-mon, pid 7 2024-05-21T16:08:38.906 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.645+0000 7f7bc09adc80 0 pidfile_write: ignore empty --pid-file 2024-05-21T16:08:38.906 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 0 load: jerasure load: lrc 2024-05-21T16:08:38.907 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-21T16:08:38.907 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Git sha 0 2024-05-21T16:08:38.907 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Compile date 2024-05-20 19:48:31 2024-05-21T16:08:38.907 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: DB SUMMARY 2024-05-21T16:08:38.907 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: DB Session ID: M1BOZCQEL7S8IYUUC7YV 2024-05-21T16:08:38.907 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: CURRENT file: CURRENT 2024-05-21T16:08:38.907 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-21T16:08:38.907 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-21T16:08:38.907 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-21T16:08:38.907 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88549 ; 2024-05-21T16:08:38.907 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.error_if_exists: 0 2024-05-21T16:08:38.907 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.create_if_missing: 0 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.env: 0x556b7a112cc0 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.info_log: 0x556b7c3c1de0 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.statistics: (nil) 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.use_fsync: 0 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-21T16:08:38.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.db_log_dir: 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.wal_dir: 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-21T16:08:38.909 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.write_buffer_manager: 0x556b7c3950e0 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-21T16:08:38.910 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.unordered_write: 0 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.row_cache: None 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.wal_filter: None 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.two_write_queues: 0 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.wal_compression: 0 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.atomic_flush: 0 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-21T16:08:38.911 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-21T16:08:38.912 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-21T16:08:38.912 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-21T16:08:38.912 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-21T16:08:38.912 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-21T16:08:38.912 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-21T16:08:38.912 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-21T16:08:38.912 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-21T16:08:38.912 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-21T16:08:38.912 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-21T16:08:38.912 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-21T16:08:38.912 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-21T16:08:38.914 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-21T16:08:38.914 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-21T16:08:38.914 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-21T16:08:38.914 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-21T16:08:38.914 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-21T16:08:38.914 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-21T16:08:38.914 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-21T16:08:38.914 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-21T16:08:38.914 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-21T16:08:38.914 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_open_files: -1 2024-05-21T16:08:38.914 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-21T16:08:38.914 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Compression algorithms supported: 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: kZSTD supported: 0 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: kXpressCompression supported: 0 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: kZlibCompression supported: 1 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-21T16:08:38.915 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.merge_operator: 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_filter: None 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556b7c3c1fa0) 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cache_index_and_filter_blocks: 1 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-21T16:08:38.916 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: pin_top_level_index_and_filter: 1 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: index_type: 0 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: data_block_index_type: 0 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: index_shortening: 1 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: data_block_hash_table_util_ratio: 0.750000 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: checksum: 4 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: no_block_cache: 0 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: block_cache: 0x556b7c3c51f0 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: block_cache_name: BinnedLRUCache 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: block_cache_options: 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: capacity : 536870912 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: num_shard_bits : 4 2024-05-21T16:08:38.917 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: strict_capacity_limit : 0 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: high_pri_pool_ratio: 0.000 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: block_cache_compressed: (nil) 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: persistent_cache: (nil) 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: block_size: 4096 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: block_size_deviation: 10 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: block_restart_interval: 16 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: index_block_restart_interval: 1 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: metadata_block_size: 4096 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: partition_filters: 0 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: use_delta_encoding: 1 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: filter_policy: bloomfilter 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: whole_key_filtering: 1 2024-05-21T16:08:38.918 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: verify_compression: 0 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: read_amp_bytes_per_bit: 0 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: format_version: 5 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: enable_index_compression: 1 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: block_align: 0 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: max_auto_readahead_size: 262144 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: prepopulate_block_cache: 0 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: initial_auto_readahead_size: 8192 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: num_file_reads_for_auto_readahead: 2 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compression: NoCompression 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-21T16:08:38.919 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.num_levels: 7 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-21T16:08:38.920 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-21T16:08:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-21T16:08:38.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-21T16:08:38.923 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.bloom_locality: 0 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.ttl: 2592000 2024-05-21T16:08:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.enable_blob_files: false 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.min_blob_size: 0 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.649+0000 7f7bc09adc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-21T16:08:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7bc09adc80 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-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7bc09adc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7bc09adc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 21dd4aca-2654-4d32-82fc-0f29e94ae116 2024-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7bc09adc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1716307718656181, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7bc09adc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7bc09adc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1716307718657305, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85288, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83435, "index_size": 237, "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": 10064, "raw_average_key_size": 46, "raw_value_size": 77647, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1716307718, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "21dd4aca-2654-4d32-82fc-0f29e94ae116", "db_session_id": "M1BOZCQEL7S8IYUUC7YV", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7bc09adc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1716307718657406, "job": 1, "event": "recovery_finished"} 2024-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7bc09adc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7bc09adc80 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-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7bc09adc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556b7c4e6000 2024-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7bc09adc80 4 rocksdb: DB pointer 0x556b7c4d2000 2024-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7baf102700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7baf102700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-21T16:08:38.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: ** DB Stats ** 2024-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: ** Compaction Stats [default] ** 2024-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: 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-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 120.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 120.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:08:38.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 120.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: ** Compaction Stats [default] ** 2024-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: 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-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 120.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: AddFile(Total Files): cumulative 0, interval 0 2024-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: AddFile(Keys): cumulative 0, interval 0 2024-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Cumulative compaction: 0.00 GB write, 19.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T16:08:38.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Interval compaction: 0.00 GB write, 19.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: 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-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Block cache BinnedLRUCache@0x556b7c3c51f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.8e-05 secs_since: 0 2024-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: ** File Read Latency Histogram By Level [default] ** 2024-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.653+0000 7f7bc09adc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] at bind addrs [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.657+0000 7f7bc09adc80 1 mon.a@-1(???) e1 preinit fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.657+0000 7f7bc09adc80 0 mon.a@-1(???).mds e1 new map 2024-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.657+0000 7f7bc09adc80 0 mon.a@-1(???).mds e1 print_map 2024-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: e1 2024-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: legacy client fscid: -1 2024-05-21T16:08:38.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: No filesystems configured 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.657+0000 7f7bc09adc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.657+0000 7f7bc09adc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.657+0000 7f7bc09adc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.657+0000 7f7bc09adc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: debug 2024-05-21T16:08:38.657+0000 7f7bc09adc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684401+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684401+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684488+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684488+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684502+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684502+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:38.930 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684519+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-21T16:08:27.943104+0000 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684519+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-21T16:08:27.943104+0000 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684533+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-21T16:08:27.943104+0000 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684533+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-21T16:08:27.943104+0000 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684541+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684541+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684549+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684549+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684561+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.a 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684561+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.a 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684960+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684960+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684987+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.684987+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.685368+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-21T16:08:38.931 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:38 smithi012 bash[21837]: cluster 2024-05-21T16:08:38.685368+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-21T16:08:39.486 INFO:teuthology.orchestra.run.smithi012.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-21T16:08:39.509 INFO:teuthology.orchestra.run.smithi012.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:08:39.509 INFO:teuthology.orchestra.run.smithi012.stdout:Creating mgr... 2024-05-21T16:08:39.509 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-21T16:08:39.510 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-21T16:08:39.841 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mgr.a 2024-05-21T16:08:39.841 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to reset failed state of unit ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mgr.a.service: Unit ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mgr.a.service not loaded. 2024-05-21T16:08:39.886 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:39 smithi012 systemd[1]: /etc/systemd/system/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@.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-05-21T16:08:40.057 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968.target.wants/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@.service. 2024-05-21T16:08:40.066 INFO:teuthology.orchestra.run.smithi012.stdout:firewalld does not appear to be present 2024-05-21T16:08:40.066 INFO:teuthology.orchestra.run.smithi012.stdout:Not possible to enable service . firewalld.service is not available 2024-05-21T16:08:40.067 INFO:teuthology.orchestra.run.smithi012.stdout:firewalld does not appear to be present 2024-05-21T16:08:40.067 INFO:teuthology.orchestra.run.smithi012.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-21T16:08:40.067 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mgr to start... 2024-05-21T16:08:40.067 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mgr... 2024-05-21T16:08:40.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:39 smithi012 bash[21837]: audit 2024-05-21T16:08:38.892453+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.12:0/3347023252' entity='client.admin' 2024-05-21T16:08:40.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:39 smithi012 bash[21837]: audit 2024-05-21T16:08:38.892453+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.12:0/3347023252' entity='client.admin' 2024-05-21T16:08:40.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:39 smithi012 systemd[1]: /etc/systemd/system/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@.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-05-21T16:08:41.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:41 smithi012 bash[21837]: audit 2024-05-21T16:08:41.635629+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.12:0/3040050056' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:08:41.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:41 smithi012 bash[21837]: audit 2024-05-21T16:08:41.635629+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.12:0/3040050056' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:08:42.514 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:42.514 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsid": "28ef91ee-178c-11ef-bc9a-c7b262605968", 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T16:08:42.515 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:08:42.516 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-21T16:08:42.516 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:08:42.516 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:42.516 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:08:42.516 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:08:42.516 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:42.516 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:08:42.516 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:42.516 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:08:42.516 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:08:42.517 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:08:42.518 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:42.518 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:08:42.518 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:42.518 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:08:42.518 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:08:42.518 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:42.518 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:08:42.518 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T16:08:42.518 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:08:42.518 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:08:42.518 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:08:42.518 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T16:08:42.519 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T16:08:42.519 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:08:42.519 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:08:42.519 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:42.519 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:08:42.519 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:42.519 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:08:32.313743+0000", 2024-05-21T16:08:42.519 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:08:42.519 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:42.519 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:08:42.519 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:08:42.519 INFO:teuthology.orchestra.run.smithi012.stdout:mgr not available, waiting (1/15)... 2024-05-21T16:08:45.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:45 smithi012 bash[21837]: audit 2024-05-21T16:08:45.628915+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.12:0/250839339' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:08:45.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:45 smithi012 bash[21837]: audit 2024-05-21T16:08:45.628915+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.12:0/250839339' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:08:46.137 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:46.138 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:08:46.138 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsid": "28ef91ee-178c-11ef-bc9a-c7b262605968", 2024-05-21T16:08:46.138 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:08:46.138 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:08:46.138 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:08:46.139 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:08:46.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:08:46.141 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:08:46.142 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:08:46.142 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T16:08:46.142 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T16:08:46.142 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:08:46.142 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:08:46.142 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:46.142 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:08:46.142 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:46.142 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:08:32.313743+0000", 2024-05-21T16:08:46.142 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:08:46.142 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:46.142 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:08:46.143 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:08:46.143 INFO:teuthology.orchestra.run.smithi012.stdout:mgr not available, waiting (2/15)... 2024-05-21T16:08:49.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:49 smithi012 bash[21837]: audit 2024-05-21T16:08:49.115605+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.12:0/3895510069' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:08:49.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:49 smithi012 bash[21837]: audit 2024-05-21T16:08:49.115605+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.12:0/3895510069' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:08:49.666 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:49.666 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:08:49.666 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsid": "28ef91ee-178c-11ef-bc9a-c7b262605968", 2024-05-21T16:08:49.666 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:08:49.666 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:08:49.666 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:08:49.666 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:08:49.666 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:49.666 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:49.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:08:49.668 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T16:08:49.669 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:08:49.670 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:08:49.670 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:49.670 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:08:49.670 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:49.670 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:08:32.313743+0000", 2024-05-21T16:08:49.670 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:08:49.670 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:49.670 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:08:49.670 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:08:49.670 INFO:teuthology.orchestra.run.smithi012.stdout:mgr not available, waiting (3/15)... 2024-05-21T16:08:50.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: cluster 2024-05-21T16:08:50.128151+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-21T16:08:50.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: cluster 2024-05-21T16:08:50.128151+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-21T16:08:50.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: cluster 2024-05-21T16:08:50.134738+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00703501s) 2024-05-21T16:08:50.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: cluster 2024-05-21T16:08:50.134738+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00703501s) 2024-05-21T16:08:50.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: audit 2024-05-21T16:08:50.135901+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:08:50.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: audit 2024-05-21T16:08:50.135901+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:08:50.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: audit 2024-05-21T16:08:50.136045+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:08:50.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: audit 2024-05-21T16:08:50.136045+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:08:50.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: audit 2024-05-21T16:08:50.136363+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:08:50.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: audit 2024-05-21T16:08:50.136363+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:08:50.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: audit 2024-05-21T16:08:50.136496+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:08:50.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: audit 2024-05-21T16:08:50.136496+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:08:50.499 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: audit 2024-05-21T16:08:50.137201+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T16:08:50.499 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:50 smithi012 bash[21837]: audit 2024-05-21T16:08:50.137201+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T16:08:51.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:51 smithi012 bash[21837]: cluster 2024-05-21T16:08:50.170987+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-21T16:08:51.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:51 smithi012 bash[21837]: cluster 2024-05-21T16:08:50.170987+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-21T16:08:51.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:51 smithi012 bash[21837]: audit 2024-05-21T16:08:50.182870+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:08:51.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:51 smithi012 bash[21837]: audit 2024-05-21T16:08:50.182870+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:08:51.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:51 smithi012 bash[21837]: audit 2024-05-21T16:08:50.185624+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T16:08:51.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:51 smithi012 bash[21837]: audit 2024-05-21T16:08:50.185624+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T16:08:51.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:51 smithi012 bash[21837]: audit 2024-05-21T16:08:50.190659+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' 2024-05-21T16:08:51.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:51 smithi012 bash[21837]: audit 2024-05-21T16:08:50.190659+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' 2024-05-21T16:08:51.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:51 smithi012 bash[21837]: audit 2024-05-21T16:08:50.196292+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' 2024-05-21T16:08:51.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:51 smithi012 bash[21837]: audit 2024-05-21T16:08:50.196292+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' 2024-05-21T16:08:51.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:51 smithi012 bash[21837]: audit 2024-05-21T16:08:50.201367+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' 2024-05-21T16:08:51.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:51 smithi012 bash[21837]: audit 2024-05-21T16:08:50.201367+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14102 172.21.15.12:0/2321107823' entity='mgr.a' 2024-05-21T16:08:52.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:52 smithi012 bash[21837]: cluster 2024-05-21T16:08:51.187913+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.06021s) 2024-05-21T16:08:52.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:52 smithi012 bash[21837]: cluster 2024-05-21T16:08:51.187913+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.06021s) 2024-05-21T16:08:53.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:53 smithi012 bash[21837]: cluster 2024-05-21T16:08:52.194145+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-21T16:08:53.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:53 smithi012 bash[21837]: cluster 2024-05-21T16:08:52.194145+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-21T16:08:53.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:53 smithi012 bash[21837]: audit 2024-05-21T16:08:53.147429+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.12:0/514473144' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:08:53.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:53 smithi012 bash[21837]: audit 2024-05-21T16:08:53.147429+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.12:0/514473144' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:08:53.731 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:53.731 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:08:53.731 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsid": "28ef91ee-178c-11ef-bc9a-c7b262605968", 2024-05-21T16:08:53.731 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:53.732 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:08:53.733 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:53.734 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:08:32.313743+0000", 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:08:53.735 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:08:53.736 INFO:teuthology.orchestra.run.smithi012.stdout:mgr is available 2024-05-21T16:08:55.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:54 smithi012 bash[21837]: audit 2024-05-21T16:08:54.928273+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.12:0/4288526135' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T16:08:55.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:54 smithi012 bash[21837]: audit 2024-05-21T16:08:54.928273+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.12:0/4288526135' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T16:08:55.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:54 smithi012 bash[21837]: audit 2024-05-21T16:08:54.931735+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.12:0/4288526135' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-21T16:08:55.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:54 smithi012 bash[21837]: audit 2024-05-21T16:08:54.931735+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.12:0/4288526135' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-21T16:08:55.449 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:55.449 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [global] 2024-05-21T16:08:55.449 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout fsid = 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:08:55.449 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-21T16:08:55.449 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-21T16:08:55.450 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-21T16:08:55.450 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-21T16:08:55.450 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-21T16:08:55.450 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:55.450 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-21T16:08:55.450 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-21T16:08:55.450 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-21T16:08:55.450 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [osd] 2024-05-21T16:08:55.450 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-21T16:08:55.450 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-21T16:08:55.451 INFO:teuthology.orchestra.run.smithi012.stdout:Enabling cephadm module... 2024-05-21T16:08:57.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:56 smithi012 bash[21837]: audit 2024-05-21T16:08:56.808890+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.12:0/3741855859' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-21T16:08:57.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:56 smithi012 bash[21837]: audit 2024-05-21T16:08:56.808890+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.12:0/3741855859' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-21T16:08:57.248 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:08:56 smithi012 bash[22089]: ignoring --setgroup ceph since I am not root 2024-05-21T16:08:58.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:57 smithi012 bash[21837]: audit 2024-05-21T16:08:56.860778+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.12:0/3741855859' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-21T16:08:58.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:57 smithi012 bash[21837]: audit 2024-05-21T16:08:56.860778+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.12:0/3741855859' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-21T16:08:58.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:57 smithi012 bash[21837]: cluster 2024-05-21T16:08:56.865490+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-21T16:08:58.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:57 smithi012 bash[21837]: cluster 2024-05-21T16:08:56.865490+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-21T16:08:58.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:58 smithi012 bash[21837]: audit 2024-05-21T16:08:58.676589+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.12:0/3121435143' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T16:08:58.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:08:58 smithi012 bash[21837]: audit 2024-05-21T16:08:58.676589+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.12:0/3121435143' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T16:08:59.204 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:08:59.205 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-21T16:08:59.205 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T16:08:59.205 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-21T16:08:59.205 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-21T16:08:59.205 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:08:59.205 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for the mgr to restart... 2024-05-21T16:08:59.205 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mgr epoch 5... 2024-05-21T16:09:05.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: cluster 2024-05-21T16:09:05.594058+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-21T16:09:05.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: cluster 2024-05-21T16:09:05.594058+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-21T16:09:05.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: cluster 2024-05-21T16:09:05.594888+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-21T16:09:05.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: cluster 2024-05-21T16:09:05.594888+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-21T16:09:05.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: cluster 2024-05-21T16:09:05.602534+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-21T16:09:05.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: cluster 2024-05-21T16:09:05.602534+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-21T16:09:05.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: cluster 2024-05-21T16:09:05.602889+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00836918s) 2024-05-21T16:09:05.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: cluster 2024-05-21T16:09:05.602889+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00836918s) 2024-05-21T16:09:05.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: audit 2024-05-21T16:09:05.604489+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:09:05.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: audit 2024-05-21T16:09:05.604489+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:09:05.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: audit 2024-05-21T16:09:05.605993+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T16:09:05.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: audit 2024-05-21T16:09:05.605993+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T16:09:05.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: audit 2024-05-21T16:09:05.607197+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:09:05.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: audit 2024-05-21T16:09:05.607197+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:09:05.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: audit 2024-05-21T16:09:05.607399+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:09:05.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: audit 2024-05-21T16:09:05.607399+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:09:05.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: audit 2024-05-21T16:09:05.607563+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:09:05.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: audit 2024-05-21T16:09:05.607563+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:09:05.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: cluster 2024-05-21T16:09:05.638267+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-21T16:09:05.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:05 smithi012 bash[21837]: cluster 2024-05-21T16:09:05.638267+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-21T16:09:06.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: cephadm 2024-05-21T16:09:05.657342+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-21T16:09:06.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: cephadm 2024-05-21T16:09:05.657342+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-21T16:09:06.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.661891+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:06.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.661891+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:06.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.665077+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:06.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.665077+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:06.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.668356+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:06.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.668356+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:06.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.671954+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:06.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.671954+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:06.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.677191+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:06.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.677191+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:06.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.686951+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:09:06.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.686951+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:09:06.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.689589+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T16:09:06.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: audit 2024-05-21T16:09:05.689589+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T16:09:06.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: cluster 2024-05-21T16:09:06.609097+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: a(active, since 1.01458s) 2024-05-21T16:09:06.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:06 smithi012 bash[21837]: cluster 2024-05-21T16:09:06.609097+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: a(active, since 1.01458s) 2024-05-21T16:09:07.187 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:09:07.187 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-21T16:09:07.187 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-21T16:09:07.187 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:09:07.187 INFO:teuthology.orchestra.run.smithi012.stdout:mgr epoch 5 is available 2024-05-21T16:09:07.187 INFO:teuthology.orchestra.run.smithi012.stdout:Setting orchestrator backend to cephadm... 2024-05-21T16:09:07.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:07 smithi012 bash[21837]: audit 2024-05-21T16:09:06.605445+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T16:09:07.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:07 smithi012 bash[21837]: audit 2024-05-21T16:09:06.605445+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T16:09:07.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:07 smithi012 bash[21837]: audit 2024-05-21T16:09:06.621822+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T16:09:07.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:07 smithi012 bash[21837]: audit 2024-05-21T16:09:06.621822+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T16:09:07.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:07 smithi012 bash[21837]: audit 2024-05-21T16:09:06.941450+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:07.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:07 smithi012 bash[21837]: audit 2024-05-21T16:09:06.941450+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:07.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:07 smithi012 bash[21837]: audit 2024-05-21T16:09:06.947442+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:07.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:07 smithi012 bash[21837]: audit 2024-05-21T16:09:06.947442+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:09.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: cluster 2024-05-21T16:09:07.950935+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-21T16:09:09.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: cluster 2024-05-21T16:09:07.950935+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-21T16:09:09.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: cephadm 2024-05-21T16:09:08.155408+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [21/May/2024:16:09:08] ENGINE Bus STARTING 2024-05-21T16:09:09.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: cephadm 2024-05-21T16:09:08.155408+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [21/May/2024:16:09:08] ENGINE Bus STARTING 2024-05-21T16:09:09.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: cephadm 2024-05-21T16:09:08.277105+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [21/May/2024:16:09:08] ENGINE Serving on https://172.21.15.12:7150 2024-05-21T16:09:09.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: cephadm 2024-05-21T16:09:08.277105+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [21/May/2024:16:09:08] ENGINE Serving on https://172.21.15.12:7150 2024-05-21T16:09:09.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: cephadm 2024-05-21T16:09:08.378709+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [21/May/2024:16:09:08] ENGINE Serving on http://172.21.15.12:8765 2024-05-21T16:09:09.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: cephadm 2024-05-21T16:09:08.378709+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [21/May/2024:16:09:08] ENGINE Serving on http://172.21.15.12:8765 2024-05-21T16:09:09.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: cephadm 2024-05-21T16:09:08.378877+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [21/May/2024:16:09:08] ENGINE Bus STARTED 2024-05-21T16:09:09.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: cephadm 2024-05-21T16:09:08.378877+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [21/May/2024:16:09:08] ENGINE Bus STARTED 2024-05-21T16:09:09.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: audit 2024-05-21T16:09:08.400342+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:09.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: audit 2024-05-21T16:09:08.400342+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:09.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: audit 2024-05-21T16:09:08.402891+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:09.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: audit 2024-05-21T16:09:08.402891+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:09.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: audit 2024-05-21T16:09:08.406680+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:09.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: audit 2024-05-21T16:09:08.406680+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:09.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: audit 2024-05-21T16:09:08.437486+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:09.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:08 smithi012 bash[21837]: audit 2024-05-21T16:09:08.437486+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:10.789 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-21T16:09:10.790 INFO:teuthology.orchestra.run.smithi012.stdout:Generating ssh key... 2024-05-21T16:09:11.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:10 smithi012 bash[21837]: audit 2024-05-21T16:09:10.262927+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:11.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:10 smithi012 bash[21837]: audit 2024-05-21T16:09:10.262927+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:12.497 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: Generating public/private rsa key pair. 2024-05-21T16:09:12.498 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: Your identification has been saved in /tmp/tmpo_vim2_d/key. 2024-05-21T16:09:12.498 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: Your public key has been saved in /tmp/tmpo_vim2_d/key.pub. 2024-05-21T16:09:12.498 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: The key fingerprint is: 2024-05-21T16:09:12.498 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: SHA256:DE/Ei23bdTL8BQoWN2Cvy0sF4JGRJTqA7iw4sjGehkg ceph-28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:09:12.498 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: The key's randomart image is: 2024-05-21T16:09:12.498 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: +---[RSA 3072]----+ 2024-05-21T16:09:12.498 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: | .. .*==oo | 2024-05-21T16:09:12.498 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: | . . ++=oo .. | 2024-05-21T16:09:12.498 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: | . +ooo.o.. . | 2024-05-21T16:09:12.498 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: | . .*+ o* . .| 2024-05-21T16:09:12.498 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: |.o .So...= . | 2024-05-21T16:09:12.498 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: |BEo ...o . | 2024-05-21T16:09:12.499 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: |**. + | 2024-05-21T16:09:12.499 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: |++ . . | 2024-05-21T16:09:12.499 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: |. . | 2024-05-21T16:09:12.499 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:12 smithi012 bash[22089]: +----[SHA256]-----+ 2024-05-21T16:09:13.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:13 smithi012 bash[21837]: audit 2024-05-21T16:09:12.047952+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:13.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:13 smithi012 bash[21837]: audit 2024-05-21T16:09:12.047952+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:13.497 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:13 smithi012 bash[21837]: cephadm 2024-05-21T16:09:12.048342+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-21T16:09:13.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:13 smithi012 bash[21837]: cephadm 2024-05-21T16:09:12.048342+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-21T16:09:13.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:13 smithi012 bash[21837]: audit 2024-05-21T16:09:12.213571+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:13.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:13 smithi012 bash[21837]: audit 2024-05-21T16:09:12.213571+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:13.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:13 smithi012 bash[21837]: audit 2024-05-21T16:09:12.216722+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:13.498 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:13 smithi012 bash[21837]: audit 2024-05-21T16:09:12.216722+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:14.449 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrZlgRQ8BTg9yv2eEX4hD3E4YI3SPFL2P6lMZuc/cDJZ1Ye34HRBonnyqTpTgsveb/zu2YADHBz5fAqW3nM0qx3OpGG4p5XuJVRdvLd548EOOlUP/r7d8svGHp46R70toOTD2P++vv/epjmqzGJlVTSgQr24mNwWl3K2rkddWeMXNWTuWe7qcywOeR0h02fkqOdg2I0Z9omC/aU0Dyna5yeK0mXt17Dx6SiRuICU2JCSRGpIrh6yCbhdHcmLWqNYNS982BgVv9R3+fzMsuGUPaYXLuGQt/WyISh5n3pl5eXUF/7qIcL0vvlqoSbfN7h9xS8Zw/mDWBkvsGAPEecqcoQ6Bq8G4AFNtfvPQFPRve4qL8VDkBdE3U7d89PpJWrrQcBo9okUF7Y32qk4oBVdMwuNYCG3Xd+9z4NewOCqYP6F4tFTE0jiIpKj63Gwq6iXQCqlH+YhclmE9+LH+SLPS47dZ0wa4YH6UHlzw123Fjh1HHWsu7vMGKCw1iDBJQvJM= ceph-28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:09:14.449 INFO:teuthology.orchestra.run.smithi012.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:09:14.450 INFO:teuthology.orchestra.run.smithi012.stdout:Adding key to root@localhost authorized_keys... 2024-05-21T16:09:14.450 INFO:teuthology.orchestra.run.smithi012.stdout:Adding host smithi012... 2024-05-21T16:09:15.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:14 smithi012 bash[21837]: audit 2024-05-21T16:09:13.945701+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:15.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:14 smithi012 bash[21837]: audit 2024-05-21T16:09:13.945701+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:15.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:15 smithi012 bash[21837]: audit 2024-05-21T16:09:15.688633+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi012", "addr": "172.21.15.12", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:15.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:15 smithi012 bash[21837]: audit 2024-05-21T16:09:15.688633+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi012", "addr": "172.21.15.12", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:17.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:16 smithi012 bash[21837]: cephadm 2024-05-21T16:09:16.306167+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi012 2024-05-21T16:09:17.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:16 smithi012 bash[21837]: cephadm 2024-05-21T16:09:16.306167+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi012 2024-05-21T16:09:22.397 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Added host 'smithi012' with addr '172.21.15.12' 2024-05-21T16:09:22.397 INFO:teuthology.orchestra.run.smithi012.stdout:Deploying unmanaged mon service... 2024-05-21T16:09:22.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:22 smithi012 bash[21837]: audit 2024-05-21T16:09:21.529008+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:22.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:22 smithi012 bash[21837]: audit 2024-05-21T16:09:21.529008+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:22.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:22 smithi012 bash[21837]: cephadm 2024-05-21T16:09:21.529881+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi012 2024-05-21T16:09:22.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:22 smithi012 bash[21837]: cephadm 2024-05-21T16:09:21.529881+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi012 2024-05-21T16:09:22.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:22 smithi012 bash[21837]: audit 2024-05-21T16:09:21.563368+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:22.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:22 smithi012 bash[21837]: audit 2024-05-21T16:09:21.563368+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:24.932 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-21T16:09:24.932 INFO:teuthology.orchestra.run.smithi012.stdout:Deploying unmanaged mgr service... 2024-05-21T16:09:25.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:25 smithi012 bash[21837]: audit 2024-05-21T16:09:24.343666+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:25.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:25 smithi012 bash[21837]: audit 2024-05-21T16:09:24.343666+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:25.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:25 smithi012 bash[21837]: cephadm 2024-05-21T16:09:24.346935+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-21T16:09:25.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:25 smithi012 bash[21837]: cephadm 2024-05-21T16:09:24.346935+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-21T16:09:25.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:25 smithi012 bash[21837]: audit 2024-05-21T16:09:24.352223+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:25.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:25 smithi012 bash[21837]: audit 2024-05-21T16:09:24.352223+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:25.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:25 smithi012 bash[21837]: audit 2024-05-21T16:09:24.588314+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:25.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:25 smithi012 bash[21837]: audit 2024-05-21T16:09:24.588314+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:25.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:25 smithi012 bash[21837]: audit 2024-05-21T16:09:25.121577+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:25.748 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:25 smithi012 bash[21837]: audit 2024-05-21T16:09:25.121577+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:26.705 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-21T16:09:26.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:26 smithi012 bash[21837]: cluster 2024-05-21T16:09:25.608674+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:09:26.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:26 smithi012 bash[21837]: cluster 2024-05-21T16:09:25.608674+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:09:26.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:26 smithi012 bash[21837]: audit 2024-05-21T16:09:26.140140+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:26.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:26 smithi012 bash[21837]: audit 2024-05-21T16:09:26.140140+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.12:0/887867494' entity='mgr.a' 2024-05-21T16:09:27.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:27 smithi012 bash[21837]: audit 2024-05-21T16:09:26.133364+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:27.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:27 smithi012 bash[21837]: audit 2024-05-21T16:09:26.133364+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:27.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:27 smithi012 bash[21837]: cephadm 2024-05-21T16:09:26.135701+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-21T16:09:27.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:27 smithi012 bash[21837]: cephadm 2024-05-21T16:09:26.135701+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-21T16:09:28.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:28 smithi012 bash[21837]: cluster 2024-05-21T16:09:27.608951+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:09:28.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:28 smithi012 bash[21837]: cluster 2024-05-21T16:09:27.608951+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:09:28.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:28 smithi012 bash[21837]: audit 2024-05-21T16:09:28.041920+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.12:0/3050261036' entity='client.admin' 2024-05-21T16:09:28.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:28 smithi012 bash[21837]: audit 2024-05-21T16:09:28.041920+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.12:0/3050261036' entity='client.admin' 2024-05-21T16:09:30.532 INFO:teuthology.orchestra.run.smithi012.stdout:Enabling the dashboard module... 2024-05-21T16:09:31.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:30 smithi012 bash[21837]: cluster 2024-05-21T16:09:29.609340+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:09:31.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:30 smithi012 bash[21837]: cluster 2024-05-21T16:09:29.609340+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:09:31.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:30 smithi012 bash[21837]: audit 2024-05-21T16:09:29.917861+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.12:0/4169738515' entity='client.admin' 2024-05-21T16:09:31.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:30 smithi012 bash[21837]: audit 2024-05-21T16:09:29.917861+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.12:0/4169738515' entity='client.admin' 2024-05-21T16:09:32.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:31 smithi012 bash[21837]: audit 2024-05-21T16:09:31.861714+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.12:0/2593578092' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-21T16:09:32.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:31 smithi012 bash[21837]: audit 2024-05-21T16:09:31.861714+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.12:0/2593578092' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-21T16:09:32.247 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:31 smithi012 bash[22089]: ignoring --setuser ceph since I am not root 2024-05-21T16:09:32.247 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:31 smithi012 bash[22089]: ignoring --setgroup ceph since I am not root 2024-05-21T16:09:33.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:32 smithi012 bash[21837]: cluster 2024-05-21T16:09:31.609637+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:09:33.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:32 smithi012 bash[21837]: cluster 2024-05-21T16:09:31.609637+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:09:33.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:32 smithi012 bash[21837]: audit 2024-05-21T16:09:31.922768+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.12:0/2593578092' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-21T16:09:33.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:32 smithi012 bash[21837]: audit 2024-05-21T16:09:31.922768+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.12:0/2593578092' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-21T16:09:33.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:32 smithi012 bash[21837]: cluster 2024-05-21T16:09:31.928759+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-05-21T16:09:33.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:32 smithi012 bash[21837]: cluster 2024-05-21T16:09:31.928759+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-05-21T16:09:34.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:33 smithi012 bash[21837]: audit 2024-05-21T16:09:33.923674+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.12:0/1017480522' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T16:09:34.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:33 smithi012 bash[21837]: audit 2024-05-21T16:09:33.923674+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.12:0/1017480522' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T16:09:34.550 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:09:34.550 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-21T16:09:34.551 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T16:09:34.551 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-21T16:09:34.551 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-21T16:09:34.551 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:09:34.551 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for the mgr to restart... 2024-05-21T16:09:34.551 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mgr epoch 9... 2024-05-21T16:09:41.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: cluster 2024-05-21T16:09:40.738300+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-05-21T16:09:41.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: cluster 2024-05-21T16:09:40.738300+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-05-21T16:09:41.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: cluster 2024-05-21T16:09:40.738802+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-05-21T16:09:41.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: cluster 2024-05-21T16:09:40.738802+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-05-21T16:09:41.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: cluster 2024-05-21T16:09:40.746295+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-21T16:09:41.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: cluster 2024-05-21T16:09:40.746295+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-21T16:09:41.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: cluster 2024-05-21T16:09:40.746585+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00798958s) 2024-05-21T16:09:41.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: cluster 2024-05-21T16:09:40.746585+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00798958s) 2024-05-21T16:09:41.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: audit 2024-05-21T16:09:40.748690+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:09:41.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: audit 2024-05-21T16:09:40.748690+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:09:41.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: audit 2024-05-21T16:09:40.750290+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T16:09:41.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: audit 2024-05-21T16:09:40.750290+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T16:09:41.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: audit 2024-05-21T16:09:40.751388+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:09:41.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: audit 2024-05-21T16:09:40.751388+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:09:41.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: audit 2024-05-21T16:09:40.751530+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:09:41.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: audit 2024-05-21T16:09:40.751530+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:09:41.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: audit 2024-05-21T16:09:40.751674+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:09:41.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: audit 2024-05-21T16:09:40.751674+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:09:41.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: cluster 2024-05-21T16:09:40.778054+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-05-21T16:09:41.249 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:40 smithi012 bash[21837]: cluster 2024-05-21T16:09:40.778054+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-05-21T16:09:42.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:41 smithi012 bash[21837]: audit 2024-05-21T16:09:40.812336+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:42.262 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:41 smithi012 bash[21837]: audit 2024-05-21T16:09:40.812336+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:42.262 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:41 smithi012 bash[21837]: audit 2024-05-21T16:09:40.816172+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:42.262 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:41 smithi012 bash[21837]: audit 2024-05-21T16:09:40.816172+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:42.263 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:41 smithi012 bash[21837]: audit 2024-05-21T16:09:40.836875+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:09:42.263 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:41 smithi012 bash[21837]: audit 2024-05-21T16:09:40.836875+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:09:42.263 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:41 smithi012 bash[21837]: audit 2024-05-21T16:09:40.840415+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T16:09:42.263 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:41 smithi012 bash[21837]: audit 2024-05-21T16:09:40.840415+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T16:09:42.263 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:41 smithi012 bash[21837]: cluster 2024-05-21T16:09:41.750996+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.0124s) 2024-05-21T16:09:42.263 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:41 smithi012 bash[21837]: cluster 2024-05-21T16:09:41.750996+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.0124s) 2024-05-21T16:09:42.380 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:09:42.381 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-21T16:09:42.381 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-21T16:09:42.381 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:09:42.381 INFO:teuthology.orchestra.run.smithi012.stdout:mgr epoch 9 is available 2024-05-21T16:09:42.381 INFO:teuthology.orchestra.run.smithi012.stdout:Generating a dashboard self-signed certificate... 2024-05-21T16:09:43.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:42 smithi012 bash[21837]: cephadm 2024-05-21T16:09:41.391367+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [21/May/2024:16:09:41] ENGINE Bus STARTING 2024-05-21T16:09:43.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:42 smithi012 bash[21837]: cephadm 2024-05-21T16:09:41.391367+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [21/May/2024:16:09:41] ENGINE Bus STARTING 2024-05-21T16:09:43.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:42 smithi012 bash[21837]: cephadm 2024-05-21T16:09:41.493557+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [21/May/2024:16:09:41] ENGINE Serving on http://172.21.15.12:8765 2024-05-21T16:09:43.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:42 smithi012 bash[21837]: cephadm 2024-05-21T16:09:41.493557+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [21/May/2024:16:09:41] ENGINE Serving on http://172.21.15.12:8765 2024-05-21T16:09:43.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:42 smithi012 bash[21837]: cephadm 2024-05-21T16:09:41.615126+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [21/May/2024:16:09:41] ENGINE Serving on https://172.21.15.12:7150 2024-05-21T16:09:43.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:42 smithi012 bash[21837]: cephadm 2024-05-21T16:09:41.615126+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [21/May/2024:16:09:41] ENGINE Serving on https://172.21.15.12:7150 2024-05-21T16:09:43.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:42 smithi012 bash[21837]: cephadm 2024-05-21T16:09:41.615337+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/May/2024:16:09:41] ENGINE Bus STARTED 2024-05-21T16:09:43.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:42 smithi012 bash[21837]: cephadm 2024-05-21T16:09:41.615337+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/May/2024:16:09:41] ENGINE Bus STARTED 2024-05-21T16:09:43.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:42 smithi012 bash[21837]: audit 2024-05-21T16:09:41.750825+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T16:09:43.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:42 smithi012 bash[21837]: audit 2024-05-21T16:09:41.750825+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T16:09:43.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:42 smithi012 bash[21837]: audit 2024-05-21T16:09:41.770094+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T16:09:43.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:42 smithi012 bash[21837]: audit 2024-05-21T16:09:41.770094+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T16:09:44.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:43 smithi012 bash[21837]: cluster 2024-05-21T16:09:42.818440+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-21T16:09:44.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:43 smithi012 bash[21837]: cluster 2024-05-21T16:09:42.818440+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-21T16:09:44.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:43 smithi012 bash[21837]: audit 2024-05-21T16:09:43.730344+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:44.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:43 smithi012 bash[21837]: audit 2024-05-21T16:09:43.730344+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:44.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:43 smithi012 bash[21837]: audit 2024-05-21T16:09:43.735504+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:44.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:43 smithi012 bash[21837]: audit 2024-05-21T16:09:43.735504+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:44.302 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-21T16:09:44.302 INFO:teuthology.orchestra.run.smithi012.stdout:Creating initial admin user... 2024-05-21T16:09:45.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:44 smithi012 bash[21837]: audit 2024-05-21T16:09:43.616312+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:45.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:44 smithi012 bash[21837]: audit 2024-05-21T16:09:43.616312+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:46.473 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$oOrztQiYzIYSWK/9g4VawezNxD4C/PoGeKTbraKUG6a5BZNw.TvRC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1716307785, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-21T16:09:46.473 INFO:teuthology.orchestra.run.smithi012.stdout:Fetching dashboard port number... 2024-05-21T16:09:47.166 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:46 smithi012 bash[21837]: audit 2024-05-21T16:09:45.584582+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:47.166 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:46 smithi012 bash[21837]: audit 2024-05-21T16:09:45.584582+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:09:47.166 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:46 smithi012 bash[21837]: audit 2024-05-21T16:09:45.887316+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:47.166 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:46 smithi012 bash[21837]: audit 2024-05-21T16:09:45.887316+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:48.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: cluster 2024-05-21T16:09:46.897656+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: cluster 2024-05-21T16:09:46.897656+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: audit 2024-05-21T16:09:47.571726+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: audit 2024-05-21T16:09:47.571726+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: audit 2024-05-21T16:09:47.573228+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: audit 2024-05-21T16:09:47.573228+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: audit 2024-05-21T16:09:47.577954+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: audit 2024-05-21T16:09:47.577954+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: audit 2024-05-21T16:09:47.579828+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi012", "caps": []}]: dispatch 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: audit 2024-05-21T16:09:47.579828+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi012", "caps": []}]: dispatch 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: audit 2024-05-21T16:09:47.580947+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi012", "caps": []}]': finished 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: audit 2024-05-21T16:09:47.580947+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi012", "caps": []}]': finished 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: audit 2024-05-21T16:09:47.786025+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.12:0/2813299034' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-21T16:09:48.248 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:47 smithi012 bash[21837]: audit 2024-05-21T16:09:47.786025+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.12:0/2813299034' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-21T16:09:48.336 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 8443 2024-05-21T16:09:48.337 INFO:teuthology.orchestra.run.smithi012.stdout:firewalld does not appear to be present 2024-05-21T16:09:48.337 INFO:teuthology.orchestra.run.smithi012.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-21T16:09:48.338 INFO:teuthology.orchestra.run.smithi012.stdout:Ceph Dashboard is now available at: 2024-05-21T16:09:48.338 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-21T16:09:48.338 INFO:teuthology.orchestra.run.smithi012.stdout: URL: https://smithi012.front.sepia.ceph.com:8443/ 2024-05-21T16:09:48.338 INFO:teuthology.orchestra.run.smithi012.stdout: User: admin 2024-05-21T16:09:48.338 INFO:teuthology.orchestra.run.smithi012.stdout: Password: aixrarekmv 2024-05-21T16:09:48.338 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-21T16:09:48.339 INFO:teuthology.orchestra.run.smithi012.stdout:Saving cluster configuration to /var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/config directory 2024-05-21T16:09:48.339 INFO:teuthology.orchestra.run.smithi012.stdout:Enabling autotune for osd_memory_target 2024-05-21T16:09:49.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:49 smithi012 bash[21837]: cephadm 2024-05-21T16:09:48.260490+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi012 on smithi012 2024-05-21T16:09:49.247 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:49 smithi012 bash[21837]: cephadm 2024-05-21T16:09:48.260490+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi012 on smithi012 2024-05-21T16:09:52.075 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-21T16:09:52.076 INFO:teuthology.orchestra.run.smithi012.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-21T16:09:52.076 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-21T16:09:52.076 INFO:teuthology.orchestra.run.smithi012.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:09:52.076 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-21T16:09:52.076 INFO:teuthology.orchestra.run.smithi012.stdout:Or, if you are only running a single cluster on this host: 2024-05-21T16:09:52.077 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-21T16:09:52.077 INFO:teuthology.orchestra.run.smithi012.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-21T16:09:52.077 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-21T16:09:52.077 INFO:teuthology.orchestra.run.smithi012.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-21T16:09:52.077 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-21T16:09:52.077 INFO:teuthology.orchestra.run.smithi012.stdout: ceph telemetry on 2024-05-21T16:09:52.078 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-21T16:09:52.078 INFO:teuthology.orchestra.run.smithi012.stdout:For more information see: 2024-05-21T16:09:52.078 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-21T16:09:52.078 INFO:teuthology.orchestra.run.smithi012.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-21T16:09:52.078 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-21T16:09:52.078 INFO:teuthology.orchestra.run.smithi012.stdout:Bootstrap complete. 2024-05-21T16:09:52.141 INFO:tasks.cephadm:Fetching config... 2024-05-21T16:09:52.141 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T16:09:52.141 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-21T16:09:52.147 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-21T16:09:52.147 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T16:09:52.147 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-21T16:09:52.192 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-21T16:09:52.193 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T16:09:52.193 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-21T16:09:52.248 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-21T16:09:52.248 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T16:09:52.248 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-21T16:09:52.295 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-21T16:09:52.296 DEBUG:teuthology.orchestra.run.smithi012:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrZlgRQ8BTg9yv2eEX4hD3E4YI3SPFL2P6lMZuc/cDJZ1Ye34HRBonnyqTpTgsveb/zu2YADHBz5fAqW3nM0qx3OpGG4p5XuJVRdvLd548EOOlUP/r7d8svGHp46R70toOTD2P++vv/epjmqzGJlVTSgQr24mNwWl3K2rkddWeMXNWTuWe7qcywOeR0h02fkqOdg2I0Z9omC/aU0Dyna5yeK0mXt17Dx6SiRuICU2JCSRGpIrh6yCbhdHcmLWqNYNS982BgVv9R3+fzMsuGUPaYXLuGQt/WyISh5n3pl5eXUF/7qIcL0vvlqoSbfN7h9xS8Zw/mDWBkvsGAPEecqcoQ6Bq8G4AFNtfvPQFPRve4qL8VDkBdE3U7d89PpJWrrQcBo9okUF7Y32qk4oBVdMwuNYCG3Xd+9z4NewOCqYP6F4tFTE0jiIpKj63Gwq6iXQCqlH+YhclmE9+LH+SLPS47dZ0wa4YH6UHlzw123Fjh1HHWsu7vMGKCw1iDBJQvJM= ceph-28ef91ee-178c-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T16:09:52.358 INFO:teuthology.orchestra.run.smithi012.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrZlgRQ8BTg9yv2eEX4hD3E4YI3SPFL2P6lMZuc/cDJZ1Ye34HRBonnyqTpTgsveb/zu2YADHBz5fAqW3nM0qx3OpGG4p5XuJVRdvLd548EOOlUP/r7d8svGHp46R70toOTD2P++vv/epjmqzGJlVTSgQr24mNwWl3K2rkddWeMXNWTuWe7qcywOeR0h02fkqOdg2I0Z9omC/aU0Dyna5yeK0mXt17Dx6SiRuICU2JCSRGpIrh6yCbhdHcmLWqNYNS982BgVv9R3+fzMsuGUPaYXLuGQt/WyISh5n3pl5eXUF/7qIcL0vvlqoSbfN7h9xS8Zw/mDWBkvsGAPEecqcoQ6Bq8G4AFNtfvPQFPRve4qL8VDkBdE3U7d89PpJWrrQcBo9okUF7Y32qk4oBVdMwuNYCG3Xd+9z4NewOCqYP6F4tFTE0jiIpKj63Gwq6iXQCqlH+YhclmE9+LH+SLPS47dZ0wa4YH6UHlzw123Fjh1HHWsu7vMGKCw1iDBJQvJM= ceph-28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:09:52.365 DEBUG:teuthology.orchestra.run.smithi165:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrZlgRQ8BTg9yv2eEX4hD3E4YI3SPFL2P6lMZuc/cDJZ1Ye34HRBonnyqTpTgsveb/zu2YADHBz5fAqW3nM0qx3OpGG4p5XuJVRdvLd548EOOlUP/r7d8svGHp46R70toOTD2P++vv/epjmqzGJlVTSgQr24mNwWl3K2rkddWeMXNWTuWe7qcywOeR0h02fkqOdg2I0Z9omC/aU0Dyna5yeK0mXt17Dx6SiRuICU2JCSRGpIrh6yCbhdHcmLWqNYNS982BgVv9R3+fzMsuGUPaYXLuGQt/WyISh5n3pl5eXUF/7qIcL0vvlqoSbfN7h9xS8Zw/mDWBkvsGAPEecqcoQ6Bq8G4AFNtfvPQFPRve4qL8VDkBdE3U7d89PpJWrrQcBo9okUF7Y32qk4oBVdMwuNYCG3Xd+9z4NewOCqYP6F4tFTE0jiIpKj63Gwq6iXQCqlH+YhclmE9+LH+SLPS47dZ0wa4YH6UHlzw123Fjh1HHWsu7vMGKCw1iDBJQvJM= ceph-28ef91ee-178c-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T16:09:52.391 INFO:teuthology.orchestra.run.smithi165.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrZlgRQ8BTg9yv2eEX4hD3E4YI3SPFL2P6lMZuc/cDJZ1Ye34HRBonnyqTpTgsveb/zu2YADHBz5fAqW3nM0qx3OpGG4p5XuJVRdvLd548EOOlUP/r7d8svGHp46R70toOTD2P++vv/epjmqzGJlVTSgQr24mNwWl3K2rkddWeMXNWTuWe7qcywOeR0h02fkqOdg2I0Z9omC/aU0Dyna5yeK0mXt17Dx6SiRuICU2JCSRGpIrh6yCbhdHcmLWqNYNS982BgVv9R3+fzMsuGUPaYXLuGQt/WyISh5n3pl5eXUF/7qIcL0vvlqoSbfN7h9xS8Zw/mDWBkvsGAPEecqcoQ6Bq8G4AFNtfvPQFPRve4qL8VDkBdE3U7d89PpJWrrQcBo9okUF7Y32qk4oBVdMwuNYCG3Xd+9z4NewOCqYP6F4tFTE0jiIpKj63Gwq6iXQCqlH+YhclmE9+LH+SLPS47dZ0wa4YH6UHlzw123Fjh1HHWsu7vMGKCw1iDBJQvJM= ceph-28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:09:52.400 DEBUG:teuthology.orchestra.run.smithi194:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrZlgRQ8BTg9yv2eEX4hD3E4YI3SPFL2P6lMZuc/cDJZ1Ye34HRBonnyqTpTgsveb/zu2YADHBz5fAqW3nM0qx3OpGG4p5XuJVRdvLd548EOOlUP/r7d8svGHp46R70toOTD2P++vv/epjmqzGJlVTSgQr24mNwWl3K2rkddWeMXNWTuWe7qcywOeR0h02fkqOdg2I0Z9omC/aU0Dyna5yeK0mXt17Dx6SiRuICU2JCSRGpIrh6yCbhdHcmLWqNYNS982BgVv9R3+fzMsuGUPaYXLuGQt/WyISh5n3pl5eXUF/7qIcL0vvlqoSbfN7h9xS8Zw/mDWBkvsGAPEecqcoQ6Bq8G4AFNtfvPQFPRve4qL8VDkBdE3U7d89PpJWrrQcBo9okUF7Y32qk4oBVdMwuNYCG3Xd+9z4NewOCqYP6F4tFTE0jiIpKj63Gwq6iXQCqlH+YhclmE9+LH+SLPS47dZ0wa4YH6UHlzw123Fjh1HHWsu7vMGKCw1iDBJQvJM= ceph-28ef91ee-178c-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T16:09:52.413 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:52 smithi012 systemd[1]: /etc/systemd/system/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@.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-05-21T16:09:52.413 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:52 smithi012 systemd[1]: /etc/systemd/system/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@.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-05-21T16:09:52.425 INFO:teuthology.orchestra.run.smithi194.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrZlgRQ8BTg9yv2eEX4hD3E4YI3SPFL2P6lMZuc/cDJZ1Ye34HRBonnyqTpTgsveb/zu2YADHBz5fAqW3nM0qx3OpGG4p5XuJVRdvLd548EOOlUP/r7d8svGHp46R70toOTD2P++vv/epjmqzGJlVTSgQr24mNwWl3K2rkddWeMXNWTuWe7qcywOeR0h02fkqOdg2I0Z9omC/aU0Dyna5yeK0mXt17Dx6SiRuICU2JCSRGpIrh6yCbhdHcmLWqNYNS982BgVv9R3+fzMsuGUPaYXLuGQt/WyISh5n3pl5eXUF/7qIcL0vvlqoSbfN7h9xS8Zw/mDWBkvsGAPEecqcoQ6Bq8G4AFNtfvPQFPRve4qL8VDkBdE3U7d89PpJWrrQcBo9okUF7Y32qk4oBVdMwuNYCG3Xd+9z4NewOCqYP6F4tFTE0jiIpKj63Gwq6iXQCqlH+YhclmE9+LH+SLPS47dZ0wa4YH6UHlzw123Fjh1HHWsu7vMGKCw1iDBJQvJM= ceph-28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:09:52.505 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-21T16:09:52.747 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:09:52 smithi012 systemd[1]: /etc/systemd/system/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@.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-05-21T16:09:52.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:52 smithi012 bash[21837]: audit 2024-05-21T16:09:51.513443+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.12:0/405214314' entity='client.admin' 2024-05-21T16:09:52.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:52 smithi012 bash[21837]: audit 2024-05-21T16:09:51.513443+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.12:0/405214314' entity='client.admin' 2024-05-21T16:09:52.747 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:52 smithi012 systemd[1]: /etc/systemd/system/ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@.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-05-21T16:09:53.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.680114+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.680114+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.689301+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.689301+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.691705+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.691705+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.708127+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.708127+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.711943+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.711943+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.713860+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.713860+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.715795+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.715795+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.717668+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.717668+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.720405+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.720405+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.737732+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.737732+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.741729+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:52.741729+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:53.999 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:53.160559+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:54.000 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:53 smithi012 bash[21837]: audit 2024-05-21T16:09:53.160559+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:57.206 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:09:57.208 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:56 smithi012 bash[21837]: audit 2024-05-21T16:09:55.838757+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:57.208 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:56 smithi012 bash[21837]: audit 2024-05-21T16:09:55.838757+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:58.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:58 smithi012 bash[21837]: audit 2024-05-21T16:09:57.574993+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:58.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:58 smithi012 bash[21837]: audit 2024-05-21T16:09:57.574993+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:58.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:58 smithi012 bash[21837]: audit 2024-05-21T16:09:57.581464+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:58.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:58 smithi012 bash[21837]: audit 2024-05-21T16:09:57.581464+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:58.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:58 smithi012 bash[21837]: audit 2024-05-21T16:09:58.554360+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.12:0/1606389936' entity='client.admin' 2024-05-21T16:09:58.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:58 smithi012 bash[21837]: audit 2024-05-21T16:09:58.554360+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.12:0/1606389936' entity='client.admin' 2024-05-21T16:09:59.153 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-21T16:09:59.154 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-21T16:09:59.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:59 smithi012 bash[21837]: audit 2024-05-21T16:09:58.587646+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:59.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:59 smithi012 bash[21837]: audit 2024-05-21T16:09:58.587646+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:09:59.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:59 smithi012 bash[21837]: audit 2024-05-21T16:09:58.592798+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:09:59.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:09:59 smithi012 bash[21837]: audit 2024-05-21T16:09:58.592798+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:10:01.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:01 smithi012 bash[21837]: cluster 2024-05-21T16:10:00.752989+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:10:01.997 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:01 smithi012 bash[21837]: cluster 2024-05-21T16:10:00.752989+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:10:03.630 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:10:04.188 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:03 smithi012 bash[21837]: cluster 2024-05-21T16:10:02.753440+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:10:04.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:03 smithi012 bash[21837]: cluster 2024-05-21T16:10:02.753440+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:10:05.907 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-21T16:10:05.907 DEBUG:teuthology.orchestra.run.smithi012:> dd of=/root/logrotate.conf 2024-05-21T16:10:05.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:10:05.912 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-21T16:10:05.913 DEBUG:teuthology.orchestra.run.smithi012:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:10:05.964 DEBUG:teuthology.orchestra.run.smithi165:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:10:05.970 DEBUG:teuthology.orchestra.run.smithi194:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:10:05.976 INFO:tasks.cephadm:Stopping all daemons... 2024-05-21T16:10:05.977 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-21T16:10:05.977 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mon.a 2024-05-21T16:10:06.169 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: cluster 2024-05-21T16:10:04.753737+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:10:06.169 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: cluster 2024-05-21T16:10:04.753737+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:10:06.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:04.934578+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:10:06.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:04.934578+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:10:06.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:04.937770+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:10:06.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:04.937770+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:10:06.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:04.941002+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:10:06.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:04.941002+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:10:06.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:04.943658+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:10:06.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:04.943658+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:10:06.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:04.944731+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:10:06.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:04.944731+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:10:06.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: cephadm 2024-05-21T16:10:04.946497+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-05-21T16:10:06.171 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: cephadm 2024-05-21T16:10:04.946497+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-05-21T16:10:06.171 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:05.457517+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:10:06.171 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:05.457517+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:10:06.171 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:05.461218+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:10:06.171 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:05 smithi012 bash[21837]: audit 2024-05-21T16:10:05.461218+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.12:0/639264364' entity='mgr.a' 2024-05-21T16:10:06.171 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:06 smithi012 systemd[1]: Stopping Ceph mon.a for 28ef91ee-178c-11ef-bc9a-c7b262605968... 2024-05-21T16:10:06.171 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:06 smithi012 bash[21837]: debug 2024-05-21T16:10:06.140+0000 7f7bb7913700 -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-05-21T16:10:06.171 INFO:journalctl@ceph.mon.a.smithi012.stdout:May 21 16:10:06 smithi012 bash[21837]: debug 2024-05-21T16:10:06.140+0000 7f7bb7913700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-21T16:10:06.832 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mon.a.service' 2024-05-21T16:10:06.862 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:10:06.862 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-21T16:10:06.862 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-21T16:10:06.862 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mgr.a 2024-05-21T16:10:07.212 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:10:06 smithi012 systemd[1]: Stopping Ceph mgr.a for 28ef91ee-178c-11ef-bc9a-c7b262605968... 2024-05-21T16:10:07.212 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:10:07 smithi012 bash[22089]: debug 2024-05-21T16:10:07.016+0000 7fd22952d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-21T16:10:07.212 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:10:07 smithi012 bash[22089]: debug 2024-05-21T16:10:07.016+0000 7fd22952d700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-21T16:10:07.497 INFO:journalctl@ceph.mgr.a.smithi012.stdout:May 21 16:10:07 smithi012 bash[26677]: ceph-28ef91ee-178c-11ef-bc9a-c7b262605968-mgr-a 2024-05-21T16:10:07.695 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-28ef91ee-178c-11ef-bc9a-c7b262605968@mgr.a.service' 2024-05-21T16:10:07.733 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:10:07.733 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-21T16:10:07.733 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T16:10:07.937 INFO:teuthology.orchestra.run.smithi012.stdout:Deleting cluster with fsid: 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:10:10.176 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T16:10:10.343 INFO:teuthology.orchestra.run.smithi165.stdout:Deleting cluster with fsid: 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:10:11.668 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T16:10:11.837 INFO:teuthology.orchestra.run.smithi194.stdout:Deleting cluster with fsid: 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:10:13.167 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:10:13.182 DEBUG:teuthology.orchestra.run.smithi165:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:10:13.196 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:10:13.208 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 838, in ceph_bootstrap bootstrap_remote.write_file( File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 296, in write_file self.run(args=args, stdin=data, quiet=True) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi012 with status 1: 'set -ex\ndd of=/root/logrotate.conf' 2024-05-21T16:10:13.211 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-21T16:10:13.213 DEBUG:teuthology.misc:Transferring archived files from smithi012:/var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679/remote/smithi012/crash 2024-05-21T16:10:13.214 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T16:10:13.236 INFO:teuthology.orchestra.run.smithi012.stderr:tar: /var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T16:10:13.236 INFO:teuthology.orchestra.run.smithi012.stderr:tar: Error is not recoverable: exiting now 2024-05-21T16:10:13.239 DEBUG:teuthology.misc:Transferring archived files from smithi165:/var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679/remote/smithi165/crash 2024-05-21T16:10:13.240 DEBUG:teuthology.orchestra.run.smithi165:> sudo tar c -f - -C /var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T16:10:13.252 INFO:teuthology.orchestra.run.smithi165.stderr:tar: /var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T16:10:13.253 INFO:teuthology.orchestra.run.smithi165.stderr:tar: Error is not recoverable: exiting now 2024-05-21T16:10:13.255 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679/remote/smithi194/crash 2024-05-21T16:10:13.255 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T16:10:13.267 INFO:teuthology.orchestra.run.smithi194.stderr:tar: /var/lib/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T16:10:13.267 INFO:teuthology.orchestra.run.smithi194.stderr:tar: Error is not recoverable: exiting now 2024-05-21T16:10:13.268 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-21T16:10:13.269 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-21T16:10:13.295 INFO:tasks.cephadm:Compressing logs... 2024-05-21T16:10:13.295 DEBUG:teuthology.orchestra.run.smithi012:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-21T16:10:13.337 DEBUG:teuthology.orchestra.run.smithi165:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-21T16:10:13.340 DEBUG:teuthology.orchestra.run.smithi194:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-21T16:10:13.346 INFO:teuthology.orchestra.run.smithi012.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-21T16:10:13.352 INFO:teuthology.orchestra.run.smithi165.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-21T16:10:13.354 INFO:teuthology.orchestra.run.smithi194.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-21T16:10:13.358 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T16:10:13.358 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph-mon.a.log 2024-05-21T16:10:13.358 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph.cephadm.log 2024-05-21T16:10:13.359 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph.log 2024-05-21T16:10:13.359 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph-volume.log 2024-05-21T16:10:13.359 INFO:teuthology.orchestra.run.smithi012.stderr: 73.1% -- replaced with /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph.cephadm.log.gz 2024-05-21T16:10:13.360 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph.audit.log 2024-05-21T16:10:13.360 INFO:teuthology.orchestra.run.smithi012.stderr: 81.2% -- replaced with /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph.log.gz 2024-05-21T16:10:13.360 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph-mgr.a.log 2024-05-21T16:10:13.360 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph.audit.log: 89.5% -- replaced with /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph-volume.log.gz 2024-05-21T16:10:13.360 INFO:teuthology.orchestra.run.smithi012.stderr: 83.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T16:10:13.360 INFO:teuthology.orchestra.run.smithi012.stderr: 86.9% -- replaced with /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph.audit.log.gz 2024-05-21T16:10:13.394 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph-mgr.a.log: 88.8% -- replaced with /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph-mgr.a.log.gz 2024-05-21T16:10:13.399 INFO:teuthology.orchestra.run.smithi165.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T16:10:13.399 INFO:teuthology.orchestra.run.smithi012.stderr: 91.4% -- replaced with /var/log/ceph/28ef91ee-178c-11ef-bc9a-c7b262605968/ceph-mon.a.log.gz 2024-05-21T16:10:13.400 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T16:10:13.401 INFO:teuthology.orchestra.run.smithi165.stderr:/var/log/ceph/cephadm.log: 71.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T16:10:13.403 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-05-21T16:10:13.403 INFO:teuthology.orchestra.run.smithi012.stderr:real 0m0.061s 2024-05-21T16:10:13.403 INFO:teuthology.orchestra.run.smithi012.stderr:user 0m0.090s 2024-05-21T16:10:13.403 INFO:teuthology.orchestra.run.smithi012.stderr:sys 0m0.012s 2024-05-21T16:10:13.404 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/cephadm.log: 71.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T16:10:13.404 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-05-21T16:10:13.404 INFO:teuthology.orchestra.run.smithi194.stderr:real 0m0.057s 2024-05-21T16:10:13.404 INFO:teuthology.orchestra.run.smithi194.stderr:user 0m0.017s 2024-05-21T16:10:13.404 INFO:teuthology.orchestra.run.smithi194.stderr:sys 0m0.005s 2024-05-21T16:10:13.405 INFO:teuthology.orchestra.run.smithi165.stderr: 2024-05-21T16:10:13.405 INFO:teuthology.orchestra.run.smithi165.stderr:real 0m0.060s 2024-05-21T16:10:13.405 INFO:teuthology.orchestra.run.smithi165.stderr:user 0m0.013s 2024-05-21T16:10:13.405 INFO:teuthology.orchestra.run.smithi165.stderr:sys 0m0.011s 2024-05-21T16:10:13.405 INFO:tasks.cephadm:Archiving logs... 2024-05-21T16:10:13.406 DEBUG:teuthology.misc:Transferring archived files from smithi012:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679/remote/smithi012/log 2024-05-21T16:10:13.406 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T16:10:13.474 DEBUG:teuthology.misc:Transferring archived files from smithi165:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679/remote/smithi165/log 2024-05-21T16:10:13.475 DEBUG:teuthology.orchestra.run.smithi165:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T16:10:13.491 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679/remote/smithi194/log 2024-05-21T16:10:13.491 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T16:10:13.506 INFO:tasks.cephadm:Removing cluster... 2024-05-21T16:10:13.506 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 --force 2024-05-21T16:10:13.677 INFO:teuthology.orchestra.run.smithi012.stdout:Deleting cluster with fsid: 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:10:15.064 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 --force 2024-05-21T16:10:15.234 INFO:teuthology.orchestra.run.smithi165.stdout:Deleting cluster with fsid: 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:10:16.565 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 28ef91ee-178c-11ef-bc9a-c7b262605968 --force 2024-05-21T16:10:16.735 INFO:teuthology.orchestra.run.smithi194.stdout:Deleting cluster with fsid: 28ef91ee-178c-11ef-bc9a-c7b262605968 2024-05-21T16:10:18.043 INFO:tasks.cephadm:Removing cephadm ... 2024-05-21T16:10:18.044 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T16:10:18.050 DEBUG:teuthology.orchestra.run.smithi165:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T16:10:18.059 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T16:10:18.064 INFO:tasks.cephadm:Teardown complete 2024-05-21T16:10:18.065 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 2272, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 1901, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 838, in ceph_bootstrap bootstrap_remote.write_file( File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 296, in write_file self.run(args=args, stdin=data, quiet=True) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi012 with status 1: 'set -ex\ndd of=/root/logrotate.conf' 2024-05-21T16:10:18.264 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=31d4209478324a018f2b99cd44bd80ae Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 2272, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 1901, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 838, in ceph_bootstrap bootstrap_remote.write_file( File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 296, in write_file self.run(args=args, stdin=data, quiet=True) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi012 with status 1: 'set -ex\ndd of=/root/logrotate.conf' 2024-05-21T16:10:18.268 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-21T16:10:18.277 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-21T16:10:18.293 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-21T16:10:18.293 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-21T16:10:18.306 DEBUG:teuthology.orchestra.run.smithi165:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-21T16:10:18.309 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-21T16:10:18.399 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-21T16:10:18.408 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-21T16:10:18.408 DEBUG:teuthology.orchestra.run.smithi012:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:10:18.410 DEBUG:teuthology.orchestra.run.smithi165:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:10:18.413 DEBUG:teuthology.orchestra.run.smithi194:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:10:18.423 INFO:teuthology.orchestra.run.smithi012.stdout: remote refid st t when poll reach delay offset jitter 2024-05-21T16:10:18.423 INFO:teuthology.orchestra.run.smithi012.stdout:============================================================================== 2024-05-21T16:10:18.423 INFO:teuthology.orchestra.run.smithi012.stdout: hv01.front.sepi 67.205.162.81 3 u 48 64 37 0.065 +1.099 0.172 2024-05-21T16:10:18.424 INFO:teuthology.orchestra.run.smithi012.stdout: hv02.front.sepi 63.231.80.2 3 u 44 64 37 0.079 +3.037 0.031 2024-05-21T16:10:18.424 INFO:teuthology.orchestra.run.smithi012.stdout:*hv03.front.sepi 74.6.168.72 3 u 47 64 37 0.080 -0.274 0.355 2024-05-21T16:10:18.424 INFO:teuthology.orchestra.run.smithi012.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:10:18.425 INFO:teuthology.orchestra.run.smithi165.stdout: remote refid st t when poll reach delay offset jitter 2024-05-21T16:10:18.425 INFO:teuthology.orchestra.run.smithi165.stdout:============================================================================== 2024-05-21T16:10:18.426 INFO:teuthology.orchestra.run.smithi165.stdout:+hv01.front.sepi 67.205.162.81 3 u 45 64 37 0.069 -0.681 0.987 2024-05-21T16:10:18.426 INFO:teuthology.orchestra.run.smithi165.stdout:*hv02.front.sepi 63.231.80.2 3 u 51 64 37 0.103 +0.473 1.705 2024-05-21T16:10:18.426 INFO:teuthology.orchestra.run.smithi165.stdout:+hv03.front.sepi 74.6.168.72 3 u 46 64 37 0.063 -0.748 0.997 2024-05-21T16:10:18.426 INFO:teuthology.orchestra.run.smithi165.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:10:18.427 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2024-05-21T16:10:18.427 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2024-05-21T16:10:18.427 INFO:teuthology.orchestra.run.smithi194.stdout:+hv01.front.sepi 67.205.162.81 3 u 49 64 37 0.122 -2.806 0.715 2024-05-21T16:10:18.427 INFO:teuthology.orchestra.run.smithi194.stdout:*hv02.front.sepi 63.231.80.2 3 u 49 64 37 0.086 -1.065 0.841 2024-05-21T16:10:18.427 INFO:teuthology.orchestra.run.smithi194.stdout:+hv03.front.sepi 74.6.168.72 3 u 47 64 37 0.121 -4.023 0.718 2024-05-21T16:10:18.428 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T16:10:18.428 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-21T16:10:18.478 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-21T16:10:18.478 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-21T16:10:18.486 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-21T16:10:18.495 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-21T16:10:18.505 INFO:teuthology.task.internal:Duration was 754.751099 seconds 2024-05-21T16:10:18.505 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-21T16:10:18.513 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-21T16:10:18.514 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T16:10:18.516 DEBUG:teuthology.orchestra.run.smithi165:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T16:10:18.519 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T16:10:18.556 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-21T16:10:18.556 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi012.front.sepia.ceph.com 2024-05-21T16:10:18.556 DEBUG:teuthology.orchestra.run.smithi012:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-21T16:10:18.610 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi165.front.sepia.ceph.com 2024-05-21T16:10:18.610 DEBUG:teuthology.orchestra.run.smithi165:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-21T16:10:18.620 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi194.front.sepia.ceph.com 2024-05-21T16:10:18.620 DEBUG:teuthology.orchestra.run.smithi194:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-21T16:10:18.631 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-21T16:10:18.632 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T16:10:18.654 DEBUG:teuthology.orchestra.run.smithi165:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T16:10:18.663 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T16:10:18.699 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-21T16:10:18.699 DEBUG:teuthology.orchestra.run.smithi012:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T16:10:18.725 DEBUG:teuthology.orchestra.run.smithi165:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T16:10:18.730 DEBUG:teuthology.orchestra.run.smithi194:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T16:10:18.798 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-21T16:10:18.807 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-21T16:10:18.807 DEBUG:teuthology.orchestra.run.smithi012:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T16:10:18.818 DEBUG:teuthology.orchestra.run.smithi165:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T16:10:18.829 DEBUG:teuthology.orchestra.run.smithi194:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T16:10:18.839 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-21T16:10:18.849 DEBUG:teuthology.orchestra.run.smithi012:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:10:18.861 DEBUG:teuthology.orchestra.run.smithi165:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:10:18.871 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = core 2024-05-21T16:10:18.878 DEBUG:teuthology.orchestra.run.smithi194:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:10:18.888 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern = core 2024-05-21T16:10:18.889 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = core 2024-05-21T16:10:18.977 DEBUG:teuthology.orchestra.run.smithi012:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:10:18.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:10:18.982 DEBUG:teuthology.orchestra.run.smithi165:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:10:18.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:10:18.986 DEBUG:teuthology.orchestra.run.smithi194:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:10:19.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:10:19.025 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-21T16:10:19.034 INFO:teuthology.task.internal:Transferring archived files... 2024-05-21T16:10:19.035 DEBUG:teuthology.misc:Transferring archived files from smithi012:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679/remote/smithi012 2024-05-21T16:10:19.035 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T16:10:19.057 DEBUG:teuthology.misc:Transferring archived files from smithi165:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679/remote/smithi165 2024-05-21T16:10:19.057 DEBUG:teuthology.orchestra.run.smithi165:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T16:10:19.080 DEBUG:teuthology.misc:Transferring archived files from smithi194:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718679/remote/smithi194 2024-05-21T16:10:19.081 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T16:10:19.100 INFO:teuthology.task.internal:Removing archive directory... 2024-05-21T16:10:19.101 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T16:10:19.103 DEBUG:teuthology.orchestra.run.smithi165:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T16:10:19.123 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T16:10:19.145 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-21T16:10:19.156 INFO:teuthology.task.internal:Not uploading archives. 2024-05-21T16:10:19.156 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-21T16:10:19.165 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-21T16:10:19.166 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T16:10:19.169 DEBUG:teuthology.orchestra.run.smithi165:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T16:10:19.171 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T16:10:19.172 INFO:teuthology.orchestra.run.smithi012.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 16:10 /home/ubuntu/cephtest 2024-05-21T16:10:19.174 INFO:teuthology.orchestra.run.smithi165.stdout: 658623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 16:10 /home/ubuntu/cephtest 2024-05-21T16:10:19.193 INFO:teuthology.orchestra.run.smithi194.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 16:10 /home/ubuntu/cephtest 2024-05-21T16:10:19.195 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-21T16:10:19.204 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-21T16:10:19.225 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 754.7510991096497 failure_reason: 'Command failed on smithi012 with status 1: ''set -ex\ndd of=/root/logrotate.conf''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=31d4209478324a018f2b99cd44bd80ae status: fail success: false 2024-05-21T16:10:19.226 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-21T16:10:19.300 INFO:teuthology.run:FAIL