2024-03-09T17:28:44.490 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-09T17:28:44.490 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368 --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368/orig.config.yaml 2024-03-09T17:28:44.519 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-09T17:28:44.603 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368 branch: wip-yuri8-testing-2024-03-06-1329 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false job_id: '7587368' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri8-testing-2024-03-06-1329 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 sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a workunit: branch: wip-yuri8-testing-2024-03-06-1329 sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 1270 sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-03-06-1329 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a targets: smithi044.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEyemOZ1uMjVPKHEVqTcHV6H+Wri+qtaO5Bbi4aVpQk+RKuwpntoqpOpyq9ynafTnrjk/5v3Wv+vPDFoxS02pJA= smithi082.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBUABHPcMQVQQrr8ZYxsBNm+QH9j8OcaiEP3O6mKBT8mFucwiuwOTPwpt3lGHFL4PntLwHwkS3bo2kbM6QSFih8= smithi165.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJIle2mX5i5kEZBaHjEifGm/+iuDcIgh39q5aAPc5Fj6dae13hLPDfgcnld9OB1jd5Hk2o+YtR08t4XjANIqPzA= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-08_16:18:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-09T17:28:44.603 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa; will attempt to use it 2024-03-09T17:28:44.604 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks 2024-03-09T17:28:44.604 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-09T17:28:44.605 INFO:teuthology.task.internal:Checking packages... 2024-03-09T17:28:44.630 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '6b01fe95f3aa686f1951a0c5828907a52930b92a' 2024-03-09T17:28:44.631 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-09T17:28:44.631 INFO:teuthology.packaging:ref: None 2024-03-09T17:28:44.631 INFO:teuthology.packaging:tag: None 2024-03-09T17:28:44.631 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-03-06-1329 2024-03-09T17:28:44.631 INFO:teuthology.packaging:sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T17:28:44.632 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri8-testing-2024-03-06-1329 2024-03-09T17:28:44.860 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:28:44.861 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-09T17:28:44.868 INFO:teuthology.task.internal:no buildpackages task found 2024-03-09T17:28:44.868 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-09T17:28:44.946 INFO:teuthology.task.internal:Saving configuration 2024-03-09T17:28:44.959 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-09T17:28:44.973 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-09T17:28:44.999 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi044.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368', '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-03-09 17:22:54.643328', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICZcTjU2OltQ0KeByoeKAYZzxiu4auUMEXeb050JFu1m'} 2024-03-09T17:28:45.021 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368', '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-03-09 17:22:54.649069', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC+uqqBVxsSoDXahgddk41blNCN79tpIvq01t6wlfXY4'} 2024-03-09T17:28:45.041 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi165.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368', '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-03-09 17:22:54.645295', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHNEbAS6SLyCsghdlBocPO1qGBRq4w61BlIMEoZWc2Ta'} 2024-03-09T17:28:45.041 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-09T17:28:45.047 INFO:teuthology.task.internal:roles: ubuntu@smithi044.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-09T17:28:45.048 INFO:teuthology.task.internal:roles: ubuntu@smithi082.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-09T17:28:45.048 INFO:teuthology.task.internal:roles: ubuntu@smithi165.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-09T17:28:45.048 INFO:teuthology.run_tasks:Running task console_log... 2024-03-09T17:28:45.180 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd3ebf78f70>, signals=[15]) 2024-03-09T17:28:45.181 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-09T17:28:45.191 INFO:teuthology.task.internal:Opening connections... 2024-03-09T17:28:45.191 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi044.front.sepia.ceph.com 2024-03-09T17:28:45.193 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:28:45.278 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi082.front.sepia.ceph.com 2024-03-09T17:28:45.278 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:28:45.360 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi165.front.sepia.ceph.com 2024-03-09T17:28:45.360 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:28:45.442 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-09T17:28:45.448 DEBUG:teuthology.orchestra.run.smithi044:> uname -m 2024-03-09T17:28:45.455 INFO:teuthology.orchestra.run.smithi044.stdout:x86_64 2024-03-09T17:28:45.455 DEBUG:teuthology.orchestra.run.smithi044:> cat /etc/os-release 2024-03-09T17:28:45.500 INFO:teuthology.orchestra.run.smithi044.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-09T17:28:45.501 INFO:teuthology.orchestra.run.smithi044.stdout:NAME="Ubuntu" 2024-03-09T17:28:45.501 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION_ID="22.04" 2024-03-09T17:28:45.501 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-09T17:28:45.501 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION_CODENAME=jammy 2024-03-09T17:28:45.501 INFO:teuthology.orchestra.run.smithi044.stdout:ID=ubuntu 2024-03-09T17:28:45.501 INFO:teuthology.orchestra.run.smithi044.stdout:ID_LIKE=debian 2024-03-09T17:28:45.501 INFO:teuthology.orchestra.run.smithi044.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-09T17:28:45.501 INFO:teuthology.orchestra.run.smithi044.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-09T17:28:45.501 INFO:teuthology.orchestra.run.smithi044.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-09T17:28:45.501 INFO:teuthology.orchestra.run.smithi044.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-09T17:28:45.501 INFO:teuthology.orchestra.run.smithi044.stdout:UBUNTU_CODENAME=jammy 2024-03-09T17:28:45.502 INFO:teuthology.lock.ops:Updating smithi044.front.sepia.ceph.com on lock server 2024-03-09T17:28:45.528 DEBUG:teuthology.orchestra.run.smithi082:> uname -m 2024-03-09T17:28:45.533 INFO:teuthology.orchestra.run.smithi082.stdout:x86_64 2024-03-09T17:28:45.533 DEBUG:teuthology.orchestra.run.smithi082:> cat /etc/os-release 2024-03-09T17:28:45.579 INFO:teuthology.orchestra.run.smithi082.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-09T17:28:45.580 INFO:teuthology.orchestra.run.smithi082.stdout:NAME="Ubuntu" 2024-03-09T17:28:45.580 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION_ID="22.04" 2024-03-09T17:28:45.580 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-09T17:28:45.580 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION_CODENAME=jammy 2024-03-09T17:28:45.580 INFO:teuthology.orchestra.run.smithi082.stdout:ID=ubuntu 2024-03-09T17:28:45.580 INFO:teuthology.orchestra.run.smithi082.stdout:ID_LIKE=debian 2024-03-09T17:28:45.580 INFO:teuthology.orchestra.run.smithi082.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-09T17:28:45.580 INFO:teuthology.orchestra.run.smithi082.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-09T17:28:45.580 INFO:teuthology.orchestra.run.smithi082.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-09T17:28:45.580 INFO:teuthology.orchestra.run.smithi082.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-09T17:28:45.580 INFO:teuthology.orchestra.run.smithi082.stdout:UBUNTU_CODENAME=jammy 2024-03-09T17:28:45.581 INFO:teuthology.lock.ops:Updating smithi082.front.sepia.ceph.com on lock server 2024-03-09T17:28:45.603 DEBUG:teuthology.orchestra.run.smithi165:> uname -m 2024-03-09T17:28:45.609 INFO:teuthology.orchestra.run.smithi165.stdout:x86_64 2024-03-09T17:28:45.609 DEBUG:teuthology.orchestra.run.smithi165:> cat /etc/os-release 2024-03-09T17:28:45.656 INFO:teuthology.orchestra.run.smithi165.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-09T17:28:45.657 INFO:teuthology.orchestra.run.smithi165.stdout:NAME="Ubuntu" 2024-03-09T17:28:45.657 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION_ID="22.04" 2024-03-09T17:28:45.657 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-09T17:28:45.657 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION_CODENAME=jammy 2024-03-09T17:28:45.657 INFO:teuthology.orchestra.run.smithi165.stdout:ID=ubuntu 2024-03-09T17:28:45.657 INFO:teuthology.orchestra.run.smithi165.stdout:ID_LIKE=debian 2024-03-09T17:28:45.657 INFO:teuthology.orchestra.run.smithi165.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-09T17:28:45.657 INFO:teuthology.orchestra.run.smithi165.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-09T17:28:45.657 INFO:teuthology.orchestra.run.smithi165.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-09T17:28:45.657 INFO:teuthology.orchestra.run.smithi165.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-09T17:28:45.657 INFO:teuthology.orchestra.run.smithi165.stdout:UBUNTU_CODENAME=jammy 2024-03-09T17:28:45.658 INFO:teuthology.lock.ops:Updating smithi165.front.sepia.ceph.com on lock server 2024-03-09T17:28:45.678 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-09T17:28:45.687 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-09T17:28:45.714 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-09T17:28:45.715 DEBUG:teuthology.orchestra.run.smithi044:> test '!' -e /home/ubuntu/cephtest 2024-03-09T17:28:45.717 DEBUG:teuthology.orchestra.run.smithi082:> test '!' -e /home/ubuntu/cephtest 2024-03-09T17:28:45.719 DEBUG:teuthology.orchestra.run.smithi165:> test '!' -e /home/ubuntu/cephtest 2024-03-09T17:28:45.724 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-09T17:28:45.748 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-09T17:28:45.748 DEBUG:teuthology.orchestra.run.smithi044:> test -z $(ls -A /var/lib/ceph) 2024-03-09T17:28:45.765 DEBUG:teuthology.orchestra.run.smithi082:> test -z $(ls -A /var/lib/ceph) 2024-03-09T17:28:45.767 DEBUG:teuthology.orchestra.run.smithi165:> test -z $(ls -A /var/lib/ceph) 2024-03-09T17:28:45.774 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-09T17:28:45.845 INFO:teuthology.run_tasks:Running task kernel... 2024-03-09T17:28:45.860 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-09T17:28:45.860 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-09T17:28:45.860 DEBUG:teuthology.orchestra.run.smithi044:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-09T17:28:45.861 DEBUG:teuthology.orchestra.run.smithi082:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-09T17:28:45.861 DEBUG:teuthology.orchestra.run.smithi165:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-09T17:28:45.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T17:28:45.866 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2024-03-09T17:28:45.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T17:28:45.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T17:28:45.868 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2024-03-09T17:28:45.868 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-03-09T17:28:45.912 INFO:teuthology.orchestra.run.smithi082.stdout:5.15.0-56-generic 2024-03-09T17:28:45.913 INFO:teuthology.task.kernel:Running kernel on smithi082: 5.15.0-56-generic 2024-03-09T17:28:45.913 DEBUG:teuthology.orchestra.run.smithi082:> sudo apt-get clean 2024-03-09T17:28:45.916 INFO:teuthology.orchestra.run.smithi044.stdout:5.15.0-56-generic 2024-03-09T17:28:45.916 INFO:teuthology.task.kernel:Running kernel on smithi044: 5.15.0-56-generic 2024-03-09T17:28:45.916 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get clean 2024-03-09T17:28:45.918 INFO:teuthology.orchestra.run.smithi165.stdout:5.15.0-56-generic 2024-03-09T17:28:45.918 INFO:teuthology.task.kernel:Running kernel on smithi165: 5.15.0-56-generic 2024-03-09T17:28:45.918 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get clean 2024-03-09T17:28:46.028 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get update 2024-03-09T17:28:46.044 DEBUG:teuthology.orchestra.run.smithi082:> sudo apt-get update 2024-03-09T17:28:46.045 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get update 2024-03-09T17:28:46.168 INFO:teuthology.orchestra.run.smithi165.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-09T17:28:46.194 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-09T17:28:46.205 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-09T17:28:46.207 INFO:teuthology.orchestra.run.smithi082.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-09T17:28:46.208 INFO:teuthology.orchestra.run.smithi082.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-09T17:28:46.221 INFO:teuthology.orchestra.run.smithi044.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-09T17:28:46.270 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-09T17:28:46.293 INFO:teuthology.orchestra.run.smithi044.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-09T17:28:46.313 INFO:teuthology.orchestra.run.smithi044.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-09T17:28:46.315 INFO:teuthology.orchestra.run.smithi082.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-09T17:28:46.352 INFO:teuthology.orchestra.run.smithi165.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-09T17:28:46.401 INFO:teuthology.orchestra.run.smithi165.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [419 kB] 2024-03-09T17:28:46.435 INFO:teuthology.orchestra.run.smithi044.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [585 kB] 2024-03-09T17:28:46.437 INFO:teuthology.orchestra.run.smithi082.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [419 kB] 2024-03-09T17:28:46.504 INFO:teuthology.orchestra.run.smithi165.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,239 kB] 2024-03-09T17:28:46.519 INFO:teuthology.orchestra.run.smithi082.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,458 kB] 2024-03-09T17:28:46.540 INFO:teuthology.orchestra.run.smithi082.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,239 kB] 2024-03-09T17:28:46.546 INFO:teuthology.orchestra.run.smithi044.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,458 kB] 2024-03-09T17:28:46.550 INFO:teuthology.orchestra.run.smithi165.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [222 kB] 2024-03-09T17:28:46.558 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-03-09T17:28:46.558 INFO:teuthology.orchestra.run.smithi165.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-09T17:28:46.560 INFO:teuthology.orchestra.run.smithi165.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,523 kB] 2024-03-09T17:28:46.600 INFO:teuthology.orchestra.run.smithi165.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [253 kB] 2024-03-09T17:28:46.615 INFO:teuthology.orchestra.run.smithi165.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-09T17:28:46.615 INFO:teuthology.orchestra.run.smithi165.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [597 kB] 2024-03-09T17:28:46.629 INFO:teuthology.orchestra.run.smithi165.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-03-09T17:28:46.635 INFO:teuthology.orchestra.run.smithi082.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [222 kB] 2024-03-09T17:28:46.638 INFO:teuthology.orchestra.run.smithi044.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [283 kB] 2024-03-09T17:28:46.661 INFO:teuthology.orchestra.run.smithi165.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-09T17:28:46.700 INFO:teuthology.orchestra.run.smithi044.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-09T17:28:46.700 INFO:teuthology.orchestra.run.smithi044.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-09T17:28:46.701 INFO:teuthology.orchestra.run.smithi044.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,557 kB] 2024-03-09T17:28:46.701 INFO:teuthology.orchestra.run.smithi082.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-09T17:28:46.701 INFO:teuthology.orchestra.run.smithi082.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-09T17:28:46.702 INFO:teuthology.orchestra.run.smithi082.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,523 kB] 2024-03-09T17:28:46.705 INFO:teuthology.orchestra.run.smithi165.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-09T17:28:46.711 INFO:teuthology.orchestra.run.smithi044.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [259 kB] 2024-03-09T17:28:46.725 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-03-09T17:28:46.725 INFO:teuthology.orchestra.run.smithi165.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-09T17:28:46.725 INFO:teuthology.orchestra.run.smithi165.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-09T17:28:46.725 INFO:teuthology.orchestra.run.smithi165.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-09T17:28:46.726 INFO:teuthology.orchestra.run.smithi044.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [419 kB] 2024-03-09T17:28:46.728 INFO:teuthology.orchestra.run.smithi044.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-09T17:28:46.728 INFO:teuthology.orchestra.run.smithi044.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,054 kB] 2024-03-09T17:28:46.734 INFO:teuthology.orchestra.run.smithi082.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [253 kB] 2024-03-09T17:28:46.742 INFO:teuthology.orchestra.run.smithi082.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-09T17:28:46.742 INFO:teuthology.orchestra.run.smithi082.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [597 kB] 2024-03-09T17:28:46.758 INFO:teuthology.orchestra.run.smithi044.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [693 kB] 2024-03-09T17:28:46.762 INFO:teuthology.orchestra.run.smithi082.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [585 kB] 2024-03-09T17:28:46.763 INFO:teuthology.orchestra.run.smithi082.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-03-09T17:28:46.773 INFO:teuthology.orchestra.run.smithi165.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-09T17:28:46.777 INFO:teuthology.orchestra.run.smithi082.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [283 kB] 2024-03-09T17:28:46.782 INFO:teuthology.orchestra.run.smithi044.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [238 kB] 2024-03-09T17:28:46.786 INFO:teuthology.orchestra.run.smithi044.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-09T17:28:46.794 INFO:teuthology.orchestra.run.smithi044.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-09T17:28:46.795 INFO:teuthology.orchestra.run.smithi082.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-09T17:28:46.795 INFO:teuthology.orchestra.run.smithi044.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-09T17:28:46.805 INFO:teuthology.orchestra.run.smithi044.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-09T17:28:46.805 INFO:teuthology.orchestra.run.smithi044.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-09T17:28:46.806 INFO:teuthology.orchestra.run.smithi044.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-03-09T17:28:46.806 INFO:teuthology.orchestra.run.smithi044.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-03-09T17:28:46.810 INFO:teuthology.orchestra.run.smithi082.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-09T17:28:46.810 INFO:teuthology.orchestra.run.smithi082.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-09T17:28:46.810 INFO:teuthology.orchestra.run.smithi082.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,557 kB] 2024-03-09T17:28:46.811 INFO:teuthology.orchestra.run.smithi082.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-09T17:28:46.827 INFO:teuthology.orchestra.run.smithi082.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-09T17:28:46.828 INFO:teuthology.orchestra.run.smithi082.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-09T17:28:46.828 INFO:teuthology.orchestra.run.smithi082.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-09T17:28:46.831 INFO:teuthology.orchestra.run.smithi044.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-03-09T17:28:46.831 INFO:teuthology.orchestra.run.smithi044.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-09T17:28:46.832 INFO:teuthology.orchestra.run.smithi044.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-03-09T17:28:46.832 INFO:teuthology.orchestra.run.smithi044.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-03-09T17:28:46.844 INFO:teuthology.orchestra.run.smithi165.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [585 kB] 2024-03-09T17:28:46.863 INFO:teuthology.orchestra.run.smithi044.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-03-09T17:28:46.864 INFO:teuthology.orchestra.run.smithi044.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-09T17:28:46.868 INFO:teuthology.orchestra.run.smithi082.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-09T17:28:46.868 INFO:teuthology.orchestra.run.smithi082.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [259 kB] 2024-03-09T17:28:46.871 INFO:teuthology.orchestra.run.smithi082.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-09T17:28:46.872 INFO:teuthology.orchestra.run.smithi082.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [693 kB] 2024-03-09T17:28:46.883 INFO:teuthology.orchestra.run.smithi082.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,054 kB] 2024-03-09T17:28:46.897 INFO:teuthology.orchestra.run.smithi082.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [238 kB] 2024-03-09T17:28:46.899 INFO:teuthology.orchestra.run.smithi082.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-09T17:28:46.900 INFO:teuthology.orchestra.run.smithi082.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-09T17:28:46.900 INFO:teuthology.orchestra.run.smithi082.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-09T17:28:46.901 INFO:teuthology.orchestra.run.smithi082.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-09T17:28:46.921 INFO:teuthology.orchestra.run.smithi082.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-09T17:28:46.921 INFO:teuthology.orchestra.run.smithi082.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-03-09T17:28:46.921 INFO:teuthology.orchestra.run.smithi082.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-03-09T17:28:46.922 INFO:teuthology.orchestra.run.smithi082.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-03-09T17:28:46.948 INFO:teuthology.orchestra.run.smithi082.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-09T17:28:46.948 INFO:teuthology.orchestra.run.smithi082.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-03-09T17:28:46.948 INFO:teuthology.orchestra.run.smithi082.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-03-09T17:28:46.949 INFO:teuthology.orchestra.run.smithi082.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-03-09T17:28:46.949 INFO:teuthology.orchestra.run.smithi082.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-09T17:28:47.001 INFO:teuthology.orchestra.run.smithi044.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,239 kB] 2024-03-09T17:28:47.039 INFO:teuthology.orchestra.run.smithi165.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,458 kB] 2024-03-09T17:28:47.166 INFO:teuthology.orchestra.run.smithi044.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [222 kB] 2024-03-09T17:28:47.178 INFO:teuthology.orchestra.run.smithi044.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-09T17:28:47.179 INFO:teuthology.orchestra.run.smithi044.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,523 kB] 2024-03-09T17:28:47.185 INFO:teuthology.orchestra.run.smithi165.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [283 kB] 2024-03-09T17:28:47.198 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-03-09T17:28:47.199 INFO:teuthology.orchestra.run.smithi165.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,557 kB] 2024-03-09T17:28:47.258 INFO:teuthology.orchestra.run.smithi165.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-09T17:28:47.259 INFO:teuthology.orchestra.run.smithi044.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-09T17:28:47.259 INFO:teuthology.orchestra.run.smithi165.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [259 kB] 2024-03-09T17:28:47.260 INFO:teuthology.orchestra.run.smithi044.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [253 kB] 2024-03-09T17:28:47.266 INFO:teuthology.orchestra.run.smithi165.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-09T17:28:47.267 INFO:teuthology.orchestra.run.smithi044.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-09T17:28:47.268 INFO:teuthology.orchestra.run.smithi044.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [597 kB] 2024-03-09T17:28:47.285 INFO:teuthology.orchestra.run.smithi044.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-03-09T17:28:47.430 INFO:teuthology.orchestra.run.smithi165.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [693 kB] 2024-03-09T17:28:47.470 INFO:teuthology.orchestra.run.smithi044.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-09T17:28:47.864 INFO:teuthology.orchestra.run.smithi044.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-09T17:28:47.870 INFO:teuthology.orchestra.run.smithi044.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-09T17:28:47.870 INFO:teuthology.orchestra.run.smithi044.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-09T17:28:47.885 INFO:teuthology.orchestra.run.smithi044.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-09T17:28:47.887 INFO:teuthology.orchestra.run.smithi044.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-09T17:28:48.016 INFO:teuthology.orchestra.run.smithi165.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,054 kB] 2024-03-09T17:28:48.127 INFO:teuthology.orchestra.run.smithi165.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [238 kB] 2024-03-09T17:28:48.147 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-03-09T17:28:48.148 INFO:teuthology.orchestra.run.smithi165.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-09T17:28:48.149 INFO:teuthology.orchestra.run.smithi165.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-09T17:28:48.152 INFO:teuthology.orchestra.run.smithi165.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-09T17:28:48.153 INFO:teuthology.orchestra.run.smithi165.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-09T17:28:48.153 INFO:teuthology.orchestra.run.smithi165.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-03-09T17:28:48.156 INFO:teuthology.orchestra.run.smithi165.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-03-09T17:28:48.158 INFO:teuthology.orchestra.run.smithi165.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-03-09T17:28:48.322 INFO:teuthology.orchestra.run.smithi165.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-09T17:28:48.404 INFO:teuthology.orchestra.run.smithi165.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-03-09T17:28:48.485 INFO:teuthology.orchestra.run.smithi165.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-03-09T17:28:48.534 INFO:teuthology.orchestra.run.smithi165.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-03-09T17:28:48.592 INFO:teuthology.orchestra.run.smithi165.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-09T17:28:52.421 INFO:teuthology.orchestra.run.smithi082.stdout:Fetched 12.1 MB in 2s (6,690 kB/s) 2024-03-09T17:28:52.451 INFO:teuthology.orchestra.run.smithi044.stdout:Fetched 12.1 MB in 2s (6,570 kB/s) 2024-03-09T17:28:52.888 INFO:teuthology.orchestra.run.smithi165.stdout:Fetched 12.1 MB in 3s (4,839 kB/s) 2024-03-09T17:28:53.756 INFO:teuthology.orchestra.run.smithi082.stdout:Reading package lists... 2024-03-09T17:28:53.773 DEBUG:teuthology.orchestra.run.smithi082:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-09T17:28:53.808 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2024-03-09T17:28:53.825 DEBUG:teuthology.orchestra.run.smithi044:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-09T17:28:53.834 INFO:teuthology.orchestra.run.smithi082.stdout:Reading package lists... 2024-03-09T17:28:53.886 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2024-03-09T17:28:54.013 INFO:teuthology.orchestra.run.smithi082.stdout:Building dependency tree... 2024-03-09T17:28:54.014 INFO:teuthology.orchestra.run.smithi082.stdout:Reading state information... 2024-03-09T17:28:54.084 INFO:teuthology.orchestra.run.smithi044.stdout:Building dependency tree... 2024-03-09T17:28:54.084 INFO:teuthology.orchestra.run.smithi044.stdout:Reading state information... 2024-03-09T17:28:54.166 INFO:teuthology.orchestra.run.smithi082.stdout:The following packages were automatically installed and are no longer required: 2024-03-09T17:28:54.166 INFO:teuthology.orchestra.run.smithi082.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-09T17:28:54.166 INFO:teuthology.orchestra.run.smithi082.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-09T17:28:54.167 INFO:teuthology.orchestra.run.smithi082.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-09T17:28:54.167 INFO:teuthology.orchestra.run.smithi082.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-09T17:28:54.167 INFO:teuthology.orchestra.run.smithi082.stdout: python2.7-minimal 2024-03-09T17:28:54.167 INFO:teuthology.orchestra.run.smithi082.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-09T17:28:54.168 INFO:teuthology.orchestra.run.smithi082.stdout:The following additional packages will be installed: 2024-03-09T17:28:54.168 INFO:teuthology.orchestra.run.smithi082.stdout: linux-generic linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-09T17:28:54.168 INFO:teuthology.orchestra.run.smithi082.stdout: linux-headers-generic linux-image-5.15.0-100-generic 2024-03-09T17:28:54.168 INFO:teuthology.orchestra.run.smithi082.stdout: linux-modules-5.15.0-100-generic linux-modules-extra-5.15.0-100-generic 2024-03-09T17:28:54.169 INFO:teuthology.orchestra.run.smithi082.stdout:Suggested packages: 2024-03-09T17:28:54.169 INFO:teuthology.orchestra.run.smithi082.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-09T17:28:54.169 INFO:teuthology.orchestra.run.smithi082.stdout:Recommended packages: 2024-03-09T17:28:54.169 INFO:teuthology.orchestra.run.smithi082.stdout: thermald 2024-03-09T17:28:54.206 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-03-09T17:28:54.215 INFO:teuthology.orchestra.run.smithi082.stdout:The following NEW packages will be installed: 2024-03-09T17:28:54.215 INFO:teuthology.orchestra.run.smithi082.stdout: linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-09T17:28:54.216 INFO:teuthology.orchestra.run.smithi082.stdout: linux-image-5.15.0-100-generic linux-modules-5.15.0-100-generic 2024-03-09T17:28:54.216 INFO:teuthology.orchestra.run.smithi082.stdout: linux-modules-extra-5.15.0-100-generic 2024-03-09T17:28:54.217 INFO:teuthology.orchestra.run.smithi082.stdout:The following packages will be upgraded: 2024-03-09T17:28:54.217 INFO:teuthology.orchestra.run.smithi082.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-09T17:28:54.223 DEBUG:teuthology.orchestra.run.smithi165:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-09T17:28:54.258 INFO:teuthology.orchestra.run.smithi044.stdout:The following packages were automatically installed and are no longer required: 2024-03-09T17:28:54.258 INFO:teuthology.orchestra.run.smithi044.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-09T17:28:54.258 INFO:teuthology.orchestra.run.smithi044.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-09T17:28:54.259 INFO:teuthology.orchestra.run.smithi044.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-09T17:28:54.259 INFO:teuthology.orchestra.run.smithi044.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-09T17:28:54.259 INFO:teuthology.orchestra.run.smithi044.stdout: python2.7-minimal 2024-03-09T17:28:54.259 INFO:teuthology.orchestra.run.smithi044.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-09T17:28:54.260 INFO:teuthology.orchestra.run.smithi044.stdout:The following additional packages will be installed: 2024-03-09T17:28:54.260 INFO:teuthology.orchestra.run.smithi044.stdout: linux-generic linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-09T17:28:54.260 INFO:teuthology.orchestra.run.smithi044.stdout: linux-headers-generic linux-image-5.15.0-100-generic 2024-03-09T17:28:54.261 INFO:teuthology.orchestra.run.smithi044.stdout: linux-modules-5.15.0-100-generic linux-modules-extra-5.15.0-100-generic 2024-03-09T17:28:54.262 INFO:teuthology.orchestra.run.smithi044.stdout:Suggested packages: 2024-03-09T17:28:54.262 INFO:teuthology.orchestra.run.smithi044.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-09T17:28:54.262 INFO:teuthology.orchestra.run.smithi044.stdout:Recommended packages: 2024-03-09T17:28:54.262 INFO:teuthology.orchestra.run.smithi044.stdout: thermald 2024-03-09T17:28:54.274 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-03-09T17:28:54.274 INFO:teuthology.orchestra.run.smithi082.stdout:3 upgraded, 5 newly installed, 0 to remove and 288 not upgraded. 2024-03-09T17:28:54.274 INFO:teuthology.orchestra.run.smithi082.stdout:Need to get 113 MB of archives. 2024-03-09T17:28:54.274 INFO:teuthology.orchestra.run.smithi082.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-09T17:28:54.274 INFO:teuthology.orchestra.run.smithi082.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-100-generic amd64 5.15.0-100.110 [22.6 MB] 2024-03-09T17:28:54.316 INFO:teuthology.orchestra.run.smithi044.stdout:The following NEW packages will be installed: 2024-03-09T17:28:54.316 INFO:teuthology.orchestra.run.smithi044.stdout: linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-09T17:28:54.316 INFO:teuthology.orchestra.run.smithi044.stdout: linux-image-5.15.0-100-generic linux-modules-5.15.0-100-generic 2024-03-09T17:28:54.316 INFO:teuthology.orchestra.run.smithi044.stdout: linux-modules-extra-5.15.0-100-generic 2024-03-09T17:28:54.318 INFO:teuthology.orchestra.run.smithi044.stdout:The following packages will be upgraded: 2024-03-09T17:28:54.318 INFO:teuthology.orchestra.run.smithi044.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-09T17:28:54.450 INFO:teuthology.orchestra.run.smithi165.stdout:Building dependency tree... 2024-03-09T17:28:54.450 INFO:teuthology.orchestra.run.smithi165.stdout:Reading state information... 2024-03-09T17:28:54.499 INFO:teuthology.orchestra.run.smithi044.stdout:3 upgraded, 5 newly installed, 0 to remove and 288 not upgraded. 2024-03-09T17:28:54.499 INFO:teuthology.orchestra.run.smithi044.stdout:Need to get 113 MB of archives. 2024-03-09T17:28:54.500 INFO:teuthology.orchestra.run.smithi044.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-09T17:28:54.500 INFO:teuthology.orchestra.run.smithi044.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-100-generic amd64 5.15.0-100.110 [22.6 MB] 2024-03-09T17:28:54.603 INFO:teuthology.orchestra.run.smithi165.stdout:The following packages were automatically installed and are no longer required: 2024-03-09T17:28:54.603 INFO:teuthology.orchestra.run.smithi165.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-09T17:28:54.603 INFO:teuthology.orchestra.run.smithi165.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-09T17:28:54.604 INFO:teuthology.orchestra.run.smithi165.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-09T17:28:54.604 INFO:teuthology.orchestra.run.smithi165.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-09T17:28:54.604 INFO:teuthology.orchestra.run.smithi165.stdout: python2.7-minimal 2024-03-09T17:28:54.604 INFO:teuthology.orchestra.run.smithi165.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-09T17:28:54.604 INFO:teuthology.orchestra.run.smithi165.stdout:The following additional packages will be installed: 2024-03-09T17:28:54.604 INFO:teuthology.orchestra.run.smithi165.stdout: linux-generic linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-09T17:28:54.604 INFO:teuthology.orchestra.run.smithi165.stdout: linux-headers-generic linux-image-5.15.0-100-generic 2024-03-09T17:28:54.605 INFO:teuthology.orchestra.run.smithi165.stdout: linux-modules-5.15.0-100-generic linux-modules-extra-5.15.0-100-generic 2024-03-09T17:28:54.605 INFO:teuthology.orchestra.run.smithi165.stdout:Suggested packages: 2024-03-09T17:28:54.605 INFO:teuthology.orchestra.run.smithi165.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-09T17:28:54.605 INFO:teuthology.orchestra.run.smithi165.stdout:Recommended packages: 2024-03-09T17:28:54.605 INFO:teuthology.orchestra.run.smithi165.stdout: thermald 2024-03-09T17:28:54.653 INFO:teuthology.orchestra.run.smithi165.stdout:The following NEW packages will be installed: 2024-03-09T17:28:54.653 INFO:teuthology.orchestra.run.smithi165.stdout: linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-09T17:28:54.653 INFO:teuthology.orchestra.run.smithi165.stdout: linux-image-5.15.0-100-generic linux-modules-5.15.0-100-generic 2024-03-09T17:28:54.654 INFO:teuthology.orchestra.run.smithi165.stdout: linux-modules-extra-5.15.0-100-generic 2024-03-09T17:28:54.655 INFO:teuthology.orchestra.run.smithi165.stdout:The following packages will be upgraded: 2024-03-09T17:28:54.655 INFO:teuthology.orchestra.run.smithi165.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-09T17:28:54.739 INFO:teuthology.orchestra.run.smithi082.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-100-generic amd64 5.15.0-100.110 [11.5 MB] 2024-03-09T17:28:54.835 INFO:teuthology.orchestra.run.smithi165.stdout:3 upgraded, 5 newly installed, 0 to remove and 288 not upgraded. 2024-03-09T17:28:54.835 INFO:teuthology.orchestra.run.smithi165.stdout:Need to get 113 MB of archives. 2024-03-09T17:28:54.835 INFO:teuthology.orchestra.run.smithi165.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-09T17:28:54.835 INFO:teuthology.orchestra.run.smithi165.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-100-generic amd64 5.15.0-100.110 [22.6 MB] 2024-03-09T17:28:54.840 INFO:teuthology.orchestra.run.smithi082.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-100-generic amd64 5.15.0-100.110 [63.8 MB] 2024-03-09T17:28:55.818 INFO:teuthology.orchestra.run.smithi082.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.100.97 [1,696 B] 2024-03-09T17:28:55.818 INFO:teuthology.orchestra.run.smithi082.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.100.97 [2,454 B] 2024-03-09T17:28:55.818 INFO:teuthology.orchestra.run.smithi082.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100 all 5.15.0-100.110 [12.3 MB] 2024-03-09T17:28:55.907 INFO:teuthology.orchestra.run.smithi044.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-100-generic amd64 5.15.0-100.110 [11.5 MB] 2024-03-09T17:28:56.153 INFO:teuthology.orchestra.run.smithi082.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100-generic amd64 5.15.0-100.110 [2,858 kB] 2024-03-09T17:28:56.192 INFO:teuthology.orchestra.run.smithi082.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.100.97 [2,292 B] 2024-03-09T17:28:56.243 INFO:teuthology.orchestra.run.smithi044.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-100-generic amd64 5.15.0-100.110 [63.8 MB] 2024-03-09T17:28:56.276 INFO:teuthology.orchestra.run.smithi165.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-100-generic amd64 5.15.0-100.110 [11.5 MB] 2024-03-09T17:28:56.586 INFO:teuthology.orchestra.run.smithi082.stdout:Fetched 113 MB in 2s (57.5 MB/s) 2024-03-09T17:28:56.781 INFO:teuthology.orchestra.run.smithi165.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-100-generic amd64 5.15.0-100.110 [63.8 MB] 2024-03-09T17:28:56.797 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package linux-modules-5.15.0-100-generic. 2024-03-09T17:28:58.349 INFO:teuthology.orchestra.run.smithi044.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.100.97 [1,696 B] 2024-03-09T17:28:58.349 INFO:teuthology.orchestra.run.smithi044.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.100.97 [2,454 B] 2024-03-09T17:28:58.349 INFO:teuthology.orchestra.run.smithi044.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100 all 5.15.0-100.110 [12.3 MB] 2024-03-09T17:28:58.766 INFO:teuthology.orchestra.run.smithi082.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-03-09T17:28:58.770 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../0-linux-modules-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-09T17:28:58.862 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:28:59.036 INFO:teuthology.orchestra.run.smithi165.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.100.97 [1,696 B] 2024-03-09T17:28:59.036 INFO:teuthology.orchestra.run.smithi165.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.100.97 [2,454 B] 2024-03-09T17:28:59.036 INFO:teuthology.orchestra.run.smithi165.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100 all 5.15.0-100.110 [12.3 MB] 2024-03-09T17:28:59.231 INFO:teuthology.orchestra.run.smithi044.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100-generic amd64 5.15.0-100.110 [2,858 kB] 2024-03-09T17:28:59.379 INFO:teuthology.orchestra.run.smithi044.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.100.97 [2,292 B] 2024-03-09T17:28:59.505 INFO:teuthology.orchestra.run.smithi165.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100-generic amd64 5.15.0-100.110 [2,858 kB] 2024-03-09T17:28:59.591 INFO:teuthology.orchestra.run.smithi165.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.100.97 [2,292 B] 2024-03-09T17:28:59.814 INFO:teuthology.orchestra.run.smithi044.stdout:Fetched 113 MB in 5s (22.4 MB/s) 2024-03-09T17:28:59.979 INFO:teuthology.orchestra.run.smithi165.stdout:Fetched 113 MB in 5s (23.0 MB/s) 2024-03-09T17:29:00.002 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-modules-5.15.0-100-generic. 2024-03-09T17:29:00.193 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-modules-5.15.0-100-generic. 2024-03-09T17:29:00.996 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package linux-image-5.15.0-100-generic. 2024-03-09T17:29:01.017 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../1-linux-image-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-09T17:29:01.098 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:01.558 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-100-generic. 2024-03-09T17:29:01.579 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-09T17:29:01.624 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:01.960 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:29:01.964 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../0-linux-modules-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-09T17:29:02.022 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:02.265 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-03-09T17:29:02.269 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../0-linux-modules-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-09T17:29:02.557 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:04.165 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-image-5.15.0-100-generic. 2024-03-09T17:29:04.186 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../1-linux-image-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-09T17:29:04.274 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:04.651 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-image-5.15.0-100-generic. 2024-03-09T17:29:04.673 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../1-linux-image-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-09T17:29:04.760 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:04.768 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-100-generic. 2024-03-09T17:29:04.789 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-09T17:29:04.827 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:05.205 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-100-generic. 2024-03-09T17:29:05.225 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-09T17:29:05.262 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:08.460 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../3-linux-generic_5.15.0.100.97_amd64.deb ... 2024-03-09T17:29:08.602 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking linux-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-09T17:29:08.909 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.100.97_amd64.deb ... 2024-03-09T17:29:09.030 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking linux-image-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-09T17:29:09.342 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package linux-headers-5.15.0-100. 2024-03-09T17:29:09.364 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../5-linux-headers-5.15.0-100_5.15.0-100.110_all.deb ... 2024-03-09T17:29:09.408 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-09T17:29:11.318 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../3-linux-generic_5.15.0.100.97_amd64.deb ... 2024-03-09T17:29:11.436 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-09T17:29:11.615 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../3-linux-generic_5.15.0.100.97_amd64.deb ... 2024-03-09T17:29:11.742 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-09T17:29:11.778 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.100.97_amd64.deb ... 2024-03-09T17:29:11.906 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-image-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-09T17:29:12.086 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.100.97_amd64.deb ... 2024-03-09T17:29:12.213 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-image-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-09T17:29:12.217 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-headers-5.15.0-100. 2024-03-09T17:29:12.232 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../5-linux-headers-5.15.0-100_5.15.0-100.110_all.deb ... 2024-03-09T17:29:12.267 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-09T17:29:12.516 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-headers-5.15.0-100. 2024-03-09T17:29:12.538 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../5-linux-headers-5.15.0-100_5.15.0-100.110_all.deb ... 2024-03-09T17:29:12.599 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-09T17:29:15.484 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package linux-headers-5.15.0-100-generic. 2024-03-09T17:29:15.521 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../6-linux-headers-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-09T17:29:15.559 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:18.117 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-headers-5.15.0-100-generic. 2024-03-09T17:29:18.154 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../6-linux-headers-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-09T17:29:18.192 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:18.260 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.100.97_amd64.deb ... 2024-03-09T17:29:18.385 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking linux-headers-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-09T17:29:18.648 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-headers-5.15.0-100-generic. 2024-03-09T17:29:18.684 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../6-linux-headers-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-09T17:29:18.714 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:18.735 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-09T17:29:18.881 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:19.016 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up linux-headers-generic (5.15.0.100.97) ... 2024-03-09T17:29:19.153 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:20.499 INFO:teuthology.orchestra.run.smithi082.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-09T17:29:20.499 INFO:teuthology.orchestra.run.smithi082.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-09T17:29:20.499 INFO:teuthology.orchestra.run.smithi082.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-100-generic 2024-03-09T17:29:20.499 INFO:teuthology.orchestra.run.smithi082.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-100-generic 2024-03-09T17:29:20.662 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:20.864 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.100.97_amd64.deb ... 2024-03-09T17:29:20.986 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-headers-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-09T17:29:21.320 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-09T17:29:21.364 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.100.97_amd64.deb ... 2024-03-09T17:29:21.449 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:21.481 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-headers-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-09T17:29:21.575 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-headers-generic (5.15.0.100.97) ... 2024-03-09T17:29:22.130 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:22.250 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-09T17:29:22.405 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:22.644 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:22.762 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-headers-generic (5.15.0.100.97) ... 2024-03-09T17:29:22.866 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:23.767 INFO:teuthology.orchestra.run.smithi044.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-09T17:29:23.767 INFO:teuthology.orchestra.run.smithi044.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-09T17:29:23.767 INFO:teuthology.orchestra.run.smithi044.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-100-generic 2024-03-09T17:29:23.767 INFO:teuthology.orchestra.run.smithi044.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-100-generic 2024-03-09T17:29:23.781 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up linux-image-generic (5.15.0.100.97) ... 2024-03-09T17:29:23.907 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up linux-generic (5.15.0.100.97) ... 2024-03-09T17:29:23.923 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:24.075 INFO:teuthology.orchestra.run.smithi082.stdout:Processing triggers for linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:24.134 INFO:teuthology.orchestra.run.smithi082.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-09T17:29:24.134 INFO:teuthology.orchestra.run.smithi082.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-100-generic 2024-03-09T17:29:24.185 INFO:teuthology.orchestra.run.smithi165.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-09T17:29:24.185 INFO:teuthology.orchestra.run.smithi165.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-09T17:29:24.185 INFO:teuthology.orchestra.run.smithi165.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-100-generic 2024-03-09T17:29:24.186 INFO:teuthology.orchestra.run.smithi165.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-100-generic 2024-03-09T17:29:24.333 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:25.349 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:25.726 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:26.767 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-image-generic (5.15.0.100.97) ... 2024-03-09T17:29:26.893 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-generic (5.15.0.100.97) ... 2024-03-09T17:29:27.028 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:27.087 INFO:teuthology.orchestra.run.smithi044.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-09T17:29:27.087 INFO:teuthology.orchestra.run.smithi044.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-100-generic 2024-03-09T17:29:27.127 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-image-generic (5.15.0.100.97) ... 2024-03-09T17:29:27.236 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-generic (5.15.0.100.97) ... 2024-03-09T17:29:27.338 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-09T17:29:27.403 INFO:teuthology.orchestra.run.smithi165.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-09T17:29:27.403 INFO:teuthology.orchestra.run.smithi165.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-100-generic 2024-03-09T17:29:38.631 INFO:teuthology.orchestra.run.smithi082.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-09T17:29:38.631 INFO:teuthology.orchestra.run.smithi082.stdout:Sourcing file `/etc/default/grub' 2024-03-09T17:29:38.657 INFO:teuthology.orchestra.run.smithi082.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-09T17:29:38.679 INFO:teuthology.orchestra.run.smithi082.stdout:Generating grub configuration file ... 2024-03-09T17:29:38.950 INFO:teuthology.orchestra.run.smithi082.stdout:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-09T17:29:38.966 INFO:teuthology.orchestra.run.smithi082.stdout:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-09T17:29:39.275 INFO:teuthology.orchestra.run.smithi082.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-09T17:29:39.280 INFO:teuthology.orchestra.run.smithi082.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-09T17:29:39.346 INFO:teuthology.orchestra.run.smithi082.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-09T17:29:39.351 INFO:teuthology.orchestra.run.smithi082.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-09T17:29:39.526 INFO:teuthology.orchestra.run.smithi082.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-09T17:29:39.526 INFO:teuthology.orchestra.run.smithi082.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-09T17:29:39.526 INFO:teuthology.orchestra.run.smithi082.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-09T17:29:39.567 INFO:teuthology.orchestra.run.smithi082.stdout:done 2024-03-09T17:29:40.075 DEBUG:teuthology.orchestra.run.smithi082:> dpkg -s linux-image-generic 2024-03-09T17:29:40.094 INFO:teuthology.orchestra.run.smithi082.stdout:Package: linux-image-generic 2024-03-09T17:29:40.094 INFO:teuthology.orchestra.run.smithi082.stdout:Status: install ok installed 2024-03-09T17:29:40.094 INFO:teuthology.orchestra.run.smithi082.stdout:Priority: optional 2024-03-09T17:29:40.094 INFO:teuthology.orchestra.run.smithi082.stdout:Section: kernel 2024-03-09T17:29:40.094 INFO:teuthology.orchestra.run.smithi082.stdout:Installed-Size: 21 2024-03-09T17:29:40.094 INFO:teuthology.orchestra.run.smithi082.stdout:Maintainer: Ubuntu Kernel Team 2024-03-09T17:29:40.094 INFO:teuthology.orchestra.run.smithi082.stdout:Architecture: amd64 2024-03-09T17:29:40.094 INFO:teuthology.orchestra.run.smithi082.stdout:Source: linux-meta 2024-03-09T17:29:40.094 INFO:teuthology.orchestra.run.smithi082.stdout:Version: 5.15.0.100.97 2024-03-09T17:29:40.095 INFO:teuthology.orchestra.run.smithi082.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-09T17:29:40.095 INFO:teuthology.orchestra.run.smithi082.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-09T17:29:40.095 INFO:teuthology.orchestra.run.smithi082.stdout:Recommends: thermald 2024-03-09T17:29:40.095 INFO:teuthology.orchestra.run.smithi082.stdout:Description: Generic Linux kernel image 2024-03-09T17:29:40.095 INFO:teuthology.orchestra.run.smithi082.stdout: This package will always depend on the latest generic kernel image 2024-03-09T17:29:40.095 INFO:teuthology.orchestra.run.smithi082.stdout: available. 2024-03-09T17:29:40.095 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-100-generic 2024-03-09T17:29:40.095 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-09T17:29:40.095 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-09T17:29:40.095 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-09T17:29:40.096 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi082.front.sepia.ceph.com, path=None, version=distro) 2024-03-09T17:29:40.096 DEBUG:teuthology.orchestra.run.smithi082:> sudo apt-get clean 2024-03-09T17:29:40.270 DEBUG:teuthology.orchestra.run.smithi082:> sudo apt-get update 2024-03-09T17:29:40.393 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-09T17:29:40.405 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-09T17:29:40.406 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-09T17:29:40.426 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-09T17:29:41.249 INFO:teuthology.orchestra.run.smithi165.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-09T17:29:41.249 INFO:teuthology.orchestra.run.smithi165.stdout:Sourcing file `/etc/default/grub' 2024-03-09T17:29:41.258 INFO:teuthology.orchestra.run.smithi165.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-09T17:29:41.275 INFO:teuthology.orchestra.run.smithi165.stdout:Generating grub configuration file ... 2024-03-09T17:29:41.465 INFO:teuthology.orchestra.run.smithi044.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-09T17:29:41.466 INFO:teuthology.orchestra.run.smithi044.stdout:Sourcing file `/etc/default/grub' 2024-03-09T17:29:41.479 INFO:teuthology.orchestra.run.smithi044.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-09T17:29:41.506 INFO:teuthology.orchestra.run.smithi044.stdout:Generating grub configuration file ... 2024-03-09T17:29:41.615 INFO:teuthology.orchestra.run.smithi165.stdout:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-09T17:29:41.646 INFO:teuthology.orchestra.run.smithi165.stdout:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-09T17:29:41.736 INFO:teuthology.orchestra.run.smithi082.stdout:Reading package lists... 2024-03-09T17:29:41.753 DEBUG:teuthology.orchestra.run.smithi082:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-09T17:29:41.770 INFO:teuthology.orchestra.run.smithi044.stdout:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-09T17:29:41.786 INFO:teuthology.orchestra.run.smithi044.stdout:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-09T17:29:41.804 INFO:teuthology.orchestra.run.smithi082.stdout:Reading package lists... 2024-03-09T17:29:41.985 INFO:teuthology.orchestra.run.smithi082.stdout:Building dependency tree... 2024-03-09T17:29:41.985 INFO:teuthology.orchestra.run.smithi082.stdout:Reading state information... 2024-03-09T17:29:42.020 INFO:teuthology.orchestra.run.smithi165.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-09T17:29:42.026 INFO:teuthology.orchestra.run.smithi165.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-09T17:29:42.095 INFO:teuthology.orchestra.run.smithi044.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-09T17:29:42.100 INFO:teuthology.orchestra.run.smithi044.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-09T17:29:42.102 INFO:teuthology.orchestra.run.smithi165.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-09T17:29:42.107 INFO:teuthology.orchestra.run.smithi165.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-09T17:29:42.136 INFO:teuthology.orchestra.run.smithi082.stdout:linux-image-generic is already the newest version (5.15.0.100.97). 2024-03-09T17:29:42.136 INFO:teuthology.orchestra.run.smithi082.stdout:The following packages were automatically installed and are no longer required: 2024-03-09T17:29:42.136 INFO:teuthology.orchestra.run.smithi082.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-09T17:29:42.136 INFO:teuthology.orchestra.run.smithi082.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-09T17:29:42.136 INFO:teuthology.orchestra.run.smithi082.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-09T17:29:42.136 INFO:teuthology.orchestra.run.smithi082.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-09T17:29:42.136 INFO:teuthology.orchestra.run.smithi082.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-09T17:29:42.137 INFO:teuthology.orchestra.run.smithi082.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-09T17:29:42.163 INFO:teuthology.orchestra.run.smithi044.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-09T17:29:42.169 INFO:teuthology.orchestra.run.smithi044.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-09T17:29:42.174 INFO:teuthology.orchestra.run.smithi082.stdout:0 upgraded, 0 newly installed, 0 to remove and 288 not upgraded. 2024-03-09T17:29:42.176 DEBUG:teuthology.orchestra.run.smithi082:> dpkg -s linux-image-generic 2024-03-09T17:29:42.230 INFO:teuthology.orchestra.run.smithi082.stdout:Package: linux-image-generic 2024-03-09T17:29:42.230 INFO:teuthology.orchestra.run.smithi082.stdout:Status: install ok installed 2024-03-09T17:29:42.230 INFO:teuthology.orchestra.run.smithi082.stdout:Priority: optional 2024-03-09T17:29:42.230 INFO:teuthology.orchestra.run.smithi082.stdout:Section: kernel 2024-03-09T17:29:42.230 INFO:teuthology.orchestra.run.smithi082.stdout:Installed-Size: 21 2024-03-09T17:29:42.230 INFO:teuthology.orchestra.run.smithi082.stdout:Maintainer: Ubuntu Kernel Team 2024-03-09T17:29:42.230 INFO:teuthology.orchestra.run.smithi082.stdout:Architecture: amd64 2024-03-09T17:29:42.230 INFO:teuthology.orchestra.run.smithi082.stdout:Source: linux-meta 2024-03-09T17:29:42.230 INFO:teuthology.orchestra.run.smithi082.stdout:Version: 5.15.0.100.97 2024-03-09T17:29:42.230 INFO:teuthology.orchestra.run.smithi082.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-09T17:29:42.230 INFO:teuthology.orchestra.run.smithi082.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-09T17:29:42.230 INFO:teuthology.orchestra.run.smithi082.stdout:Recommends: thermald 2024-03-09T17:29:42.231 INFO:teuthology.orchestra.run.smithi082.stdout:Description: Generic Linux kernel image 2024-03-09T17:29:42.231 INFO:teuthology.orchestra.run.smithi082.stdout: This package will always depend on the latest generic kernel image 2024-03-09T17:29:42.231 INFO:teuthology.orchestra.run.smithi082.stdout: available. 2024-03-09T17:29:42.231 DEBUG:teuthology.orchestra.run.smithi082:> mktemp 2024-03-09T17:29:42.271 INFO:teuthology.orchestra.run.smithi165.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-09T17:29:42.271 INFO:teuthology.orchestra.run.smithi165.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-09T17:29:42.271 INFO:teuthology.orchestra.run.smithi165.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-09T17:29:42.275 INFO:teuthology.orchestra.run.smithi082.stdout:/tmp/tmp.RRvNy6eR2q 2024-03-09T17:29:42.275 DEBUG:teuthology.orchestra.run.smithi082:> sudo cp /boot/grub/grub.cfg /tmp/tmp.RRvNy6eR2q 2024-03-09T17:29:42.310 INFO:teuthology.orchestra.run.smithi044.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-09T17:29:42.311 INFO:teuthology.orchestra.run.smithi044.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-09T17:29:42.311 INFO:teuthology.orchestra.run.smithi044.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-09T17:29:42.315 INFO:teuthology.orchestra.run.smithi165.stdout:done 2024-03-09T17:29:42.330 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 0666 /tmp/tmp.RRvNy6eR2q 2024-03-09T17:29:42.349 INFO:teuthology.orchestra.run.smithi044.stdout:done 2024-03-09T17:29:42.448 DEBUG:teuthology.orchestra.remote:smithi082:/tmp/tmp.RRvNy6eR2q is 10KB 2024-03-09T17:29:42.461 DEBUG:teuthology.orchestra.run.smithi082:> rm -fr /tmp/tmp.RRvNy6eR2q 2024-03-09T17:29:42.465 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-09T17:29:42.519 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-09T17:29:42.519 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-09T17:29:42.519 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-09T17:29:42.603 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-100-generic 2024-03-09T17:29:42.603 DEBUG:teuthology.orchestra.run.smithi082:> sudo update-grub 2024-03-09T17:29:42.798 DEBUG:teuthology.orchestra.run.smithi044:> dpkg -s linux-image-generic 2024-03-09T17:29:42.828 DEBUG:teuthology.orchestra.run.smithi165:> dpkg -s linux-image-generic 2024-03-09T17:29:42.840 INFO:teuthology.orchestra.run.smithi044.stdout:Package: linux-image-generic 2024-03-09T17:29:42.840 INFO:teuthology.orchestra.run.smithi044.stdout:Status: install ok installed 2024-03-09T17:29:42.840 INFO:teuthology.orchestra.run.smithi044.stdout:Priority: optional 2024-03-09T17:29:42.840 INFO:teuthology.orchestra.run.smithi044.stdout:Section: kernel 2024-03-09T17:29:42.840 INFO:teuthology.orchestra.run.smithi044.stdout:Installed-Size: 21 2024-03-09T17:29:42.840 INFO:teuthology.orchestra.run.smithi044.stdout:Maintainer: Ubuntu Kernel Team 2024-03-09T17:29:42.840 INFO:teuthology.orchestra.run.smithi044.stdout:Architecture: amd64 2024-03-09T17:29:42.840 INFO:teuthology.orchestra.run.smithi044.stdout:Source: linux-meta 2024-03-09T17:29:42.841 INFO:teuthology.orchestra.run.smithi044.stdout:Version: 5.15.0.100.97 2024-03-09T17:29:42.841 INFO:teuthology.orchestra.run.smithi044.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-09T17:29:42.841 INFO:teuthology.orchestra.run.smithi044.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-09T17:29:42.841 INFO:teuthology.orchestra.run.smithi044.stdout:Recommends: thermald 2024-03-09T17:29:42.841 INFO:teuthology.orchestra.run.smithi044.stdout:Description: Generic Linux kernel image 2024-03-09T17:29:42.841 INFO:teuthology.orchestra.run.smithi044.stdout: This package will always depend on the latest generic kernel image 2024-03-09T17:29:42.841 INFO:teuthology.orchestra.run.smithi044.stdout: available. 2024-03-09T17:29:42.841 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-100-generic 2024-03-09T17:29:42.841 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-09T17:29:42.841 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-09T17:29:42.841 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-09T17:29:42.841 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi044.front.sepia.ceph.com, path=None, version=distro) 2024-03-09T17:29:42.842 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get clean 2024-03-09T17:29:42.891 INFO:teuthology.orchestra.run.smithi165.stdout:Package: linux-image-generic 2024-03-09T17:29:42.891 INFO:teuthology.orchestra.run.smithi165.stdout:Status: install ok installed 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout:Priority: optional 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout:Section: kernel 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout:Installed-Size: 21 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout:Maintainer: Ubuntu Kernel Team 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout:Architecture: amd64 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout:Source: linux-meta 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout:Version: 5.15.0.100.97 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout:Recommends: thermald 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout:Description: Generic Linux kernel image 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout: This package will always depend on the latest generic kernel image 2024-03-09T17:29:42.892 INFO:teuthology.orchestra.run.smithi165.stdout: available. 2024-03-09T17:29:42.893 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-100-generic 2024-03-09T17:29:42.893 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-09T17:29:42.893 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-09T17:29:42.893 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-09T17:29:42.893 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi165.front.sepia.ceph.com, path=None, version=distro) 2024-03-09T17:29:42.893 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get clean 2024-03-09T17:29:43.026 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get update 2024-03-09T17:29:43.086 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get update 2024-03-09T17:29:43.157 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-09T17:29:43.157 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-09T17:29:43.164 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-09T17:29:43.185 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-09T17:29:43.213 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-09T17:29:43.330 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-09T17:29:43.411 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-09T17:29:43.492 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-09T17:29:43.912 INFO:teuthology.orchestra.run.smithi082.stderr:Sourcing file `/etc/default/grub' 2024-03-09T17:29:43.913 INFO:teuthology.orchestra.run.smithi082.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-09T17:29:43.916 INFO:teuthology.orchestra.run.smithi082.stderr:Generating grub configuration file ... 2024-03-09T17:29:44.092 INFO:teuthology.orchestra.run.smithi082.stderr:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-09T17:29:44.098 INFO:teuthology.orchestra.run.smithi082.stderr:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-09T17:29:44.361 INFO:teuthology.orchestra.run.smithi082.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-09T17:29:44.365 INFO:teuthology.orchestra.run.smithi082.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-09T17:29:44.405 INFO:teuthology.orchestra.run.smithi082.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-09T17:29:44.410 INFO:teuthology.orchestra.run.smithi082.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-09T17:29:44.536 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2024-03-09T17:29:44.554 DEBUG:teuthology.orchestra.run.smithi044:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-09T17:29:44.554 INFO:teuthology.orchestra.run.smithi082.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-09T17:29:44.555 INFO:teuthology.orchestra.run.smithi082.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-09T17:29:44.555 INFO:teuthology.orchestra.run.smithi082.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-09T17:29:44.567 INFO:teuthology.orchestra.run.smithi082.stderr:done 2024-03-09T17:29:44.569 DEBUG:teuthology.orchestra.run.smithi082:> sudo shutdown -r now 2024-03-09T17:29:44.602 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-03-09T17:29:44.616 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2024-03-09T17:29:44.619 DEBUG:teuthology.orchestra.run.smithi165:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-09T17:29:44.678 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-03-09T17:29:44.812 INFO:teuthology.orchestra.run.smithi044.stdout:Building dependency tree... 2024-03-09T17:29:44.813 INFO:teuthology.orchestra.run.smithi044.stdout:Reading state information... 2024-03-09T17:29:44.878 INFO:teuthology.orchestra.run.smithi165.stdout:Building dependency tree... 2024-03-09T17:29:44.879 INFO:teuthology.orchestra.run.smithi165.stdout:Reading state information... 2024-03-09T17:29:44.990 INFO:teuthology.orchestra.run.smithi044.stdout:linux-image-generic is already the newest version (5.15.0.100.97). 2024-03-09T17:29:44.991 INFO:teuthology.orchestra.run.smithi044.stdout:The following packages were automatically installed and are no longer required: 2024-03-09T17:29:44.991 INFO:teuthology.orchestra.run.smithi044.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-09T17:29:44.991 INFO:teuthology.orchestra.run.smithi044.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-09T17:29:44.991 INFO:teuthology.orchestra.run.smithi044.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-09T17:29:44.991 INFO:teuthology.orchestra.run.smithi044.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-09T17:29:44.991 INFO:teuthology.orchestra.run.smithi044.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-09T17:29:44.991 INFO:teuthology.orchestra.run.smithi044.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-09T17:29:45.037 INFO:teuthology.orchestra.run.smithi044.stdout:0 upgraded, 0 newly installed, 0 to remove and 288 not upgraded. 2024-03-09T17:29:45.039 DEBUG:teuthology.orchestra.run.smithi044:> dpkg -s linux-image-generic 2024-03-09T17:29:45.041 INFO:teuthology.orchestra.run.smithi165.stdout:linux-image-generic is already the newest version (5.15.0.100.97). 2024-03-09T17:29:45.041 INFO:teuthology.orchestra.run.smithi165.stdout:The following packages were automatically installed and are no longer required: 2024-03-09T17:29:45.041 INFO:teuthology.orchestra.run.smithi165.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-09T17:29:45.041 INFO:teuthology.orchestra.run.smithi165.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-09T17:29:45.041 INFO:teuthology.orchestra.run.smithi165.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-09T17:29:45.042 INFO:teuthology.orchestra.run.smithi165.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-09T17:29:45.042 INFO:teuthology.orchestra.run.smithi165.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-09T17:29:45.042 INFO:teuthology.orchestra.run.smithi165.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-09T17:29:45.055 INFO:teuthology.orchestra.run.smithi044.stdout:Package: linux-image-generic 2024-03-09T17:29:45.055 INFO:teuthology.orchestra.run.smithi044.stdout:Status: install ok installed 2024-03-09T17:29:45.055 INFO:teuthology.orchestra.run.smithi044.stdout:Priority: optional 2024-03-09T17:29:45.055 INFO:teuthology.orchestra.run.smithi044.stdout:Section: kernel 2024-03-09T17:29:45.055 INFO:teuthology.orchestra.run.smithi044.stdout:Installed-Size: 21 2024-03-09T17:29:45.055 INFO:teuthology.orchestra.run.smithi044.stdout:Maintainer: Ubuntu Kernel Team 2024-03-09T17:29:45.055 INFO:teuthology.orchestra.run.smithi044.stdout:Architecture: amd64 2024-03-09T17:29:45.055 INFO:teuthology.orchestra.run.smithi044.stdout:Source: linux-meta 2024-03-09T17:29:45.055 INFO:teuthology.orchestra.run.smithi044.stdout:Version: 5.15.0.100.97 2024-03-09T17:29:45.055 INFO:teuthology.orchestra.run.smithi044.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-09T17:29:45.055 INFO:teuthology.orchestra.run.smithi044.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-09T17:29:45.056 INFO:teuthology.orchestra.run.smithi044.stdout:Recommends: thermald 2024-03-09T17:29:45.056 INFO:teuthology.orchestra.run.smithi044.stdout:Description: Generic Linux kernel image 2024-03-09T17:29:45.056 INFO:teuthology.orchestra.run.smithi044.stdout: This package will always depend on the latest generic kernel image 2024-03-09T17:29:45.056 INFO:teuthology.orchestra.run.smithi044.stdout: available. 2024-03-09T17:29:45.056 DEBUG:teuthology.orchestra.run.smithi044:> mktemp 2024-03-09T17:29:45.077 INFO:teuthology.orchestra.run.smithi165.stdout:0 upgraded, 0 newly installed, 0 to remove and 288 not upgraded. 2024-03-09T17:29:45.079 DEBUG:teuthology.orchestra.run.smithi165:> dpkg -s linux-image-generic 2024-03-09T17:29:45.094 INFO:teuthology.orchestra.run.smithi165.stdout:Package: linux-image-generic 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout:Status: install ok installed 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout:Priority: optional 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout:Section: kernel 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout:Installed-Size: 21 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout:Maintainer: Ubuntu Kernel Team 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout:Architecture: amd64 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout:Source: linux-meta 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout:Version: 5.15.0.100.97 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout:Recommends: thermald 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout:Description: Generic Linux kernel image 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout: This package will always depend on the latest generic kernel image 2024-03-09T17:29:45.095 INFO:teuthology.orchestra.run.smithi165.stdout: available. 2024-03-09T17:29:45.096 DEBUG:teuthology.orchestra.run.smithi165:> mktemp 2024-03-09T17:29:45.103 INFO:teuthology.orchestra.run.smithi044.stdout:/tmp/tmp.PbsmaWqB4H 2024-03-09T17:29:45.104 DEBUG:teuthology.orchestra.run.smithi044:> sudo cp /boot/grub/grub.cfg /tmp/tmp.PbsmaWqB4H 2024-03-09T17:29:45.139 INFO:teuthology.orchestra.run.smithi165.stdout:/tmp/tmp.prnCPFcYMY 2024-03-09T17:29:45.139 DEBUG:teuthology.orchestra.run.smithi165:> sudo cp /boot/grub/grub.cfg /tmp/tmp.prnCPFcYMY 2024-03-09T17:29:45.159 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 0666 /tmp/tmp.PbsmaWqB4H 2024-03-09T17:29:45.196 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 0666 /tmp/tmp.prnCPFcYMY 2024-03-09T17:29:45.275 DEBUG:teuthology.orchestra.remote:smithi044:/tmp/tmp.PbsmaWqB4H is 10KB 2024-03-09T17:29:45.288 DEBUG:teuthology.orchestra.run.smithi044:> rm -fr /tmp/tmp.PbsmaWqB4H 2024-03-09T17:29:45.294 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-09T17:29:45.307 DEBUG:teuthology.orchestra.remote:smithi165:/tmp/tmp.prnCPFcYMY is 10KB 2024-03-09T17:29:45.320 DEBUG:teuthology.orchestra.run.smithi165:> rm -fr /tmp/tmp.prnCPFcYMY 2024-03-09T17:29:45.326 DEBUG:teuthology.orchestra.run.smithi165:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-09T17:29:45.347 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-03-09T17:29:45.347 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-09T17:29:45.347 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-09T17:29:45.379 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-03-09T17:29:45.379 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-09T17:29:45.380 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-09T17:29:45.421 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-100-generic 2024-03-09T17:29:45.421 DEBUG:teuthology.orchestra.run.smithi044:> sudo update-grub 2024-03-09T17:29:45.447 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-100-generic 2024-03-09T17:29:45.447 DEBUG:teuthology.orchestra.run.smithi165:> sudo update-grub 2024-03-09T17:29:46.626 INFO:teuthology.orchestra.run.smithi044.stderr:Sourcing file `/etc/default/grub' 2024-03-09T17:29:46.627 INFO:teuthology.orchestra.run.smithi044.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-09T17:29:46.629 INFO:teuthology.orchestra.run.smithi044.stderr:Generating grub configuration file ... 2024-03-09T17:29:46.670 INFO:teuthology.orchestra.run.smithi165.stderr:Sourcing file `/etc/default/grub' 2024-03-09T17:29:46.671 INFO:teuthology.orchestra.run.smithi165.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-09T17:29:46.683 INFO:teuthology.orchestra.run.smithi165.stderr:Generating grub configuration file ... 2024-03-09T17:29:46.831 INFO:teuthology.orchestra.run.smithi044.stderr:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-09T17:29:46.837 INFO:teuthology.orchestra.run.smithi044.stderr:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-09T17:29:46.889 INFO:teuthology.orchestra.run.smithi165.stderr:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-09T17:29:46.895 INFO:teuthology.orchestra.run.smithi165.stderr:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-09T17:29:47.059 INFO:teuthology.orchestra.run.smithi044.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-09T17:29:47.065 INFO:teuthology.orchestra.run.smithi044.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-09T17:29:47.111 INFO:teuthology.orchestra.run.smithi044.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-09T17:29:47.117 INFO:teuthology.orchestra.run.smithi044.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-09T17:29:47.195 INFO:teuthology.orchestra.run.smithi165.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-09T17:29:47.201 INFO:teuthology.orchestra.run.smithi165.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-09T17:29:47.239 INFO:teuthology.orchestra.run.smithi165.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-09T17:29:47.243 INFO:teuthology.orchestra.run.smithi165.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-09T17:29:47.247 INFO:teuthology.orchestra.run.smithi044.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-09T17:29:47.247 INFO:teuthology.orchestra.run.smithi044.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-09T17:29:47.247 INFO:teuthology.orchestra.run.smithi044.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-09T17:29:47.272 INFO:teuthology.orchestra.run.smithi044.stderr:done 2024-03-09T17:29:47.281 DEBUG:teuthology.orchestra.run.smithi044:> sudo shutdown -r now 2024-03-09T17:29:47.362 INFO:teuthology.orchestra.run.smithi165.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-09T17:29:47.362 INFO:teuthology.orchestra.run.smithi165.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-09T17:29:47.362 INFO:teuthology.orchestra.run.smithi165.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-09T17:29:47.372 INFO:teuthology.orchestra.run.smithi165.stderr:done 2024-03-09T17:29:47.374 DEBUG:teuthology.orchestra.run.smithi165:> sudo shutdown -r now 2024-03-09T17:30:14.594 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-09T17:30:14.595 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-03-09T17:30:14.596 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:30:17.286 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-09T17:30:17.286 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-03-09T17:30:17.287 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:30:17.376 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-09T17:30:17.377 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-03-09T17:30:17.377 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:30:52.062 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-03-09T17:31:01.070 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-03-09T17:31:01.071 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:31:14.610 DEBUG:teuthology.orchestra.remote:timed out 2024-03-09T17:31:17.292 DEBUG:teuthology.orchestra.remote:timed out 2024-03-09T17:31:19.458 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-03-09T17:31:23.614 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-03-09T17:31:23.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:31:23.868 DEBUG:teuthology.orchestra.run.smithi082:> true 2024-03-09T17:31:24.969 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-03-09T17:31:24.969 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-100-generic"... 2024-03-09T17:31:24.969 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2024-03-09T17:31:25.017 INFO:teuthology.orchestra.run.smithi082.stdout:5.15.0-100-generic 2024-03-09T17:31:25.017 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-100-generic vs 5.15.0-100-generic 2024-03-09T17:31:25.017 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-09T17:31:25.017 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-09T17:31:26.018 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-09T17:31:26.018 DEBUG:teuthology.orchestra.run.smithi082:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-09T17:31:26.178 INFO:teuthology.orchestra.run.smithi082.stdout:ttyS1 2024-03-09T17:31:26.203 DEBUG:teuthology.parallel:result is None 2024-03-09T17:31:26.293 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-03-09T17:31:26.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:31:29.346 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.44 2024-03-09T17:31:31.460 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-03-09T17:31:31.460 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:31:31.462 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-03-09T17:31:41.347 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-03-09T17:31:41.348 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:31:41.588 DEBUG:teuthology.orchestra.run.smithi044:> true 2024-03-09T17:31:42.115 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-03-09T17:31:42.115 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-100-generic"... 2024-03-09T17:31:42.115 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2024-03-09T17:31:42.163 INFO:teuthology.orchestra.run.smithi044.stdout:5.15.0-100-generic 2024-03-09T17:31:42.164 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-100-generic vs 5.15.0-100-generic 2024-03-09T17:31:42.164 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-09T17:31:42.164 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-09T17:31:43.165 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-09T17:31:43.165 DEBUG:teuthology.orchestra.run.smithi044:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-09T17:31:43.244 INFO:teuthology.orchestra.run.smithi044.stdout:ttyS1 2024-03-09T17:31:43.261 DEBUG:teuthology.parallel:result is None 2024-03-09T17:31:46.463 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-03-09T17:31:46.464 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:31:46.764 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-03-09T17:31:47.315 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-03-09T17:31:47.315 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-100-generic"... 2024-03-09T17:31:47.315 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-03-09T17:31:47.363 INFO:teuthology.orchestra.run.smithi165.stdout:5.15.0-100-generic 2024-03-09T17:31:47.363 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-100-generic vs 5.15.0-100-generic 2024-03-09T17:31:47.363 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-09T17:31:47.363 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-09T17:31:48.364 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-09T17:31:48.365 DEBUG:teuthology.orchestra.run.smithi165:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-09T17:31:48.434 INFO:teuthology.orchestra.run.smithi165.stdout:ttyS1 2024-03-09T17:31:48.461 DEBUG:teuthology.parallel:result is None 2024-03-09T17:31:48.462 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-09T17:31:48.469 INFO:teuthology.task.internal:Creating test directory... 2024-03-09T17:31:48.470 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-09T17:31:48.473 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-09T17:31:48.475 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-09T17:31:48.481 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-09T17:31:48.524 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-09T17:31:48.569 INFO:teuthology.task.internal:Creating archive directory... 2024-03-09T17:31:48.569 DEBUG:teuthology.orchestra.run.smithi044:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-09T17:31:48.572 DEBUG:teuthology.orchestra.run.smithi082:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-09T17:31:48.574 DEBUG:teuthology.orchestra.run.smithi165:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-09T17:31:48.727 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-09T17:31:48.733 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-09T17:31:48.733 DEBUG:teuthology.orchestra.run.smithi044:> 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-03-09T17:31:48.736 DEBUG:teuthology.orchestra.run.smithi082:> 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-03-09T17:31:48.738 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-03-09T17:31:48.755 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T17:31:48.758 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T17:31:48.758 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T17:31:48.763 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T17:31:48.765 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T17:31:48.767 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T17:31:48.768 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-09T17:31:48.775 INFO:teuthology.task.internal:Configuring sudo... 2024-03-09T17:31:48.775 DEBUG:teuthology.orchestra.run.smithi044:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-09T17:31:48.813 DEBUG:teuthology.orchestra.run.smithi082:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-09T17:31:48.815 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-03-09T17:31:48.832 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-09T17:31:48.841 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-09T17:31:48.841 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-09T17:31:48.876 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-09T17:31:48.878 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-09T17:31:48.884 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T17:31:48.927 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T17:31:48.976 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-03-09T17:31:48.976 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-09T17:31:49.039 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T17:31:49.044 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T17:31:49.093 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-09T17:31:49.093 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-09T17:31:49.163 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T17:31:49.169 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T17:31:49.215 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-03-09T17:31:49.215 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-09T17:31:49.282 DEBUG:teuthology.orchestra.run.smithi044:> sudo service rsyslog restart 2024-03-09T17:31:49.285 DEBUG:teuthology.orchestra.run.smithi082:> sudo service rsyslog restart 2024-03-09T17:31:49.287 DEBUG:teuthology.orchestra.run.smithi165:> sudo service rsyslog restart 2024-03-09T17:31:49.356 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-09T17:31:49.363 INFO:teuthology.task.internal:Starting timer... 2024-03-09T17:31:49.364 INFO:teuthology.run_tasks:Running task pcp... 2024-03-09T17:31:49.406 INFO:teuthology.run_tasks:Running task selinux... 2024-03-09T17:31:49.454 DEBUG:teuthology.task.selinux:Excluding smithi044: OS 'ubuntu' does not support SELinux 2024-03-09T17:31:49.455 DEBUG:teuthology.task.selinux:Excluding smithi082: OS 'ubuntu' does not support SELinux 2024-03-09T17:31:49.455 DEBUG:teuthology.task.selinux:Excluding smithi165: OS 'ubuntu' does not support SELinux 2024-03-09T17:31:49.455 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-09T17:31:49.455 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-09T17:31:49.455 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-09T17:31:49.455 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-09T17:31:49.520 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-09T17:31:49.537 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-03-09T17:31:49.538 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi044.front.sepia.ceph.com,smithi082.front.sepia.ceph.com,smithi165.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-09T17:38:52.585 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi044.front.sepia.ceph.com'), Remote(name='ubuntu@smithi082.front.sepia.ceph.com'), Remote(name='ubuntu@smithi165.front.sepia.ceph.com')] 2024-03-09T17:38:52.586 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-03-09T17:38:52.587 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:38:52.672 DEBUG:teuthology.orchestra.run.smithi044:> true 2024-03-09T17:38:52.750 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-03-09T17:38:52.751 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-03-09T17:38:52.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:38:52.829 DEBUG:teuthology.orchestra.run.smithi082:> true 2024-03-09T17:38:52.902 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-03-09T17:38:52.903 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-03-09T17:38:52.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T17:38:52.980 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-03-09T17:38:53.054 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-03-09T17:38:53.054 INFO:teuthology.run_tasks:Running task clock... 2024-03-09T17:38:53.066 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-09T17:38:53.066 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-09T17:38:53.067 DEBUG:teuthology.orchestra.run.smithi044:> 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-03-09T17:38:53.069 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-09T17:38:53.069 DEBUG:teuthology.orchestra.run.smithi082:> 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-03-09T17:38:53.071 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-09T17:38:53.071 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-03-09T17:38:53.097 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-09T17:38:53.097 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: Command line: ntpd -gq 2024-03-09T17:38:53.097 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: ---------------------------------------------------- 2024-03-09T17:38:53.097 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: ntp-4 is maintained by Network Time Foundation, 2024-03-09T17:38:53.097 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-09T17:38:53.097 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: corporation. Support and training for ntp-4 are 2024-03-09T17:38:53.097 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: available at https://www.nwtime.org/support 2024-03-09T17:38:53.097 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: ---------------------------------------------------- 2024-03-09T17:38:53.098 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: proto: precision = 0.065 usec (-24) 2024-03-09T17:38:53.098 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: basedate set to 2022-02-04 2024-03-09T17:38:53.098 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: gps base set to 2022-02-06 (week 2196) 2024-03-09T17:38:53.098 INFO:teuthology.orchestra.run.smithi044.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-09T17:38:53.099 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-09T17:38:53.099 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: restrict ::: KOD does nothing without LIMITED. 2024-03-09T17:38:53.099 INFO:teuthology.orchestra.run.smithi044.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-09T17:38:53.100 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: Listen and drop on 0 v6wildcard [::]:123 2024-03-09T17:38:53.100 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-09T17:38:53.100 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: Listen normally on 2 lo 127.0.0.1:123 2024-03-09T17:38:53.100 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: Listen normally on 3 ens1f0 172.21.15.44:123 2024-03-09T17:38:53.100 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: Listen normally on 4 lo [::1]:123 2024-03-09T17:38:53.101 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1572%3]:123 2024-03-09T17:38:53.101 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:38:53 ntpd[17076]: Listening on routing socket on fd #22 for interface updates 2024-03-09T17:38:53.102 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-09T17:38:53.102 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: Command line: ntpd -gq 2024-03-09T17:38:53.102 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: ---------------------------------------------------- 2024-03-09T17:38:53.102 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: ntp-4 is maintained by Network Time Foundation, 2024-03-09T17:38:53.102 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-09T17:38:53.102 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: corporation. Support and training for ntp-4 are 2024-03-09T17:38:53.102 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: available at https://www.nwtime.org/support 2024-03-09T17:38:53.102 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: ---------------------------------------------------- 2024-03-09T17:38:53.102 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: proto: precision = 0.044 usec (-24) 2024-03-09T17:38:53.102 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: basedate set to 2022-02-04 2024-03-09T17:38:53.102 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: gps base set to 2022-02-06 (week 2196) 2024-03-09T17:38:53.103 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-09T17:38:53.103 INFO:teuthology.orchestra.run.smithi082.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-09T17:38:53.103 INFO:teuthology.orchestra.run.smithi082.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-09T17:38:53.104 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: restrict ::: KOD does nothing without LIMITED. 2024-03-09T17:38:53.104 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: Listen and drop on 0 v6wildcard [::]:123 2024-03-09T17:38:53.104 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-09T17:38:53.104 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: Listen normally on 2 lo 127.0.0.1:123 2024-03-09T17:38:53.104 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: Listen normally on 3 enp3s0f1 172.21.15.82:123 2024-03-09T17:38:53.104 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: Listen normally on 4 lo [::1]:123 2024-03-09T17:38:53.104 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d3ff%5]:123 2024-03-09T17:38:53.104 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:38:53 ntpd[17179]: Listening on routing socket on fd #22 for interface updates 2024-03-09T17:38:53.129 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-09T17:38:53.129 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: Command line: ntpd -gq 2024-03-09T17:38:53.129 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: ---------------------------------------------------- 2024-03-09T17:38:53.129 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: ntp-4 is maintained by Network Time Foundation, 2024-03-09T17:38:53.129 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-09T17:38:53.129 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: corporation. Support and training for ntp-4 are 2024-03-09T17:38:53.129 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: available at https://www.nwtime.org/support 2024-03-09T17:38:53.129 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: ---------------------------------------------------- 2024-03-09T17:38:53.130 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: proto: precision = 0.045 usec (-24) 2024-03-09T17:38:53.130 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: basedate set to 2022-02-04 2024-03-09T17:38:53.130 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: gps base set to 2022-02-06 (week 2196) 2024-03-09T17:38:53.130 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-09T17:38:53.130 INFO:teuthology.orchestra.run.smithi165.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-09T17:38:53.131 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: restrict ::: KOD does nothing without LIMITED. 2024-03-09T17:38:53.131 INFO:teuthology.orchestra.run.smithi165.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-09T17:38:53.132 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: Listen and drop on 0 v6wildcard [::]:123 2024-03-09T17:38:53.132 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-09T17:38:53.132 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: Listen normally on 2 lo 127.0.0.1:123 2024-03-09T17:38:53.132 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: Listen normally on 3 enp3s0f1 172.21.15.165:123 2024-03-09T17:38:53.132 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: Listen normally on 4 lo [::1]:123 2024-03-09T17:38:53.133 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f63%5]:123 2024-03-09T17:38:53.133 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:38:53 ntpd[17141]: Listening on routing socket on fd #22 for interface updates 2024-03-09T17:38:54.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:54 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:54.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:54 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:54.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:54 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:54.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:54 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:54.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:54 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:54.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:54 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:54.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:54 ntpd[17076]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:54.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:54 ntpd[17076]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:54.099 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:54 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:54.099 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:54 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:54.099 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:54 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:54.099 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:54 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:54.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:54 ntpd[17179]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:54.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:54 ntpd[17179]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:55.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:55 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:55.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:55 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:55.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:55 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:55.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:55 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:55.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:55 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:55.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:55 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:55.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:55 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:55.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:55 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:56.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:56 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:56.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:56 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:56.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:56 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:56.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:56 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:56.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:56 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:56.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:56 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:56.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:56 ntpd[17076]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:56.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:56 ntpd[17076]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:56.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:56 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:56.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:56 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:56.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:56 ntpd[17076]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:56.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:56 ntpd[17076]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:56.099 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:56 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:56.099 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:56 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:56.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:56 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:56.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:56 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:56.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:56 ntpd[17179]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:56.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:56 ntpd[17179]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:57.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:57 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:57.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:57 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:57.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:57 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:57.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:57 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:57.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:57 ntpd[17179]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:57.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:57 ntpd[17179]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:57.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:57 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:57.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:57 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:57.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:57 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:57.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:57 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:57.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:57 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:57.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:57 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:57.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:57 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:57.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:57 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:57.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:57 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:57.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:57 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:57.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:57 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:57.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:57 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:58.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:58.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:58.100 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.100 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.100 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:58.100 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:38:58 ntpd[17076]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:58.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.102 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.102 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.102 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.102 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.102 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:58.102 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:58.102 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.102 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.102 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:58.102 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:58 ntpd[17179]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:58.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:58 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:58 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:58 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:58.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:58 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:58.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:58 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:58.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:58 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:59.099 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:59 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:59.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:59 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:59.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:59 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:59.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:59 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:59.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:59 ntpd[17179]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:59.100 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:38:59 ntpd[17179]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:59.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:59 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:59.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:59 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:59.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:59 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:59.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:59 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:59.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:59 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:59.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:59 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:59.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:59 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:59.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:59 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:38:59.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:59 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:38:59.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:59 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:38:59.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:59 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:38:59.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:38:59 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:39:00.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:39:00 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:00.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:39:00 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:00.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:39:00 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:00.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:39:00 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:00.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:39:00 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:00.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:39:00 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:00.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:39:00 ntpd[17076]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:00.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:39:00 ntpd[17076]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:00.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:39:00 ntpd[17076]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:39:00.098 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:39:00 ntpd[17076]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:39:00.099 INFO:teuthology.orchestra.run.smithi044.stdout: 9 Mar 17:39:00 ntpd[17076]: ntpd: time slew -0.000165 s 2024-03-09T17:39:00.099 INFO:teuthology.orchestra.run.smithi044.stdout:ntpd: time slew -0.000165s 2024-03-09T17:39:00.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:39:00 ntpd[17076]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-09T17:39:00.099 INFO:teuthology.orchestra.run.smithi044.stderr: 9 Mar 17:39:00 ntpd[17076]: can't open /var/log/ntpstats/loopstats.20240309: Permission denied 2024-03-09T17:39:00.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:00.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:00.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:00.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:00.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:00.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:00.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:39:00.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:39:00.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:00.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:00.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:39:00.101 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:39:00.102 INFO:teuthology.orchestra.run.smithi082.stdout: 9 Mar 17:39:00 ntpd[17179]: ntpd: time slew -0.001467 s 2024-03-09T17:39:00.102 INFO:teuthology.orchestra.run.smithi082.stdout:ntpd: time slew -0.001467s 2024-03-09T17:39:00.102 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-09T17:39:00.102 INFO:teuthology.orchestra.run.smithi082.stderr: 9 Mar 17:39:00 ntpd[17179]: can't open /var/log/ntpstats/loopstats.20240309: Permission denied 2024-03-09T17:39:00.129 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:00 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:00.129 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:00 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:00.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:00 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:00.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:00 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:00.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:00 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:39:00.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:00 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:39:00.147 INFO:teuthology.orchestra.run.smithi044.stdout: remote refid st t when poll reach delay offset jitter 2024-03-09T17:39:00.147 INFO:teuthology.orchestra.run.smithi044.stdout:============================================================================== 2024-03-09T17:39:00.147 INFO:teuthology.orchestra.run.smithi044.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:39:00.147 INFO:teuthology.orchestra.run.smithi044.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:39:00.147 INFO:teuthology.orchestra.run.smithi044.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:39:00.147 INFO:teuthology.orchestra.run.smithi044.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:39:00.158 INFO:teuthology.orchestra.run.smithi082.stdout: remote refid st t when poll reach delay offset jitter 2024-03-09T17:39:00.159 INFO:teuthology.orchestra.run.smithi082.stdout:============================================================================== 2024-03-09T17:39:00.159 INFO:teuthology.orchestra.run.smithi082.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:39:00.159 INFO:teuthology.orchestra.run.smithi082.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:39:00.159 INFO:teuthology.orchestra.run.smithi082.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:39:00.159 INFO:teuthology.orchestra.run.smithi082.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:39:01.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:01 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:01.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:01 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:01.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:01 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:01.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:01 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:01.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:01 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-09T17:39:01.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:01 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240309: Permission denied 2024-03-09T17:39:01.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:01 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-09T17:39:01.130 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:01 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240309: Permission denied 2024-03-09T17:39:01.131 INFO:teuthology.orchestra.run.smithi165.stdout: 9 Mar 17:39:01 ntpd[17141]: ntpd: time slew +0.001245 s 2024-03-09T17:39:01.131 INFO:teuthology.orchestra.run.smithi165.stdout:ntpd: time slew +0.001245s 2024-03-09T17:39:01.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:01 ntpd[17141]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-09T17:39:01.131 INFO:teuthology.orchestra.run.smithi165.stderr: 9 Mar 17:39:01 ntpd[17141]: can't open /var/log/ntpstats/loopstats.20240309: Permission denied 2024-03-09T17:39:01.189 INFO:teuthology.orchestra.run.smithi165.stdout: remote refid st t when poll reach delay offset jitter 2024-03-09T17:39:01.190 INFO:teuthology.orchestra.run.smithi165.stdout:============================================================================== 2024-03-09T17:39:01.190 INFO:teuthology.orchestra.run.smithi165.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:39:01.190 INFO:teuthology.orchestra.run.smithi165.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:39:01.190 INFO:teuthology.orchestra.run.smithi165.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:39:01.190 INFO:teuthology.orchestra.run.smithi165.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:39:01.191 INFO:teuthology.run_tasks:Running task install... 2024-03-09T17:39:01.200 DEBUG:teuthology.task.install:project ceph 2024-03-09T17:39:01.200 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '6b01fe95f3aa686f1951a0c5828907a52930b92a'}} 2024-03-09T17:39:01.200 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '6b01fe95f3aa686f1951a0c5828907a52930b92a'} 2024-03-09T17:39:01.200 INFO:teuthology.task.install:Using flavor: default 2024-03-09T17:39:01.206 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-03-09T17:39:01.206 INFO:teuthology.task.install:extra packages: [] 2024-03-09T17:39:01.206 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-key list | grep Ceph 2024-03-09T17:39:01.207 DEBUG:teuthology.orchestra.run.smithi082:> sudo apt-key list | grep Ceph 2024-03-09T17:39:01.207 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-key list | grep Ceph 2024-03-09T17:39:01.270 INFO:teuthology.orchestra.run.smithi082.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-09T17:39:01.277 INFO:teuthology.orchestra.run.smithi044.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-09T17:39:01.285 INFO:teuthology.orchestra.run.smithi165.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-09T17:39:01.301 INFO:teuthology.orchestra.run.smithi082.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-09T17:39:01.301 INFO:teuthology.orchestra.run.smithi082.stdout:uid [ unknown] Ceph.com (release key) 2024-03-09T17:39:01.301 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-03-09T17:39:01.302 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T17:39:01.308 INFO:teuthology.orchestra.run.smithi044.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-09T17:39:01.308 INFO:teuthology.orchestra.run.smithi044.stdout:uid [ unknown] Ceph.com (release key) 2024-03-09T17:39:01.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-03-09T17:39:01.308 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T17:39:01.312 INFO:teuthology.orchestra.run.smithi165.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-09T17:39:01.312 INFO:teuthology.orchestra.run.smithi165.stdout:uid [ unknown] Ceph.com (release key) 2024-03-09T17:39:01.312 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-03-09T17:39:01.312 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T17:39:01.451 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default/ 2024-03-09T17:39:01.451 INFO:teuthology.task.install.deb:Package version is 19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:39:01.523 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default/ 2024-03-09T17:39:01.523 INFO:teuthology.task.install.deb:Package version is 19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:39:01.526 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default/ 2024-03-09T17:39:01.526 INFO:teuthology.task.install.deb:Package version is 19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:39:01.563 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-09T17:39:01.563 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-09T17:39:01.576 DEBUG:teuthology.orchestra.run.smithi082:> sudo apt-get update 2024-03-09T17:39:01.634 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-03-09T17:39:01.634 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-09T17:39:01.648 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get update 2024-03-09T17:39:01.706 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-03-09T17:39:01.706 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-09T17:39:01.720 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get update 2024-03-09T17:39:01.745 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-09T17:39:01.855 INFO:teuthology.orchestra.run.smithi082.stdout:Ign:2 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy InRelease 2024-03-09T17:39:01.860 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-09T17:39:01.871 INFO:teuthology.orchestra.run.smithi044.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy InRelease 2024-03-09T17:39:01.891 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-09T17:39:01.891 INFO:teuthology.orchestra.run.smithi082.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-09T17:39:01.892 INFO:teuthology.orchestra.run.smithi044.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-09T17:39:01.903 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-09T17:39:01.915 INFO:teuthology.orchestra.run.smithi044.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-09T17:39:01.923 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-09T17:39:01.928 INFO:teuthology.orchestra.run.smithi082.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-09T17:39:01.941 INFO:teuthology.orchestra.run.smithi165.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy InRelease 2024-03-09T17:39:01.941 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-09T17:39:01.946 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-09T17:39:01.946 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-09T17:39:01.946 INFO:teuthology.orchestra.run.smithi044.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-03-09T17:39:01.961 INFO:teuthology.orchestra.run.smithi165.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-09T17:39:01.964 INFO:teuthology.orchestra.run.smithi082.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-03-09T17:39:01.976 INFO:teuthology.orchestra.run.smithi044.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,413 B] 2024-03-09T17:39:01.983 INFO:teuthology.orchestra.run.smithi165.stdout:Ign:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-09T17:39:02.004 INFO:teuthology.orchestra.run.smithi165.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,413 B] 2024-03-09T17:39:02.006 INFO:teuthology.orchestra.run.smithi082.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,413 B] 2024-03-09T17:39:02.010 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-09T17:39:02.017 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-09T17:39:02.023 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-09T17:39:02.031 INFO:teuthology.orchestra.run.smithi165.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-03-09T17:39:02.099 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-09T17:39:02.162 INFO:teuthology.orchestra.run.smithi082.stdout:Fetched 29.0 kB in 0s (70.4 kB/s) 2024-03-09T17:39:02.239 INFO:teuthology.orchestra.run.smithi165.stdout:Fetched 29.0 kB in 0s (84.9 kB/s) 2024-03-09T17:39:02.334 INFO:teuthology.orchestra.run.smithi044.stdout:Fetched 29.0 kB in 1s (57.5 kB/s) 2024-03-09T17:39:03.050 INFO:teuthology.orchestra.run.smithi082.stdout:Reading package lists... 2024-03-09T17:39:03.065 DEBUG:teuthology.orchestra.run.smithi082:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1920-g6b01fe95-1jammy cephadm=19.0.0-1920-g6b01fe95-1jammy ceph-mds=19.0.0-1920-g6b01fe95-1jammy ceph-mgr=19.0.0-1920-g6b01fe95-1jammy ceph-common=19.0.0-1920-g6b01fe95-1jammy ceph-fuse=19.0.0-1920-g6b01fe95-1jammy ceph-test=19.0.0-1920-g6b01fe95-1jammy ceph-volume=19.0.0-1920-g6b01fe95-1jammy radosgw=19.0.0-1920-g6b01fe95-1jammy python3-rados=19.0.0-1920-g6b01fe95-1jammy python3-rgw=19.0.0-1920-g6b01fe95-1jammy python3-cephfs=19.0.0-1920-g6b01fe95-1jammy python3-rbd=19.0.0-1920-g6b01fe95-1jammy libcephfs2=19.0.0-1920-g6b01fe95-1jammy libcephfs-dev=19.0.0-1920-g6b01fe95-1jammy librados2=19.0.0-1920-g6b01fe95-1jammy librbd1=19.0.0-1920-g6b01fe95-1jammy rbd-fuse=19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:39:03.124 INFO:teuthology.orchestra.run.smithi082.stdout:Reading package lists... 2024-03-09T17:39:03.129 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-03-09T17:39:03.145 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-1920-g6b01fe95-1jammy cephadm=19.0.0-1920-g6b01fe95-1jammy ceph-mds=19.0.0-1920-g6b01fe95-1jammy ceph-mgr=19.0.0-1920-g6b01fe95-1jammy ceph-common=19.0.0-1920-g6b01fe95-1jammy ceph-fuse=19.0.0-1920-g6b01fe95-1jammy ceph-test=19.0.0-1920-g6b01fe95-1jammy ceph-volume=19.0.0-1920-g6b01fe95-1jammy radosgw=19.0.0-1920-g6b01fe95-1jammy python3-rados=19.0.0-1920-g6b01fe95-1jammy python3-rgw=19.0.0-1920-g6b01fe95-1jammy python3-cephfs=19.0.0-1920-g6b01fe95-1jammy python3-rbd=19.0.0-1920-g6b01fe95-1jammy libcephfs2=19.0.0-1920-g6b01fe95-1jammy libcephfs-dev=19.0.0-1920-g6b01fe95-1jammy librados2=19.0.0-1920-g6b01fe95-1jammy librbd1=19.0.0-1920-g6b01fe95-1jammy rbd-fuse=19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:39:03.194 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-03-09T17:39:03.282 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2024-03-09T17:39:03.299 DEBUG:teuthology.orchestra.run.smithi044:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1920-g6b01fe95-1jammy cephadm=19.0.0-1920-g6b01fe95-1jammy ceph-mds=19.0.0-1920-g6b01fe95-1jammy ceph-mgr=19.0.0-1920-g6b01fe95-1jammy ceph-common=19.0.0-1920-g6b01fe95-1jammy ceph-fuse=19.0.0-1920-g6b01fe95-1jammy ceph-test=19.0.0-1920-g6b01fe95-1jammy ceph-volume=19.0.0-1920-g6b01fe95-1jammy radosgw=19.0.0-1920-g6b01fe95-1jammy python3-rados=19.0.0-1920-g6b01fe95-1jammy python3-rgw=19.0.0-1920-g6b01fe95-1jammy python3-cephfs=19.0.0-1920-g6b01fe95-1jammy python3-rbd=19.0.0-1920-g6b01fe95-1jammy libcephfs2=19.0.0-1920-g6b01fe95-1jammy libcephfs-dev=19.0.0-1920-g6b01fe95-1jammy librados2=19.0.0-1920-g6b01fe95-1jammy librbd1=19.0.0-1920-g6b01fe95-1jammy rbd-fuse=19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:39:03.314 INFO:teuthology.orchestra.run.smithi082.stdout:Building dependency tree... 2024-03-09T17:39:03.314 INFO:teuthology.orchestra.run.smithi082.stdout:Reading state information... 2024-03-09T17:39:03.353 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2024-03-09T17:39:03.366 INFO:teuthology.orchestra.run.smithi165.stdout:Building dependency tree... 2024-03-09T17:39:03.366 INFO:teuthology.orchestra.run.smithi165.stdout:Reading state information... 2024-03-09T17:39:03.494 INFO:teuthology.orchestra.run.smithi082.stdout:The following packages were automatically installed and are no longer required: 2024-03-09T17:39:03.494 INFO:teuthology.orchestra.run.smithi082.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-09T17:39:03.495 INFO:teuthology.orchestra.run.smithi082.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-09T17:39:03.495 INFO:teuthology.orchestra.run.smithi082.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-09T17:39:03.495 INFO:teuthology.orchestra.run.smithi082.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-09T17:39:03.495 INFO:teuthology.orchestra.run.smithi082.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-09T17:39:03.495 INFO:teuthology.orchestra.run.smithi082.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-09T17:39:03.497 INFO:teuthology.orchestra.run.smithi082.stdout:The following additional packages will be installed: 2024-03-09T17:39:03.497 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-09T17:39:03.497 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-09T17:39:03.497 INFO:teuthology.orchestra.run.smithi082.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-09T17:39:03.497 INFO:teuthology.orchestra.run.smithi082.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-09T17:39:03.497 INFO:teuthology.orchestra.run.smithi082.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-09T17:39:03.497 INFO:teuthology.orchestra.run.smithi082.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-09T17:39:03.497 INFO:teuthology.orchestra.run.smithi082.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-09T17:39:03.497 INFO:teuthology.orchestra.run.smithi082.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-09T17:39:03.497 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-09T17:39:03.497 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-09T17:39:03.497 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-09T17:39:03.498 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-09T17:39:03.498 INFO:teuthology.orchestra.run.smithi082.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-09T17:39:03.498 INFO:teuthology.orchestra.run.smithi082.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-09T17:39:03.498 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-09T17:39:03.498 INFO:teuthology.orchestra.run.smithi082.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-09T17:39:03.498 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-09T17:39:03.498 INFO:teuthology.orchestra.run.smithi082.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-09T17:39:03.498 INFO:teuthology.orchestra.run.smithi082.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-09T17:39:03.498 INFO:teuthology.orchestra.run.smithi082.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-09T17:39:03.498 INFO:teuthology.orchestra.run.smithi082.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-09T17:39:03.498 INFO:teuthology.orchestra.run.smithi082.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-09T17:39:03.498 INFO:teuthology.orchestra.run.smithi082.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-09T17:39:03.499 INFO:teuthology.orchestra.run.smithi082.stdout: xmlstarlet zip 2024-03-09T17:39:03.499 INFO:teuthology.orchestra.run.smithi082.stdout:Suggested packages: 2024-03-09T17:39:03.499 INFO:teuthology.orchestra.run.smithi082.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-09T17:39:03.499 INFO:teuthology.orchestra.run.smithi082.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-09T17:39:03.499 INFO:teuthology.orchestra.run.smithi082.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-09T17:39:03.499 INFO:teuthology.orchestra.run.smithi082.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-09T17:39:03.499 INFO:teuthology.orchestra.run.smithi082.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-09T17:39:03.499 INFO:teuthology.orchestra.run.smithi082.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-09T17:39:03.499 INFO:teuthology.orchestra.run.smithi082.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-09T17:39:03.500 INFO:teuthology.orchestra.run.smithi082.stdout:Recommended packages: 2024-03-09T17:39:03.500 INFO:teuthology.orchestra.run.smithi082.stdout: btrfs-tools 2024-03-09T17:39:03.528 INFO:teuthology.orchestra.run.smithi165.stdout:The following packages were automatically installed and are no longer required: 2024-03-09T17:39:03.528 INFO:teuthology.orchestra.run.smithi165.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-09T17:39:03.528 INFO:teuthology.orchestra.run.smithi165.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-09T17:39:03.529 INFO:teuthology.orchestra.run.smithi165.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-09T17:39:03.529 INFO:teuthology.orchestra.run.smithi165.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-09T17:39:03.529 INFO:teuthology.orchestra.run.smithi165.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-09T17:39:03.529 INFO:teuthology.orchestra.run.smithi165.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-09T17:39:03.529 INFO:teuthology.orchestra.run.smithi165.stdout:The following additional packages will be installed: 2024-03-09T17:39:03.529 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-09T17:39:03.529 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-09T17:39:03.529 INFO:teuthology.orchestra.run.smithi165.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-09T17:39:03.529 INFO:teuthology.orchestra.run.smithi165.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-09T17:39:03.530 INFO:teuthology.orchestra.run.smithi165.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-09T17:39:03.530 INFO:teuthology.orchestra.run.smithi165.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-09T17:39:03.530 INFO:teuthology.orchestra.run.smithi165.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-09T17:39:03.530 INFO:teuthology.orchestra.run.smithi165.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-09T17:39:03.530 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-09T17:39:03.530 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-09T17:39:03.530 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-09T17:39:03.531 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-09T17:39:03.531 INFO:teuthology.orchestra.run.smithi165.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-09T17:39:03.531 INFO:teuthology.orchestra.run.smithi165.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-09T17:39:03.531 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-09T17:39:03.531 INFO:teuthology.orchestra.run.smithi165.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-09T17:39:03.531 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-09T17:39:03.531 INFO:teuthology.orchestra.run.smithi165.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-09T17:39:03.531 INFO:teuthology.orchestra.run.smithi165.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-09T17:39:03.531 INFO:teuthology.orchestra.run.smithi165.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-09T17:39:03.532 INFO:teuthology.orchestra.run.smithi165.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-09T17:39:03.532 INFO:teuthology.orchestra.run.smithi165.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-09T17:39:03.532 INFO:teuthology.orchestra.run.smithi165.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-09T17:39:03.532 INFO:teuthology.orchestra.run.smithi165.stdout: xmlstarlet zip 2024-03-09T17:39:03.532 INFO:teuthology.orchestra.run.smithi165.stdout:Suggested packages: 2024-03-09T17:39:03.532 INFO:teuthology.orchestra.run.smithi165.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-09T17:39:03.532 INFO:teuthology.orchestra.run.smithi165.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-09T17:39:03.532 INFO:teuthology.orchestra.run.smithi165.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-09T17:39:03.532 INFO:teuthology.orchestra.run.smithi165.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-09T17:39:03.533 INFO:teuthology.orchestra.run.smithi165.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-09T17:39:03.533 INFO:teuthology.orchestra.run.smithi165.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-09T17:39:03.533 INFO:teuthology.orchestra.run.smithi165.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-09T17:39:03.533 INFO:teuthology.orchestra.run.smithi165.stdout:Recommended packages: 2024-03-09T17:39:03.533 INFO:teuthology.orchestra.run.smithi165.stdout: btrfs-tools 2024-03-09T17:39:03.534 INFO:teuthology.orchestra.run.smithi044.stdout:Building dependency tree... 2024-03-09T17:39:03.534 INFO:teuthology.orchestra.run.smithi044.stdout:Reading state information... 2024-03-09T17:39:03.602 INFO:teuthology.orchestra.run.smithi082.stdout:The following NEW packages will be installed: 2024-03-09T17:39:03.602 INFO:teuthology.orchestra.run.smithi082.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-09T17:39:03.602 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-09T17:39:03.602 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-09T17:39:03.602 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-09T17:39:03.602 INFO:teuthology.orchestra.run.smithi082.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-09T17:39:03.602 INFO:teuthology.orchestra.run.smithi082.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-09T17:39:03.603 INFO:teuthology.orchestra.run.smithi082.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-09T17:39:03.604 INFO:teuthology.orchestra.run.smithi082.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-09T17:39:03.604 INFO:teuthology.orchestra.run.smithi082.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-09T17:39:03.604 INFO:teuthology.orchestra.run.smithi082.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-09T17:39:03.604 INFO:teuthology.orchestra.run.smithi082.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-09T17:39:03.604 INFO:teuthology.orchestra.run.smithi082.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-09T17:39:03.627 INFO:teuthology.orchestra.run.smithi165.stdout:The following NEW packages will be installed: 2024-03-09T17:39:03.627 INFO:teuthology.orchestra.run.smithi165.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-09T17:39:03.627 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-09T17:39:03.627 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-09T17:39:03.627 INFO:teuthology.orchestra.run.smithi165.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-09T17:39:03.628 INFO:teuthology.orchestra.run.smithi165.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-09T17:39:03.628 INFO:teuthology.orchestra.run.smithi165.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-09T17:39:03.629 INFO:teuthology.orchestra.run.smithi165.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-09T17:39:03.629 INFO:teuthology.orchestra.run.smithi165.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-09T17:39:03.629 INFO:teuthology.orchestra.run.smithi165.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-09T17:39:03.629 INFO:teuthology.orchestra.run.smithi165.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-09T17:39:03.629 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-09T17:39:03.629 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-09T17:39:03.629 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-09T17:39:03.629 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-09T17:39:03.629 INFO:teuthology.orchestra.run.smithi165.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-09T17:39:03.629 INFO:teuthology.orchestra.run.smithi165.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-09T17:39:03.629 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-09T17:39:03.629 INFO:teuthology.orchestra.run.smithi165.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-09T17:39:03.630 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-09T17:39:03.630 INFO:teuthology.orchestra.run.smithi165.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-09T17:39:03.630 INFO:teuthology.orchestra.run.smithi165.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-09T17:39:03.630 INFO:teuthology.orchestra.run.smithi165.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-09T17:39:03.630 INFO:teuthology.orchestra.run.smithi165.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-09T17:39:03.630 INFO:teuthology.orchestra.run.smithi165.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-09T17:39:03.630 INFO:teuthology.orchestra.run.smithi165.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-09T17:39:03.630 INFO:teuthology.orchestra.run.smithi165.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-09T17:39:03.695 INFO:teuthology.orchestra.run.smithi165.stdout:0 upgraded, 118 newly installed, 0 to remove and 275 not upgraded. 2024-03-09T17:39:03.695 INFO:teuthology.orchestra.run.smithi165.stdout:Need to get 176 MB of archives. 2024-03-09T17:39:03.695 INFO:teuthology.orchestra.run.smithi165.stdout:After this operation, 730 MB of additional disk space will be used. 2024-03-09T17:39:03.695 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-03-09T17:39:03.697 INFO:teuthology.orchestra.run.smithi044.stdout:The following packages were automatically installed and are no longer required: 2024-03-09T17:39:03.697 INFO:teuthology.orchestra.run.smithi044.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-09T17:39:03.697 INFO:teuthology.orchestra.run.smithi044.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-09T17:39:03.697 INFO:teuthology.orchestra.run.smithi044.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-09T17:39:03.698 INFO:teuthology.orchestra.run.smithi044.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-09T17:39:03.698 INFO:teuthology.orchestra.run.smithi044.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-09T17:39:03.698 INFO:teuthology.orchestra.run.smithi044.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-09T17:39:03.699 INFO:teuthology.orchestra.run.smithi044.stdout:The following additional packages will be installed: 2024-03-09T17:39:03.699 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-09T17:39:03.699 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-09T17:39:03.699 INFO:teuthology.orchestra.run.smithi044.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-09T17:39:03.699 INFO:teuthology.orchestra.run.smithi044.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-09T17:39:03.700 INFO:teuthology.orchestra.run.smithi044.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-09T17:39:03.700 INFO:teuthology.orchestra.run.smithi044.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-09T17:39:03.700 INFO:teuthology.orchestra.run.smithi044.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-09T17:39:03.700 INFO:teuthology.orchestra.run.smithi044.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-09T17:39:03.700 INFO:teuthology.orchestra.run.smithi044.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-09T17:39:03.700 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-09T17:39:03.700 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-09T17:39:03.701 INFO:teuthology.orchestra.run.smithi044.stdout: xmlstarlet zip 2024-03-09T17:39:03.702 INFO:teuthology.orchestra.run.smithi044.stdout:Suggested packages: 2024-03-09T17:39:03.702 INFO:teuthology.orchestra.run.smithi044.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-09T17:39:03.702 INFO:teuthology.orchestra.run.smithi044.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-09T17:39:03.702 INFO:teuthology.orchestra.run.smithi044.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-09T17:39:03.702 INFO:teuthology.orchestra.run.smithi044.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-09T17:39:03.702 INFO:teuthology.orchestra.run.smithi044.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-09T17:39:03.702 INFO:teuthology.orchestra.run.smithi044.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-09T17:39:03.702 INFO:teuthology.orchestra.run.smithi044.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-09T17:39:03.702 INFO:teuthology.orchestra.run.smithi044.stdout:Recommended packages: 2024-03-09T17:39:03.702 INFO:teuthology.orchestra.run.smithi044.stdout: btrfs-tools 2024-03-09T17:39:03.761 INFO:teuthology.orchestra.run.smithi082.stdout:0 upgraded, 118 newly installed, 0 to remove and 275 not upgraded. 2024-03-09T17:39:03.761 INFO:teuthology.orchestra.run.smithi082.stdout:Need to get 176 MB of archives. 2024-03-09T17:39:03.761 INFO:teuthology.orchestra.run.smithi082.stdout:After this operation, 730 MB of additional disk space will be used. 2024-03-09T17:39:03.761 INFO:teuthology.orchestra.run.smithi082.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1920-g6b01fe95-1jammy [3,546 kB] 2024-03-09T17:39:03.789 INFO:teuthology.orchestra.run.smithi082.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-09T17:39:03.802 INFO:teuthology.orchestra.run.smithi165.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-09T17:39:03.804 INFO:teuthology.orchestra.run.smithi165.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-09T17:39:03.806 INFO:teuthology.orchestra.run.smithi044.stdout:The following NEW packages will be installed: 2024-03-09T17:39:03.806 INFO:teuthology.orchestra.run.smithi044.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-09T17:39:03.806 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-09T17:39:03.807 INFO:teuthology.orchestra.run.smithi044.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-09T17:39:03.808 INFO:teuthology.orchestra.run.smithi044.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-09T17:39:03.808 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-09T17:39:03.808 INFO:teuthology.orchestra.run.smithi044.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-09T17:39:03.808 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-09T17:39:03.808 INFO:teuthology.orchestra.run.smithi044.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-09T17:39:03.808 INFO:teuthology.orchestra.run.smithi044.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-09T17:39:03.808 INFO:teuthology.orchestra.run.smithi044.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-09T17:39:03.808 INFO:teuthology.orchestra.run.smithi044.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-09T17:39:03.808 INFO:teuthology.orchestra.run.smithi044.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-09T17:39:03.808 INFO:teuthology.orchestra.run.smithi044.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-09T17:39:03.808 INFO:teuthology.orchestra.run.smithi044.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-09T17:39:03.809 INFO:teuthology.orchestra.run.smithi165.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1920-g6b01fe95-1jammy [3,546 kB] 2024-03-09T17:39:03.824 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-03-09T17:39:03.870 INFO:teuthology.orchestra.run.smithi044.stdout:0 upgraded, 118 newly installed, 0 to remove and 275 not upgraded. 2024-03-09T17:39:03.870 INFO:teuthology.orchestra.run.smithi044.stdout:Need to get 176 MB of archives. 2024-03-09T17:39:03.870 INFO:teuthology.orchestra.run.smithi044.stdout:After this operation, 730 MB of additional disk space will be used. 2024-03-09T17:39:03.870 INFO:teuthology.orchestra.run.smithi044.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-09T17:39:03.896 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-03-09T17:39:03.901 INFO:teuthology.orchestra.run.smithi165.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-09T17:39:03.914 INFO:teuthology.orchestra.run.smithi165.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-09T17:39:03.917 INFO:teuthology.orchestra.run.smithi165.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-09T17:39:03.918 INFO:teuthology.orchestra.run.smithi165.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-09T17:39:03.918 INFO:teuthology.orchestra.run.smithi165.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-09T17:39:03.927 INFO:teuthology.orchestra.run.smithi165.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-09T17:39:03.929 INFO:teuthology.orchestra.run.smithi165.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-09T17:39:03.931 INFO:teuthology.orchestra.run.smithi165.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-09T17:39:03.932 INFO:teuthology.orchestra.run.smithi165.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-09T17:39:03.942 INFO:teuthology.orchestra.run.smithi165.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-09T17:39:03.945 INFO:teuthology.orchestra.run.smithi165.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-09T17:39:03.947 INFO:teuthology.orchestra.run.smithi165.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-09T17:39:03.949 INFO:teuthology.orchestra.run.smithi165.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-09T17:39:03.963 INFO:teuthology.orchestra.run.smithi165.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-09T17:39:03.963 INFO:teuthology.orchestra.run.smithi165.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-03-09T17:39:03.964 INFO:teuthology.orchestra.run.smithi165.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-09T17:39:03.965 INFO:teuthology.orchestra.run.smithi165.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-09T17:39:03.965 INFO:teuthology.orchestra.run.smithi165.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-09T17:39:03.965 INFO:teuthology.orchestra.run.smithi165.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-09T17:39:03.974 INFO:teuthology.orchestra.run.smithi044.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-09T17:39:03.977 INFO:teuthology.orchestra.run.smithi044.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-09T17:39:03.984 INFO:teuthology.orchestra.run.smithi165.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-09T17:39:03.984 INFO:teuthology.orchestra.run.smithi165.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-09T17:39:03.984 INFO:teuthology.orchestra.run.smithi165.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-09T17:39:03.987 INFO:teuthology.orchestra.run.smithi165.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-09T17:39:03.996 INFO:teuthology.orchestra.run.smithi044.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-09T17:39:04.004 INFO:teuthology.orchestra.run.smithi165.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-09T17:39:04.004 INFO:teuthology.orchestra.run.smithi165.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-09T17:39:04.005 INFO:teuthology.orchestra.run.smithi165.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-03-09T17:39:04.006 INFO:teuthology.orchestra.run.smithi165.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-09T17:39:04.006 INFO:teuthology.orchestra.run.smithi165.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-09T17:39:04.007 INFO:teuthology.orchestra.run.smithi165.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-09T17:39:04.025 INFO:teuthology.orchestra.run.smithi165.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-09T17:39:04.026 INFO:teuthology.orchestra.run.smithi165.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-09T17:39:04.026 INFO:teuthology.orchestra.run.smithi165.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-09T17:39:04.032 INFO:teuthology.orchestra.run.smithi165.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-09T17:39:04.046 INFO:teuthology.orchestra.run.smithi165.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-09T17:39:04.047 INFO:teuthology.orchestra.run.smithi165.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-09T17:39:04.047 INFO:teuthology.orchestra.run.smithi165.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-09T17:39:04.048 INFO:teuthology.orchestra.run.smithi165.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-09T17:39:04.050 INFO:teuthology.orchestra.run.smithi165.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-09T17:39:04.051 INFO:teuthology.orchestra.run.smithi165.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-03-09T17:39:04.063 INFO:teuthology.orchestra.run.smithi044.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-09T17:39:04.068 INFO:teuthology.orchestra.run.smithi044.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-09T17:39:04.070 INFO:teuthology.orchestra.run.smithi165.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-03-09T17:39:04.072 INFO:teuthology.orchestra.run.smithi165.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-03-09T17:39:04.074 INFO:teuthology.orchestra.run.smithi165.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-09T17:39:04.075 INFO:teuthology.orchestra.run.smithi165.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-09T17:39:04.081 INFO:teuthology.orchestra.run.smithi044.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-09T17:39:04.085 INFO:teuthology.orchestra.run.smithi044.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-09T17:39:04.086 INFO:teuthology.orchestra.run.smithi044.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-09T17:39:04.086 INFO:teuthology.orchestra.run.smithi044.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-09T17:39:04.092 INFO:teuthology.orchestra.run.smithi165.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-09T17:39:04.095 INFO:teuthology.orchestra.run.smithi165.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-03-09T17:39:04.095 INFO:teuthology.orchestra.run.smithi044.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-09T17:39:04.098 INFO:teuthology.orchestra.run.smithi044.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-09T17:39:04.100 INFO:teuthology.orchestra.run.smithi044.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-09T17:39:04.101 INFO:teuthology.orchestra.run.smithi044.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-09T17:39:04.126 INFO:teuthology.orchestra.run.smithi044.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-09T17:39:04.128 INFO:teuthology.orchestra.run.smithi044.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-09T17:39:04.131 INFO:teuthology.orchestra.run.smithi044.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-09T17:39:04.133 INFO:teuthology.orchestra.run.smithi044.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-09T17:39:04.134 INFO:teuthology.orchestra.run.smithi044.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-09T17:39:04.157 INFO:teuthology.orchestra.run.smithi165.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-09T17:39:04.158 INFO:teuthology.orchestra.run.smithi165.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-09T17:39:04.160 INFO:teuthology.orchestra.run.smithi165.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-09T17:39:04.160 INFO:teuthology.orchestra.run.smithi165.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-09T17:39:04.162 INFO:teuthology.orchestra.run.smithi165.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-09T17:39:04.165 INFO:teuthology.orchestra.run.smithi044.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-09T17:39:04.167 INFO:teuthology.orchestra.run.smithi044.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-09T17:39:04.167 INFO:teuthology.orchestra.run.smithi044.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-09T17:39:04.168 INFO:teuthology.orchestra.run.smithi044.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-09T17:39:04.168 INFO:teuthology.orchestra.run.smithi044.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-09T17:39:04.173 INFO:teuthology.orchestra.run.smithi044.stdout:Get:25 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1920-g6b01fe95-1jammy [3,546 kB] 2024-03-09T17:39:04.187 INFO:teuthology.orchestra.run.smithi165.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-09T17:39:04.189 INFO:teuthology.orchestra.run.smithi165.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-09T17:39:04.190 INFO:teuthology.orchestra.run.smithi165.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-09T17:39:04.203 INFO:teuthology.orchestra.run.smithi044.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-09T17:39:04.204 INFO:teuthology.orchestra.run.smithi044.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-09T17:39:04.205 INFO:teuthology.orchestra.run.smithi044.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-09T17:39:04.210 INFO:teuthology.orchestra.run.smithi044.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-09T17:39:04.211 INFO:teuthology.orchestra.run.smithi044.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-09T17:39:04.211 INFO:teuthology.orchestra.run.smithi082.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-09T17:39:04.215 INFO:teuthology.orchestra.run.smithi165.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-09T17:39:04.215 INFO:teuthology.orchestra.run.smithi165.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-09T17:39:04.216 INFO:teuthology.orchestra.run.smithi165.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-09T17:39:04.217 INFO:teuthology.orchestra.run.smithi165.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-09T17:39:04.217 INFO:teuthology.orchestra.run.smithi165.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-09T17:39:04.217 INFO:teuthology.orchestra.run.smithi165.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-09T17:39:04.224 INFO:teuthology.orchestra.run.smithi082.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-09T17:39:04.225 INFO:teuthology.orchestra.run.smithi044.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-09T17:39:04.226 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:39:04.227 INFO:teuthology.orchestra.run.smithi044.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-09T17:39:04.228 INFO:teuthology.orchestra.run.smithi165.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-09T17:39:04.228 INFO:teuthology.orchestra.run.smithi044.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-09T17:39:04.229 INFO:teuthology.orchestra.run.smithi165.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-09T17:39:04.229 INFO:teuthology.orchestra.run.smithi044.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-09T17:39:04.232 INFO:teuthology.orchestra.run.smithi165.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-09T17:39:04.244 INFO:teuthology.orchestra.run.smithi044.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-09T17:39:04.246 INFO:teuthology.orchestra.run.smithi044.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-09T17:39:04.246 INFO:teuthology.orchestra.run.smithi044.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-09T17:39:04.250 INFO:teuthology.orchestra.run.smithi165.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-09T17:39:04.252 INFO:teuthology.orchestra.run.smithi165.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-09T17:39:04.253 INFO:teuthology.orchestra.run.smithi165.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-09T17:39:04.256 INFO:teuthology.orchestra.run.smithi165.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-09T17:39:04.257 INFO:teuthology.orchestra.run.smithi044.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-09T17:39:04.257 INFO:teuthology.orchestra.run.smithi044.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-09T17:39:04.259 INFO:teuthology.orchestra.run.smithi165.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-09T17:39:04.260 INFO:teuthology.orchestra.run.smithi165.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-09T17:39:04.260 INFO:teuthology.orchestra.run.smithi165.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-09T17:39:04.267 INFO:teuthology.orchestra.run.smithi044.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-09T17:39:04.268 INFO:teuthology.orchestra.run.smithi044.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-09T17:39:04.270 INFO:teuthology.orchestra.run.smithi044.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-09T17:39:04.272 INFO:teuthology.orchestra.run.smithi165.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-09T17:39:04.273 INFO:teuthology.orchestra.run.smithi165.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-09T17:39:04.274 INFO:teuthology.orchestra.run.smithi044.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-09T17:39:04.276 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:39:04.276 INFO:teuthology.orchestra.run.smithi165.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-09T17:39:04.286 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:39:04.288 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:39:04.292 INFO:teuthology.orchestra.run.smithi044.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-09T17:39:04.293 INFO:teuthology.orchestra.run.smithi165.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-09T17:39:04.293 INFO:teuthology.orchestra.run.smithi044.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-09T17:39:04.294 INFO:teuthology.orchestra.run.smithi165.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-09T17:39:04.294 INFO:teuthology.orchestra.run.smithi165.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-09T17:39:04.295 INFO:teuthology.orchestra.run.smithi044.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-09T17:39:04.296 INFO:teuthology.orchestra.run.smithi165.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-09T17:39:04.297 INFO:teuthology.orchestra.run.smithi165.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-09T17:39:04.305 INFO:teuthology.orchestra.run.smithi082.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-09T17:39:04.306 INFO:teuthology.orchestra.run.smithi165.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-09T17:39:04.306 INFO:teuthology.orchestra.run.smithi165.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-09T17:39:04.306 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:39:04.325 INFO:teuthology.orchestra.run.smithi165.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-09T17:39:04.329 INFO:teuthology.orchestra.run.smithi165.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-09T17:39:04.329 INFO:teuthology.orchestra.run.smithi165.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-09T17:39:04.392 INFO:teuthology.orchestra.run.smithi044.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-09T17:39:04.393 INFO:teuthology.orchestra.run.smithi044.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-09T17:39:04.396 INFO:teuthology.orchestra.run.smithi044.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-09T17:39:04.396 INFO:teuthology.orchestra.run.smithi044.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-09T17:39:04.398 INFO:teuthology.orchestra.run.smithi044.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-09T17:39:04.422 INFO:teuthology.orchestra.run.smithi044.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-09T17:39:04.425 INFO:teuthology.orchestra.run.smithi044.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-09T17:39:04.425 INFO:teuthology.orchestra.run.smithi044.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-09T17:39:04.444 INFO:teuthology.orchestra.run.smithi044.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-09T17:39:04.444 INFO:teuthology.orchestra.run.smithi044.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-09T17:39:04.450 INFO:teuthology.orchestra.run.smithi044.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-09T17:39:04.450 INFO:teuthology.orchestra.run.smithi044.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-09T17:39:04.451 INFO:teuthology.orchestra.run.smithi044.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-09T17:39:04.451 INFO:teuthology.orchestra.run.smithi044.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-09T17:39:04.452 INFO:teuthology.orchestra.run.smithi044.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-09T17:39:04.452 INFO:teuthology.orchestra.run.smithi044.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-09T17:39:04.456 INFO:teuthology.orchestra.run.smithi044.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-09T17:39:04.469 INFO:teuthology.orchestra.run.smithi044.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-09T17:39:04.471 INFO:teuthology.orchestra.run.smithi044.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-09T17:39:04.471 INFO:teuthology.orchestra.run.smithi044.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-09T17:39:04.489 INFO:teuthology.orchestra.run.smithi044.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-09T17:39:04.491 INFO:teuthology.orchestra.run.smithi044.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-09T17:39:04.492 INFO:teuthology.orchestra.run.smithi044.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-09T17:39:04.493 INFO:teuthology.orchestra.run.smithi044.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-09T17:39:04.497 INFO:teuthology.orchestra.run.smithi044.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-09T17:39:04.497 INFO:teuthology.orchestra.run.smithi044.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-09T17:39:04.501 INFO:teuthology.orchestra.run.smithi044.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-09T17:39:04.508 INFO:teuthology.orchestra.run.smithi044.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-09T17:39:04.509 INFO:teuthology.orchestra.run.smithi044.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-09T17:39:04.509 INFO:teuthology.orchestra.run.smithi044.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-09T17:39:04.528 INFO:teuthology.orchestra.run.smithi044.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-09T17:39:04.528 INFO:teuthology.orchestra.run.smithi044.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-09T17:39:04.535 INFO:teuthology.orchestra.run.smithi082.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-09T17:39:04.536 INFO:teuthology.orchestra.run.smithi044.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-09T17:39:04.536 INFO:teuthology.orchestra.run.smithi044.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-09T17:39:04.536 INFO:teuthology.orchestra.run.smithi044.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-09T17:39:04.538 INFO:teuthology.orchestra.run.smithi044.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-09T17:39:04.539 INFO:teuthology.orchestra.run.smithi044.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-09T17:39:04.546 INFO:teuthology.orchestra.run.smithi082.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-09T17:39:04.577 INFO:teuthology.orchestra.run.smithi082.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-09T17:39:04.586 INFO:teuthology.orchestra.run.smithi082.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-09T17:39:04.587 INFO:teuthology.orchestra.run.smithi082.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-09T17:39:04.588 INFO:teuthology.orchestra.run.smithi082.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-09T17:39:04.607 INFO:teuthology.orchestra.run.smithi082.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-09T17:39:04.689 INFO:teuthology.orchestra.run.smithi082.stdout:Get:13 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1920-g6b01fe95-1jammy [3,224 kB] 2024-03-09T17:39:04.777 INFO:teuthology.orchestra.run.smithi082.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-09T17:39:04.918 INFO:teuthology.orchestra.run.smithi165.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1920-g6b01fe95-1jammy [3,224 kB] 2024-03-09T17:39:04.988 INFO:teuthology.orchestra.run.smithi082.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1920-g6b01fe95-1jammy [710 kB] 2024-03-09T17:39:05.056 INFO:teuthology.orchestra.run.smithi082.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1920-g6b01fe95-1jammy [356 kB] 2024-03-09T17:39:05.069 INFO:teuthology.orchestra.run.smithi082.stdout:Get:17 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1920-g6b01fe95-1jammy [32.8 kB] 2024-03-09T17:39:05.070 INFO:teuthology.orchestra.run.smithi082.stdout:Get:18 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1920-g6b01fe95-1jammy [180 kB] 2024-03-09T17:39:05.117 INFO:teuthology.orchestra.run.smithi082.stdout:Get:19 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1920-g6b01fe95-1jammy [64.6 kB] 2024-03-09T17:39:05.120 INFO:teuthology.orchestra.run.smithi082.stdout:Get:20 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1920-g6b01fe95-1jammy [330 kB] 2024-03-09T17:39:05.158 INFO:teuthology.orchestra.run.smithi082.stdout:Get:21 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1920-g6b01fe95-1jammy [6,575 kB] 2024-03-09T17:39:05.178 INFO:teuthology.orchestra.run.smithi082.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-09T17:39:05.213 INFO:teuthology.orchestra.run.smithi082.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-09T17:39:05.215 INFO:teuthology.orchestra.run.smithi082.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-09T17:39:05.294 INFO:teuthology.orchestra.run.smithi082.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-09T17:39:05.345 INFO:teuthology.orchestra.run.smithi082.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-09T17:39:05.367 INFO:teuthology.orchestra.run.smithi082.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-09T17:39:05.374 INFO:teuthology.orchestra.run.smithi082.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-09T17:39:05.375 INFO:teuthology.orchestra.run.smithi082.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-03-09T17:39:05.383 INFO:teuthology.orchestra.run.smithi165.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1920-g6b01fe95-1jammy [710 kB] 2024-03-09T17:39:05.386 INFO:teuthology.orchestra.run.smithi082.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-09T17:39:05.387 INFO:teuthology.orchestra.run.smithi082.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-09T17:39:05.502 INFO:teuthology.orchestra.run.smithi165.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1920-g6b01fe95-1jammy [356 kB] 2024-03-09T17:39:05.552 INFO:teuthology.orchestra.run.smithi082.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-09T17:39:05.557 INFO:teuthology.orchestra.run.smithi165.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1920-g6b01fe95-1jammy [32.8 kB] 2024-03-09T17:39:05.559 INFO:teuthology.orchestra.run.smithi165.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1920-g6b01fe95-1jammy [180 kB] 2024-03-09T17:39:05.564 INFO:teuthology.orchestra.run.smithi165.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1920-g6b01fe95-1jammy [64.6 kB] 2024-03-09T17:39:05.567 INFO:teuthology.orchestra.run.smithi165.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1920-g6b01fe95-1jammy [330 kB] 2024-03-09T17:39:05.597 INFO:teuthology.orchestra.run.smithi044.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1920-g6b01fe95-1jammy [3,224 kB] 2024-03-09T17:39:05.610 INFO:teuthology.orchestra.run.smithi165.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1920-g6b01fe95-1jammy [6,575 kB] 2024-03-09T17:39:05.636 INFO:teuthology.orchestra.run.smithi082.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-09T17:39:05.664 INFO:teuthology.orchestra.run.smithi082.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-09T17:39:05.681 INFO:teuthology.orchestra.run.smithi082.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-09T17:39:05.726 INFO:teuthology.orchestra.run.smithi082.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-09T17:39:05.732 INFO:teuthology.orchestra.run.smithi082.stdout:Get:37 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1920-g6b01fe95-1jammy [112 kB] 2024-03-09T17:39:05.735 INFO:teuthology.orchestra.run.smithi082.stdout:Get:38 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1920-g6b01fe95-1jammy [467 kB] 2024-03-09T17:39:05.750 INFO:teuthology.orchestra.run.smithi082.stdout:Get:39 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1920-g6b01fe95-1jammy [24.2 MB] 2024-03-09T17:39:05.937 INFO:teuthology.orchestra.run.smithi082.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-09T17:39:05.952 INFO:teuthology.orchestra.run.smithi082.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-09T17:39:05.960 INFO:teuthology.orchestra.run.smithi082.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-09T17:39:05.965 INFO:teuthology.orchestra.run.smithi082.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-03-09T17:39:05.986 INFO:teuthology.orchestra.run.smithi082.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-09T17:39:05.990 INFO:teuthology.orchestra.run.smithi082.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-09T17:39:06.157 INFO:teuthology.orchestra.run.smithi082.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-09T17:39:06.229 INFO:teuthology.orchestra.run.smithi165.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1920-g6b01fe95-1jammy [112 kB] 2024-03-09T17:39:06.281 INFO:teuthology.orchestra.run.smithi165.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1920-g6b01fe95-1jammy [467 kB] 2024-03-09T17:39:06.290 INFO:teuthology.orchestra.run.smithi044.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1920-g6b01fe95-1jammy [710 kB] 2024-03-09T17:39:06.299 INFO:teuthology.orchestra.run.smithi165.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1920-g6b01fe95-1jammy [24.2 MB] 2024-03-09T17:39:06.484 INFO:teuthology.orchestra.run.smithi044.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1920-g6b01fe95-1jammy [356 kB] 2024-03-09T17:39:06.489 INFO:teuthology.orchestra.run.smithi082.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-09T17:39:06.521 INFO:teuthology.orchestra.run.smithi082.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-09T17:39:06.531 INFO:teuthology.orchestra.run.smithi082.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-09T17:39:06.548 INFO:teuthology.orchestra.run.smithi044.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1920-g6b01fe95-1jammy [32.8 kB] 2024-03-09T17:39:06.554 INFO:teuthology.orchestra.run.smithi044.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1920-g6b01fe95-1jammy [180 kB] 2024-03-09T17:39:06.597 INFO:teuthology.orchestra.run.smithi044.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1920-g6b01fe95-1jammy [64.6 kB] 2024-03-09T17:39:06.614 INFO:teuthology.orchestra.run.smithi044.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1920-g6b01fe95-1jammy [330 kB] 2024-03-09T17:39:06.696 INFO:teuthology.orchestra.run.smithi044.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1920-g6b01fe95-1jammy [6,575 kB] 2024-03-09T17:39:06.734 INFO:teuthology.orchestra.run.smithi082.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-09T17:39:06.735 INFO:teuthology.orchestra.run.smithi082.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-09T17:39:06.741 INFO:teuthology.orchestra.run.smithi082.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-09T17:39:06.747 INFO:teuthology.orchestra.run.smithi082.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-09T17:39:06.762 INFO:teuthology.orchestra.run.smithi082.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-09T17:39:06.783 INFO:teuthology.orchestra.run.smithi082.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-09T17:39:06.790 INFO:teuthology.orchestra.run.smithi082.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-03-09T17:39:06.965 INFO:teuthology.orchestra.run.smithi082.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-03-09T17:39:07.229 INFO:teuthology.orchestra.run.smithi082.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-03-09T17:39:07.432 INFO:teuthology.orchestra.run.smithi082.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-09T17:39:07.433 INFO:teuthology.orchestra.run.smithi082.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-09T17:39:07.493 INFO:teuthology.orchestra.run.smithi082.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-09T17:39:07.493 INFO:teuthology.orchestra.run.smithi082.stdout:Get:62 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1920-g6b01fe95-1jammy [5,084 kB] 2024-03-09T17:39:07.582 INFO:teuthology.orchestra.run.smithi082.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-03-09T17:39:07.717 INFO:teuthology.orchestra.run.smithi082.stdout:Get:64 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1920-g6b01fe95-1jammy [243 kB] 2024-03-09T17:39:07.729 INFO:teuthology.orchestra.run.smithi082.stdout:Get:65 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1920-g6b01fe95-1jammy [124 kB] 2024-03-09T17:39:07.734 INFO:teuthology.orchestra.run.smithi082.stdout:Get:66 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1920-g6b01fe95-1jammy [1,521 kB] 2024-03-09T17:39:07.855 INFO:teuthology.orchestra.run.smithi082.stdout:Get:67 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1920-g6b01fe95-1jammy [6,250 kB] 2024-03-09T17:39:07.979 INFO:teuthology.orchestra.run.smithi082.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-09T17:39:07.981 INFO:teuthology.orchestra.run.smithi082.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-09T17:39:07.984 INFO:teuthology.orchestra.run.smithi082.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-09T17:39:07.984 INFO:teuthology.orchestra.run.smithi082.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-09T17:39:07.987 INFO:teuthology.orchestra.run.smithi082.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-09T17:39:08.202 INFO:teuthology.orchestra.run.smithi082.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-09T17:39:08.248 INFO:teuthology.orchestra.run.smithi082.stdout:Get:74 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1920-g6b01fe95-1jammy [22.8 MB] 2024-03-09T17:39:08.462 INFO:teuthology.orchestra.run.smithi044.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1920-g6b01fe95-1jammy [112 kB] 2024-03-09T17:39:08.526 INFO:teuthology.orchestra.run.smithi044.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1920-g6b01fe95-1jammy [467 kB] 2024-03-09T17:39:08.635 INFO:teuthology.orchestra.run.smithi082.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-09T17:39:08.640 INFO:teuthology.orchestra.run.smithi082.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-09T17:39:08.670 INFO:teuthology.orchestra.run.smithi044.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1920-g6b01fe95-1jammy [24.2 MB] 2024-03-09T17:39:08.812 INFO:teuthology.orchestra.run.smithi165.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1920-g6b01fe95-1jammy [5,084 kB] 2024-03-09T17:39:08.930 INFO:teuthology.orchestra.run.smithi082.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-09T17:39:08.931 INFO:teuthology.orchestra.run.smithi082.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-09T17:39:08.932 INFO:teuthology.orchestra.run.smithi082.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-09T17:39:08.934 INFO:teuthology.orchestra.run.smithi082.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-09T17:39:08.936 INFO:teuthology.orchestra.run.smithi082.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-09T17:39:08.938 INFO:teuthology.orchestra.run.smithi082.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-03-09T17:39:08.939 INFO:teuthology.orchestra.run.smithi082.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-09T17:39:08.940 INFO:teuthology.orchestra.run.smithi082.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-09T17:39:09.121 INFO:teuthology.orchestra.run.smithi082.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-09T17:39:09.197 INFO:teuthology.orchestra.run.smithi165.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1920-g6b01fe95-1jammy [243 kB] 2024-03-09T17:39:09.240 INFO:teuthology.orchestra.run.smithi165.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1920-g6b01fe95-1jammy [124 kB] 2024-03-09T17:39:09.245 INFO:teuthology.orchestra.run.smithi165.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1920-g6b01fe95-1jammy [1,521 kB] 2024-03-09T17:39:09.392 INFO:teuthology.orchestra.run.smithi165.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1920-g6b01fe95-1jammy [6,250 kB] 2024-03-09T17:39:09.536 INFO:teuthology.orchestra.run.smithi082.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-09T17:39:09.583 INFO:teuthology.orchestra.run.smithi082.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-09T17:39:09.618 INFO:teuthology.orchestra.run.smithi082.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-09T17:39:09.746 INFO:teuthology.orchestra.run.smithi082.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-09T17:39:09.748 INFO:teuthology.orchestra.run.smithi082.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1920-g6b01fe95-1jammy [14.0 kB] 2024-03-09T17:39:09.749 INFO:teuthology.orchestra.run.smithi082.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1920-g6b01fe95-1jammy [867 kB] 2024-03-09T17:39:09.754 INFO:teuthology.orchestra.run.smithi082.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-09T17:39:09.766 INFO:teuthology.orchestra.run.smithi082.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-09T17:39:09.766 INFO:teuthology.orchestra.run.smithi082.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1920-g6b01fe95-1jammy [2,191 kB] 2024-03-09T17:39:09.771 INFO:teuthology.orchestra.run.smithi082.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-09T17:39:09.818 INFO:teuthology.orchestra.run.smithi082.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-09T17:39:09.822 INFO:teuthology.orchestra.run.smithi082.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-09T17:39:09.842 INFO:teuthology.orchestra.run.smithi082.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-09T17:39:09.900 INFO:teuthology.orchestra.run.smithi082.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1920-g6b01fe95-1jammy [777 kB] 2024-03-09T17:39:09.928 INFO:teuthology.orchestra.run.smithi082.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1920-g6b01fe95-1jammy [144 kB] 2024-03-09T17:39:09.934 INFO:teuthology.orchestra.run.smithi082.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1920-g6b01fe95-1jammy [1,934 kB] 2024-03-09T17:39:09.952 INFO:teuthology.orchestra.run.smithi165.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1920-g6b01fe95-1jammy [22.8 MB] 2024-03-09T17:39:10.007 INFO:teuthology.orchestra.run.smithi082.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-09T17:39:10.049 INFO:teuthology.orchestra.run.smithi082.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1920-g6b01fe95-1jammy [8,625 kB] 2024-03-09T17:39:10.272 INFO:teuthology.orchestra.run.smithi082.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-09T17:39:10.290 INFO:teuthology.orchestra.run.smithi082.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-09T17:39:10.443 INFO:teuthology.orchestra.run.smithi082.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-09T17:39:10.472 INFO:teuthology.orchestra.run.smithi082.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-09T17:39:10.593 INFO:teuthology.orchestra.run.smithi082.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1920-g6b01fe95-1jammy [14.2 kB] 2024-03-09T17:39:10.593 INFO:teuthology.orchestra.run.smithi082.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1920-g6b01fe95-1jammy [50.0 MB] 2024-03-09T17:39:10.630 INFO:teuthology.orchestra.run.smithi082.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-09T17:39:10.633 INFO:teuthology.orchestra.run.smithi082.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-09T17:39:10.635 INFO:teuthology.orchestra.run.smithi082.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-09T17:39:10.657 INFO:teuthology.orchestra.run.smithi082.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-09T17:39:10.662 INFO:teuthology.orchestra.run.smithi082.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-09T17:39:12.088 INFO:teuthology.orchestra.run.smithi165.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1920-g6b01fe95-1jammy [14.0 kB] 2024-03-09T17:39:12.089 INFO:teuthology.orchestra.run.smithi165.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1920-g6b01fe95-1jammy [867 kB] 2024-03-09T17:39:12.106 INFO:teuthology.orchestra.run.smithi165.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1920-g6b01fe95-1jammy [2,191 kB] 2024-03-09T17:39:12.247 INFO:teuthology.orchestra.run.smithi165.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1920-g6b01fe95-1jammy [777 kB] 2024-03-09T17:39:12.315 INFO:teuthology.orchestra.run.smithi165.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1920-g6b01fe95-1jammy [144 kB] 2024-03-09T17:39:12.319 INFO:teuthology.orchestra.run.smithi165.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1920-g6b01fe95-1jammy [1,934 kB] 2024-03-09T17:39:12.488 INFO:teuthology.orchestra.run.smithi165.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1920-g6b01fe95-1jammy [8,625 kB] 2024-03-09T17:39:13.221 INFO:teuthology.orchestra.run.smithi165.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1920-g6b01fe95-1jammy [14.2 kB] 2024-03-09T17:39:13.221 INFO:teuthology.orchestra.run.smithi165.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1920-g6b01fe95-1jammy [50.0 MB] 2024-03-09T17:39:14.358 INFO:teuthology.orchestra.run.smithi082.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1920-g6b01fe95-1jammy [121 kB] 2024-03-09T17:39:14.360 INFO:teuthology.orchestra.run.smithi082.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1920-g6b01fe95-1jammy [38.4 kB] 2024-03-09T17:39:14.361 INFO:teuthology.orchestra.run.smithi082.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1920-g6b01fe95-1jammy [13.0 MB] 2024-03-09T17:39:15.013 INFO:teuthology.orchestra.run.smithi082.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1920-g6b01fe95-1jammy [91.7 kB] 2024-03-09T17:39:15.249 INFO:teuthology.orchestra.run.smithi044.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1920-g6b01fe95-1jammy [5,084 kB] 2024-03-09T17:39:15.582 INFO:teuthology.orchestra.run.smithi082.stdout:Fetched 176 MB in 11s (15.4 MB/s) 2024-03-09T17:39:15.715 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-09T17:39:15.810 INFO:teuthology.orchestra.run.smithi082.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 ... 165997 files and directories currently installed.) 2024-03-09T17:39:15.815 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-09T17:39:15.896 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-09T17:39:15.960 INFO:teuthology.orchestra.run.smithi044.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1920-g6b01fe95-1jammy [243 kB] 2024-03-09T17:39:15.996 INFO:teuthology.orchestra.run.smithi044.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1920-g6b01fe95-1jammy [124 kB] 2024-03-09T17:39:16.014 INFO:teuthology.orchestra.run.smithi044.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1920-g6b01fe95-1jammy [1,521 kB] 2024-03-09T17:39:16.225 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-09T17:39:16.234 INFO:teuthology.orchestra.run.smithi044.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1920-g6b01fe95-1jammy [6,250 kB] 2024-03-09T17:39:16.251 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-09T17:39:16.291 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-09T17:39:16.396 INFO:teuthology.orchestra.run.smithi165.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1920-g6b01fe95-1jammy [121 kB] 2024-03-09T17:39:16.399 INFO:teuthology.orchestra.run.smithi165.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1920-g6b01fe95-1jammy [38.4 kB] 2024-03-09T17:39:16.400 INFO:teuthology.orchestra.run.smithi165.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1920-g6b01fe95-1jammy [13.0 MB] 2024-03-09T17:39:16.602 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-09T17:39:16.629 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-09T17:39:16.661 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-09T17:39:16.790 INFO:teuthology.orchestra.run.smithi165.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1920-g6b01fe95-1jammy [91.7 kB] 2024-03-09T17:39:17.058 INFO:teuthology.orchestra.run.smithi044.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1920-g6b01fe95-1jammy [22.8 MB] 2024-03-09T17:39:17.098 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-09T17:39:17.124 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-09T17:39:17.173 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:39:17.343 INFO:teuthology.orchestra.run.smithi165.stdout:Fetched 176 MB in 13s (13.4 MB/s) 2024-03-09T17:39:17.506 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-09T17:39:17.576 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-09T17:39:17.602 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-09T17:39:17.603 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 ... 165997 files and directories currently installed.) 2024-03-09T17:39:17.609 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-09T17:39:17.642 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:39:17.688 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-09T17:39:17.996 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-09T17:39:18.022 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-09T17:39:18.025 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-09T17:39:18.051 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-09T17:39:18.062 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:39:18.092 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-09T17:39:18.404 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-09T17:39:18.407 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-09T17:39:18.431 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-09T17:39:18.433 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-09T17:39:18.471 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-09T17:39:18.473 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-09T17:39:18.743 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package librados2. 2024-03-09T17:39:18.758 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../007-librados2_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:18.801 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking librados2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:18.916 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-09T17:39:18.942 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-09T17:39:18.990 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:39:19.271 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package librbd1. 2024-03-09T17:39:19.297 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../008-librbd1_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:19.337 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking librbd1 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:19.343 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-09T17:39:19.370 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-09T17:39:19.402 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:39:19.419 INFO:teuthology.orchestra.run.smithi044.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1920-g6b01fe95-1jammy [14.0 kB] 2024-03-09T17:39:19.420 INFO:teuthology.orchestra.run.smithi044.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1920-g6b01fe95-1jammy [867 kB] 2024-03-09T17:39:19.436 INFO:teuthology.orchestra.run.smithi044.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1920-g6b01fe95-1jammy [2,191 kB] 2024-03-09T17:39:19.601 INFO:teuthology.orchestra.run.smithi044.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1920-g6b01fe95-1jammy [777 kB] 2024-03-09T17:39:19.643 INFO:teuthology.orchestra.run.smithi044.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1920-g6b01fe95-1jammy [144 kB] 2024-03-09T17:39:19.670 INFO:teuthology.orchestra.run.smithi044.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1920-g6b01fe95-1jammy [1,934 kB] 2024-03-09T17:39:19.763 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-09T17:39:19.773 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libcephfs2. 2024-03-09T17:39:19.789 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-09T17:39:19.799 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:19.830 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:39:19.834 INFO:teuthology.orchestra.run.smithi044.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1920-g6b01fe95-1jammy [8,625 kB] 2024-03-09T17:39:19.839 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libcephfs2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:20.092 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-rados. 2024-03-09T17:39:20.107 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:20.142 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-rados (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:20.191 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-09T17:39:20.217 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-09T17:39:20.376 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-09T17:39:20.491 INFO:teuthology.orchestra.run.smithi044.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1920-g6b01fe95-1jammy [14.2 kB] 2024-03-09T17:39:20.492 INFO:teuthology.orchestra.run.smithi044.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1920-g6b01fe95-1jammy [50.0 MB] 2024-03-09T17:39:20.612 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-09T17:39:20.638 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:20.687 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-ceph-argparse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:20.768 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package librados2. 2024-03-09T17:39:20.795 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../007-librados2_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:20.827 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking librados2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:20.939 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-cephfs. 2024-03-09T17:39:20.965 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:21.006 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-cephfs (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:21.230 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package librbd1. 2024-03-09T17:39:21.256 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../008-librbd1_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:21.296 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking librbd1 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:21.342 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-09T17:39:21.369 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:21.408 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-ceph-common (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:21.720 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-09T17:39:21.735 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-09T17:39:21.748 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libcephfs2. 2024-03-09T17:39:21.775 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:21.778 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-09T17:39:21.815 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libcephfs2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:22.092 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-rados. 2024-03-09T17:39:22.106 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-prettytable. 2024-03-09T17:39:22.107 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:22.133 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-09T17:39:22.142 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-rados (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:22.172 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-09T17:39:22.412 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-09T17:39:22.416 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-rbd. 2024-03-09T17:39:22.426 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:22.432 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:22.466 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-rbd (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:22.470 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-ceph-argparse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:22.705 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-cephfs. 2024-03-09T17:39:22.721 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:22.764 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-cephfs (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:22.803 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-09T17:39:22.947 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-09T17:39:22.947 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-09T17:39:23.058 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-09T17:39:23.084 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:23.124 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-ceph-common (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:23.147 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-09T17:39:23.173 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-09T17:39:23.213 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-09T17:39:23.270 INFO:teuthology.orchestra.run.smithi044.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1920-g6b01fe95-1jammy [121 kB] 2024-03-09T17:39:23.273 INFO:teuthology.orchestra.run.smithi044.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1920-g6b01fe95-1jammy [38.4 kB] 2024-03-09T17:39:23.274 INFO:teuthology.orchestra.run.smithi044.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1920-g6b01fe95-1jammy [13.0 MB] 2024-03-09T17:39:23.394 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-09T17:39:23.420 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-09T17:39:23.452 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-09T17:39:23.516 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-09T17:39:23.531 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-09T17:39:23.574 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-09T17:39:23.648 INFO:teuthology.orchestra.run.smithi044.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1920-g6b01fe95-1jammy [91.7 kB] 2024-03-09T17:39:23.788 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-prettytable. 2024-03-09T17:39:23.814 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-09T17:39:23.855 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-09T17:39:23.861 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package lua5.1. 2024-03-09T17:39:23.877 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-09T17:39:23.919 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-09T17:39:24.124 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-rbd. 2024-03-09T17:39:24.150 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:24.190 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-rbd (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:24.239 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package lua-any. 2024-03-09T17:39:24.243 INFO:teuthology.orchestra.run.smithi044.stdout:Fetched 176 MB in 20s (8,877 kB/s) 2024-03-09T17:39:24.266 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-09T17:39:24.306 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-09T17:39:24.377 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-09T17:39:24.478 INFO:teuthology.orchestra.run.smithi044.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 ... 165997 files and directories currently installed.) 2024-03-09T17:39:24.484 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-09T17:39:24.527 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-09T17:39:24.553 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-09T17:39:24.567 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-09T17:39:24.583 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package zip. 2024-03-09T17:39:24.593 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-09T17:39:24.598 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-09T17:39:24.641 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking zip (3.0-12build2) ... 2024-03-09T17:39:24.870 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-09T17:39:24.886 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-09T17:39:24.904 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-09T17:39:24.911 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package unzip. 2024-03-09T17:39:24.929 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-09T17:39:24.930 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-09T17:39:24.937 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-09T17:39:24.969 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-09T17:39:24.970 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-09T17:39:25.240 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-09T17:39:25.255 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-09T17:39:25.298 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-09T17:39:25.348 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-09T17:39:25.365 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package luarocks. 2024-03-09T17:39:25.375 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-09T17:39:25.391 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-09T17:39:25.415 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-09T17:39:25.431 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-09T17:39:25.593 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package lua5.1. 2024-03-09T17:39:25.619 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-09T17:39:25.792 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-09T17:39:25.802 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-09T17:39:25.829 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-09T17:39:25.869 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:39:25.998 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package librgw2. 2024-03-09T17:39:26.025 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../025-librgw2_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:26.065 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking librgw2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:26.104 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package lua-any. 2024-03-09T17:39:26.120 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-09T17:39:26.162 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-09T17:39:26.263 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-09T17:39:26.290 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-09T17:39:26.330 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:39:26.406 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package zip. 2024-03-09T17:39:26.432 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-09T17:39:26.473 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking zip (3.0-12build2) ... 2024-03-09T17:39:26.583 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-rgw. 2024-03-09T17:39:26.598 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:26.633 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-rgw (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:26.792 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package unzip. 2024-03-09T17:39:26.819 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-09T17:39:26.859 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-09T17:39:26.883 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-09T17:39:26.910 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-09T17:39:26.936 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-09T17:39:26.950 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:39:26.962 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-09T17:39:27.002 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-09T17:39:27.246 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package luarocks. 2024-03-09T17:39:27.261 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-09T17:39:27.273 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-09T17:39:27.277 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-09T17:39:27.304 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-09T17:39:27.311 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-09T17:39:27.314 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libradosstriper1. 2024-03-09T17:39:27.340 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:27.380 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libradosstriper1 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:27.627 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package librgw2. 2024-03-09T17:39:27.631 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package librados2. 2024-03-09T17:39:27.643 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../025-librgw2_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:27.657 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../007-librados2_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:27.677 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking librgw2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:27.697 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking librados2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:27.742 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-common. 2024-03-09T17:39:27.768 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:27.825 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-common (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:28.159 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package librbd1. 2024-03-09T17:39:28.185 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../008-librbd1_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:28.197 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-rgw. 2024-03-09T17:39:28.223 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:28.225 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking librbd1 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:28.263 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-rgw (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:28.599 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-09T17:39:28.626 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-09T17:39:28.636 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libcephfs2. 2024-03-09T17:39:28.663 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:28.665 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-09T17:39:28.703 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libcephfs2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:28.977 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libradosstriper1. 2024-03-09T17:39:28.989 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-rados. 2024-03-09T17:39:29.003 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:29.016 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:29.035 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libradosstriper1 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:29.055 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-rados (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:29.080 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-base. 2024-03-09T17:39:29.107 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:29.156 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-base (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:29.375 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-09T17:39:29.402 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:29.438 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-common. 2024-03-09T17:39:29.441 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-ceph-argparse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:29.465 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:29.504 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-common (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:29.659 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-09T17:39:29.686 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-09T17:39:29.694 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-cephfs. 2024-03-09T17:39:29.718 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-09T17:39:29.721 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:29.762 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-cephfs (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:30.021 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-cheroot. 2024-03-09T17:39:30.047 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-09T17:39:30.055 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-09T17:39:30.071 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:30.087 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-09T17:39:30.105 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-ceph-common (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:30.400 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-09T17:39:30.407 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-09T17:39:30.427 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-09T17:39:30.433 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-09T17:39:30.467 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-09T17:39:30.473 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-09T17:39:30.776 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-09T17:39:30.795 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-prettytable. 2024-03-09T17:39:30.803 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-09T17:39:30.821 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-09T17:39:30.842 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-09T17:39:30.861 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-09T17:39:30.951 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-base. 2024-03-09T17:39:30.978 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:31.027 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-base (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:31.112 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-09T17:39:31.122 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-rbd. 2024-03-09T17:39:31.139 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-09T17:39:31.149 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:31.187 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-09T17:39:31.188 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-rbd (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:31.490 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-tempora. 2024-03-09T17:39:31.491 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-09T17:39:31.516 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-09T17:39:31.518 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-09T17:39:31.550 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-09T17:39:31.556 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-09T17:39:31.563 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-09T17:39:31.590 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-09T17:39:31.622 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-09T17:39:31.859 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-portend. 2024-03-09T17:39:31.886 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-09T17:39:31.899 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-cheroot. 2024-03-09T17:39:31.926 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-09T17:39:31.926 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-09T17:39:31.927 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-09T17:39:31.943 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-09T17:39:31.966 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-09T17:39:31.986 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-09T17:39:32.221 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-09T17:39:32.247 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-09T17:39:32.279 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-09T17:39:32.288 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-09T17:39:32.302 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-09T17:39:32.315 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-09T17:39:32.329 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-09T17:39:32.355 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-09T17:39:32.368 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-09T17:39:32.565 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-09T17:39:32.580 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-09T17:39:32.623 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-09T17:39:32.680 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-09T17:39:32.684 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package lua5.1. 2024-03-09T17:39:32.706 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-09T17:39:32.710 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-09T17:39:32.746 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-09T17:39:32.767 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-09T17:39:32.960 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-natsort. 2024-03-09T17:39:32.986 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-09T17:39:32.990 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-09T17:39:33.005 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-09T17:39:33.026 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-09T17:39:33.037 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package lua-any. 2024-03-09T17:39:33.040 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-09T17:39:33.064 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-09T17:39:33.103 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-09T17:39:33.301 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-tempora. 2024-03-09T17:39:33.328 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-09T17:39:33.338 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-logutils. 2024-03-09T17:39:33.356 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package zip. 2024-03-09T17:39:33.364 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-09T17:39:33.368 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-09T17:39:33.371 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-09T17:39:33.405 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-09T17:39:33.414 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking zip (3.0-12build2) ... 2024-03-09T17:39:33.687 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-portend. 2024-03-09T17:39:33.707 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-09T17:39:33.713 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-09T17:39:33.734 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-09T17:39:33.734 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package unzip. 2024-03-09T17:39:33.754 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-09T17:39:33.761 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-09T17:39:33.774 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-09T17:39:33.801 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-09T17:39:34.056 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-09T17:39:34.077 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-mako. 2024-03-09T17:39:34.083 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-09T17:39:34.103 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-09T17:39:34.123 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-09T17:39:34.143 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-09T17:39:34.155 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package luarocks. 2024-03-09T17:39:34.182 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-09T17:39:34.213 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-09T17:39:34.401 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-09T17:39:34.427 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-09T17:39:34.459 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-09T17:39:34.505 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-09T17:39:34.531 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-09T17:39:34.571 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-09T17:39:34.612 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package librgw2. 2024-03-09T17:39:34.639 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../025-librgw2_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:34.679 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking librgw2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:34.762 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-natsort. 2024-03-09T17:39:34.777 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-09T17:39:34.820 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-09T17:39:34.841 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-09T17:39:34.867 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-09T17:39:34.907 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-09T17:39:35.132 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-logutils. 2024-03-09T17:39:35.158 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-09T17:39:35.198 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-09T17:39:35.210 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-webob. 2024-03-09T17:39:35.236 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-09T17:39:35.239 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-rgw. 2024-03-09T17:39:35.256 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:35.276 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-09T17:39:35.298 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-rgw (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:35.475 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-09T17:39:35.491 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-09T17:39:35.525 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-09T17:39:35.630 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-waitress. 2024-03-09T17:39:35.643 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-09T17:39:35.656 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-09T17:39:35.670 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-09T17:39:35.700 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-09T17:39:35.709 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-09T17:39:35.803 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-mako. 2024-03-09T17:39:35.818 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-09T17:39:35.853 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-09T17:39:35.954 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libradosstriper1. 2024-03-09T17:39:35.981 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:36.020 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libradosstriper1 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:36.148 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-09T17:39:36.175 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-09T17:39:36.206 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-09T17:39:36.275 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-tempita. 2024-03-09T17:39:36.301 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-09T17:39:36.492 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-09T17:39:36.519 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-09T17:39:36.558 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-09T17:39:36.699 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-09T17:39:36.861 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-webob. 2024-03-09T17:39:36.888 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-09T17:39:36.961 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-09T17:39:37.052 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-paste. 2024-03-09T17:39:37.079 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-09T17:39:37.111 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-09T17:39:37.422 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-09T17:39:37.449 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-09T17:39:37.449 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-common. 2024-03-09T17:39:37.477 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:37.488 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-09T17:39:37.516 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-common (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:37.758 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-09T17:39:37.785 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-09T17:39:37.833 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-09T17:39:37.914 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-waitress. 2024-03-09T17:39:37.942 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-09T17:39:37.984 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-09T17:39:38.136 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-webtest. 2024-03-09T17:39:38.152 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-09T17:39:38.194 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-09T17:39:38.292 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-tempita. 2024-03-09T17:39:38.318 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-09T17:39:38.358 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-09T17:39:38.506 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-pecan. 2024-03-09T17:39:38.532 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-09T17:39:38.572 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-09T17:39:38.661 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-paste. 2024-03-09T17:39:38.687 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-09T17:39:38.727 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-09T17:39:38.771 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-base. 2024-03-09T17:39:38.798 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:38.848 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-base (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:38.935 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-certifi. 2024-03-09T17:39:38.962 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-09T17:39:39.001 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-09T17:39:39.039 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-09T17:39:39.054 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-09T17:39:39.097 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-09T17:39:39.338 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-idna. 2024-03-09T17:39:39.364 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-09T17:39:39.405 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-09T17:39:39.425 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-09T17:39:39.451 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-09T17:39:39.452 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-09T17:39:39.478 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-09T17:39:39.491 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-09T17:39:39.517 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-09T17:39:39.691 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-urllib3. 2024-03-09T17:39:39.717 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-09T17:39:39.748 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-09T17:39:39.787 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-cheroot. 2024-03-09T17:39:39.802 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-webtest. 2024-03-09T17:39:39.813 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-09T17:39:39.829 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-09T17:39:39.845 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-09T17:39:39.869 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-09T17:39:40.052 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-requests. 2024-03-09T17:39:40.067 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-09T17:39:40.102 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-09T17:39:40.148 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-09T17:39:40.175 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-09T17:39:40.188 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pecan. 2024-03-09T17:39:40.214 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-09T17:39:40.215 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-09T17:39:40.272 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-09T17:39:40.396 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-09T17:39:40.426 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-09T17:39:40.463 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-09T17:39:40.534 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-09T17:39:40.561 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-09T17:39:40.601 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-09T17:39:40.618 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-certifi. 2024-03-09T17:39:40.645 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-09T17:39:40.684 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-09T17:39:40.724 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-09T17:39:40.739 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:40.782 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:40.904 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-09T17:39:40.931 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-09T17:39:40.970 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-09T17:39:41.138 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-09T17:39:41.164 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:41.195 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-idna. 2024-03-09T17:39:41.204 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:41.214 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-tempora. 2024-03-09T17:39:41.222 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-09T17:39:41.230 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-09T17:39:41.261 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-09T17:39:41.264 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-09T17:39:41.490 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-09T17:39:41.505 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-09T17:39:41.548 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-09T17:39:41.559 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-portend. 2024-03-09T17:39:41.586 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-09T17:39:41.626 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-09T17:39:41.631 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-urllib3. 2024-03-09T17:39:41.658 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-09T17:39:41.706 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-09T17:39:41.851 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-openssl. 2024-03-09T17:39:41.877 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-09T17:39:41.912 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-09T17:39:41.917 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-09T17:39:41.939 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-09T17:39:41.978 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-09T17:39:42.026 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-requests. 2024-03-09T17:39:42.053 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-09T17:39:42.092 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-09T17:39:42.265 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-09T17:39:42.271 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-mgr. 2024-03-09T17:39:42.292 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-09T17:39:42.297 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:42.331 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-09T17:39:42.337 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-mgr (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:42.403 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-09T17:39:42.430 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-09T17:39:42.470 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-09T17:39:42.660 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-natsort. 2024-03-09T17:39:42.674 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-mon. 2024-03-09T17:39:42.687 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-09T17:39:42.700 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:42.727 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-09T17:39:42.732 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-mon (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:42.773 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-09T17:39:42.788 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:42.831 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:43.038 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-logutils. 2024-03-09T17:39:43.065 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-09T17:39:43.105 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-09T17:39:43.194 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-09T17:39:43.221 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:43.260 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:43.335 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-osd. 2024-03-09T17:39:43.361 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:43.366 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-09T17:39:43.393 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-09T17:39:43.401 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-osd (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:43.424 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-09T17:39:43.605 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-09T17:39:43.632 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-09T17:39:43.671 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-09T17:39:43.719 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-mako. 2024-03-09T17:39:43.746 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-09T17:39:43.786 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-09T17:39:43.974 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-openssl. 2024-03-09T17:39:44.001 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-09T17:39:44.040 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-09T17:39:44.114 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-09T17:39:44.141 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-09T17:39:44.180 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-09T17:39:44.309 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mgr. 2024-03-09T17:39:44.325 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:44.359 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mgr (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:44.471 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph. 2024-03-09T17:39:44.487 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../066-ceph_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:44.508 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-09T17:39:44.530 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:44.535 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-09T17:39:44.575 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-09T17:39:44.737 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mon. 2024-03-09T17:39:44.764 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:44.813 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mon (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:44.836 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-webob. 2024-03-09T17:39:44.841 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-fuse. 2024-03-09T17:39:44.863 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-09T17:39:44.868 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:44.894 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-09T17:39:44.907 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-fuse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:45.164 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-waitress. 2024-03-09T17:39:45.191 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-09T17:39:45.234 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-09T17:39:45.294 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-mds. 2024-03-09T17:39:45.320 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:45.360 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-mds (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:45.424 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-osd. 2024-03-09T17:39:45.451 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:45.490 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-osd (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:45.567 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-tempita. 2024-03-09T17:39:45.594 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-09T17:39:45.634 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-09T17:39:45.747 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package cephadm. 2024-03-09T17:39:45.773 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../069-cephadm_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:45.813 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking cephadm (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:45.953 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-paste. 2024-03-09T17:39:45.980 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-09T17:39:46.019 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-09T17:39:46.082 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-09T17:39:46.109 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-09T17:39:46.140 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-09T17:39:46.339 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-09T17:39:46.355 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-09T17:39:46.397 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-09T17:39:46.435 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-09T17:39:46.462 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-09T17:39:46.501 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-09T17:39:46.552 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph. 2024-03-09T17:39:46.579 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../066-ceph_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:46.618 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:46.701 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-09T17:39:46.728 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-09T17:39:46.767 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-09T17:39:46.921 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-fuse. 2024-03-09T17:39:46.948 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:46.987 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-fuse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:47.070 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-webtest. 2024-03-09T17:39:47.086 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-09T17:39:47.120 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-09T17:39:47.349 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mds. 2024-03-09T17:39:47.376 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:47.415 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mds (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:47.457 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-babel. 2024-03-09T17:39:47.484 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-09T17:39:47.523 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-09T17:39:47.548 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pecan. 2024-03-09T17:39:47.575 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-09T17:39:47.606 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-09T17:39:47.818 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package cephadm. 2024-03-09T17:39:47.842 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-jinja2. 2024-03-09T17:39:47.845 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../069-cephadm_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:47.869 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-09T17:39:47.884 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking cephadm (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:47.902 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-certifi. 2024-03-09T17:39:47.908 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-09T17:39:47.918 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-09T17:39:47.952 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-09T17:39:48.187 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-09T17:39:48.214 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-09T17:39:48.253 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-09T17:39:48.254 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-09T17:39:48.281 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:48.305 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-idna. 2024-03-09T17:39:48.320 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:48.321 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-09T17:39:48.364 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-09T17:39:48.564 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-09T17:39:48.581 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-09T17:39:48.623 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-09T17:39:48.648 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-09T17:39:48.675 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-09T17:39:48.683 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-urllib3. 2024-03-09T17:39:48.710 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-09T17:39:48.715 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-09T17:39:48.758 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-09T17:39:49.018 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-routes. 2024-03-09T17:39:49.045 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-09T17:39:49.084 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-09T17:39:49.086 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-requests. 2024-03-09T17:39:49.102 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-09T17:39:49.145 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-09T17:39:49.421 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-09T17:39:49.448 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-09T17:39:49.448 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:49.464 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-09T17:39:49.487 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:49.497 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-09T17:39:49.635 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-babel. 2024-03-09T17:39:49.663 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-09T17:39:49.693 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-09T17:39:49.795 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-09T17:39:49.822 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:49.861 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:49.916 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-09T17:39:49.942 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-09T17:39:49.973 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-09T17:39:49.980 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-jinja2. 2024-03-09T17:39:50.007 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-09T17:39:50.038 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-09T17:39:50.258 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-09T17:39:50.285 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:50.324 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:50.374 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-09T17:39:50.389 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:50.424 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:50.444 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-joblib. 2024-03-09T17:39:50.471 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-09T17:39:50.510 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-09T17:39:50.643 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-09T17:39:50.671 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-09T17:39:50.710 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-09T17:39:50.743 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-09T17:39:50.770 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-09T17:39:50.810 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-09T17:39:50.864 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-09T17:39:50.891 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-09T17:39:50.930 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-09T17:39:50.971 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-openssl. 2024-03-09T17:39:50.987 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-09T17:39:51.021 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-09T17:39:51.071 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-routes. 2024-03-09T17:39:51.098 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-09T17:39:51.137 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-09T17:39:51.241 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-sklearn. 2024-03-09T17:39:51.268 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-09T17:39:51.299 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-09T17:39:51.366 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mgr. 2024-03-09T17:39:51.393 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mgr (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:51.520 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-09T17:39:51.546 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:51.682 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:51.827 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mon. 2024-03-09T17:39:51.854 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:51.920 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mon (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:52.118 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-09T17:39:52.134 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-09T17:39:52.168 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-09T17:39:52.258 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-09T17:39:52.286 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:52.410 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:52.498 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-osd. 2024-03-09T17:39:52.525 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:52.564 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-osd (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:52.622 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-joblib. 2024-03-09T17:39:52.649 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-09T17:39:52.688 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-09T17:39:53.008 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-09T17:39:53.024 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-09T17:39:53.058 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-09T17:39:53.349 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-cachetools. 2024-03-09T17:39:53.369 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-sklearn. 2024-03-09T17:39:53.376 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-09T17:39:53.396 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-09T17:39:53.415 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-09T17:39:53.435 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-09T17:39:53.684 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph. 2024-03-09T17:39:53.700 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../066-ceph_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:53.701 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-09T17:39:53.728 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-09T17:39:53.734 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:53.767 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-09T17:39:54.020 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-fuse. 2024-03-09T17:39:54.047 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:54.054 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-09T17:39:54.082 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-09T17:39:54.087 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-fuse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:54.120 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-09T17:39:54.126 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-09T17:39:54.142 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:54.253 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:54.399 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-rsa. 2024-03-09T17:39:54.425 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-09T17:39:54.457 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mds. 2024-03-09T17:39:54.473 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-09T17:39:54.484 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:54.523 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mds (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:54.793 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-google-auth. 2024-03-09T17:39:54.821 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-09T17:39:54.860 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-09T17:39:54.918 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package cephadm. 2024-03-09T17:39:54.945 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../069-cephadm_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:54.984 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking cephadm (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:55.180 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-09T17:39:55.207 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-09T17:39:55.215 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-cachetools. 2024-03-09T17:39:55.243 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-09T17:39:55.246 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-09T17:39:55.262 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-09T17:39:55.289 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-09T17:39:55.298 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-09T17:39:55.320 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-09T17:39:55.557 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-websocket. 2024-03-09T17:39:55.558 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-09T17:39:55.575 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-09T17:39:55.585 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-09T17:39:55.608 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-09T17:39:55.623 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-09T17:39:55.657 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-09T17:39:55.684 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-09T17:39:55.723 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-09T17:39:55.895 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-09T17:39:55.923 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-09T17:39:55.935 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-09T17:39:55.953 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-09T17:39:55.963 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-09T17:39:56.001 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-09T17:39:56.258 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-rsa. 2024-03-09T17:39:56.286 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-09T17:39:56.324 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-09T17:39:56.645 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-google-auth. 2024-03-09T17:39:56.672 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-09T17:39:56.707 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-09T17:39:56.711 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-09T17:39:56.723 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:56.765 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:56.778 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-babel. 2024-03-09T17:39:56.806 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-09T17:39:56.838 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-09T17:39:57.051 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-09T17:39:57.056 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-09T17:39:57.078 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-09T17:39:57.083 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-09T17:39:57.109 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-09T17:39:57.122 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-09T17:39:57.147 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-jinja2. 2024-03-09T17:39:57.175 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-09T17:39:57.214 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-09T17:39:57.512 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-09T17:39:57.540 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-09T17:39:57.550 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-websocket. 2024-03-09T17:39:57.578 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-09T17:39:57.578 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-09T17:39:57.617 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-09T17:39:57.862 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-09T17:39:57.873 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package jq. 2024-03-09T17:39:57.886 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:57.889 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-09T17:39:57.925 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:57.931 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-09T17:39:57.936 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-09T17:39:57.964 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-09T17:39:58.003 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-09T17:39:58.184 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package socat. 2024-03-09T17:39:58.200 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-09T17:39:58.242 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-09T17:39:58.273 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-09T17:39:58.298 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-09T17:39:58.337 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-09T17:39:58.529 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package xmlstarlet. 2024-03-09T17:39:58.556 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-09T17:39:58.595 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-09T17:39:58.598 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-routes. 2024-03-09T17:39:58.626 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-09T17:39:58.656 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-09T17:39:58.686 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-09T17:39:58.699 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:58.741 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:58.957 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-test. 2024-03-09T17:39:58.973 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:39:58.976 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-09T17:39:59.004 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:39:59.015 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-test (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:59.027 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-09T17:39:59.043 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:39:59.055 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-09T17:39:59.093 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-09T17:39:59.405 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-09T17:39:59.432 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-09T17:39:59.471 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-09T17:39:59.472 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-09T17:39:59.488 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-09T17:39:59.529 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-09T17:39:59.749 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package jq. 2024-03-09T17:39:59.774 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-09T17:39:59.815 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-09T17:40:00.041 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-joblib. 2024-03-09T17:40:00.058 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-09T17:40:00.068 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package socat. 2024-03-09T17:40:00.096 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-09T17:40:00.099 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-09T17:40:00.134 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-09T17:40:00.446 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package xmlstarlet. 2024-03-09T17:40:00.462 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-09T17:40:00.495 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-09T17:40:00.512 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-09T17:40:00.539 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-09T17:40:00.578 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-09T17:40:00.833 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-test. 2024-03-09T17:40:00.861 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:40:00.864 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-sklearn. 2024-03-09T17:40:00.892 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-09T17:40:00.899 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-test (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:01.047 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-09T17:40:01.253 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package ceph-volume. 2024-03-09T17:40:01.281 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:40:01.319 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking ceph-volume (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:01.723 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-09T17:40:01.751 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:40:01.873 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-09T17:40:01.874 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:01.901 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:40:01.947 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libcephfs-dev (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:02.209 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-09T17:40:02.225 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-09T17:40:02.258 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-09T17:40:02.582 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-09T17:40:02.607 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-09T17:40:02.646 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-09T17:40:02.870 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-cachetools. 2024-03-09T17:40:02.898 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-09T17:40:02.936 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-09T17:40:03.008 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package nvme-cli. 2024-03-09T17:40:03.036 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-09T17:40:03.074 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-09T17:40:03.237 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package ceph-volume. 2024-03-09T17:40:03.239 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-09T17:40:03.265 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:40:03.267 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-09T17:40:03.295 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking ceph-volume (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:03.306 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-09T17:40:03.488 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package pkg-config. 2024-03-09T17:40:03.516 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-09T17:40:03.554 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-09T17:40:03.598 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-09T17:40:03.615 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:40:03.657 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libcephfs-dev (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:03.659 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-09T17:40:03.687 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-09T17:40:03.726 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-09T17:40:03.807 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-09T17:40:03.835 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-09T17:40:03.873 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-09T17:40:03.993 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-09T17:40:04.012 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-rsa. 2024-03-09T17:40:04.020 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-09T17:40:04.028 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-09T17:40:04.059 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-09T17:40:04.062 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-09T17:40:04.293 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-09T17:40:04.321 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-09T17:40:04.324 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-google-auth. 2024-03-09T17:40:04.352 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-09T17:40:04.359 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-09T17:40:04.389 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-09T17:40:04.390 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-09T17:40:04.416 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-09T17:40:04.455 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-09T17:40:04.620 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-pastescript. 2024-03-09T17:40:04.648 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-09T17:40:04.678 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-09T17:40:04.711 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-09T17:40:04.738 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-09T17:40:04.750 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package nvme-cli. 2024-03-09T17:40:04.777 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-09T17:40:04.778 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-09T17:40:04.817 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-09T17:40:04.982 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-pluggy. 2024-03-09T17:40:05.009 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-09T17:40:05.048 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-09T17:40:05.089 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-websocket. 2024-03-09T17:40:05.116 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-09T17:40:05.155 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-09T17:40:05.205 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package pkg-config. 2024-03-09T17:40:05.232 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-09T17:40:05.271 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-09T17:40:05.360 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-psutil. 2024-03-09T17:40:05.387 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-09T17:40:05.426 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-09T17:40:05.450 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-09T17:40:05.477 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-09T17:40:05.508 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-09T17:40:05.541 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-09T17:40:05.569 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-09T17:40:05.607 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-09T17:40:05.754 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-py. 2024-03-09T17:40:05.781 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-09T17:40:05.820 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-09T17:40:06.043 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-09T17:40:06.071 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-09T17:40:06.110 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-09T17:40:06.141 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-pygments. 2024-03-09T17:40:06.168 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-09T17:40:06.197 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-09T17:40:06.207 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-09T17:40:06.215 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:40:06.255 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:06.396 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pastescript. 2024-03-09T17:40:06.424 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-09T17:40:06.462 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-09T17:40:06.600 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-09T17:40:06.627 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-09T17:40:06.666 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-09T17:40:06.686 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-09T17:40:06.713 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-09T17:40:06.752 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-09T17:40:06.790 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pluggy. 2024-03-09T17:40:06.818 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-09T17:40:06.882 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-09T17:40:06.978 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-09T17:40:07.005 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-09T17:40:07.044 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-09T17:40:07.072 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-toml. 2024-03-09T17:40:07.099 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-09T17:40:07.138 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-09T17:40:07.160 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-psutil. 2024-03-09T17:40:07.188 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-09T17:40:07.218 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-09T17:40:07.305 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package jq. 2024-03-09T17:40:07.333 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-09T17:40:07.372 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-09T17:40:07.424 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-pytest. 2024-03-09T17:40:07.452 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-09T17:40:07.490 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-09T17:40:07.546 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-py. 2024-03-09T17:40:07.573 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-09T17:40:07.612 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-09T17:40:07.624 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package socat. 2024-03-09T17:40:07.641 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-09T17:40:07.683 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-09T17:40:07.852 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package python3-simplejson. 2024-03-09T17:40:07.880 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-09T17:40:07.915 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pygments. 2024-03-09T17:40:07.918 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-09T17:40:07.943 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-09T17:40:07.982 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-09T17:40:08.002 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package xmlstarlet. 2024-03-09T17:40:08.019 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-09T17:40:08.205 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-09T17:40:08.227 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-09T17:40:08.232 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-09T17:40:08.271 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-09T17:40:08.435 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-09T17:40:08.463 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-09T17:40:08.502 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-09T17:40:08.574 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-test. 2024-03-09T17:40:08.591 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:40:08.623 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-test (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:08.788 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-toml. 2024-03-09T17:40:08.815 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-09T17:40:08.854 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-09T17:40:09.008 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package radosgw. 2024-03-09T17:40:09.037 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../116-radosgw_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:40:09.066 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking radosgw (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:09.157 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-pytest. 2024-03-09T17:40:09.185 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-09T17:40:09.223 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-09T17:40:09.527 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package python3-simplejson. 2024-03-09T17:40:09.543 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-09T17:40:09.576 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-09T17:40:09.787 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-09T17:40:09.803 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-09T17:40:09.837 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-09T17:40:09.877 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package rbd-fuse. 2024-03-09T17:40:09.905 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:40:09.945 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking rbd-fuse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:10.248 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-09T17:40:10.524 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-09T17:40:10.583 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package radosgw. 2024-03-09T17:40:10.611 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../116-radosgw_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:40:10.649 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking radosgw (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:10.649 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-09T17:40:10.909 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-09T17:40:10.911 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-volume. 2024-03-09T17:40:10.939 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1920-g6b01fe95-1jammy_all.deb ... 2024-03-09T17:40:10.977 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-volume (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:11.218 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-09T17:40:11.265 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-09T17:40:11.282 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:40:11.323 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libcephfs-dev (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:11.410 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package rbd-fuse. 2024-03-09T17:40:11.426 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:40:11.468 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking rbd-fuse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:11.625 INFO:teuthology.orchestra.run.smithi082.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-09T17:40:11.642 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-09T17:40:11.671 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-09T17:40:11.693 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up cephadm (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:11.709 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-09T17:40:11.772 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-09T17:40:12.023 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-09T17:40:12.047 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-09T17:40:12.075 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-09T17:40:12.113 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-09T17:40:12.142 INFO:teuthology.orchestra.run.smithi082.stdout:Adding system user cephadm....done 2024-03-09T17:40:12.149 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-09T17:40:12.298 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-09T17:40:12.413 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-03-09T17:40:12.417 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package nvme-cli. 2024-03-09T17:40:12.434 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-09T17:40:12.467 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-09T17:40:12.575 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-09T17:40:12.739 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-09T17:40:12.834 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-09T17:40:12.847 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package pkg-config. 2024-03-09T17:40:12.876 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-09T17:40:12.914 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-09T17:40:12.960 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-09T17:40:13.125 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-09T17:40:13.142 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-09T17:40:13.192 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-09T17:40:13.199 INFO:teuthology.orchestra.run.smithi165.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-09T17:40:13.219 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-09T17:40:13.409 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up cephadm (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:13.471 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-09T17:40:13.562 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-09T17:40:13.572 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-09T17:40:13.578 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-09T17:40:13.611 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-09T17:40:13.873 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-09T17:40:13.914 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pastescript. 2024-03-09T17:40:13.934 INFO:teuthology.orchestra.run.smithi165.stdout:Adding system user cephadm....done 2024-03-09T17:40:13.942 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-09T17:40:13.981 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-09T17:40:14.090 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-09T17:40:14.225 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-09T17:40:14.301 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pluggy. 2024-03-09T17:40:14.329 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-09T17:40:14.358 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-09T17:40:14.367 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-09T17:40:14.485 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-09T17:40:14.617 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-09T17:40:14.687 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-psutil. 2024-03-09T17:40:14.715 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-09T17:40:14.718 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-09T17:40:14.754 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-09T17:40:14.761 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-09T17:40:14.944 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-09T17:40:15.029 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-09T17:40:15.115 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-py. 2024-03-09T17:40:15.143 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-09T17:40:15.179 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-09T17:40:15.181 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-09T17:40:15.263 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-09T17:40:15.305 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-09T17:40:15.510 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pygments. 2024-03-09T17:40:15.522 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-09T17:40:15.538 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-09T17:40:15.576 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-09T17:40:15.606 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-09T17:40:15.765 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-ceph-argparse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:15.966 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-09T17:40:16.008 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-09T17:40:16.056 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-09T17:40:16.084 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-09T17:40:16.122 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-09T17:40:16.133 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-09T17:40:16.217 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-09T17:40:16.326 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-09T17:40:16.400 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-toml. 2024-03-09T17:40:16.428 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-09T17:40:16.452 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-09T17:40:16.458 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-09T17:40:16.468 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-09T17:40:16.703 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-09T17:40:16.712 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-09T17:40:16.744 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pytest. 2024-03-09T17:40:16.773 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-09T17:40:16.810 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-09T17:40:16.962 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-09T17:40:17.164 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-simplejson. 2024-03-09T17:40:17.193 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-09T17:40:17.230 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-09T17:40:17.230 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-09T17:40:17.244 INFO:teuthology.orchestra.run.smithi082.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-09T17:40:17.490 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-ceph-argparse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:17.501 INFO:teuthology.orchestra.run.smithi082.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-09T17:40:17.508 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-09T17:40:17.537 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-09T17:40:17.575 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-09T17:40:17.581 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-09T17:40:17.690 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-09T17:40:17.757 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-09T17:40:17.883 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-09T17:40:18.009 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-09T17:40:18.075 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-09T17:40:18.127 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-09T17:40:18.201 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-09T17:40:18.354 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package radosgw. 2024-03-09T17:40:18.378 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-09T17:40:18.383 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../116-radosgw_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:40:18.420 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking radosgw (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:18.469 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-09T17:40:18.719 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-09T17:40:18.774 INFO:teuthology.orchestra.run.smithi165.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-09T17:40:18.801 INFO:teuthology.orchestra.run.smithi165.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-09T17:40:18.864 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-09T17:40:18.990 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-09T17:40:19.029 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up zip (3.0-12build2) ... 2024-03-09T17:40:19.147 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-09T17:40:19.365 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package rbd-fuse. 2024-03-09T17:40:19.366 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-09T17:40:19.394 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1920-g6b01fe95-1jammy_amd64.deb ... 2024-03-09T17:40:19.431 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking rbd-fuse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:19.492 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-09T17:40:19.728 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-09T17:40:19.751 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-09T17:40:19.898 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-09T17:40:19.961 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-09T17:40:20.010 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-09T17:40:20.088 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-09T17:40:20.183 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-09T17:40:20.303 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up zip (3.0-12build2) ... 2024-03-09T17:40:20.308 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-09T17:40:20.357 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-09T17:40:20.429 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-09T17:40:20.435 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-09T17:40:20.675 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-09T17:40:20.727 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-09T17:40:21.078 INFO:teuthology.orchestra.run.smithi044.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-09T17:40:21.095 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-09T17:40:21.156 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-09T17:40:21.198 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up cephadm (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:21.338 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-09T17:40:21.416 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-09T17:40:21.541 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-09T17:40:21.656 INFO:teuthology.orchestra.run.smithi044.stdout:Adding system user cephadm....done 2024-03-09T17:40:21.659 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-09T17:40:21.714 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-09T17:40:21.795 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-09T17:40:21.943 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-09T17:40:21.991 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-09T17:40:22.080 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-09T17:40:22.295 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-09T17:40:22.333 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-09T17:40:22.434 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-09T17:40:22.545 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-09T17:40:22.557 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-09T17:40:22.609 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-09T17:40:22.719 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-ceph-common (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:22.825 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-09T17:40:22.922 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-09T17:40:22.995 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-idna (3.3-1) ... 2024-03-09T17:40:23.085 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-09T17:40:23.186 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-09T17:40:23.232 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-09T17:40:23.329 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-09T17:40:23.575 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-09T17:40:23.672 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-09T17:40:23.834 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-09T17:40:23.935 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-ceph-common (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:24.057 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-09T17:40:24.219 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-idna (3.3-1) ... 2024-03-09T17:40:24.316 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-09T17:40:24.451 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-09T17:40:24.520 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-09T17:40:24.592 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-09T17:40:24.711 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:40:24.819 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-09T17:40:24.846 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-09T17:40:25.053 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-09T17:40:25.121 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-09T17:40:25.247 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-09T17:40:25.313 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-09T17:40:25.373 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-09T17:40:25.589 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-ceph-argparse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:25.666 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-09T17:40:25.692 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-09T17:40:25.857 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-09T17:40:25.917 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-09T17:40:25.924 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:40:25.983 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-09T17:40:26.044 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-09T17:40:26.109 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-09T17:40:26.160 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:40:26.218 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-09T17:40:26.294 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-09T17:40:26.304 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-09T17:40:26.430 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-09T17:40:26.482 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-09T17:40:26.556 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-09T17:40:26.596 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-09T17:40:26.824 INFO:teuthology.orchestra.run.smithi044.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-09T17:40:26.851 INFO:teuthology.orchestra.run.smithi044.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-09T17:40:26.855 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-09T17:40:26.874 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-09T17:40:26.914 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-09T17:40:27.040 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-09T17:40:27.098 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-09T17:40:27.133 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-09T17:40:27.334 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-09T17:40:27.376 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:40:27.408 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-09T17:40:27.502 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-09T17:40:27.509 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-09T17:40:27.583 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-09T17:40:27.760 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-09T17:40:27.786 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-09T17:40:27.850 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-09T17:40:27.977 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-09T17:40:28.028 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-09T17:40:28.037 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-09T17:40:28.253 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-09T17:40:28.313 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-09T17:40:28.337 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up zip (3.0-12build2) ... 2024-03-09T17:40:28.379 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-09T17:40:28.472 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-09T17:40:28.572 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-09T17:40:28.672 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-09T17:40:28.824 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-09T17:40:28.972 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-09T17:40:29.091 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-09T17:40:29.165 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-09T17:40:29.209 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-09T17:40:29.223 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-09T17:40:29.349 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-09T17:40:29.425 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-09T17:40:29.475 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-09T17:40:29.485 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-09T17:40:29.526 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-09T17:40:29.565 INFO:teuthology.orchestra.run.smithi082.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-09T17:40:29.594 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-09T17:40:29.627 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-09T17:40:29.802 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-09T17:40:29.887 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-09T17:40:29.920 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-09T17:40:29.928 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-09T17:40:30.188 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-09T17:40:30.321 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-09T17:40:30.326 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-09T17:40:30.448 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-09T17:40:30.572 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-09T17:40:30.573 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-09T17:40:30.597 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-09T17:40:30.689 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-09T17:40:30.699 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-09T17:40:30.789 INFO:teuthology.orchestra.run.smithi165.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-09T17:40:30.949 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:40:30.982 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-09T17:40:31.017 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-09T17:40:31.100 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-09T17:40:31.127 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-09T17:40:31.283 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-09T17:40:31.409 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-09T17:40:31.495 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-09T17:40:31.643 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-09T17:40:31.710 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-09T17:40:31.754 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-09T17:40:31.880 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-09T17:40:31.885 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-09T17:40:31.986 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-ceph-common (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:31.995 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-09T17:40:32.121 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-09T17:40:32.139 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:40:32.265 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-09T17:40:32.298 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-idna (3.3-1) ... 2024-03-09T17:40:32.397 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-09T17:40:32.583 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-09T17:40:32.626 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-09T17:40:32.656 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-09T17:40:32.859 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-09T17:40:33.009 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-09T17:40:33.127 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-09T17:40:33.236 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-09T17:40:33.394 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-09T17:40:33.512 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-09T17:40:33.695 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-09T17:40:33.788 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-09T17:40:33.822 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-09T17:40:34.031 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-09T17:40:34.141 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-09T17:40:34.157 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up librados2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:34.283 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:34.349 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:40:34.426 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-09T17:40:34.483 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-09T17:40:34.501 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-09T17:40:34.742 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-09T17:40:34.745 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libcephfs2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:34.761 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-09T17:40:34.852 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-09T17:40:34.871 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libradosstriper1 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:34.978 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-09T17:40:34.997 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-09T17:40:35.106 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-09T17:40:35.231 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up librados2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:35.265 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up librbd1 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:35.280 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-09T17:40:35.357 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:35.374 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-mgr-modules-core (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:35.483 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-09T17:40:35.500 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-fuse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:35.539 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-09T17:40:35.707 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-09T17:40:35.707 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-09T17:40:35.760 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libcephfs2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:35.790 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:40:35.878 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libradosstriper1 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:35.916 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-09T17:40:36.004 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-09T17:40:36.151 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libcephfs-dev (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:36.234 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-09T17:40:36.289 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up librbd1 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:36.294 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-rados (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:36.415 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mgr-modules-core (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:36.420 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up librgw2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:36.468 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-09T17:40:36.541 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-fuse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:36.546 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-09T17:40:36.711 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-09T17:40:36.742 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-03-09T17:40:36.742 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-09T17:40:36.979 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-09T17:40:37.238 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-09T17:40:37.242 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libcephfs-dev (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:37.351 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-rados (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:37.460 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up librgw2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:37.506 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-09T17:40:37.603 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-09T17:40:37.642 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-09T17:40:37.716 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-rbd (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:37.834 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up rbd-fuse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:37.917 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-09T17:40:37.943 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-rgw (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:38.035 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-09T17:40:38.061 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up python3-cephfs (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:38.187 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-common (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:38.328 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-09T17:40:38.620 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-09T17:40:38.730 INFO:teuthology.orchestra.run.smithi082.stdout:Adding group ceph....done 2024-03-09T17:40:38.848 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-rbd (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:38.880 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-09T17:40:38.974 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up rbd-fuse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:39.006 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-09T17:40:39.072 INFO:teuthology.orchestra.run.smithi082.stdout:Adding system user ceph....done 2024-03-09T17:40:39.092 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-rgw (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:39.140 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-09T17:40:39.192 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up python3-cephfs (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:39.230 INFO:teuthology.orchestra.run.smithi044.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-09T17:40:39.241 INFO:teuthology.orchestra.run.smithi082.stdout:Setting system user ceph properties....done 2024-03-09T17:40:39.254 INFO:teuthology.orchestra.run.smithi082.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-09T17:40:39.293 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-common (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:39.401 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-09T17:40:39.467 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-09T17:40:39.568 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-09T17:40:39.699 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-09T17:40:39.844 INFO:teuthology.orchestra.run.smithi165.stdout:Adding group ceph....done 2024-03-09T17:40:39.961 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-09T17:40:40.162 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-test (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:40.212 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-09T17:40:40.213 INFO:teuthology.orchestra.run.smithi165.stdout:Adding system user ceph....done 2024-03-09T17:40:40.288 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up radosgw (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:40.338 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-09T17:40:40.381 INFO:teuthology.orchestra.run.smithi165.stdout:Setting system user ceph properties....done 2024-03-09T17:40:40.399 INFO:teuthology.orchestra.run.smithi165.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-09T17:40:40.534 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-09T17:40:40.597 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-09T17:40:40.724 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-09T17:40:40.763 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-09T17:40:40.763 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-09T17:40:40.872 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-09T17:40:41.033 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-09T17:40:41.232 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-base (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:41.351 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-09T17:40:41.377 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-test (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:41.503 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up radosgw (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:41.579 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-09T17:40:41.627 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-09T17:40:41.737 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-09T17:40:41.987 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-03-09T17:40:41.988 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-09T17:40:42.046 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-09T17:40:42.058 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-mds (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:42.298 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-09T17:40:42.298 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-09T17:40:42.322 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-09T17:40:42.482 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-base (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:42.693 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-09T17:40:42.794 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-mgr (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:42.847 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-09T17:40:43.003 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-09T17:40:43.003 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-09T17:40:43.070 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-09T17:40:43.342 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mds (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:43.346 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-09T17:40:43.555 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-03-09T17:40:43.556 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-09T17:40:43.693 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-osd (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:43.699 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-09T17:40:43.825 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up librados2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:43.951 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:44.040 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-09T17:40:44.040 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-09T17:40:44.052 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-09T17:40:44.060 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mgr (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:44.265 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-03-09T17:40:44.265 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-09T17:40:44.355 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libcephfs2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:44.481 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libradosstriper1 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:44.562 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:44.616 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-09T17:40:44.688 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:44.745 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-osd (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:44.831 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-mon (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:44.900 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up librbd1 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:45.010 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mgr-modules-core (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:45.012 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-03-09T17:40:45.012 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-09T17:40:45.028 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-09T17:40:45.028 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-09T17:40:45.136 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-fuse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:45.379 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-09T17:40:45.379 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-09T17:40:45.490 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-mgr-cephadm (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:45.538 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:45.641 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:45.673 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:45.759 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-mgr-dashboard (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:45.824 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mon (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:45.879 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libcephfs-dev (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:45.916 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up ceph-volume (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:46.005 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-rados (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:46.017 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-03-09T17:40:46.017 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-09T17:40:46.148 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up librgw2 (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:46.265 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-09T17:40:46.304 INFO:teuthology.orchestra.run.smithi082.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-09T17:40:46.405 INFO:teuthology.orchestra.run.smithi082.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-09T17:40:46.542 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mgr-cephadm (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:46.558 INFO:teuthology.orchestra.run.smithi082.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-09T17:40:46.685 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:46.828 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-mgr-dashboard (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:46.978 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up ceph-volume (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:47.299 INFO:teuthology.orchestra.run.smithi082.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-09T17:40:47.415 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-09T17:40:47.511 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-rbd (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:47.516 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-09T17:40:47.622 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up rbd-fuse (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:47.660 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-09T17:40:47.746 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-rgw (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:47.856 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-cephfs (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:47.949 INFO:teuthology.orchestra.run.smithi082.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-09T17:40:47.954 DEBUG:teuthology.parallel:result is None 2024-03-09T17:40:47.956 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-common (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:48.483 INFO:teuthology.orchestra.run.smithi044.stdout:Adding group ceph....done 2024-03-09T17:40:48.818 INFO:teuthology.orchestra.run.smithi044.stdout:Adding system user ceph....done 2024-03-09T17:40:48.862 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-09T17:40:48.945 INFO:teuthology.orchestra.run.smithi044.stdout:Setting system user ceph properties....done 2024-03-09T17:40:48.960 INFO:teuthology.orchestra.run.smithi044.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-09T17:40:49.105 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-09T17:40:49.464 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-09T17:40:49.491 INFO:teuthology.orchestra.run.smithi165.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-09T17:40:49.497 DEBUG:teuthology.parallel:result is None 2024-03-09T17:40:50.159 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-test (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:50.285 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up radosgw (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:50.753 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-09T17:40:50.753 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-09T17:40:51.204 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-base (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:51.561 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-09T17:40:52.047 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mds (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:52.269 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-09T17:40:52.269 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-09T17:40:52.733 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mgr (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:52.959 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-09T17:40:52.960 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-09T17:40:53.451 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-osd (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:53.737 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-09T17:40:53.738 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-09T17:40:54.227 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:54.345 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:54.496 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mon (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:54.717 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-09T17:40:54.717 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-09T17:40:55.173 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mgr-cephadm (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:55.324 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:55.450 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mgr-dashboard (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:55.585 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-volume (19.0.0-1920-g6b01fe95-1jammy) ... 2024-03-09T17:40:55.988 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-09T17:40:56.097 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-09T17:40:56.249 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-09T17:40:57.417 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-09T17:40:58.049 INFO:teuthology.orchestra.run.smithi044.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-09T17:40:58.054 DEBUG:teuthology.parallel:result is None 2024-03-09T17:40:58.055 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T17:40:58.201 DEBUG:teuthology.orchestra.run.smithi044:> dpkg-query -W -f '${Version}' ceph 2024-03-09T17:40:58.221 INFO:teuthology.orchestra.run.smithi044.stdout:19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:40:58.221 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:40:58.221 INFO:teuthology.task.install:The correct ceph version 19.0.0-1920-g6b01fe95-1jammy is installed. 2024-03-09T17:40:58.223 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T17:40:58.513 DEBUG:teuthology.orchestra.run.smithi082:> dpkg-query -W -f '${Version}' ceph 2024-03-09T17:40:58.533 INFO:teuthology.orchestra.run.smithi082.stdout:19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:40:58.533 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:40:58.533 INFO:teuthology.task.install:The correct ceph version 19.0.0-1920-g6b01fe95-1jammy is installed. 2024-03-09T17:40:58.535 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T17:40:58.673 DEBUG:teuthology.orchestra.run.smithi165:> dpkg-query -W -f '${Version}' ceph 2024-03-09T17:40:58.695 INFO:teuthology.orchestra.run.smithi165.stdout:19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:40:58.695 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1920-g6b01fe95-1jammy 2024-03-09T17:40:58.696 INFO:teuthology.task.install:The correct ceph version 19.0.0-1920-g6b01fe95-1jammy is installed. 2024-03-09T17:40:58.698 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-09T17:40:58.698 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-03-09T17:40:58.698 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-09T17:40:58.713 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-09T17:40:58.713 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-09T17:40:58.728 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-03-09T17:40:58.728 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-09T17:40:58.749 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-09T17:40:58.749 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-03-09T17:40:58.749 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/usr/bin/daemon-helper 2024-03-09T17:40:58.770 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-09T17:40:58.825 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-09T17:40:58.826 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/usr/bin/daemon-helper 2024-03-09T17:40:58.840 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-09T17:40:58.895 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-03-09T17:40:58.896 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/usr/bin/daemon-helper 2024-03-09T17:40:58.909 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-09T17:40:58.964 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-09T17:40:58.964 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-03-09T17:40:58.965 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-09T17:40:58.979 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-09T17:40:59.034 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-09T17:40:59.034 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-09T17:40:59.047 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-09T17:40:59.108 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-03-09T17:40:59.108 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-09T17:40:59.121 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-09T17:40:59.175 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-09T17:40:59.176 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-03-09T17:40:59.176 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/usr/bin/stdin-killer 2024-03-09T17:40:59.190 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-09T17:40:59.245 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-03-09T17:40:59.245 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/usr/bin/stdin-killer 2024-03-09T17:40:59.260 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-09T17:40:59.314 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-03-09T17:40:59.315 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/usr/bin/stdin-killer 2024-03-09T17:40:59.328 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-09T17:40:59.384 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-09T17:40:59.492 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'], 'sha1': '6b01fe95f3aa686f1951a0c5828907a52930b92a'} 2024-03-09T17:40:59.492 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T17:40:59.492 INFO:tasks.cephadm:Cluster fsid is 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:40:59.492 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-09T17:40:59.492 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.44', 'mon.b': '172.21.15.82', 'mon.c': '172.21.15.165'} 2024-03-09T17:40:59.493 INFO:tasks.cephadm:First mon is mon.a on smithi044 2024-03-09T17:40:59.493 INFO:tasks.cephadm:First mgr is a 2024-03-09T17:40:59.493 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-09T17:40:59.493 DEBUG:teuthology.orchestra.run.smithi044:> sudo hostname $(hostname -s) 2024-03-09T17:40:59.509 DEBUG:teuthology.orchestra.run.smithi082:> sudo hostname $(hostname -s) 2024-03-09T17:40:59.524 DEBUG:teuthology.orchestra.run.smithi165:> sudo hostname $(hostname -s) 2024-03-09T17:40:59.537 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-09T17:40:59.538 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T17:40:59.782 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '6b01fe95f3aa686f1951a0c5828907a52930b92a', '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/77392/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1920-g6b01fe95', 'node_name': '172.21.5.37+adami07', '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-1920-g6b01fe95-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-07 04:49:14.764541', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri8-testing-2024-03-06-1329', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-09T17:41:00.016 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri8-testing-2024-03-06-1329, sha1 6b01fe95f3aa686f1951a0c5828907a52930b92a from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T17:41:00.017 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-09T17:41:00.017 DEBUG:teuthology.orchestra.run.smithi044:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-09T17:41:00.800 INFO:teuthology.orchestra.run.smithi044.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774559 Mar 9 17:41 /home/ubuntu/cephtest/cephadm 2024-03-09T17:41:00.801 DEBUG:teuthology.orchestra.run.smithi082:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-09T17:41:01.562 INFO:teuthology.orchestra.run.smithi082.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774559 Mar 9 17:41 /home/ubuntu/cephtest/cephadm 2024-03-09T17:41:01.562 DEBUG:teuthology.orchestra.run.smithi165:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-09T17:41:02.140 INFO:teuthology.orchestra.run.smithi165.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774559 Mar 9 17:41 /home/ubuntu/cephtest/cephadm 2024-03-09T17:41:02.140 DEBUG:teuthology.orchestra.run.smithi044:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-09T17:41:02.149 DEBUG:teuthology.orchestra.run.smithi082:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-09T17:41:02.156 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-03-09T17:41:02.176 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a on all hosts... 2024-03-09T17:41:02.177 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a pull 2024-03-09T17:41:02.196 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a pull 2024-03-09T17:41:02.201 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a pull 2024-03-09T17:41:02.366 INFO:teuthology.orchestra.run.smithi044.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T17:41:02.368 INFO:teuthology.orchestra.run.smithi082.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T17:41:02.373 INFO:teuthology.orchestra.run.smithi165.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T17:41:58.351 INFO:teuthology.orchestra.run.smithi165.stdout:{ 2024-03-09T17:41:58.351 INFO:teuthology.orchestra.run.smithi165.stdout: "ceph_version": "ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev)", 2024-03-09T17:41:58.351 INFO:teuthology.orchestra.run.smithi165.stdout: "image_id": "f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56", 2024-03-09T17:41:58.351 INFO:teuthology.orchestra.run.smithi165.stdout: "repo_digests": [ 2024-03-09T17:41:58.351 INFO:teuthology.orchestra.run.smithi165.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c4253a9c1a4d2bb6b4ac8a985dd1726f07539b5f0fc76b3531f14a6c822e6e8d" 2024-03-09T17:41:58.351 INFO:teuthology.orchestra.run.smithi165.stdout: ] 2024-03-09T17:41:58.352 INFO:teuthology.orchestra.run.smithi165.stdout:} 2024-03-09T17:42:18.136 INFO:teuthology.orchestra.run.smithi082.stdout:{ 2024-03-09T17:42:18.137 INFO:teuthology.orchestra.run.smithi082.stdout: "ceph_version": "ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev)", 2024-03-09T17:42:18.137 INFO:teuthology.orchestra.run.smithi082.stdout: "image_id": "f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56", 2024-03-09T17:42:18.137 INFO:teuthology.orchestra.run.smithi082.stdout: "repo_digests": [ 2024-03-09T17:42:18.137 INFO:teuthology.orchestra.run.smithi082.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c4253a9c1a4d2bb6b4ac8a985dd1726f07539b5f0fc76b3531f14a6c822e6e8d" 2024-03-09T17:42:18.137 INFO:teuthology.orchestra.run.smithi082.stdout: ] 2024-03-09T17:42:18.137 INFO:teuthology.orchestra.run.smithi082.stdout:} 2024-03-09T17:42:29.420 INFO:teuthology.orchestra.run.smithi044.stdout:{ 2024-03-09T17:42:29.420 INFO:teuthology.orchestra.run.smithi044.stdout: "ceph_version": "ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev)", 2024-03-09T17:42:29.420 INFO:teuthology.orchestra.run.smithi044.stdout: "image_id": "f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56", 2024-03-09T17:42:29.420 INFO:teuthology.orchestra.run.smithi044.stdout: "repo_digests": [ 2024-03-09T17:42:29.420 INFO:teuthology.orchestra.run.smithi044.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c4253a9c1a4d2bb6b4ac8a985dd1726f07539b5f0fc76b3531f14a6c822e6e8d" 2024-03-09T17:42:29.421 INFO:teuthology.orchestra.run.smithi044.stdout: ] 2024-03-09T17:42:29.421 INFO:teuthology.orchestra.run.smithi044.stdout:} 2024-03-09T17:42:29.469 DEBUG:teuthology.orchestra.run.smithi044:> sudo mkdir -p /etc/ceph 2024-03-09T17:42:29.484 DEBUG:teuthology.orchestra.run.smithi082:> sudo mkdir -p /etc/ceph 2024-03-09T17:42:29.498 DEBUG:teuthology.orchestra.run.smithi165:> sudo mkdir -p /etc/ceph 2024-03-09T17:42:29.514 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 777 /etc/ceph 2024-03-09T17:42:29.537 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 777 /etc/ceph 2024-03-09T17:42:29.555 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 777 /etc/ceph 2024-03-09T17:42:29.568 INFO:tasks.cephadm:Writing seed config... 2024-03-09T17:42:29.569 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-09T17:42:29.570 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-09T17:42:29.570 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-09T17:42:29.570 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-09T17:42:29.570 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-09T17:42:29.570 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-09T17:42:29.570 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-09T17:42:29.570 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-09T17:42:29.570 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-09T17:42:29.571 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-03-09T17:42:29.571 DEBUG:teuthology.orchestra.run.smithi044:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-09T17:42:29.585 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 = 30e72fe4-de3c-11ee-95c7-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-09T17:42:29.585 DEBUG:teuthology.orchestra.run.smithi044:mon.a> sudo journalctl -f -n 0 -u ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a.service 2024-03-09T17:42:29.630 DEBUG:teuthology.orchestra.run.smithi044:mgr.a> sudo journalctl -f -n 0 -u ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mgr.a.service 2024-03-09T17:42:29.674 INFO:tasks.cephadm:Bootstrapping... 2024-03-09T17:42:29.674 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 30e72fe4-de3c-11ee-95c7-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.44 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-09T17:42:29.884 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-03-09T17:42:29.884 INFO:teuthology.orchestra.run.smithi044.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a', '-v', 'bootstrap', '--fsid', '30e72fe4-de3c-11ee-95c7-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.44', '--skip-admin-label'] 2024-03-09T17:42:29.885 INFO:teuthology.orchestra.run.smithi044.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-09T17:42:29.885 INFO:teuthology.orchestra.run.smithi044.stdout:Verifying podman|docker is present... 2024-03-09T17:42:29.885 INFO:teuthology.orchestra.run.smithi044.stdout:Verifying lvm2 is present... 2024-03-09T17:42:29.885 INFO:teuthology.orchestra.run.smithi044.stdout:Verifying time synchronization is in place... 2024-03-09T17:42:29.891 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-09T17:42:29.892 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-09T17:42:29.896 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-09T17:42:29.897 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout inactive 2024-03-09T17:42:29.902 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-09T17:42:29.902 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-09T17:42:29.906 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-09T17:42:29.906 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout inactive 2024-03-09T17:42:29.909 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-09T17:42:29.910 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout masked 2024-03-09T17:42:29.913 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-09T17:42:29.913 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout inactive 2024-03-09T17:42:29.917 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-09T17:42:29.918 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-09T17:42:29.921 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-09T17:42:29.921 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout inactive 2024-03-09T17:42:29.925 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout enabled 2024-03-09T17:42:29.929 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout active 2024-03-09T17:42:29.929 INFO:teuthology.orchestra.run.smithi044.stdout:Unit ntp.service is enabled and running 2024-03-09T17:42:29.929 INFO:teuthology.orchestra.run.smithi044.stdout:Repeating the final host check... 2024-03-09T17:42:29.930 INFO:teuthology.orchestra.run.smithi044.stdout:docker (/usr/bin/docker) is present 2024-03-09T17:42:29.930 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl is present 2024-03-09T17:42:29.930 INFO:teuthology.orchestra.run.smithi044.stdout:lvcreate is present 2024-03-09T17:42:29.933 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-09T17:42:29.933 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-09T17:42:29.938 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-09T17:42:29.938 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout inactive 2024-03-09T17:42:29.941 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-09T17:42:29.941 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-09T17:42:29.944 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-09T17:42:29.944 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout inactive 2024-03-09T17:42:29.947 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-09T17:42:29.947 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout masked 2024-03-09T17:42:29.951 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-09T17:42:29.951 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout inactive 2024-03-09T17:42:29.954 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-09T17:42:29.955 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-09T17:42:29.958 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-09T17:42:29.958 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout inactive 2024-03-09T17:42:29.962 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout enabled 2024-03-09T17:42:29.967 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stdout active 2024-03-09T17:42:29.967 INFO:teuthology.orchestra.run.smithi044.stdout:Unit ntp.service is enabled and running 2024-03-09T17:42:29.967 INFO:teuthology.orchestra.run.smithi044.stdout:Host looks OK 2024-03-09T17:42:29.967 INFO:teuthology.orchestra.run.smithi044.stdout:Cluster fsid: 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:42:29.967 INFO:teuthology.orchestra.run.smithi044.stdout:Acquiring lock 139970283154944 on /run/cephadm/30e72fe4-de3c-11ee-95c7-87774f69a715.lock 2024-03-09T17:42:29.967 INFO:teuthology.orchestra.run.smithi044.stdout:Lock 139970283154944 acquired on /run/cephadm/30e72fe4-de3c-11ee-95c7-87774f69a715.lock 2024-03-09T17:42:29.967 INFO:teuthology.orchestra.run.smithi044.stdout:Verifying IP 172.21.15.44 port 3300 ... 2024-03-09T17:42:29.967 INFO:teuthology.orchestra.run.smithi044.stdout:Verifying IP 172.21.15.44 port 6789 ... 2024-03-09T17:42:29.967 INFO:teuthology.orchestra.run.smithi044.stdout:Base mon IP(s) is [172.21.15.44:3300, 172.21.15.44:6789], mon addrv is [v2:172.21.15.44:3300,v1:172.21.15.44:6789] 2024-03-09T17:42:29.970 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-03-09T17:42:29.970 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-09T17:42:29.970 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.44 2024-03-09T17:42:29.972 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-09T17:42:29.972 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-03-09T17:42:29.972 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1785sec hoplimit 64 pref medium 2024-03-09T17:42:29.974 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-09T17:42:29.974 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-09T17:42:29.974 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-09T17:42:29.975 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/sbin/ip: stdout 3: ens1f0: mtu 1500 state UP qlen 1000 2024-03-09T17:42:29.975 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1572/64 scope link 2024-03-09T17:42:29.975 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-09T17:42:29.975 INFO:teuthology.orchestra.run.smithi044.stdout:Mon IP `172.21.15.44` is in CIDR network `172.21.0.0/20` 2024-03-09T17:42:29.976 INFO:teuthology.orchestra.run.smithi044.stdout:Mon IP `172.21.15.44` is in CIDR network `172.21.0.0/20` 2024-03-09T17:42:29.976 INFO:teuthology.orchestra.run.smithi044.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-09T17:42:29.976 INFO:teuthology.orchestra.run.smithi044.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-09T17:42:29.977 INFO:teuthology.orchestra.run.smithi044.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T17:42:31.818 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/docker: stdout 6b01fe95f3aa686f1951a0c5828907a52930b92a: Pulling from ceph-ci/ceph 2024-03-09T17:42:31.819 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/docker: stdout Digest: sha256:c4253a9c1a4d2bb6b4ac8a985dd1726f07539b5f0fc76b3531f14a6c822e6e8d 2024-03-09T17:42:31.819 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T17:42:31.819 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T17:42:33.149 INFO:teuthology.orchestra.run.smithi044.stdout:ceph: stdout ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev) 2024-03-09T17:42:33.149 INFO:teuthology.orchestra.run.smithi044.stdout:Ceph version: ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev) 2024-03-09T17:42:33.149 INFO:teuthology.orchestra.run.smithi044.stdout:Extracting ceph user uid/gid from container image... 2024-03-09T17:42:34.345 INFO:teuthology.orchestra.run.smithi044.stdout:stat: stdout 167 167 2024-03-09T17:42:34.345 INFO:teuthology.orchestra.run.smithi044.stdout:Creating initial keys... 2024-03-09T17:42:35.675 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-authtool: stdout AQCLn+xlzpUYABAAc8FnFVUOiVcUcema/BtNZQ== 2024-03-09T17:42:36.812 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-authtool: stdout AQCMn+xlvXhWFRAAVVFaAkKMu7DIVm2UBhwd2g== 2024-03-09T17:42:38.034 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-authtool: stdout AQCNn+xlcjnKHxAA/3uOVVGEnF0TEXxarfj1bg== 2024-03-09T17:42:38.035 INFO:teuthology.orchestra.run.smithi044.stdout:Creating initial monmap... 2024-03-09T17:42:39.264 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-09T17:42:39.264 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-09T17:42:39.264 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:42:39.264 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-09T17:42:39.264 INFO:teuthology.orchestra.run.smithi044.stdout:monmaptool for a [v2:172.21.15.44:3300,v1:172.21.15.44:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-09T17:42:39.264 INFO:teuthology.orchestra.run.smithi044.stdout:setting min_mon_release = quincy 2024-03-09T17:42:39.264 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/monmaptool: set fsid to 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:42:39.264 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-09T17:42:39.264 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-03-09T17:42:39.264 INFO:teuthology.orchestra.run.smithi044.stdout:Creating mon... 2024-03-09T17:42:40.403 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-09T17:42:40.403 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 1 imported monmap: 2024-03-09T17:42:40.403 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-09T17:42:40.403 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr fsid 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:42:40.403 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-09T17:42:38.787885+0000 2024-03-09T17:42:40.403 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr created 2024-03-09T17:42:38.787885+0000 2024-03-09T17:42:40.403 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-09T17:42:40.403 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] mon.a 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 0 /usr/bin/ceph-mon: set fsid to 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Git sha 0 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Compile date 2024-03-07 00:38:21 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: DB SUMMARY 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: DB Session ID: W99KJN9DSY0MA008SGWX 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.404 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-09T17:42:40.405 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.405 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.error_if_exists: 0 2024-03-09T17:42:40.405 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.create_if_missing: 1 2024-03-09T17:42:40.405 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-09T17:42:40.405 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-09T17:42:40.405 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-09T17:42:40.405 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-09T17:42:40.405 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.env: 0x55c8242d9b20 2024-03-09T17:42:40.405 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-09T17:42:40.405 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.info_log: 0x55c82541eb40 2024-03-09T17:42:40.405 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-09T17:42:40.405 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.statistics: (nil) 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.use_fsync: 0 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-09T17:42:40.406 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.db_log_dir: 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.wal_dir: 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.write_buffer_manager: 0x55c8253f3360 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-09T17:42:40.407 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-09T17:42:40.408 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-09T17:42:40.408 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-09T17:42:40.408 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-09T17:42:40.408 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-09T17:42:40.408 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-09T17:42:40.408 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.unordered_write: 0 2024-03-09T17:42:40.408 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-09T17:42:40.408 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-09T17:42:40.408 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-09T17:42:40.408 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-09T17:42:40.408 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.row_cache: None 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.wal_filter: None 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.two_write_queues: 0 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.wal_compression: 0 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.atomic_flush: 0 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-09T17:42:40.409 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-09T17:42:40.410 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.max_open_files: -1 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Compression algorithms supported: 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: kZSTD supported: 0 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: kXpressCompression supported: 0 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: kZlibCompression supported: 1 2024-03-09T17:42:40.411 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.915+0000 7f2559e96c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.merge_operator: 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compaction_filter: None 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-09T17:42:40.412 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c82541ec60) 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-09T17:42:40.413 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55c825425090 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-09T17:42:40.414 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-09T17:42:40.415 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compression: NoCompression 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.num_levels: 7 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-09T17:42:40.416 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-09T17:42:40.417 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-09T17:42:40.418 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-09T17:42:40.418 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-09T17:42:40.418 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-09T17:42:40.418 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-09T17:42:40.418 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-09T17:42:40.418 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-09T17:42:40.418 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-09T17:42:40.418 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-09T17:42:40.419 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.table_properties_collectors: 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-09T17:42:40.420 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.bloom_locality: 0 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.ttl: 2592000 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.enable_blob_files: false 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.min_blob_size: 0 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-09T17:42:40.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 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-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 29386418-cee4-431e-9981-5192e1764dce 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c8254f2000 2024-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f2559e96c80 4 rocksdb: DB pointer 0x55c8254e2000 2024-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f254a007700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.919+0000 7f254a007700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.423 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-09T17:42:40.424 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.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-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55c825425090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr 2024-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.923+0000 7f2559e96c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.923+0000 7f2559e96c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-09T17:42:39.923+0000 7f2559e96c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-09T17:42:40.425 INFO:teuthology.orchestra.run.smithi044.stdout:create mon.a on 2024-03-09T17:42:40.637 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-09T17:42:40.825 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-09T17:42:41.075 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715.target -> /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715.target. 2024-03-09T17:42:41.075 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715.target -> /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715.target. 2024-03-09T17:42:41.366 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a 2024-03-09T17:42:41.366 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to reset failed state of unit ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a.service: Unit ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a.service not loaded. 2024-03-09T17:42:41.553 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715.target.wants/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@.service. 2024-03-09T17:42:41.564 INFO:teuthology.orchestra.run.smithi044.stdout:firewalld does not appear to be present 2024-03-09T17:42:41.564 INFO:teuthology.orchestra.run.smithi044.stdout:Not possible to enable service . firewalld.service is not available 2024-03-09T17:42:41.564 INFO:teuthology.orchestra.run.smithi044.stdout:Waiting for mon to start... 2024-03-09T17:42:41.564 INFO:teuthology.orchestra.run.smithi044.stdout:Waiting for mon... 2024-03-09T17:42:43.011 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:42 smithi044 bash[20910]: cluster 2024-03-09T17:42:42.820001+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-03-09T17:42:43.480 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout cluster: 2024-03-09T17:42:43.480 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout id: 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:42:43.481 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-09T17:42:43.481 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 2024-03-09T17:42:43.481 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout services: 2024-03-09T17:42:43.481 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.191269s) 2024-03-09T17:42:43.481 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-09T17:42:43.481 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-09T17:42:43.481 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 2024-03-09T17:42:43.481 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout data: 2024-03-09T17:42:43.482 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-09T17:42:43.482 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-09T17:42:43.482 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-09T17:42:43.482 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout pgs: 2024-03-09T17:42:43.482 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 2024-03-09T17:42:43.482 INFO:teuthology.orchestra.run.smithi044.stdout:mon is available 2024-03-09T17:42:43.482 INFO:teuthology.orchestra.run.smithi044.stdout:Assimilating anything we can from ceph.conf... 2024-03-09T17:42:44.011 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:43 smithi044 bash[20910]: cluster 2024-03-09T17:42:42.823267+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-03-09T17:42:44.011 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:43 smithi044 bash[20910]: cluster 2024-03-09T17:42:42.823439+0000 mon.a (mon.0) 3 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-09T17:42:44.011 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:43 smithi044 bash[20910]: cluster 2024-03-09T17:42:42.825413+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2024-03-09T17:42:44.012 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:43 smithi044 bash[20910]: cluster 2024-03-09T17:42:42.828112+0000 mon.a (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-03-09T17:42:44.012 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:43 smithi044 bash[20910]: cluster 2024-03-09T17:42:42.828589+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2024-03-09T17:42:44.012 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:43 smithi044 bash[20910]: audit 2024-03-09T17:42:43.014480+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.44:0/888227945' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-09T17:42:44.968 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout [global] 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout fsid = 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.44:3300,v1:172.21.15.44:6789] 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout [osd] 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-09T17:42:44.969 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-09T17:42:44.970 INFO:teuthology.orchestra.run.smithi044.stdout:Generating new minimal ceph.conf... 2024-03-09T17:42:45.261 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:44 smithi044 bash[20910]: audit 2024-03-09T17:42:44.396208+0000 mon.a (mon.0) 8 : audit 1 from='client.? 172.21.15.44:0/3384963798' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-09T17:42:45.261 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:44 smithi044 bash[20910]: audit 2024-03-09T17:42:44.399553+0000 mon.a (mon.0) 9 : audit 1 from='client.? 172.21.15.44:0/3384963798' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-09T17:42:46.261 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:45 smithi044 bash[20910]: audit 2024-03-09T17:42:45.924194+0000 mon.a (mon.0) 10 : audit 0 from='client.? 172.21.15.44:0/2798327199' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-09T17:42:46.380 INFO:teuthology.orchestra.run.smithi044.stdout:Restarting the monitor... 2024-03-09T17:42:46.642 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:46 smithi044 systemd[1]: Stopping Ceph mon.a for 30e72fe4-de3c-11ee-95c7-87774f69a715... 2024-03-09T17:42:46.642 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:46 smithi044 bash[20910]: debug 2024-03-09T17:42:46.499+0000 7f1cae30f700 -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-03-09T17:42:46.642 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:46 smithi044 bash[20910]: debug 2024-03-09T17:42:46.499+0000 7f1cae30f700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-09T17:42:47.121 INFO:teuthology.orchestra.run.smithi044.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-09T17:42:47.261 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:46 smithi044 bash[21296]: ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-mon-a 2024-03-09T17:42:47.261 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:47 smithi044 bash[21354]: Error response from daemon: No such container: ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-mon-a 2024-03-09T17:42:47.261 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:47 smithi044 systemd[1]: ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-09T17:42:47.261 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:47 smithi044 systemd[1]: Stopped Ceph mon.a for 30e72fe4-de3c-11ee-95c7-87774f69a715. 2024-03-09T17:42:47.261 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:47 smithi044 systemd[1]: Started Ceph mon.a for 30e72fe4-de3c-11ee-95c7-87774f69a715. 2024-03-09T17:42:48.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.075+0000 7f2ae0bf8c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-09T17:42:48.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.075+0000 7f2ae0bf8c80 0 ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev), process ceph-mon, pid 7 2024-03-09T17:42:48.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.075+0000 7f2ae0bf8c80 0 pidfile_write: ignore empty --pid-file 2024-03-09T17:42:48.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 0 load: jerasure load: lrc 2024-03-09T17:42:48.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-09T17:42:48.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Git sha 0 2024-03-09T17:42:48.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Compile date 2024-03-07 00:38:21 2024-03-09T17:42:48.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: DB SUMMARY 2024-03-09T17:42:48.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: DB Session ID: TMLVKW3L5NML62HB1SDX 2024-03-09T17:42:48.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: CURRENT file: CURRENT 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84949 ; 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.error_if_exists: 0 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.create_if_missing: 0 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.env: 0x55c22d0fdb20 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-09T17:42:48.263 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.info_log: 0x55c22e61d920 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.statistics: (nil) 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.use_fsync: 0 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-09T17:42:48.264 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.db_log_dir: 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.wal_dir: 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.write_buffer_manager: 0x55c22e5f1400 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-09T17:42:48.265 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.unordered_write: 0 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.row_cache: None 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.wal_filter: None 2024-03-09T17:42:48.266 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.two_write_queues: 0 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.wal_compression: 0 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.atomic_flush: 0 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-09T17:42:48.267 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-09T17:42:48.268 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-09T17:42:48.268 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-09T17:42:48.268 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-09T17:42:48.268 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-09T17:42:48.269 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-09T17:42:48.269 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-09T17:42:48.269 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_open_files: -1 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Compression algorithms supported: 2024-03-09T17:42:48.270 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: kZSTD supported: 0 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: kXpressCompression supported: 0 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: kZlibCompression supported: 1 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.merge_operator: 2024-03-09T17:42:48.271 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_filter: None 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c22e61da20) 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: cache_index_and_filter_blocks: 1 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: pin_top_level_index_and_filter: 1 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: index_type: 0 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: data_block_index_type: 0 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: index_shortening: 1 2024-03-09T17:42:48.272 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: data_block_hash_table_util_ratio: 0.750000 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: checksum: 4 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: no_block_cache: 0 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: block_cache: 0x55c22e621090 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: block_cache_name: BinnedLRUCache 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: block_cache_options: 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: capacity : 536870912 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: num_shard_bits : 4 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: strict_capacity_limit : 0 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: high_pri_pool_ratio: 0.000 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: block_cache_compressed: (nil) 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: persistent_cache: (nil) 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: block_size: 4096 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: block_size_deviation: 10 2024-03-09T17:42:48.273 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: block_restart_interval: 16 2024-03-09T17:42:48.274 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: index_block_restart_interval: 1 2024-03-09T17:42:48.274 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: metadata_block_size: 4096 2024-03-09T17:42:48.274 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: partition_filters: 0 2024-03-09T17:42:48.274 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: use_delta_encoding: 1 2024-03-09T17:42:48.274 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: filter_policy: bloomfilter 2024-03-09T17:42:48.274 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: whole_key_filtering: 1 2024-03-09T17:42:48.274 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: verify_compression: 0 2024-03-09T17:42:48.274 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: read_amp_bytes_per_bit: 0 2024-03-09T17:42:48.274 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: format_version: 5 2024-03-09T17:42:48.274 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: enable_index_compression: 1 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: block_align: 0 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: max_auto_readahead_size: 262144 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: prepopulate_block_cache: 0 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: initial_auto_readahead_size: 8192 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: num_file_reads_for_auto_readahead: 2 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compression: NoCompression 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.num_levels: 7 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-09T17:42:48.275 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-09T17:42:48.276 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-09T17:42:48.277 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-09T17:42:48.278 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-09T17:42:48.279 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-09T17:42:48.279 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-09T17:42:48.279 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-09T17:42:48.279 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-09T17:42:48.279 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-09T17:42:48.279 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-09T17:42:48.279 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-09T17:42:48.279 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-09T17:42:48.279 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.table_properties_collectors: 2024-03-09T17:42:48.279 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-09T17:42:48.279 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-09T17:42:48.279 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-09T17:42:48.280 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-09T17:42:48.280 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-09T17:42:48.280 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.bloom_locality: 0 2024-03-09T17:42:48.280 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-09T17:42:48.280 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-09T17:42:48.280 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-09T17:42:48.280 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-09T17:42:48.280 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-09T17:42:48.280 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.ttl: 2592000 2024-03-09T17:42:48.280 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-09T17:42:48.280 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-09T17:42:48.280 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.enable_blob_files: false 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.min_blob_size: 0 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.079+0000 7f2ae0bf8c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.083+0000 7f2ae0bf8c80 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-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.083+0000 7f2ae0bf8c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.083+0000 7f2ae0bf8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 29386418-cee4-431e-9981-5192e1764dce 2024-03-09T17:42:48.281 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.083+0000 7f2ae0bf8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710006168085916, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-09T17:42:48.282 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.083+0000 7f2ae0bf8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-09T17:42:48.282 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.083+0000 7f2ae0bf8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710006168087407, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81574, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79761, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 74070, "raw_average_value_size": 351, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1710006168, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "29386418-cee4-431e-9981-5192e1764dce", "db_session_id": "TMLVKW3L5NML62HB1SDX", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-09T17:42:48.282 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.083+0000 7f2ae0bf8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710006168087534, "job": 1, "event": "recovery_finished"} 2024-03-09T17:42:48.282 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.083+0000 7f2ae0bf8c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2ae0bf8c80 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-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2ae0bf8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c22e718000 2024-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2ae0bf8c80 4 rocksdb: DB pointer 0x55c22e702000 2024-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2acf361700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2acf361700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: ** DB Stats ** 2024-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-09T17:42:48.283 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: ** Compaction Stats [default] ** 2024-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: 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-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: L0 2/0 81.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 89.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Sum 2/0 81.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 89.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 89.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: ** Compaction Stats [default] ** 2024-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: 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-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 89.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-09T17:42:48.284 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: AddFile(Total Files): cumulative 0, interval 0 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: AddFile(Keys): cumulative 0, interval 0 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Cumulative compaction: 0.00 GB write, 15.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Interval compaction: 0.00 GB write, 15.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: 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-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Block cache BinnedLRUCache@0x55c22e621090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: ** File Read Latency Histogram By Level [default] ** 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2ae0bf8c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] at bind addrs [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2ae0bf8c80 1 mon.a@-1(???) e1 preinit fsid 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2ae0bf8c80 0 mon.a@-1(???).mds e1 new map 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2ae0bf8c80 0 mon.a@-1(???).mds e1 print_map 2024-03-09T17:42:48.285 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: e1 2024-03-09T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-09T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-03-09T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: legacy client fscid: -1 2024-03-09T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: 2024-03-09T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: No filesystems configured 2024-03-09T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2ae0bf8c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-09T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2ae0bf8c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-09T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2ae0bf8c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-09T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2ae0bf8c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-09T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: debug 2024-03-09T17:42:48.087+0000 7f2ae0bf8c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-09T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: cluster 2024-03-09T17:42:48.097690+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-03-09T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: cluster 2024-03-09T17:42:48.097828+0000 mon.a (mon.0) 2 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-09T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: cluster 2024-03-09T17:42:48.098511+0000 mon.a (mon.0) 3 : cluster 0 fsmap 2024-03-09T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: cluster 2024-03-09T17:42:48.098631+0000 mon.a (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-03-09T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:48 smithi044 bash[21393]: cluster 2024-03-09T17:42:48.099791+0000 mon.a (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2024-03-09T17:42:48.924 INFO:teuthology.orchestra.run.smithi044.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-09T17:42:48.949 INFO:teuthology.orchestra.run.smithi044.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-09T17:42:48.950 INFO:teuthology.orchestra.run.smithi044.stdout:Creating mgr... 2024-03-09T17:42:48.950 INFO:teuthology.orchestra.run.smithi044.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-09T17:42:48.950 INFO:teuthology.orchestra.run.smithi044.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-09T17:42:49.296 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:49 smithi044 systemd[1]: /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-09T17:42:49.305 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mgr.a 2024-03-09T17:42:49.305 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to reset failed state of unit ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mgr.a.service: Unit ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mgr.a.service not loaded. 2024-03-09T17:42:49.492 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715.target.wants/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@.service. 2024-03-09T17:42:49.500 INFO:teuthology.orchestra.run.smithi044.stdout:firewalld does not appear to be present 2024-03-09T17:42:49.500 INFO:teuthology.orchestra.run.smithi044.stdout:Not possible to enable service . firewalld.service is not available 2024-03-09T17:42:49.500 INFO:teuthology.orchestra.run.smithi044.stdout:firewalld does not appear to be present 2024-03-09T17:42:49.500 INFO:teuthology.orchestra.run.smithi044.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-09T17:42:49.500 INFO:teuthology.orchestra.run.smithi044.stdout:Waiting for mgr to start... 2024-03-09T17:42:49.500 INFO:teuthology.orchestra.run.smithi044.stdout:Waiting for mgr... 2024-03-09T17:42:49.762 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:49 smithi044 bash[21393]: audit 2024-03-09T17:42:48.388470+0000 mon.a (mon.0) 6 : audit 1 from='client.? 172.21.15.44:0/3980881375' entity='client.admin' 2024-03-09T17:42:49.762 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:49 smithi044 systemd[1]: /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-09T17:42:50.757 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.743+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'restful': (22) Invalid argument 2024-03-09T17:42:50.757 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.759+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.009 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21393]: audit 2024-03-09T17:42:50.846997+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.44:0/1582369927' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-09T17:42:51.009 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.759+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.009 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.767+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'stats' 2024-03-09T17:42:51.009 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.767+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'stats': (22) Invalid argument 2024-03-09T17:42:51.009 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.783+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.783+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.787+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'k8sevents' 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.787+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'k8sevents': (22) Invalid argument 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.803+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.803+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.811+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'localpool' 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.811+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'localpool': (22) Invalid argument 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.827+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.827+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.831+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'rook' 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.831+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'rook': (22) Invalid argument 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.847+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.010 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.847+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.011 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.855+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'iostat' 2024-03-09T17:42:51.011 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.855+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'iostat': (22) Invalid argument 2024-03-09T17:42:51.011 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.871+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.011 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.871+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.011 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.879+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'telemetry' 2024-03-09T17:42:51.011 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.879+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'telemetry': (22) Invalid argument 2024-03-09T17:42:51.011 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.903+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.011 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.903+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.011 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.907+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'dashboard' 2024-03-09T17:42:51.011 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.907+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'dashboard': (22) Invalid argument 2024-03-09T17:42:51.011 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.927+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.011 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.927+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.931+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'osd_support' 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.931+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'osd_support': (22) Invalid argument 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.947+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.947+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.951+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'selftest' 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.951+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'selftest': (22) Invalid argument 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.967+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.967+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.975+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'progress' 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.975+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'progress': (22) Invalid argument 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:50 smithi044 bash[21649]: debug 2024-03-09T17:42:50.991+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:50.991+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:50.995+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'rgw' 2024-03-09T17:42:51.012 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:50.995+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'rgw': (22) Invalid argument 2024-03-09T17:42:51.013 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.011+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.262 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.011+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.262 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.019+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'crash' 2024-03-09T17:42:51.262 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.019+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'crash': (22) Invalid argument 2024-03-09T17:42:51.262 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.035+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.262 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.035+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.039+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'telegraf' 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.039+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'telegraf': (22) Invalid argument 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.055+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.055+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.063+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'mds_autoscaler' 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.063+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'mds_autoscaler': (22) Invalid argument 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.079+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.079+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.083+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'pg_autoscaler' 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.083+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'pg_autoscaler': (22) Invalid argument 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.099+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.099+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.263 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.103+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'zabbix' 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.103+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'zabbix': (22) Invalid argument 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.143+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.143+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.147+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'nfs' 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.147+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'nfs': (22) Invalid argument 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.167+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.167+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.171+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'balancer' 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.171+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'balancer': (22) Invalid argument 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.187+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.187+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.191+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'mirroring' 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.191+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'mirroring': (22) Invalid argument 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.207+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.264 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.207+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.265 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.215+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'diskprediction_local' 2024-03-09T17:42:51.265 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.215+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'diskprediction_local': (22) Invalid argument 2024-03-09T17:42:51.265 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.231+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.265 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.231+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.265 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.235+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'orchestrator' 2024-03-09T17:42:51.265 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.235+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'orchestrator': (22) Invalid argument 2024-03-09T17:42:51.265 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.251+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.265 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.251+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.265 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.259+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'insights' 2024-03-09T17:42:51.265 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.259+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'insights': (22) Invalid argument 2024-03-09T17:42:51.430 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 2024-03-09T17:42:51.430 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout { 2024-03-09T17:42:51.430 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "fsid": "30e72fe4-de3c-11ee-95c7-87774f69a715", 2024-03-09T17:42:51.430 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "health": { 2024-03-09T17:42:51.430 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-09T17:42:51.430 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-09T17:42:51.430 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-09T17:42:51.430 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:51.430 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-09T17:42:51.431 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-09T17:42:51.431 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 0 2024-03-09T17:42:51.431 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout ], 2024-03-09T17:42:51.431 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-09T17:42:51.431 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "a" 2024-03-09T17:42:51.431 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout ], 2024-03-09T17:42:51.431 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-09T17:42:51.431 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-09T17:42:51.431 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T17:42:51.431 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-09T17:42:51.431 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-09T17:42:51.432 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-09T17:42:51.433 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "restful" 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout ], 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "modified": "2024-03-09T17:42:42.824497+0000", 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout } 2024-03-09T17:42:51.434 INFO:teuthology.orchestra.run.smithi044.stdout:mgr not available, waiting (1/15)... 2024-03-09T17:42:51.762 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.275+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.762 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.275+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.762 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.279+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'rbd_support' 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.279+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'rbd_support': (22) Invalid argument 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.295+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.295+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.299+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'alerts' 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.299+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'alerts': (22) Invalid argument 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.315+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.315+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.323+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'test_orchestrator' 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.323+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'test_orchestrator': (22) Invalid argument 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.339+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.339+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.343+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'cephadm' 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.343+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'cephadm': (22) Invalid argument 2024-03-09T17:42:51.763 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.395+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.395+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.403+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'influx' 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.403+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'influx': (22) Invalid argument 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.419+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.419+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.423+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'status' 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.423+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'status': (22) Invalid argument 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.439+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.439+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.447+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'volumes' 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.447+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'volumes': (22) Invalid argument 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.463+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.463+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.764 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.467+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'osd_perf_query' 2024-03-09T17:42:51.765 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.467+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'osd_perf_query': (22) Invalid argument 2024-03-09T17:42:51.765 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.483+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.765 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.483+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.765 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.487+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'prometheus' 2024-03-09T17:42:51.765 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.487+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'prometheus': (22) Invalid argument 2024-03-09T17:42:51.765 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.507+0000 7fd4f4dd2200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T17:42:51.765 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.507+0000 7fd4f4dd2200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T17:42:51.765 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.511+0000 7fd4f4dd2200 -1 mgr[py] Class not found in module 'snap_schedule' 2024-03-09T17:42:51.765 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.511+0000 7fd4f4dd2200 -1 mgr[py] Error loading module 'snap_schedule': (22) Invalid argument 2024-03-09T17:42:51.765 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21649]: debug 2024-03-09T17:42:51.511+0000 7fd4f4dd2200 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: devicehealth, restful, stats, k8sevents, localpool, rook, iostat, telemetry, dashboard, osd_support, selftest, progress, rgw, crash, telegraf, mds_autoscaler, pg_autoscaler, zabbix, nfs, balancer, mirroring, diskprediction_local, orchestrator, insights, rbd_support, alerts, test_orchestrator, cephadm, influx, status, volumes, osd_perf_query, prometheus, snap_schedule 2024-03-09T17:42:52.261 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21393]: cluster 2024-03-09T17:42:51.534145+0000 mon.a (mon.0) 8 : cluster 1 Activating manager daemon a 2024-03-09T17:42:52.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21393]: cluster 2024-03-09T17:42:51.535811+0000 mon.a (mon.0) 9 : cluster 0 mgrmap e2: a(active, starting, since 0.00167109s) 2024-03-09T17:42:52.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21393]: audit 2024-03-09T17:42:51.537492+0000 mon.a (mon.0) 10 : audit 0 from='mgr.14100 172.21.15.44:0/4136424185' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-09T17:42:52.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21393]: audit 2024-03-09T17:42:51.537677+0000 mon.a (mon.0) 11 : audit 0 from='mgr.14100 172.21.15.44:0/4136424185' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-09T17:42:52.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21393]: audit 2024-03-09T17:42:51.537885+0000 mon.a (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.44:0/4136424185' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-09T17:42:52.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21393]: audit 2024-03-09T17:42:51.538077+0000 mon.a (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.44:0/4136424185' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-09T17:42:52.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21393]: audit 2024-03-09T17:42:51.538838+0000 mon.a (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.44:0/4136424185' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-09T17:42:52.262 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:51 smithi044 bash[21393]: cluster 2024-03-09T17:42:51.574096+0000 mon.a (mon.0) 15 : cluster 1 Manager daemon a is now available 2024-03-09T17:42:53.761 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:53 smithi044 bash[21393]: cluster 2024-03-09T17:42:52.539931+0000 mon.a (mon.0) 16 : cluster 0 mgrmap e3: a(active, since 1.00578s) 2024-03-09T17:42:54.761 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:54 smithi044 bash[21393]: audit 2024-03-09T17:42:54.459896+0000 mon.a (mon.0) 17 : audit 0 from='client.? 172.21.15.44:0/2701240697' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-09T17:42:54.982 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 2024-03-09T17:42:54.982 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout { 2024-03-09T17:42:54.982 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "fsid": "30e72fe4-de3c-11ee-95c7-87774f69a715", 2024-03-09T17:42:54.983 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "health": { 2024-03-09T17:42:54.983 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-09T17:42:54.983 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-09T17:42:54.983 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-09T17:42:54.983 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:54.983 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-09T17:42:54.983 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-09T17:42:54.983 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 0 2024-03-09T17:42:54.983 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout ], 2024-03-09T17:42:54.983 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-09T17:42:54.984 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "a" 2024-03-09T17:42:54.984 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout ], 2024-03-09T17:42:54.984 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-09T17:42:54.987 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-09T17:42:54.987 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T17:42:54.987 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-09T17:42:54.987 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-09T17:42:54.987 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:54.987 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-09T17:42:54.988 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T17:42:54.988 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-09T17:42:54.988 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-09T17:42:54.988 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-09T17:42:54.988 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-09T17:42:54.994 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-09T17:42:54.994 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-09T17:42:54.995 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:54.995 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-09T17:42:54.995 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-09T17:42:54.995 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-09T17:42:54.995 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-09T17:42:54.995 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-09T17:42:54.995 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-09T17:42:54.995 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-09T17:42:54.996 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-09T17:42:54.996 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-09T17:42:54.996 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:54.996 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-09T17:42:54.996 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T17:42:54.996 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-09T17:42:54.996 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-09T17:42:54.996 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:54.996 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "restful" 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout ], 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "modified": "2024-03-09T17:42:42.824497+0000", 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-09T17:42:54.997 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout }, 2024-03-09T17:42:54.998 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-09T17:42:54.998 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout } 2024-03-09T17:42:54.998 INFO:teuthology.orchestra.run.smithi044.stdout:mgr is available 2024-03-09T17:42:56.261 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:55 smithi044 bash[21393]: audit 2024-03-09T17:42:55.898537+0000 mon.a (mon.0) 18 : audit 1 from='client.? 172.21.15.44:0/927358870' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-09T17:42:56.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 2024-03-09T17:42:56.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout [global] 2024-03-09T17:42:56.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout fsid = 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:42:56.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-09T17:42:56.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-09T17:42:56.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-09T17:42:56.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-09T17:42:56.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 2024-03-09T17:42:56.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-09T17:42:56.421 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-09T17:42:56.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-09T17:42:56.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout 2024-03-09T17:42:56.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout [osd] 2024-03-09T17:42:56.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-09T17:42:56.422 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-09T17:42:56.422 INFO:teuthology.orchestra.run.smithi044.stdout:Enabling cephadm module... 2024-03-09T17:42:57.761 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:42:57 smithi044 bash[21393]: audit 2024-03-09T17:42:57.482251+0000 mon.a (mon.0) 19 : audit 1 from='client.? 172.21.15.44:0/4156236284' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-09T17:42:57.991 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 2 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -e NODE_NAME=smithi044 -v /var/log/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuacjqxaj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmpdpnom2:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a mgr module enable cephadm 2024-03-09T17:42:57.991 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/ceph: stderr Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-03-09T17:42:57.991 INFO:teuthology.orchestra.run.smithi044.stderr:RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -e NODE_NAME=smithi044 -v /var/log/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuacjqxaj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmpdpnom2:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-03-09T17:42:57.991 INFO:teuthology.orchestra.run.smithi044.stderr: 2024-03-09T17:42:57.992 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-03-09T17:42:57.992 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-03-09T17:42:57.992 INFO:teuthology.orchestra.run.smithi044.stdout: *************** 2024-03-09T17:42:57.992 INFO:teuthology.orchestra.run.smithi044.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-03-09T17:42:57.992 INFO:teuthology.orchestra.run.smithi044.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-03-09T17:42:57.992 INFO:teuthology.orchestra.run.smithi044.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-03-09T17:42:57.992 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-03-09T17:42:57.992 INFO:teuthology.orchestra.run.smithi044.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-03-09T17:42:57.992 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-03-09T17:42:57.992 INFO:teuthology.orchestra.run.smithi044.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-03-09T17:42:57.993 INFO:teuthology.orchestra.run.smithi044.stdout: *************** 2024-03-09T17:42:57.993 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-03-09T17:42:57.993 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-03-09T17:42:57.993 INFO:teuthology.orchestra.run.smithi044.stdout:Deleting cluster with fsid: 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:43:00.528 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/docker: stdout 31161ef0e448,96.58MiB / 31.24GiB 2024-03-09T17:43:00.528 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/docker: stdout 8cadbab28ad4,18.11MiB / 31.24GiB 2024-03-09T17:43:02.538 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/docker: stdout 31161ef0e448,0.20% 2024-03-09T17:43:02.538 INFO:teuthology.orchestra.run.smithi044.stdout:/usr/bin/docker: stdout 8cadbab28ad4,0.11% 2024-03-09T17:43:02.812 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:43:02 smithi044 systemd[1]: Stopping Ceph mon.a for 30e72fe4-de3c-11ee-95c7-87774f69a715... 2024-03-09T17:43:02.812 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:43:02 smithi044 bash[21393]: debug 2024-03-09T17:43:02.678+0000 7f2ad7b72700 -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-03-09T17:43:02.812 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:43:02 smithi044 bash[21393]: debug 2024-03-09T17:43:02.678+0000 7f2ad7b72700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-09T17:43:03.488 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:43:03 smithi044 bash[22163]: ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-mon-a 2024-03-09T17:43:03.488 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:43:03 smithi044 bash[22225]: Error response from daemon: No such container: ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-mon-a 2024-03-09T17:43:03.488 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:43:03 smithi044 systemd[1]: ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-09T17:43:03.489 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:43:03 smithi044 systemd[1]: Stopped Ceph mon.a for 30e72fe4-de3c-11ee-95c7-87774f69a715. 2024-03-09T17:43:03.572 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715.target.wants/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a.service. 2024-03-09T17:43:03.578 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 5 from systemctl stop ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mon.a.service 2024-03-09T17:43:03.578 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to stop ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mon.a.service: Unit ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mon.a.service not loaded. 2024-03-09T17:43:03.583 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mon.a.service 2024-03-09T17:43:03.584 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to reset failed state of unit ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mon.a.service: Unit ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mon.a.service not loaded. 2024-03-09T17:43:03.592 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl disable ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mon.a.service 2024-03-09T17:43:03.592 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mon.a.service does not exist. 2024-03-09T17:43:03.759 INFO:journalctl@ceph.mon.a.smithi044.stdout:Mar 09 17:43:03 smithi044 systemd[1]: /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-09T17:43:03.759 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:43:03 smithi044 systemd[1]: /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-09T17:43:03.759 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:43:03 smithi044 systemd[1]: Stopping Ceph mgr.a for 30e72fe4-de3c-11ee-95c7-87774f69a715... 2024-03-09T17:43:03.759 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:43:03 smithi044 bash[21649]: debug 2024-03-09T17:43:03.722+0000 7fd4e93cd700 -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-03-09T17:43:03.759 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:43:03 smithi044 bash[21649]: debug 2024-03-09T17:43:03.722+0000 7fd4e93cd700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-09T17:43:04.454 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:43:04 smithi044 bash[22294]: ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-mgr-a 2024-03-09T17:43:04.455 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:43:04 smithi044 bash[22357]: Error response from daemon: No such container: ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-mgr-a 2024-03-09T17:43:04.455 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:43:04 smithi044 systemd[1]: ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mgr.a.service: Deactivated successfully. 2024-03-09T17:43:04.455 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:43:04 smithi044 systemd[1]: Stopped Ceph mgr.a for 30e72fe4-de3c-11ee-95c7-87774f69a715. 2024-03-09T17:43:04.486 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715.target.wants/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mgr.a.service. 2024-03-09T17:43:04.491 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 5 from systemctl stop ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mgr.a.service 2024-03-09T17:43:04.491 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to stop ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mgr.a.service: Unit ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mgr.a.service not loaded. 2024-03-09T17:43:04.497 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mgr.a.service 2024-03-09T17:43:04.497 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to reset failed state of unit ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mgr.a.service: Unit ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mgr.a.service not loaded. 2024-03-09T17:43:04.504 INFO:teuthology.orchestra.run.smithi044.stdout:Non-zero exit code 1 from systemctl disable ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mgr.a.service 2024-03-09T17:43:04.504 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-30e72fe4-de3c-11ee-95c7-87774f69a715-init@mgr.a.service does not exist. 2024-03-09T17:43:04.708 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715.target. 2024-03-09T17:43:04.708 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Removed /etc/systemd/system/ceph.target.wants/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715.target. 2024-03-09T17:43:04.711 INFO:journalctl@ceph.mgr.a.smithi044.stdout:Mar 09 17:43:04 smithi044 systemd[1]: /etc/systemd/system/ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-09T17:43:04.928 INFO:teuthology.orchestra.run.smithi044.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-09T17:43:04.929 INFO:teuthology.orchestra.run.smithi044.stderr:Traceback (most recent call last): 2024-03-09T17:43:04.929 INFO:teuthology.orchestra.run.smithi044.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-03-09T17:43:04.943 INFO:teuthology.orchestra.run.smithi044.stderr: return _run_code(code, main_globals, None, 2024-03-09T17:43:04.943 INFO:teuthology.orchestra.run.smithi044.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-03-09T17:43:04.943 INFO:teuthology.orchestra.run.smithi044.stderr: exec(code, run_globals) 2024-03-09T17:43:04.943 INFO:teuthology.orchestra.run.smithi044.stderr: File "/tmp/tmptpph5hvu.cephadm.build/app/__main__.py", line 5527, in 2024-03-09T17:43:04.943 INFO:teuthology.orchestra.run.smithi044.stderr: File "/tmp/tmptpph5hvu.cephadm.build/app/__main__.py", line 5515, in main 2024-03-09T17:43:04.943 INFO:teuthology.orchestra.run.smithi044.stderr: File "/tmp/tmptpph5hvu.cephadm.build/app/__main__.py", line 2640, in _rollback 2024-03-09T17:43:04.943 INFO:teuthology.orchestra.run.smithi044.stderr: File "/tmp/tmptpph5hvu.cephadm.build/app/__main__.py", line 443, in _default_image 2024-03-09T17:43:04.943 INFO:teuthology.orchestra.run.smithi044.stderr: File "/tmp/tmptpph5hvu.cephadm.build/app/__main__.py", line 2872, in command_bootstrap 2024-03-09T17:43:04.943 INFO:teuthology.orchestra.run.smithi044.stderr: File "/tmp/tmptpph5hvu.cephadm.build/app/__main__.py", line 2334, in enable_cephadm_mgr_module 2024-03-09T17:43:04.944 INFO:teuthology.orchestra.run.smithi044.stderr: File "/tmp/tmptpph5hvu.cephadm.build/app/__main__.py", line 2801, in cli 2024-03-09T17:43:04.944 INFO:teuthology.orchestra.run.smithi044.stderr: File "/tmp/tmptpph5hvu.cephadm.build/app/cephadmlib/container_types.py", line 433, in run 2024-03-09T17:43:04.944 INFO:teuthology.orchestra.run.smithi044.stderr: File "/tmp/tmptpph5hvu.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-03-09T17:43:04.944 INFO:teuthology.orchestra.run.smithi044.stderr:RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -e NODE_NAME=smithi044 -v /var/log/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuacjqxaj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmpdpnom2:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-03-09T17:43:04.944 INFO:teuthology.orchestra.run.smithi044.stderr: 2024-03-09T17:43:04.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T17:43:04.967 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-09T17:43:04.967 DEBUG:teuthology.orchestra.run.smithi044:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-09T17:43:04.972 DEBUG:teuthology.orchestra.run.smithi082:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-09T17:43:04.979 DEBUG:teuthology.orchestra.run.smithi165:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-09T17:43:04.985 INFO:tasks.cephadm:Stopping all daemons... 2024-03-09T17:43:04.985 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-09T17:43:04.985 DEBUG:teuthology.orchestra.run.smithi044:> sudo systemctl stop ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a 2024-03-09T17:43:05.029 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to stop ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a.service: Unit ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a.service not loaded. 2024-03-09T17:43:05.030 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-03-09T17:43:05.031 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 743, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi044 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 30e72fe4-de3c-11ee-95c7-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.44 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 830, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi044 with status 5: 'sudo systemctl stop ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a' 2024-03-09T17:43:05.032 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 743, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi044 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 30e72fe4-de3c-11ee-95c7-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.44 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 830, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi044 with status 5: 'sudo systemctl stop ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a' 2024-03-09T17:43:05.033 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-09T17:43:05.035 DEBUG:teuthology.misc:Transferring archived files from smithi044:/var/lib/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368/remote/smithi044/crash 2024-03-09T17:43:05.036 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /var/lib/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715/crash -- . 2024-03-09T17:43:05.083 INFO:teuthology.orchestra.run.smithi044.stderr:tar: /var/lib/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-09T17:43:05.083 INFO:teuthology.orchestra.run.smithi044.stderr:tar: Error is not recoverable: exiting now 2024-03-09T17:43:05.085 DEBUG:teuthology.misc:Transferring archived files from smithi082:/var/lib/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368/remote/smithi082/crash 2024-03-09T17:43:05.086 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /var/lib/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715/crash -- . 2024-03-09T17:43:05.098 INFO:teuthology.orchestra.run.smithi082.stderr:tar: /var/lib/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-09T17:43:05.098 INFO:teuthology.orchestra.run.smithi082.stderr:tar: Error is not recoverable: exiting now 2024-03-09T17:43:05.101 DEBUG:teuthology.misc:Transferring archived files from smithi165:/var/lib/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368/remote/smithi165/crash 2024-03-09T17:43:05.102 DEBUG:teuthology.orchestra.run.smithi165:> sudo tar c -f - -C /var/lib/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715/crash -- . 2024-03-09T17:43:05.114 INFO:teuthology.orchestra.run.smithi165.stderr:tar: /var/lib/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-09T17:43:05.114 INFO:teuthology.orchestra.run.smithi165.stderr:tar: Error is not recoverable: exiting now 2024-03-09T17:43:05.115 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-09T17:43:05.116 DEBUG:teuthology.orchestra.run.smithi044:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-09T17:43:05.136 INFO:teuthology.orchestra.run.smithi044.stderr:grep: /var/log/ceph/30e72fe4-de3c-11ee-95c7-87774f69a715/ceph.log: No such file or directory 2024-03-09T17:43:05.137 INFO:tasks.cephadm:Compressing logs... 2024-03-09T17:43:05.138 DEBUG:teuthology.orchestra.run.smithi044:> 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-03-09T17:43:05.183 DEBUG:teuthology.orchestra.run.smithi082:> 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-03-09T17:43:05.185 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-03-09T17:43:05.191 INFO:teuthology.orchestra.run.smithi044.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-09T17:43:05.195 INFO:teuthology.orchestra.run.smithi082.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-09T17:43:05.198 INFO:teuthology.orchestra.run.smithi044.stderr: 2024-03-09T17:43:05.198 INFO:teuthology.orchestra.run.smithi044.stderr:real 0m0.013s 2024-03-09T17:43:05.198 INFO:teuthology.orchestra.run.smithi044.stderr:user 0m0.010s 2024-03-09T17:43:05.198 INFO:teuthology.orchestra.run.smithi044.stderr:sys 0m0.006s 2024-03-09T17:43:05.199 INFO:teuthology.orchestra.run.smithi165.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-09T17:43:05.203 INFO:teuthology.orchestra.run.smithi165.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-09T17:43:05.204 INFO:teuthology.orchestra.run.smithi165.stderr:/var/log/ceph/cephadm.log: 57.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-09T17:43:05.205 INFO:teuthology.orchestra.run.smithi165.stderr: 2024-03-09T17:43:05.205 INFO:teuthology.orchestra.run.smithi165.stderr:real 0m0.016s 2024-03-09T17:43:05.205 INFO:teuthology.orchestra.run.smithi165.stderr:user 0m0.006s 2024-03-09T17:43:05.205 INFO:teuthology.orchestra.run.smithi165.stderr:sys 0m0.015s 2024-03-09T17:43:05.465 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-09T17:43:05.466 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/cephadm.log: 56.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-09T17:43:05.468 INFO:teuthology.orchestra.run.smithi082.stderr: 2024-03-09T17:43:05.468 INFO:teuthology.orchestra.run.smithi082.stderr:real 0m0.281s 2024-03-09T17:43:05.468 INFO:teuthology.orchestra.run.smithi082.stderr:user 0m0.015s 2024-03-09T17:43:05.468 INFO:teuthology.orchestra.run.smithi082.stderr:sys 0m0.006s 2024-03-09T17:43:05.469 INFO:tasks.cephadm:Archiving logs... 2024-03-09T17:43:05.469 DEBUG:teuthology.misc:Transferring archived files from smithi044:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368/remote/smithi044/log 2024-03-09T17:43:05.470 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-09T17:43:05.483 DEBUG:teuthology.misc:Transferring archived files from smithi082:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368/remote/smithi082/log 2024-03-09T17:43:05.484 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-09T17:43:05.530 DEBUG:teuthology.misc:Transferring archived files from smithi165:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368/remote/smithi165/log 2024-03-09T17:43:05.531 DEBUG:teuthology.orchestra.run.smithi165:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-09T17:43:05.546 INFO:tasks.cephadm:Removing cluster... 2024-03-09T17:43:05.546 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 30e72fe4-de3c-11ee-95c7-87774f69a715 --force 2024-03-09T17:43:05.715 INFO:teuthology.orchestra.run.smithi044.stdout:Deleting cluster with fsid: 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:43:07.046 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 30e72fe4-de3c-11ee-95c7-87774f69a715 --force 2024-03-09T17:43:07.210 INFO:teuthology.orchestra.run.smithi082.stdout:Deleting cluster with fsid: 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:43:08.532 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 30e72fe4-de3c-11ee-95c7-87774f69a715 --force 2024-03-09T17:43:08.697 INFO:teuthology.orchestra.run.smithi165.stdout:Deleting cluster with fsid: 30e72fe4-de3c-11ee-95c7-87774f69a715 2024-03-09T17:43:10.032 INFO:tasks.cephadm:Removing cephadm ... 2024-03-09T17:43:10.032 DEBUG:teuthology.orchestra.run.smithi044:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-09T17:43:10.039 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-09T17:43:10.045 DEBUG:teuthology.orchestra.run.smithi165:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-09T17:43:10.050 INFO:tasks.cephadm:Teardown complete 2024-03-09T17:43:10.051 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 743, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi044 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 30e72fe4-de3c-11ee-95c7-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.44 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 1831, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 1746, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 830, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi044 with status 5: 'sudo systemctl stop ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a' 2024-03-09T17:43:10.275 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e754788d220e478295f2d9e193c1e67c Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 743, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi044 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 30e72fe4-de3c-11ee-95c7-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.44 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 1831, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 1746, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 830, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi044 with status 5: 'sudo systemctl stop ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a' 2024-03-09T17:43:10.280 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-09T17:43:10.289 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-09T17:43:10.316 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-03-09T17:43:10.316 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-09T17:43:10.331 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-09T17:43:10.334 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-03-09T17:43:10.421 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-09T17:43:10.429 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-09T17:43:10.430 DEBUG:teuthology.orchestra.run.smithi044:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-09T17:43:10.433 DEBUG:teuthology.orchestra.run.smithi082:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-09T17:43:10.435 DEBUG:teuthology.orchestra.run.smithi165:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-09T17:43:10.442 INFO:teuthology.orchestra.run.smithi044.stdout: remote refid st t when poll reach delay offset jitter 2024-03-09T17:43:10.442 INFO:teuthology.orchestra.run.smithi044.stdout:============================================================================== 2024-03-09T17:43:10.443 INFO:teuthology.orchestra.run.smithi044.stdout: hv01.front.sepi 44.4.53.2 2 u 49 64 17 0.094 -4.281 1.145 2024-03-09T17:43:10.443 INFO:teuthology.orchestra.run.smithi044.stdout: hv02.front.sepi 63.231.80.2 3 u 50 64 17 0.102 -0.940 1.138 2024-03-09T17:43:10.443 INFO:teuthology.orchestra.run.smithi044.stdout:*hv03.front.sepi 74.6.168.72 3 u 50 64 17 0.111 -1.558 1.098 2024-03-09T17:43:10.443 INFO:teuthology.orchestra.run.smithi044.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:43:10.446 INFO:teuthology.orchestra.run.smithi082.stdout: remote refid st t when poll reach delay offset jitter 2024-03-09T17:43:10.446 INFO:teuthology.orchestra.run.smithi082.stdout:============================================================================== 2024-03-09T17:43:10.446 INFO:teuthology.orchestra.run.smithi082.stdout: hv01.front.sepi 44.4.53.2 2 u 49 64 17 0.082 -2.213 1.405 2024-03-09T17:43:10.446 INFO:teuthology.orchestra.run.smithi082.stdout:*hv02.front.sepi 63.231.80.2 3 u 50 64 17 0.129 +1.164 1.188 2024-03-09T17:43:10.446 INFO:teuthology.orchestra.run.smithi082.stdout:+hv03.front.sepi 74.6.168.72 3 u 52 64 17 0.113 +0.563 0.997 2024-03-09T17:43:10.446 INFO:teuthology.orchestra.run.smithi082.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:43:10.449 INFO:teuthology.orchestra.run.smithi165.stdout: remote refid st t when poll reach delay offset jitter 2024-03-09T17:43:10.449 INFO:teuthology.orchestra.run.smithi165.stdout:============================================================================== 2024-03-09T17:43:10.449 INFO:teuthology.orchestra.run.smithi165.stdout: hv01.front.sepi 44.4.53.2 2 u 53 64 17 0.117 -0.474 1.468 2024-03-09T17:43:10.449 INFO:teuthology.orchestra.run.smithi165.stdout: hv02.front.sepi 63.231.80.2 3 u 50 64 17 0.159 +2.838 1.046 2024-03-09T17:43:10.449 INFO:teuthology.orchestra.run.smithi165.stdout:*hv03.front.sepi 74.6.168.72 3 u 53 64 17 0.150 +2.255 1.148 2024-03-09T17:43:10.450 INFO:teuthology.orchestra.run.smithi165.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-09T17:43:10.450 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-09T17:43:10.460 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-09T17:43:10.460 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-09T17:43:10.482 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-09T17:43:10.516 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-09T17:43:10.558 INFO:teuthology.task.internal:Duration was 681.194317 seconds 2024-03-09T17:43:10.558 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-09T17:43:10.600 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-09T17:43:10.600 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-09T17:43:10.603 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-09T17:43:10.605 DEBUG:teuthology.orchestra.run.smithi165:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-09T17:43:10.642 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-09T17:43:10.642 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi044.front.sepia.ceph.com 2024-03-09T17:43:10.643 DEBUG:teuthology.orchestra.run.smithi044:> 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-03-09T17:43:10.691 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi082.front.sepia.ceph.com 2024-03-09T17:43:10.691 DEBUG:teuthology.orchestra.run.smithi082:> 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-03-09T17:43:10.702 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi165.front.sepia.ceph.com 2024-03-09T17:43:10.702 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-03-09T17:43:10.713 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-09T17:43:10.714 DEBUG:teuthology.orchestra.run.smithi044:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-09T17:43:10.739 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-09T17:43:10.750 DEBUG:teuthology.orchestra.run.smithi165:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-09T17:43:10.780 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-09T17:43:10.780 DEBUG:teuthology.orchestra.run.smithi044:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-09T17:43:10.811 DEBUG:teuthology.orchestra.run.smithi082:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-09T17:43:10.818 DEBUG:teuthology.orchestra.run.smithi165:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-09T17:43:10.876 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-09T17:43:10.888 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-09T17:43:10.888 DEBUG:teuthology.orchestra.run.smithi044:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-09T17:43:10.902 DEBUG:teuthology.orchestra.run.smithi082:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-09T17:43:10.918 DEBUG:teuthology.orchestra.run.smithi165:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-09T17:43:10.932 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-09T17:43:10.943 DEBUG:teuthology.orchestra.run.smithi044:> 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-03-09T17:43:10.946 DEBUG:teuthology.orchestra.run.smithi082:> 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-03-09T17:43:10.955 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern = core 2024-03-09T17:43:10.962 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-03-09T17:43:10.971 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = core 2024-03-09T17:43:10.986 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern = core 2024-03-09T17:43:11.012 DEBUG:teuthology.orchestra.run.smithi044:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-09T17:43:11.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T17:43:11.021 DEBUG:teuthology.orchestra.run.smithi082:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-09T17:43:11.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T17:43:11.045 DEBUG:teuthology.orchestra.run.smithi165:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-09T17:43:11.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T17:43:11.064 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-09T17:43:11.075 INFO:teuthology.task.internal:Transferring archived files... 2024-03-09T17:43:11.076 DEBUG:teuthology.misc:Transferring archived files from smithi044:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368/remote/smithi044 2024-03-09T17:43:11.076 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-09T17:43:11.099 DEBUG:teuthology.misc:Transferring archived files from smithi082:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368/remote/smithi082 2024-03-09T17:43:11.100 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-09T17:43:11.125 DEBUG:teuthology.misc:Transferring archived files from smithi165:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368/remote/smithi165 2024-03-09T17:43:11.125 DEBUG:teuthology.orchestra.run.smithi165:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-09T17:43:11.147 INFO:teuthology.task.internal:Removing archive directory... 2024-03-09T17:43:11.148 DEBUG:teuthology.orchestra.run.smithi044:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-09T17:43:11.150 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-09T17:43:11.167 DEBUG:teuthology.orchestra.run.smithi165:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-09T17:43:11.192 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-09T17:43:11.203 INFO:teuthology.task.internal:Not uploading archives. 2024-03-09T17:43:11.204 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-09T17:43:11.226 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-09T17:43:11.226 DEBUG:teuthology.orchestra.run.smithi044:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-09T17:43:11.229 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-09T17:43:11.231 DEBUG:teuthology.orchestra.run.smithi165:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-09T17:43:11.232 INFO:teuthology.orchestra.run.smithi044.stdout: 658643 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 9 17:43 /home/ubuntu/cephtest 2024-03-09T17:43:11.236 INFO:teuthology.orchestra.run.smithi082.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 9 17:43 /home/ubuntu/cephtest 2024-03-09T17:43:11.242 INFO:teuthology.orchestra.run.smithi165.stdout: 658466 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 9 17:43 /home/ubuntu/cephtest 2024-03-09T17:43:11.243 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-09T17:43:11.269 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-09T17:43:11.353 INFO:teuthology.nuke:Checking targets against current locks 2024-03-09T17:43:11.382 DEBUG:teuthology.nuke:shortname: smithi044 2024-03-09T17:43:11.382 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-09T17:43:11.410 DEBUG:teuthology.nuke:shortname: smithi082 2024-03-09T17:43:11.411 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-09T17:43:11.416 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi044.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368', '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-03-09 17:22:54.643328', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEyemOZ1uMjVPKHEVqTcHV6H+Wri+qtaO5Bbi4aVpQk+RKuwpntoqpOpyq9ynafTnrjk/5v3Wv+vPDFoxS02pJA='} 2024-03-09T17:43:11.436 DEBUG:teuthology.nuke:shortname: smithi165 2024-03-09T17:43:11.437 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-09T17:43:11.442 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368', '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-03-09 17:22:54.649069', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBUABHPcMQVQQrr8ZYxsBNm+QH9j8OcaiEP3O6mKBT8mFucwiuwOTPwpt3lGHFL4PntLwHwkS3bo2kbM6QSFih8='} 2024-03-09T17:43:11.474 INFO:teuthology.orchestra.console.smithi044:Power off 2024-03-09T17:43:11.474 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-09T17:43:11.487 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi165.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587368', '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-03-09 17:22:54.645295', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJIle2mX5i5kEZBaHjEifGm/+iuDcIgh39q5aAPc5Fj6dae13hLPDfgcnld9OB1jd5Hk2o+YtR08t4XjANIqPzA='} 2024-03-09T17:43:11.501 DEBUG:teuthology.orchestra.console.smithi044:power off output: Chassis Power Control: Down/Off 2024-03-09T17:43:11.501 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T17:43:11.529 INFO:teuthology.orchestra.console.smithi082:Power off 2024-03-09T17:43:11.530 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-09T17:43:11.542 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is on 2024-03-09T17:43:11.553 DEBUG:teuthology.orchestra.console.smithi082:power off output: Chassis Power Control: Down/Off 2024-03-09T17:43:11.553 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T17:43:11.570 INFO:teuthology.orchestra.console.smithi165:Power off 2024-03-09T17:43:11.571 DEBUG:teuthology.orchestra.console.smithi165:pexpect command: ipmitool -H smithi165.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-09T17:43:11.581 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2024-03-09T17:43:11.595 DEBUG:teuthology.orchestra.console.smithi165:power off output: Chassis Power Control: Down/Off 2024-03-09T17:43:11.596 DEBUG:teuthology.orchestra.console.smithi165:pexpect command: ipmitool -H smithi165.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T17:43:11.624 DEBUG:teuthology.orchestra.console.smithi165:check power output: Chassis Power is on 2024-03-09T17:43:15.543 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T17:43:15.582 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T17:43:15.626 DEBUG:teuthology.orchestra.console.smithi165:pexpect command: ipmitool -H smithi165.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T17:43:15.660 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is on 2024-03-09T17:43:15.693 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2024-03-09T17:43:15.737 DEBUG:teuthology.orchestra.console.smithi165:check power output: Chassis Power is on 2024-03-09T17:43:19.665 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T17:43:19.694 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T17:43:19.738 DEBUG:teuthology.orchestra.console.smithi165:pexpect command: ipmitool -H smithi165.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T17:43:19.777 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is off 2024-03-09T17:43:19.805 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is off 2024-03-09T17:43:19.850 DEBUG:teuthology.orchestra.console.smithi165:check power output: Chassis Power is off 2024-03-09T17:43:19.878 INFO:teuthology.orchestra.console.smithi044:Power off completed 2024-03-09T17:43:19.906 INFO:teuthology.orchestra.console.smithi082:Power off completed 2024-03-09T17:43:19.951 INFO:teuthology.orchestra.console.smithi165:Power off completed 2024-03-09T17:43:20.055 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 681.1943173408508 failure_reason: 'Command failed on smithi044 with status 5: ''sudo systemctl stop ceph-30e72fe4-de3c-11ee-95c7-87774f69a715@mon.a''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e754788d220e478295f2d9e193c1e67c status: fail success: false 2024-03-09T17:43:20.055 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-09T17:43:20.148 INFO:teuthology.run:FAIL