2024-09-20T19:38:43.095 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-20T19:38:43.110 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T19:38:43.197 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828 branch: wip-adk-testing-2024-09-20-0910 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: adking@redhat.com first_in_suite: false job_id: '7912828' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-09-20-0910 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 workunit: branch: wip-adk-testing-2024-09-20-0910 sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 8031 sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-09-20-0910 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 targets: smithi018.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQiKPJL7852Yf5OmlTT5V6t7SEYBDXzpiw1+3CHWWULbwwthReBCojzgNhOSaa6LshTFk5qjBf1YQjS8E6n3vI= smithi119.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHrHx+6lSDUJAdkmjGWkN88b9O5DG5dzma8DPbXNTMa0VvS90ZO1X1oPxW35sN70BuRDVzX/4SYD68x1h0UkdhQ= smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNS2VKkB4TWSszoec0eB5W65sg+E8552m4z7xkRUX20xoVw479rZAuDb8l4PwGbWzXAoXfh3kPgUkHqAjtjz38E= 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/v2/status\ncurl -s http://${ALERTM_IP}:9093/api/v2/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '.[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-20_18:25:04 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-20T19:38:43.197 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa; will attempt to use it 2024-09-20T19:38:43.198 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks 2024-09-20T19:38:43.199 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-20T19:38:43.201 INFO:teuthology.task.internal:Checking packages... 2024-09-20T19:38:43.231 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7' 2024-09-20T19:38:43.231 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T19:38:43.231 INFO:teuthology.packaging:ref: None 2024-09-20T19:38:43.231 INFO:teuthology.packaging:tag: None 2024-09-20T19:38:43.232 INFO:teuthology.packaging:branch: wip-adk-testing-2024-09-20-0910 2024-09-20T19:38:43.232 INFO:teuthology.packaging:sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:38:43.232 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-09-20-0910 2024-09-20T19:38:43.375 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:38:43.376 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-20T19:38:43.382 INFO:teuthology.task.internal:no buildpackages task found 2024-09-20T19:38:43.382 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-20T19:38:43.386 INFO:teuthology.task.internal:Saving configuration 2024-09-20T19:38:43.398 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-20T19:38:43.403 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-20T19:38:43.428 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828', '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-09-20 19:33:12.805299', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMm5XpwYDpIRItR/v3CyFuCxz1IbbA/lI5TtF3v8/WXv'} 2024-09-20T19:38:43.443 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828', '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-09-20 19:33:12.802924', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFsetyvHnIg2L2f07Z2parn3hhSKXgCQkIf+R2+do8hU'} 2024-09-20T19:38:43.466 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828', '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-09-20 19:33:12.804193', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOsMqeC4sIeXvgtlWYCz8A+SiFxbiVmKyYGrTzOJWqB7'} 2024-09-20T19:38:43.466 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-20T19:38:43.472 INFO:teuthology.task.internal:roles: ubuntu@smithi018.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-20T19:38:43.472 INFO:teuthology.task.internal:roles: ubuntu@smithi119.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-20T19:38:43.472 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-20T19:38:43.472 INFO:teuthology.run_tasks:Running task console_log... 2024-09-20T19:38:43.550 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7a5429c280>, signals=[15]) 2024-09-20T19:38:43.550 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-20T19:38:43.554 INFO:teuthology.task.internal:Opening connections... 2024-09-20T19:38:43.554 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi018.front.sepia.ceph.com 2024-09-20T19:38:43.556 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:38:43.667 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi119.front.sepia.ceph.com 2024-09-20T19:38:43.668 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:38:43.755 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2024-09-20T19:38:43.756 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:38:43.836 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-20T19:38:43.842 DEBUG:teuthology.orchestra.run.smithi018:> uname -m 2024-09-20T19:38:43.847 INFO:teuthology.orchestra.run.smithi018.stdout:x86_64 2024-09-20T19:38:43.848 DEBUG:teuthology.orchestra.run.smithi018:> cat /etc/os-release 2024-09-20T19:38:43.893 INFO:teuthology.orchestra.run.smithi018.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-20T19:38:43.893 INFO:teuthology.orchestra.run.smithi018.stdout:NAME="Ubuntu" 2024-09-20T19:38:43.893 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_ID="22.04" 2024-09-20T19:38:43.893 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-20T19:38:43.893 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_CODENAME=jammy 2024-09-20T19:38:43.893 INFO:teuthology.orchestra.run.smithi018.stdout:ID=ubuntu 2024-09-20T19:38:43.893 INFO:teuthology.orchestra.run.smithi018.stdout:ID_LIKE=debian 2024-09-20T19:38:43.893 INFO:teuthology.orchestra.run.smithi018.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-20T19:38:43.893 INFO:teuthology.orchestra.run.smithi018.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-20T19:38:43.894 INFO:teuthology.orchestra.run.smithi018.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-20T19:38:43.894 INFO:teuthology.orchestra.run.smithi018.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-20T19:38:43.894 INFO:teuthology.orchestra.run.smithi018.stdout:UBUNTU_CODENAME=jammy 2024-09-20T19:38:43.894 INFO:teuthology.lock.ops:Updating smithi018.front.sepia.ceph.com on lock server 2024-09-20T19:38:43.918 DEBUG:teuthology.orchestra.run.smithi119:> uname -m 2024-09-20T19:38:43.924 INFO:teuthology.orchestra.run.smithi119.stdout:x86_64 2024-09-20T19:38:43.925 DEBUG:teuthology.orchestra.run.smithi119:> cat /etc/os-release 2024-09-20T19:38:43.971 INFO:teuthology.orchestra.run.smithi119.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-20T19:38:43.971 INFO:teuthology.orchestra.run.smithi119.stdout:NAME="Ubuntu" 2024-09-20T19:38:43.971 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION_ID="22.04" 2024-09-20T19:38:43.971 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-20T19:38:43.971 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION_CODENAME=jammy 2024-09-20T19:38:43.971 INFO:teuthology.orchestra.run.smithi119.stdout:ID=ubuntu 2024-09-20T19:38:43.971 INFO:teuthology.orchestra.run.smithi119.stdout:ID_LIKE=debian 2024-09-20T19:38:43.971 INFO:teuthology.orchestra.run.smithi119.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-20T19:38:43.971 INFO:teuthology.orchestra.run.smithi119.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-20T19:38:43.971 INFO:teuthology.orchestra.run.smithi119.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-20T19:38:43.971 INFO:teuthology.orchestra.run.smithi119.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-20T19:38:43.972 INFO:teuthology.orchestra.run.smithi119.stdout:UBUNTU_CODENAME=jammy 2024-09-20T19:38:43.972 INFO:teuthology.lock.ops:Updating smithi119.front.sepia.ceph.com on lock server 2024-09-20T19:38:43.993 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2024-09-20T19:38:43.998 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2024-09-20T19:38:43.999 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2024-09-20T19:38:44.047 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-20T19:38:44.048 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="Ubuntu" 2024-09-20T19:38:44.048 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="22.04" 2024-09-20T19:38:44.048 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-20T19:38:44.048 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_CODENAME=jammy 2024-09-20T19:38:44.048 INFO:teuthology.orchestra.run.smithi137.stdout:ID=ubuntu 2024-09-20T19:38:44.048 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE=debian 2024-09-20T19:38:44.048 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-20T19:38:44.048 INFO:teuthology.orchestra.run.smithi137.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-20T19:38:44.048 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-20T19:38:44.048 INFO:teuthology.orchestra.run.smithi137.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-20T19:38:44.049 INFO:teuthology.orchestra.run.smithi137.stdout:UBUNTU_CODENAME=jammy 2024-09-20T19:38:44.049 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2024-09-20T19:38:44.068 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-20T19:38:44.075 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-20T19:38:44.095 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-20T19:38:44.096 DEBUG:teuthology.orchestra.run.smithi018:> test '!' -e /home/ubuntu/cephtest 2024-09-20T19:38:44.098 DEBUG:teuthology.orchestra.run.smithi119:> test '!' -e /home/ubuntu/cephtest 2024-09-20T19:38:44.100 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2024-09-20T19:38:44.105 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-20T19:38:44.110 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-20T19:38:44.110 DEBUG:teuthology.orchestra.run.smithi018:> test -z $(ls -A /var/lib/ceph) 2024-09-20T19:38:44.146 DEBUG:teuthology.orchestra.run.smithi119:> test -z $(ls -A /var/lib/ceph) 2024-09-20T19:38:44.149 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2024-09-20T19:38:44.187 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-20T19:38:44.266 INFO:teuthology.run_tasks:Running task kernel... 2024-09-20T19:38:44.281 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-20T19:38:44.281 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-20T19:38:44.281 DEBUG:teuthology.orchestra.run.smithi018:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T19:38:44.282 DEBUG:teuthology.orchestra.run.smithi119:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T19:38:44.282 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T19:38:44.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:38:44.287 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2024-09-20T19:38:44.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:38:44.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:38:44.288 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2024-09-20T19:38:44.289 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-09-20T19:38:44.334 INFO:teuthology.orchestra.run.smithi137.stdout:5.15.0-56-generic 2024-09-20T19:38:44.334 INFO:teuthology.task.kernel:Running kernel on smithi137: 5.15.0-56-generic 2024-09-20T19:38:44.334 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get clean 2024-09-20T19:38:44.336 INFO:teuthology.orchestra.run.smithi119.stdout:5.15.0-56-generic 2024-09-20T19:38:44.336 INFO:teuthology.task.kernel:Running kernel on smithi119: 5.15.0-56-generic 2024-09-20T19:38:44.336 DEBUG:teuthology.orchestra.run.smithi119:> sudo apt-get clean 2024-09-20T19:38:44.337 INFO:teuthology.orchestra.run.smithi018.stdout:5.15.0-56-generic 2024-09-20T19:38:44.337 INFO:teuthology.task.kernel:Running kernel on smithi018: 5.15.0-56-generic 2024-09-20T19:38:44.337 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get clean 2024-09-20T19:38:44.471 DEBUG:teuthology.orchestra.run.smithi119:> sudo apt-get update 2024-09-20T19:38:44.475 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-09-20T19:38:44.488 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get update 2024-09-20T19:38:44.603 INFO:teuthology.orchestra.run.smithi119.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-20T19:38:44.622 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T19:38:44.630 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T19:38:44.630 INFO:teuthology.orchestra.run.smithi137.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-20T19:38:44.630 INFO:teuthology.orchestra.run.smithi137.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-20T19:38:44.635 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-20T19:38:44.702 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-20T19:38:44.704 INFO:teuthology.orchestra.run.smithi137.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-20T19:38:44.719 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T19:38:44.737 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-20T19:38:44.802 INFO:teuthology.orchestra.run.smithi119.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-20T19:38:44.819 INFO:teuthology.orchestra.run.smithi119.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-20T19:38:44.858 INFO:teuthology.orchestra.run.smithi137.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-20T19:38:44.882 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-20T19:38:44.906 INFO:teuthology.orchestra.run.smithi119.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-20T19:38:44.928 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-20T19:38:44.943 INFO:teuthology.orchestra.run.smithi119.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-20T19:38:44.946 INFO:teuthology.orchestra.run.smithi119.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-20T19:38:44.946 INFO:teuthology.orchestra.run.smithi119.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-20T19:38:44.953 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-20T19:38:44.960 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-20T19:38:44.964 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-20T19:38:44.964 INFO:teuthology.orchestra.run.smithi119.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-20T19:38:44.965 INFO:teuthology.orchestra.run.smithi119.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-20T19:38:44.966 INFO:teuthology.orchestra.run.smithi137.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-20T19:38:44.966 INFO:teuthology.orchestra.run.smithi137.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-20T19:38:44.966 INFO:teuthology.orchestra.run.smithi137.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-20T19:38:44.968 INFO:teuthology.orchestra.run.smithi119.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-20T19:38:44.968 INFO:teuthology.orchestra.run.smithi119.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-20T19:38:44.971 INFO:teuthology.orchestra.run.smithi119.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-20T19:38:44.977 INFO:teuthology.orchestra.run.smithi119.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-20T19:38:44.978 INFO:teuthology.orchestra.run.smithi119.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-20T19:38:44.980 INFO:teuthology.orchestra.run.smithi119.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-20T19:38:44.987 INFO:teuthology.orchestra.run.smithi137.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-20T19:38:44.989 INFO:teuthology.orchestra.run.smithi137.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-20T19:38:44.989 INFO:teuthology.orchestra.run.smithi137.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-20T19:38:44.990 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-20T19:38:44.995 INFO:teuthology.orchestra.run.smithi137.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-20T19:38:44.998 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-20T19:38:44.999 INFO:teuthology.orchestra.run.smithi018.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-20T19:38:44.999 INFO:teuthology.orchestra.run.smithi137.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-20T19:38:45.000 INFO:teuthology.orchestra.run.smithi137.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-20T19:38:45.000 INFO:teuthology.orchestra.run.smithi137.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-20T19:38:45.009 INFO:teuthology.orchestra.run.smithi137.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-20T19:38:45.009 INFO:teuthology.orchestra.run.smithi137.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-20T19:38:45.013 INFO:teuthology.orchestra.run.smithi119.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-20T19:38:45.013 INFO:teuthology.orchestra.run.smithi119.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-20T19:38:45.013 INFO:teuthology.orchestra.run.smithi119.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-20T19:38:45.016 INFO:teuthology.orchestra.run.smithi137.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-20T19:38:45.018 INFO:teuthology.orchestra.run.smithi137.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-20T19:38:45.024 INFO:teuthology.orchestra.run.smithi137.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-20T19:38:45.028 INFO:teuthology.orchestra.run.smithi137.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-20T19:38:45.029 INFO:teuthology.orchestra.run.smithi137.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-20T19:38:45.031 INFO:teuthology.orchestra.run.smithi018.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-20T19:38:45.031 INFO:teuthology.orchestra.run.smithi018.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-20T19:38:45.036 INFO:teuthology.orchestra.run.smithi018.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-20T19:38:45.036 INFO:teuthology.orchestra.run.smithi018.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-20T19:38:45.045 INFO:teuthology.orchestra.run.smithi018.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-20T19:38:45.051 INFO:teuthology.orchestra.run.smithi018.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-20T19:38:45.052 INFO:teuthology.orchestra.run.smithi137.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-20T19:38:45.053 INFO:teuthology.orchestra.run.smithi137.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-20T19:38:45.054 INFO:teuthology.orchestra.run.smithi018.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-20T19:38:45.056 INFO:teuthology.orchestra.run.smithi137.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-20T19:38:45.056 INFO:teuthology.orchestra.run.smithi137.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-20T19:38:45.063 INFO:teuthology.orchestra.run.smithi137.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-20T19:38:45.068 INFO:teuthology.orchestra.run.smithi137.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-20T19:38:45.070 INFO:teuthology.orchestra.run.smithi137.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-20T19:38:45.070 INFO:teuthology.orchestra.run.smithi137.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-20T19:38:45.071 INFO:teuthology.orchestra.run.smithi137.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-20T19:38:45.086 INFO:teuthology.orchestra.run.smithi018.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-20T19:38:45.086 INFO:teuthology.orchestra.run.smithi018.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-20T19:38:45.087 INFO:teuthology.orchestra.run.smithi018.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-20T19:38:45.087 INFO:teuthology.orchestra.run.smithi018.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-20T19:38:45.087 INFO:teuthology.orchestra.run.smithi018.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-20T19:38:45.088 INFO:teuthology.orchestra.run.smithi018.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-20T19:38:45.088 INFO:teuthology.orchestra.run.smithi018.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-20T19:38:45.088 INFO:teuthology.orchestra.run.smithi018.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-20T19:38:45.103 INFO:teuthology.orchestra.run.smithi137.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-20T19:38:45.103 INFO:teuthology.orchestra.run.smithi137.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-20T19:38:45.103 INFO:teuthology.orchestra.run.smithi137.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-20T19:38:45.103 INFO:teuthology.orchestra.run.smithi018.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-20T19:38:45.104 INFO:teuthology.orchestra.run.smithi137.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-20T19:38:45.104 INFO:teuthology.orchestra.run.smithi137.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-20T19:38:45.104 INFO:teuthology.orchestra.run.smithi137.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-20T19:38:45.104 INFO:teuthology.orchestra.run.smithi137.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-20T19:38:45.105 INFO:teuthology.orchestra.run.smithi137.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-20T19:38:45.119 INFO:teuthology.orchestra.run.smithi137.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-20T19:38:45.120 INFO:teuthology.orchestra.run.smithi018.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-20T19:38:45.120 INFO:teuthology.orchestra.run.smithi018.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-20T19:38:45.120 INFO:teuthology.orchestra.run.smithi018.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-20T19:38:45.137 INFO:teuthology.orchestra.run.smithi137.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-20T19:38:45.155 INFO:teuthology.orchestra.run.smithi119.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-20T19:38:45.201 INFO:teuthology.orchestra.run.smithi018.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-20T19:38:45.295 INFO:teuthology.orchestra.run.smithi119.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-20T19:38:45.485 INFO:teuthology.orchestra.run.smithi018.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-20T19:38:45.614 INFO:teuthology.orchestra.run.smithi119.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-20T19:38:45.649 INFO:teuthology.orchestra.run.smithi119.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-20T19:38:45.660 INFO:teuthology.orchestra.run.smithi018.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-20T19:38:45.663 INFO:teuthology.orchestra.run.smithi119.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-20T19:38:45.664 INFO:teuthology.orchestra.run.smithi119.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-20T19:38:45.672 INFO:teuthology.orchestra.run.smithi018.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-20T19:38:45.673 INFO:teuthology.orchestra.run.smithi018.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-20T19:38:45.733 INFO:teuthology.orchestra.run.smithi119.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-20T19:38:45.737 INFO:teuthology.orchestra.run.smithi119.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-20T19:38:45.754 INFO:teuthology.orchestra.run.smithi119.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-20T19:38:45.754 INFO:teuthology.orchestra.run.smithi119.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-20T19:38:45.759 INFO:teuthology.orchestra.run.smithi018.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-20T19:38:45.760 INFO:teuthology.orchestra.run.smithi018.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-20T19:38:45.769 INFO:teuthology.orchestra.run.smithi018.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-20T19:38:45.769 INFO:teuthology.orchestra.run.smithi018.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-20T19:38:45.785 INFO:teuthology.orchestra.run.smithi119.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-20T19:38:45.787 INFO:teuthology.orchestra.run.smithi018.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-20T19:38:45.802 INFO:teuthology.orchestra.run.smithi119.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-20T19:38:45.807 INFO:teuthology.orchestra.run.smithi119.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-20T19:38:45.808 INFO:teuthology.orchestra.run.smithi119.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-20T19:38:45.808 INFO:teuthology.orchestra.run.smithi119.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-20T19:38:45.822 INFO:teuthology.orchestra.run.smithi018.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-20T19:38:45.825 INFO:teuthology.orchestra.run.smithi018.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-20T19:38:45.827 INFO:teuthology.orchestra.run.smithi018.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-20T19:38:45.828 INFO:teuthology.orchestra.run.smithi018.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-20T19:38:45.863 INFO:teuthology.orchestra.run.smithi119.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-20T19:38:45.864 INFO:teuthology.orchestra.run.smithi119.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-20T19:38:45.864 INFO:teuthology.orchestra.run.smithi119.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-20T19:38:45.865 INFO:teuthology.orchestra.run.smithi119.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-20T19:38:45.892 INFO:teuthology.orchestra.run.smithi119.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-20T19:38:45.892 INFO:teuthology.orchestra.run.smithi119.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-20T19:38:45.893 INFO:teuthology.orchestra.run.smithi119.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-20T19:38:45.893 INFO:teuthology.orchestra.run.smithi119.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-20T19:38:45.894 INFO:teuthology.orchestra.run.smithi119.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-20T19:38:45.907 INFO:teuthology.orchestra.run.smithi018.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-20T19:38:45.908 INFO:teuthology.orchestra.run.smithi018.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-20T19:38:45.944 INFO:teuthology.orchestra.run.smithi119.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-20T19:38:51.264 INFO:teuthology.orchestra.run.smithi119.stdout:Fetched 16.3 MB in 2s (7,519 kB/s) 2024-09-20T19:38:51.370 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 16.3 MB in 2s (7,377 kB/s) 2024-09-20T19:38:51.667 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 16.3 MB in 2s (7,202 kB/s) 2024-09-20T19:38:52.699 INFO:teuthology.orchestra.run.smithi119.stdout:Reading package lists... 2024-09-20T19:38:52.716 DEBUG:teuthology.orchestra.run.smithi119:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T19:38:52.820 INFO:teuthology.orchestra.run.smithi119.stdout:Reading package lists... 2024-09-20T19:38:52.884 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-09-20T19:38:52.903 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T19:38:52.965 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-09-20T19:38:53.007 INFO:teuthology.orchestra.run.smithi119.stdout:Building dependency tree... 2024-09-20T19:38:53.007 INFO:teuthology.orchestra.run.smithi119.stdout:Reading state information... 2024-09-20T19:38:53.154 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-20T19:38:53.172 DEBUG:teuthology.orchestra.run.smithi018:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T19:38:53.176 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-09-20T19:38:53.176 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-09-20T19:38:53.177 INFO:teuthology.orchestra.run.smithi119.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T19:38:53.177 INFO:teuthology.orchestra.run.smithi119.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T19:38:53.177 INFO:teuthology.orchestra.run.smithi119.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T19:38:53.178 INFO:teuthology.orchestra.run.smithi119.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T19:38:53.178 INFO:teuthology.orchestra.run.smithi119.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-20T19:38:53.178 INFO:teuthology.orchestra.run.smithi119.stdout: python2.7-minimal 2024-09-20T19:38:53.178 INFO:teuthology.orchestra.run.smithi119.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T19:38:53.179 INFO:teuthology.orchestra.run.smithi119.stdout:The following additional packages will be installed: 2024-09-20T19:38:53.179 INFO:teuthology.orchestra.run.smithi119.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T19:38:53.179 INFO:teuthology.orchestra.run.smithi119.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-20T19:38:53.180 INFO:teuthology.orchestra.run.smithi119.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-20T19:38:53.181 INFO:teuthology.orchestra.run.smithi119.stdout:Suggested packages: 2024-09-20T19:38:53.181 INFO:teuthology.orchestra.run.smithi119.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-20T19:38:53.181 INFO:teuthology.orchestra.run.smithi119.stdout:Recommended packages: 2024-09-20T19:38:53.181 INFO:teuthology.orchestra.run.smithi119.stdout: thermald 2024-09-20T19:38:53.227 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-20T19:38:53.230 INFO:teuthology.orchestra.run.smithi119.stdout:The following NEW packages will be installed: 2024-09-20T19:38:53.231 INFO:teuthology.orchestra.run.smithi119.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T19:38:53.231 INFO:teuthology.orchestra.run.smithi119.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-20T19:38:53.231 INFO:teuthology.orchestra.run.smithi119.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-20T19:38:53.232 INFO:teuthology.orchestra.run.smithi119.stdout:The following packages will be upgraded: 2024-09-20T19:38:53.233 INFO:teuthology.orchestra.run.smithi119.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-20T19:38:53.287 INFO:teuthology.orchestra.run.smithi119.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T19:38:53.287 INFO:teuthology.orchestra.run.smithi119.stdout:Need to get 113 MB of archives. 2024-09-20T19:38:53.287 INFO:teuthology.orchestra.run.smithi119.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-20T19:38:53.287 INFO:teuthology.orchestra.run.smithi119.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-20T19:38:53.351 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T19:38:53.351 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T19:38:53.351 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T19:38:53.352 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T19:38:53.352 INFO:teuthology.orchestra.run.smithi137.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-20T19:38:53.352 INFO:teuthology.orchestra.run.smithi137.stdout: python2.7-minimal 2024-09-20T19:38:53.352 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T19:38:53.353 INFO:teuthology.orchestra.run.smithi137.stdout:The following additional packages will be installed: 2024-09-20T19:38:53.353 INFO:teuthology.orchestra.run.smithi137.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T19:38:53.354 INFO:teuthology.orchestra.run.smithi137.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-20T19:38:53.354 INFO:teuthology.orchestra.run.smithi137.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-20T19:38:53.355 INFO:teuthology.orchestra.run.smithi137.stdout:Suggested packages: 2024-09-20T19:38:53.355 INFO:teuthology.orchestra.run.smithi137.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-20T19:38:53.355 INFO:teuthology.orchestra.run.smithi137.stdout:Recommended packages: 2024-09-20T19:38:53.355 INFO:teuthology.orchestra.run.smithi137.stdout: thermald 2024-09-20T19:38:53.414 INFO:teuthology.orchestra.run.smithi137.stdout:The following NEW packages will be installed: 2024-09-20T19:38:53.414 INFO:teuthology.orchestra.run.smithi137.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T19:38:53.414 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-20T19:38:53.415 INFO:teuthology.orchestra.run.smithi137.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-20T19:38:53.416 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages will be upgraded: 2024-09-20T19:38:53.416 INFO:teuthology.orchestra.run.smithi137.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-20T19:38:53.418 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2024-09-20T19:38:53.419 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2024-09-20T19:38:53.467 INFO:teuthology.orchestra.run.smithi137.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T19:38:53.468 INFO:teuthology.orchestra.run.smithi137.stdout:Need to get 113 MB of archives. 2024-09-20T19:38:53.468 INFO:teuthology.orchestra.run.smithi137.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-20T19:38:53.468 INFO:teuthology.orchestra.run.smithi137.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-20T19:38:53.595 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T19:38:53.595 INFO:teuthology.orchestra.run.smithi018.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T19:38:53.595 INFO:teuthology.orchestra.run.smithi018.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T19:38:53.596 INFO:teuthology.orchestra.run.smithi018.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T19:38:53.596 INFO:teuthology.orchestra.run.smithi018.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-20T19:38:53.596 INFO:teuthology.orchestra.run.smithi018.stdout: python2.7-minimal 2024-09-20T19:38:53.596 INFO:teuthology.orchestra.run.smithi018.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T19:38:53.597 INFO:teuthology.orchestra.run.smithi018.stdout:The following additional packages will be installed: 2024-09-20T19:38:53.597 INFO:teuthology.orchestra.run.smithi018.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T19:38:53.597 INFO:teuthology.orchestra.run.smithi018.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-20T19:38:53.598 INFO:teuthology.orchestra.run.smithi018.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-20T19:38:53.599 INFO:teuthology.orchestra.run.smithi018.stdout:Suggested packages: 2024-09-20T19:38:53.599 INFO:teuthology.orchestra.run.smithi018.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-20T19:38:53.599 INFO:teuthology.orchestra.run.smithi018.stdout:Recommended packages: 2024-09-20T19:38:53.599 INFO:teuthology.orchestra.run.smithi018.stdout: thermald 2024-09-20T19:38:53.638 INFO:teuthology.orchestra.run.smithi018.stdout:The following NEW packages will be installed: 2024-09-20T19:38:53.638 INFO:teuthology.orchestra.run.smithi018.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T19:38:53.638 INFO:teuthology.orchestra.run.smithi018.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-20T19:38:53.639 INFO:teuthology.orchestra.run.smithi018.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-20T19:38:53.640 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages will be upgraded: 2024-09-20T19:38:53.640 INFO:teuthology.orchestra.run.smithi018.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-20T19:38:53.692 INFO:teuthology.orchestra.run.smithi018.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T19:38:53.692 INFO:teuthology.orchestra.run.smithi018.stdout:Need to get 113 MB of archives. 2024-09-20T19:38:53.692 INFO:teuthology.orchestra.run.smithi018.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-20T19:38:53.692 INFO:teuthology.orchestra.run.smithi018.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-20T19:38:53.697 INFO:teuthology.orchestra.run.smithi119.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-20T19:38:53.793 INFO:teuthology.orchestra.run.smithi119.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-20T19:38:53.886 INFO:teuthology.orchestra.run.smithi137.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-20T19:38:53.981 INFO:teuthology.orchestra.run.smithi137.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-20T19:38:54.143 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-20T19:38:54.267 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-20T19:38:54.631 INFO:teuthology.orchestra.run.smithi119.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-20T19:38:54.632 INFO:teuthology.orchestra.run.smithi119.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-20T19:38:54.632 INFO:teuthology.orchestra.run.smithi119.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-20T19:38:54.765 INFO:teuthology.orchestra.run.smithi119.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-20T19:38:54.786 INFO:teuthology.orchestra.run.smithi119.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-20T19:38:54.818 INFO:teuthology.orchestra.run.smithi137.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-20T19:38:54.818 INFO:teuthology.orchestra.run.smithi137.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-20T19:38:54.819 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-20T19:38:54.955 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-20T19:38:54.975 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-20T19:38:55.099 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-20T19:38:55.100 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-20T19:38:55.100 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-20T19:38:55.177 INFO:teuthology.orchestra.run.smithi119.stdout:Fetched 113 MB in 2s (73.3 MB/s) 2024-09-20T19:38:55.229 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-20T19:38:55.252 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-20T19:38:55.343 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-20T19:38:55.442 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 113 MB in 2s (69.9 MB/s) 2024-09-20T19:38:55.623 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-20T19:38:55.742 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 113 MB in 2s (68.0 MB/s) 2024-09-20T19:38:55.901 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-20T19:38:57.366 INFO:teuthology.orchestra.run.smithi119.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-09-20T19:38:57.372 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T19:38:57.582 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:38:57.638 INFO:teuthology.orchestra.run.smithi137.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-09-20T19:38:57.645 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T19:38:57.769 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:38:57.874 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:38:57.879 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T19:38:57.956 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:38:59.693 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-20T19:38:59.715 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T19:38:59.796 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:38:59.971 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-20T19:38:59.992 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T19:39:00.078 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:00.288 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-20T19:39:00.290 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-20T19:39:00.303 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T19:39:00.311 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T19:39:00.355 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:00.377 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:00.624 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-20T19:39:00.644 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T19:39:00.682 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:00.885 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-20T19:39:00.906 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T19:39:00.951 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:07.287 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T19:39:07.418 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T19:39:07.441 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T19:39:07.567 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T19:39:07.755 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T19:39:07.823 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T19:39:07.884 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T19:39:07.918 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T19:39:07.933 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T19:39:08.046 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T19:39:08.245 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-20T19:39:08.258 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T19:39:08.267 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-20T19:39:08.307 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-20T19:39:08.312 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T19:39:08.318 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-20T19:39:08.348 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T19:39:08.387 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T19:39:08.715 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-20T19:39:08.737 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-20T19:39:08.782 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T19:39:13.981 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-20T19:39:14.018 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T19:39:14.055 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:14.376 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-20T19:39:14.413 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T19:39:14.451 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:14.956 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-20T19:39:14.992 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T19:39:15.039 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:16.786 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T19:39:16.908 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T19:39:17.156 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T19:39:17.254 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T19:39:17.367 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T19:39:17.480 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:17.553 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T19:39:17.598 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-20T19:39:17.675 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:17.718 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:17.810 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T19:39:17.817 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-20T19:39:17.946 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:17.948 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T19:39:18.299 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T19:39:18.438 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:18.564 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-20T19:39:18.718 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:19.087 INFO:teuthology.orchestra.run.smithi018.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-20T19:39:19.087 INFO:teuthology.orchestra.run.smithi018.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-20T19:39:19.087 INFO:teuthology.orchestra.run.smithi018.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-20T19:39:19.087 INFO:teuthology.orchestra.run.smithi018.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-20T19:39:19.245 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:19.313 INFO:teuthology.orchestra.run.smithi119.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-20T19:39:19.313 INFO:teuthology.orchestra.run.smithi119.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-20T19:39:19.313 INFO:teuthology.orchestra.run.smithi119.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-20T19:39:19.313 INFO:teuthology.orchestra.run.smithi119.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-20T19:39:19.464 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:20.162 INFO:teuthology.orchestra.run.smithi137.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-20T19:39:20.162 INFO:teuthology.orchestra.run.smithi137.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-20T19:39:20.162 INFO:teuthology.orchestra.run.smithi137.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-20T19:39:20.162 INFO:teuthology.orchestra.run.smithi137.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-20T19:39:21.022 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-20T19:39:21.128 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:21.147 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-20T19:39:21.273 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:21.374 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-20T19:39:21.525 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-20T19:39:21.651 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:22.554 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-20T19:39:22.692 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:22.697 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-20T19:39:22.760 INFO:teuthology.orchestra.run.smithi018.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-20T19:39:22.760 INFO:teuthology.orchestra.run.smithi018.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-20T19:39:22.823 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:23.078 INFO:teuthology.orchestra.run.smithi119.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:23.138 INFO:teuthology.orchestra.run.smithi119.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-20T19:39:23.138 INFO:teuthology.orchestra.run.smithi119.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-20T19:39:24.233 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T19:39:24.290 INFO:teuthology.orchestra.run.smithi137.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-20T19:39:24.290 INFO:teuthology.orchestra.run.smithi137.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-20T19:39:37.379 INFO:teuthology.orchestra.run.smithi119.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-20T19:39:37.379 INFO:teuthology.orchestra.run.smithi119.stdout:Sourcing file `/etc/default/grub' 2024-09-20T19:39:37.408 INFO:teuthology.orchestra.run.smithi119.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T19:39:37.431 INFO:teuthology.orchestra.run.smithi119.stdout:Generating grub configuration file ... 2024-09-20T19:39:37.471 INFO:teuthology.orchestra.run.smithi018.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-20T19:39:37.471 INFO:teuthology.orchestra.run.smithi018.stdout:Sourcing file `/etc/default/grub' 2024-09-20T19:39:37.475 INFO:teuthology.orchestra.run.smithi018.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T19:39:37.506 INFO:teuthology.orchestra.run.smithi018.stdout:Generating grub configuration file ... 2024-09-20T19:39:37.699 INFO:teuthology.orchestra.run.smithi119.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T19:39:37.721 INFO:teuthology.orchestra.run.smithi119.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T19:39:37.745 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T19:39:37.768 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T19:39:38.055 INFO:teuthology.orchestra.run.smithi119.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T19:39:38.060 INFO:teuthology.orchestra.run.smithi119.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T19:39:38.092 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T19:39:38.098 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T19:39:38.133 INFO:teuthology.orchestra.run.smithi119.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T19:39:38.138 INFO:teuthology.orchestra.run.smithi119.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T19:39:38.172 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T19:39:38.178 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T19:39:38.320 INFO:teuthology.orchestra.run.smithi119.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T19:39:38.321 INFO:teuthology.orchestra.run.smithi119.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T19:39:38.321 INFO:teuthology.orchestra.run.smithi119.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T19:39:38.361 INFO:teuthology.orchestra.run.smithi018.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T19:39:38.361 INFO:teuthology.orchestra.run.smithi018.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T19:39:38.361 INFO:teuthology.orchestra.run.smithi018.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T19:39:38.364 INFO:teuthology.orchestra.run.smithi119.stdout:done 2024-09-20T19:39:38.408 INFO:teuthology.orchestra.run.smithi018.stdout:done 2024-09-20T19:39:38.598 INFO:teuthology.orchestra.run.smithi137.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-20T19:39:38.598 INFO:teuthology.orchestra.run.smithi137.stdout:Sourcing file `/etc/default/grub' 2024-09-20T19:39:38.620 INFO:teuthology.orchestra.run.smithi137.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T19:39:38.638 INFO:teuthology.orchestra.run.smithi137.stdout:Generating grub configuration file ... 2024-09-20T19:39:38.823 DEBUG:teuthology.orchestra.run.smithi119:> dpkg -s linux-image-generic 2024-09-20T19:39:38.847 INFO:teuthology.orchestra.run.smithi119.stdout:Package: linux-image-generic 2024-09-20T19:39:38.847 INFO:teuthology.orchestra.run.smithi119.stdout:Status: install ok installed 2024-09-20T19:39:38.847 INFO:teuthology.orchestra.run.smithi119.stdout:Priority: optional 2024-09-20T19:39:38.847 INFO:teuthology.orchestra.run.smithi119.stdout:Section: kernel 2024-09-20T19:39:38.847 INFO:teuthology.orchestra.run.smithi119.stdout:Installed-Size: 21 2024-09-20T19:39:38.847 INFO:teuthology.orchestra.run.smithi119.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T19:39:38.847 INFO:teuthology.orchestra.run.smithi119.stdout:Architecture: amd64 2024-09-20T19:39:38.847 INFO:teuthology.orchestra.run.smithi119.stdout:Source: linux-meta 2024-09-20T19:39:38.847 INFO:teuthology.orchestra.run.smithi119.stdout:Version: 5.15.0.122.122 2024-09-20T19:39:38.847 INFO:teuthology.orchestra.run.smithi119.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T19:39:38.848 INFO:teuthology.orchestra.run.smithi119.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T19:39:38.848 INFO:teuthology.orchestra.run.smithi119.stdout:Recommends: thermald 2024-09-20T19:39:38.848 INFO:teuthology.orchestra.run.smithi119.stdout:Description: Generic Linux kernel image 2024-09-20T19:39:38.848 INFO:teuthology.orchestra.run.smithi119.stdout: This package will always depend on the latest generic kernel image 2024-09-20T19:39:38.848 INFO:teuthology.orchestra.run.smithi119.stdout: available. 2024-09-20T19:39:38.848 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-20T19:39:38.848 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T19:39:38.848 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T19:39:38.848 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-20T19:39:38.848 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi119.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T19:39:38.849 DEBUG:teuthology.orchestra.run.smithi119:> sudo apt-get clean 2024-09-20T19:39:38.890 DEBUG:teuthology.orchestra.run.smithi018:> dpkg -s linux-image-generic 2024-09-20T19:39:38.908 INFO:teuthology.orchestra.run.smithi018.stdout:Package: linux-image-generic 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout:Status: install ok installed 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout:Priority: optional 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout:Section: kernel 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout:Installed-Size: 21 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: amd64 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout:Source: linux-meta 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout:Version: 5.15.0.122.122 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout:Recommends: thermald 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout:Description: Generic Linux kernel image 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout: This package will always depend on the latest generic kernel image 2024-09-20T19:39:38.909 INFO:teuthology.orchestra.run.smithi018.stdout: available. 2024-09-20T19:39:38.910 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-20T19:39:38.910 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T19:39:38.910 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T19:39:38.911 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-20T19:39:38.911 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi018.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T19:39:38.911 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get clean 2024-09-20T19:39:39.027 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T19:39:39.041 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get update 2024-09-20T19:39:39.045 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T19:39:39.053 DEBUG:teuthology.orchestra.run.smithi119:> sudo apt-get update 2024-09-20T19:39:39.162 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T19:39:39.170 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T19:39:39.283 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T19:39:39.296 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T19:39:39.371 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T19:39:39.373 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T19:39:39.446 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T19:39:39.452 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T19:39:39.456 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T19:39:39.458 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T19:39:39.525 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T19:39:39.531 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T19:39:39.712 INFO:teuthology.orchestra.run.smithi137.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T19:39:39.713 INFO:teuthology.orchestra.run.smithi137.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T19:39:39.713 INFO:teuthology.orchestra.run.smithi137.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T19:39:39.763 INFO:teuthology.orchestra.run.smithi137.stdout:done 2024-09-20T19:39:40.263 DEBUG:teuthology.orchestra.run.smithi137:> dpkg -s linux-image-generic 2024-09-20T19:39:40.291 INFO:teuthology.orchestra.run.smithi137.stdout:Package: linux-image-generic 2024-09-20T19:39:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:Status: install ok installed 2024-09-20T19:39:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:Priority: optional 2024-09-20T19:39:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:Section: kernel 2024-09-20T19:39:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:Installed-Size: 21 2024-09-20T19:39:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T19:39:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: amd64 2024-09-20T19:39:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:Source: linux-meta 2024-09-20T19:39:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:Version: 5.15.0.122.122 2024-09-20T19:39:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T19:39:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T19:39:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:Recommends: thermald 2024-09-20T19:39:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:Description: Generic Linux kernel image 2024-09-20T19:39:40.293 INFO:teuthology.orchestra.run.smithi137.stdout: This package will always depend on the latest generic kernel image 2024-09-20T19:39:40.293 INFO:teuthology.orchestra.run.smithi137.stdout: available. 2024-09-20T19:39:40.293 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-20T19:39:40.293 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T19:39:40.293 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T19:39:40.293 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-20T19:39:40.293 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi137.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T19:39:40.293 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get clean 2024-09-20T19:39:40.449 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-09-20T19:39:40.566 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T19:39:40.566 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T19:39:40.575 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T19:39:40.592 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T19:39:40.606 INFO:teuthology.orchestra.run.smithi119.stdout:Reading package lists... 2024-09-20T19:39:40.624 DEBUG:teuthology.orchestra.run.smithi119:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T19:39:40.642 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-20T19:39:40.661 DEBUG:teuthology.orchestra.run.smithi018:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T19:39:40.679 INFO:teuthology.orchestra.run.smithi119.stdout:Reading package lists... 2024-09-20T19:39:40.717 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-20T19:39:40.867 INFO:teuthology.orchestra.run.smithi119.stdout:Building dependency tree... 2024-09-20T19:39:40.867 INFO:teuthology.orchestra.run.smithi119.stdout:Reading state information... 2024-09-20T19:39:40.908 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2024-09-20T19:39:40.909 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2024-09-20T19:39:41.035 INFO:teuthology.orchestra.run.smithi119.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-20T19:39:41.035 INFO:teuthology.orchestra.run.smithi119.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T19:39:41.035 INFO:teuthology.orchestra.run.smithi119.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T19:39:41.036 INFO:teuthology.orchestra.run.smithi119.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T19:39:41.036 INFO:teuthology.orchestra.run.smithi119.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T19:39:41.036 INFO:teuthology.orchestra.run.smithi119.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T19:39:41.036 INFO:teuthology.orchestra.run.smithi119.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T19:39:41.036 INFO:teuthology.orchestra.run.smithi119.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T19:39:41.076 INFO:teuthology.orchestra.run.smithi119.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T19:39:41.079 DEBUG:teuthology.orchestra.run.smithi119:> dpkg -s linux-image-generic 2024-09-20T19:39:41.088 INFO:teuthology.orchestra.run.smithi018.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-20T19:39:41.088 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T19:39:41.088 INFO:teuthology.orchestra.run.smithi018.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T19:39:41.088 INFO:teuthology.orchestra.run.smithi018.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T19:39:41.088 INFO:teuthology.orchestra.run.smithi018.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T19:39:41.089 INFO:teuthology.orchestra.run.smithi018.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T19:39:41.089 INFO:teuthology.orchestra.run.smithi018.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T19:39:41.089 INFO:teuthology.orchestra.run.smithi018.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T19:39:41.131 INFO:teuthology.orchestra.run.smithi018.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T19:39:41.133 DEBUG:teuthology.orchestra.run.smithi018:> dpkg -s linux-image-generic 2024-09-20T19:39:41.136 INFO:teuthology.orchestra.run.smithi119.stdout:Package: linux-image-generic 2024-09-20T19:39:41.136 INFO:teuthology.orchestra.run.smithi119.stdout:Status: install ok installed 2024-09-20T19:39:41.136 INFO:teuthology.orchestra.run.smithi119.stdout:Priority: optional 2024-09-20T19:39:41.136 INFO:teuthology.orchestra.run.smithi119.stdout:Section: kernel 2024-09-20T19:39:41.136 INFO:teuthology.orchestra.run.smithi119.stdout:Installed-Size: 21 2024-09-20T19:39:41.136 INFO:teuthology.orchestra.run.smithi119.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T19:39:41.136 INFO:teuthology.orchestra.run.smithi119.stdout:Architecture: amd64 2024-09-20T19:39:41.136 INFO:teuthology.orchestra.run.smithi119.stdout:Source: linux-meta 2024-09-20T19:39:41.136 INFO:teuthology.orchestra.run.smithi119.stdout:Version: 5.15.0.122.122 2024-09-20T19:39:41.136 INFO:teuthology.orchestra.run.smithi119.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T19:39:41.136 INFO:teuthology.orchestra.run.smithi119.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T19:39:41.137 INFO:teuthology.orchestra.run.smithi119.stdout:Recommends: thermald 2024-09-20T19:39:41.137 INFO:teuthology.orchestra.run.smithi119.stdout:Description: Generic Linux kernel image 2024-09-20T19:39:41.137 INFO:teuthology.orchestra.run.smithi119.stdout: This package will always depend on the latest generic kernel image 2024-09-20T19:39:41.137 INFO:teuthology.orchestra.run.smithi119.stdout: available. 2024-09-20T19:39:41.138 DEBUG:teuthology.orchestra.run.smithi119:> mktemp 2024-09-20T19:39:41.149 INFO:teuthology.orchestra.run.smithi018.stdout:Package: linux-image-generic 2024-09-20T19:39:41.149 INFO:teuthology.orchestra.run.smithi018.stdout:Status: install ok installed 2024-09-20T19:39:41.149 INFO:teuthology.orchestra.run.smithi018.stdout:Priority: optional 2024-09-20T19:39:41.149 INFO:teuthology.orchestra.run.smithi018.stdout:Section: kernel 2024-09-20T19:39:41.149 INFO:teuthology.orchestra.run.smithi018.stdout:Installed-Size: 21 2024-09-20T19:39:41.149 INFO:teuthology.orchestra.run.smithi018.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T19:39:41.149 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: amd64 2024-09-20T19:39:41.150 INFO:teuthology.orchestra.run.smithi018.stdout:Source: linux-meta 2024-09-20T19:39:41.150 INFO:teuthology.orchestra.run.smithi018.stdout:Version: 5.15.0.122.122 2024-09-20T19:39:41.150 INFO:teuthology.orchestra.run.smithi018.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T19:39:41.150 INFO:teuthology.orchestra.run.smithi018.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T19:39:41.150 INFO:teuthology.orchestra.run.smithi018.stdout:Recommends: thermald 2024-09-20T19:39:41.150 INFO:teuthology.orchestra.run.smithi018.stdout:Description: Generic Linux kernel image 2024-09-20T19:39:41.150 INFO:teuthology.orchestra.run.smithi018.stdout: This package will always depend on the latest generic kernel image 2024-09-20T19:39:41.150 INFO:teuthology.orchestra.run.smithi018.stdout: available. 2024-09-20T19:39:41.150 DEBUG:teuthology.orchestra.run.smithi018:> mktemp 2024-09-20T19:39:41.185 INFO:teuthology.orchestra.run.smithi119.stdout:/tmp/tmp.NjunS36cIQ 2024-09-20T19:39:41.186 DEBUG:teuthology.orchestra.run.smithi119:> sudo cp /boot/grub/grub.cfg /tmp/tmp.NjunS36cIQ 2024-09-20T19:39:41.196 INFO:teuthology.orchestra.run.smithi018.stdout:/tmp/tmp.02dX68zGN2 2024-09-20T19:39:41.197 DEBUG:teuthology.orchestra.run.smithi018:> sudo cp /boot/grub/grub.cfg /tmp/tmp.02dX68zGN2 2024-09-20T19:39:41.242 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 0666 /tmp/tmp.NjunS36cIQ 2024-09-20T19:39:41.253 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0666 /tmp/tmp.02dX68zGN2 2024-09-20T19:39:41.356 DEBUG:teuthology.orchestra.remote:smithi119:/tmp/tmp.NjunS36cIQ is 10KB 2024-09-20T19:39:41.369 DEBUG:teuthology.orchestra.run.smithi119:> rm -fr /tmp/tmp.NjunS36cIQ 2024-09-20T19:39:41.374 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-20T19:39:41.375 DEBUG:teuthology.orchestra.remote:smithi018:/tmp/tmp.02dX68zGN2 is 10KB 2024-09-20T19:39:41.389 DEBUG:teuthology.orchestra.run.smithi018:> rm -fr /tmp/tmp.02dX68zGN2 2024-09-20T19:39:41.394 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-20T19:39:41.428 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-20T19:39:41.429 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-20T19:39:41.429 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-20T19:39:41.448 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-20T19:39:41.448 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-20T19:39:41.448 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-20T19:39:41.492 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-20T19:39:41.492 DEBUG:teuthology.orchestra.run.smithi119:> sudo update-grub 2024-09-20T19:39:41.524 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-20T19:39:41.524 DEBUG:teuthology.orchestra.run.smithi018:> sudo update-grub 2024-09-20T19:39:41.998 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-09-20T19:39:42.017 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T19:39:42.070 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-09-20T19:39:42.258 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-09-20T19:39:42.259 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-09-20T19:39:42.426 INFO:teuthology.orchestra.run.smithi137.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-20T19:39:42.427 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T19:39:42.427 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T19:39:42.427 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T19:39:42.427 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T19:39:42.427 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T19:39:42.427 INFO:teuthology.orchestra.run.smithi137.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T19:39:42.427 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T19:39:42.467 INFO:teuthology.orchestra.run.smithi137.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T19:39:42.469 DEBUG:teuthology.orchestra.run.smithi137:> dpkg -s linux-image-generic 2024-09-20T19:39:42.524 INFO:teuthology.orchestra.run.smithi137.stdout:Package: linux-image-generic 2024-09-20T19:39:42.524 INFO:teuthology.orchestra.run.smithi137.stdout:Status: install ok installed 2024-09-20T19:39:42.524 INFO:teuthology.orchestra.run.smithi137.stdout:Priority: optional 2024-09-20T19:39:42.525 INFO:teuthology.orchestra.run.smithi137.stdout:Section: kernel 2024-09-20T19:39:42.525 INFO:teuthology.orchestra.run.smithi137.stdout:Installed-Size: 21 2024-09-20T19:39:42.525 INFO:teuthology.orchestra.run.smithi137.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T19:39:42.525 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: amd64 2024-09-20T19:39:42.525 INFO:teuthology.orchestra.run.smithi137.stdout:Source: linux-meta 2024-09-20T19:39:42.525 INFO:teuthology.orchestra.run.smithi137.stdout:Version: 5.15.0.122.122 2024-09-20T19:39:42.525 INFO:teuthology.orchestra.run.smithi137.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T19:39:42.525 INFO:teuthology.orchestra.run.smithi137.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T19:39:42.525 INFO:teuthology.orchestra.run.smithi137.stdout:Recommends: thermald 2024-09-20T19:39:42.525 INFO:teuthology.orchestra.run.smithi137.stdout:Description: Generic Linux kernel image 2024-09-20T19:39:42.525 INFO:teuthology.orchestra.run.smithi137.stdout: This package will always depend on the latest generic kernel image 2024-09-20T19:39:42.525 INFO:teuthology.orchestra.run.smithi137.stdout: available. 2024-09-20T19:39:42.526 DEBUG:teuthology.orchestra.run.smithi137:> mktemp 2024-09-20T19:39:42.570 INFO:teuthology.orchestra.run.smithi137.stdout:/tmp/tmp.73hniBVoMQ 2024-09-20T19:39:42.570 DEBUG:teuthology.orchestra.run.smithi137:> sudo cp /boot/grub/grub.cfg /tmp/tmp.73hniBVoMQ 2024-09-20T19:39:42.626 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 0666 /tmp/tmp.73hniBVoMQ 2024-09-20T19:39:42.700 INFO:teuthology.orchestra.run.smithi018.stderr:Sourcing file `/etc/default/grub' 2024-09-20T19:39:42.702 INFO:teuthology.orchestra.run.smithi018.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T19:39:42.704 INFO:teuthology.orchestra.run.smithi018.stderr:Generating grub configuration file ... 2024-09-20T19:39:42.745 DEBUG:teuthology.orchestra.remote:smithi137:/tmp/tmp.73hniBVoMQ is 10KB 2024-09-20T19:39:42.758 DEBUG:teuthology.orchestra.run.smithi137:> rm -fr /tmp/tmp.73hniBVoMQ 2024-09-20T19:39:42.763 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-20T19:39:42.821 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-20T19:39:42.821 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-20T19:39:42.821 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-20T19:39:42.846 INFO:teuthology.orchestra.run.smithi119.stderr:Sourcing file `/etc/default/grub' 2024-09-20T19:39:42.847 INFO:teuthology.orchestra.run.smithi119.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T19:39:42.850 INFO:teuthology.orchestra.run.smithi119.stderr:Generating grub configuration file ... 2024-09-20T19:39:42.887 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T19:39:42.894 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T19:39:42.906 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-20T19:39:42.906 DEBUG:teuthology.orchestra.run.smithi137:> sudo update-grub 2024-09-20T19:39:43.033 INFO:teuthology.orchestra.run.smithi119.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T19:39:43.039 INFO:teuthology.orchestra.run.smithi119.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T19:39:43.121 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T19:39:43.126 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T19:39:43.167 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T19:39:43.172 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T19:39:43.310 INFO:teuthology.orchestra.run.smithi119.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T19:39:43.316 INFO:teuthology.orchestra.run.smithi119.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T19:39:43.359 INFO:teuthology.orchestra.run.smithi119.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T19:39:43.365 INFO:teuthology.orchestra.run.smithi119.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T19:39:43.451 INFO:teuthology.orchestra.run.smithi018.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T19:39:43.451 INFO:teuthology.orchestra.run.smithi018.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T19:39:43.451 INFO:teuthology.orchestra.run.smithi018.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T19:39:43.469 INFO:teuthology.orchestra.run.smithi018.stderr:done 2024-09-20T19:39:43.472 DEBUG:teuthology.orchestra.run.smithi018:> sudo shutdown -r now 2024-09-20T19:39:43.487 INFO:teuthology.orchestra.run.smithi119.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T19:39:43.487 INFO:teuthology.orchestra.run.smithi119.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T19:39:43.487 INFO:teuthology.orchestra.run.smithi119.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T19:39:43.507 INFO:teuthology.orchestra.run.smithi119.stderr:done 2024-09-20T19:39:43.519 DEBUG:teuthology.orchestra.run.smithi119:> sudo shutdown -r now 2024-09-20T19:39:44.212 INFO:teuthology.orchestra.run.smithi137.stderr:Sourcing file `/etc/default/grub' 2024-09-20T19:39:44.213 INFO:teuthology.orchestra.run.smithi137.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T19:39:44.216 INFO:teuthology.orchestra.run.smithi137.stderr:Generating grub configuration file ... 2024-09-20T19:39:44.509 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T19:39:44.516 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T19:39:44.840 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T19:39:44.845 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T19:39:44.889 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T19:39:44.894 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T19:39:45.037 INFO:teuthology.orchestra.run.smithi137.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T19:39:45.037 INFO:teuthology.orchestra.run.smithi137.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T19:39:45.037 INFO:teuthology.orchestra.run.smithi137.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T19:39:45.058 INFO:teuthology.orchestra.run.smithi137.stderr:done 2024-09-20T19:39:45.064 DEBUG:teuthology.orchestra.run.smithi137:> sudo shutdown -r now 2024-09-20T19:40:13.502 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-20T19:40:13.503 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-20T19:40:13.504 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:40:13.522 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-20T19:40:13.522 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-09-20T19:40:13.522 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:40:15.068 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-20T19:40:15.068 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-20T19:40:15.069 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:40:47.983 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2024-09-20T19:40:56.991 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-09-20T19:40:56.992 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:41:13.522 DEBUG:teuthology.orchestra.remote:timed out 2024-09-20T19:41:15.072 DEBUG:teuthology.orchestra.remote:timed out 2024-09-20T19:41:15.375 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2024-09-20T19:41:22.531 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-20T19:41:22.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:41:24.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-20T19:41:24.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:41:24.701 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-09-20T19:41:25.935 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-20T19:41:25.935 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-122-generic"... 2024-09-20T19:41:25.935 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-09-20T19:41:25.981 INFO:teuthology.orchestra.run.smithi137.stdout:5.15.0-122-generic 2024-09-20T19:41:25.982 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-20T19:41:25.982 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T19:41:25.982 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-20T19:41:26.983 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-20T19:41:26.983 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T19:41:27.322 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2024-09-20T19:41:27.351 DEBUG:teuthology.parallel:result is None 2024-09-20T19:41:27.376 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-09-20T19:41:27.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:41:28.576 DEBUG:teuthology.orchestra.run.smithi119:> true 2024-09-20T19:41:29.392 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-09-20T19:41:29.392 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-20T19:41:29.392 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2024-09-20T19:41:29.438 INFO:teuthology.orchestra.run.smithi119.stdout:5.15.0-122-generic 2024-09-20T19:41:29.438 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-20T19:41:29.438 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T19:41:29.439 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-20T19:41:30.349 DEBUG:teuthology.orchestra.run.smithi018:> true 2024-09-20T19:41:30.440 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-20T19:41:30.440 DEBUG:teuthology.orchestra.run.smithi119:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T19:41:30.533 INFO:teuthology.orchestra.run.smithi119.stdout:ttyS1 2024-09-20T19:41:30.580 DEBUG:teuthology.parallel:result is None 2024-09-20T19:41:31.178 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-20T19:41:31.179 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-20T19:41:31.179 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2024-09-20T19:41:31.184 INFO:teuthology.orchestra.run.smithi018.stdout:5.15.0-122-generic 2024-09-20T19:41:31.184 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-20T19:41:31.184 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T19:41:31.184 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-20T19:41:32.185 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-20T19:41:32.186 DEBUG:teuthology.orchestra.run.smithi018:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T19:41:32.626 INFO:teuthology.orchestra.run.smithi018.stdout:ttyS1 2024-09-20T19:41:32.656 DEBUG:teuthology.parallel:result is None 2024-09-20T19:41:32.656 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-20T19:41:32.670 INFO:teuthology.task.internal:Creating test directory... 2024-09-20T19:41:32.671 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T19:41:32.673 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T19:41:32.675 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T19:41:32.682 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-20T19:41:32.693 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-20T19:41:32.705 INFO:teuthology.task.internal:Creating archive directory... 2024-09-20T19:41:32.705 DEBUG:teuthology.orchestra.run.smithi018:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T19:41:32.719 DEBUG:teuthology.orchestra.run.smithi119:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T19:41:32.723 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T19:41:32.824 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-20T19:41:32.831 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-20T19:41:32.831 DEBUG:teuthology.orchestra.run.smithi018:> 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-09-20T19:41:32.833 DEBUG:teuthology.orchestra.run.smithi119:> 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-09-20T19:41:32.836 DEBUG:teuthology.orchestra.run.smithi137:> 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-09-20T19:41:32.854 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:41:32.860 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:41:32.862 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:41:32.867 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:41:32.868 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:41:32.875 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:41:32.877 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-20T19:41:32.884 INFO:teuthology.task.internal:Configuring sudo... 2024-09-20T19:41:32.884 DEBUG:teuthology.orchestra.run.smithi018:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T19:41:32.907 DEBUG:teuthology.orchestra.run.smithi119:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T19:41:32.920 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T19:41:32.933 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-20T19:41:32.941 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-20T19:41:32.942 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T19:41:32.964 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T19:41:32.979 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T19:41:32.984 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:41:33.019 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:41:33.066 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-20T19:41:33.066 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T19:41:33.128 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:41:33.133 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:41:33.183 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-20T19:41:33.183 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T19:41:33.254 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:41:33.259 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:41:33.306 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-20T19:41:33.306 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T19:41:33.368 DEBUG:teuthology.orchestra.run.smithi018:> sudo service rsyslog restart 2024-09-20T19:41:33.371 DEBUG:teuthology.orchestra.run.smithi119:> sudo service rsyslog restart 2024-09-20T19:41:33.373 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2024-09-20T19:41:33.436 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-20T19:41:33.444 INFO:teuthology.task.internal:Starting timer... 2024-09-20T19:41:33.444 INFO:teuthology.run_tasks:Running task pcp... 2024-09-20T19:41:33.465 INFO:teuthology.run_tasks:Running task selinux... 2024-09-20T19:41:33.486 DEBUG:teuthology.task.selinux:Excluding smithi018: OS 'ubuntu' does not support SELinux 2024-09-20T19:41:33.486 DEBUG:teuthology.task.selinux:Excluding smithi119: OS 'ubuntu' does not support SELinux 2024-09-20T19:41:33.486 DEBUG:teuthology.task.selinux:Excluding smithi137: OS 'ubuntu' does not support SELinux 2024-09-20T19:41:33.486 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-20T19:41:33.487 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-20T19:41:33.487 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-20T19:41:33.487 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-20T19:41:33.495 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-20T19:41:33.497 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-20T19:41:33.598 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-20T19:41:33.607 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-09-20T19:41:33.608 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi018.front.sepia.ceph.com,smithi119.front.sepia.ceph.com,smithi137.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-20T19:49:16.541 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi018.front.sepia.ceph.com'), Remote(name='ubuntu@smithi119.front.sepia.ceph.com'), Remote(name='ubuntu@smithi137.front.sepia.ceph.com')] 2024-09-20T19:49:16.542 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-20T19:49:16.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:49:16.625 DEBUG:teuthology.orchestra.run.smithi018:> true 2024-09-20T19:49:16.703 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-20T19:49:16.703 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-09-20T19:49:16.704 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:49:16.785 DEBUG:teuthology.orchestra.run.smithi119:> true 2024-09-20T19:49:16.862 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-09-20T19:49:16.863 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-20T19:49:16.863 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:49:16.943 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-09-20T19:49:17.018 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-20T19:49:17.019 INFO:teuthology.run_tasks:Running task clock... 2024-09-20T19:49:17.036 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-20T19:49:17.036 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T19:49:17.037 DEBUG:teuthology.orchestra.run.smithi018:> 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-09-20T19:49:17.039 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T19:49:17.039 DEBUG:teuthology.orchestra.run.smithi119:> 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-09-20T19:49:17.042 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T19:49:17.042 DEBUG:teuthology.orchestra.run.smithi137:> 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-09-20T19:49:17.065 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-20T19:49:17.065 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: Command line: ntpd -gq 2024-09-20T19:49:17.065 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: ---------------------------------------------------- 2024-09-20T19:49:17.066 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: ntp-4 is maintained by Network Time Foundation, 2024-09-20T19:49:17.066 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-20T19:49:17.066 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: corporation. Support and training for ntp-4 are 2024-09-20T19:49:17.066 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: available at https://www.nwtime.org/support 2024-09-20T19:49:17.066 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: ---------------------------------------------------- 2024-09-20T19:49:17.066 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: proto: precision = 0.049 usec (-24) 2024-09-20T19:49:17.067 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: basedate set to 2022-02-04 2024-09-20T19:49:17.067 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: gps base set to 2022-02-06 (week 2196) 2024-09-20T19:49:17.067 INFO:teuthology.orchestra.run.smithi018.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T19:49:17.067 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T19:49:17.068 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: restrict ::: KOD does nothing without LIMITED. 2024-09-20T19:49:17.068 INFO:teuthology.orchestra.run.smithi018.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-20T19:49:17.069 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: Listen and drop on 0 v6wildcard [::]:123 2024-09-20T19:49:17.069 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-20T19:49:17.069 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: Listen normally on 2 lo 127.0.0.1:123 2024-09-20T19:49:17.069 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: Listen normally on 3 ens1f0 172.21.15.18:123 2024-09-20T19:49:17.069 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: Listen normally on 4 lo [::1]:123 2024-09-20T19:49:17.069 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1362%4]:123 2024-09-20T19:49:17.069 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:17 ntpd[18392]: Listening on routing socket on fd #22 for interface updates 2024-09-20T19:49:17.070 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-20T19:49:17.070 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: Command line: ntpd -gq 2024-09-20T19:49:17.071 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: ---------------------------------------------------- 2024-09-20T19:49:17.071 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: ntp-4 is maintained by Network Time Foundation, 2024-09-20T19:49:17.071 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-20T19:49:17.071 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: corporation. Support and training for ntp-4 are 2024-09-20T19:49:17.071 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: available at https://www.nwtime.org/support 2024-09-20T19:49:17.071 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: ---------------------------------------------------- 2024-09-20T19:49:17.071 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: proto: precision = 0.060 usec (-24) 2024-09-20T19:49:17.071 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: basedate set to 2022-02-04 2024-09-20T19:49:17.071 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: gps base set to 2022-02-06 (week 2196) 2024-09-20T19:49:17.071 INFO:teuthology.orchestra.run.smithi119.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T19:49:17.072 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T19:49:17.072 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: restrict ::: KOD does nothing without LIMITED. 2024-09-20T19:49:17.072 INFO:teuthology.orchestra.run.smithi119.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-20T19:49:17.073 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: Listen and drop on 0 v6wildcard [::]:123 2024-09-20T19:49:17.073 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-20T19:49:17.073 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: Listen normally on 2 lo 127.0.0.1:123 2024-09-20T19:49:17.073 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: Listen normally on 3 enp3s0f1 172.21.15.119:123 2024-09-20T19:49:17.073 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: Listen normally on 4 lo [::1]:123 2024-09-20T19:49:17.073 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d5ef%5]:123 2024-09-20T19:49:17.073 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:17 ntpd[18457]: Listening on routing socket on fd #22 for interface updates 2024-09-20T19:49:17.096 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-20T19:49:17.096 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: Command line: ntpd -gq 2024-09-20T19:49:17.096 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: ---------------------------------------------------- 2024-09-20T19:49:17.096 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: ntp-4 is maintained by Network Time Foundation, 2024-09-20T19:49:17.096 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-20T19:49:17.096 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: corporation. Support and training for ntp-4 are 2024-09-20T19:49:17.096 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: available at https://www.nwtime.org/support 2024-09-20T19:49:17.096 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: ---------------------------------------------------- 2024-09-20T19:49:17.096 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: proto: precision = 0.055 usec (-24) 2024-09-20T19:49:17.097 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: basedate set to 2022-02-04 2024-09-20T19:49:17.097 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: gps base set to 2022-02-06 (week 2196) 2024-09-20T19:49:17.097 INFO:teuthology.orchestra.run.smithi137.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T19:49:17.097 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T19:49:17.098 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: restrict ::: KOD does nothing without LIMITED. 2024-09-20T19:49:17.098 INFO:teuthology.orchestra.run.smithi137.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-20T19:49:17.098 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: Listen and drop on 0 v6wildcard [::]:123 2024-09-20T19:49:17.099 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-20T19:49:17.099 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: Listen normally on 2 lo 127.0.0.1:123 2024-09-20T19:49:17.099 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: Listen normally on 3 enp3s0f1 172.21.15.137:123 2024-09-20T19:49:17.099 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: Listen normally on 4 lo [::1]:123 2024-09-20T19:49:17.099 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8137%5]:123 2024-09-20T19:49:17.099 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:17 ntpd[18523]: Listening on routing socket on fd #22 for interface updates 2024-09-20T19:49:18.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:18 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:18.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:18 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:18.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:18 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:18.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:18 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:18.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:18 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:18.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:18 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:18.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:18 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:18.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:18 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:18.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:18 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:18.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:18 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:18.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:18 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:18.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:18 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:18.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:18.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:18.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:18.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:18.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:18.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:18.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:18.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:18.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:18.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:18.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:18.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:18.098 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:18.098 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:18 ntpd[18523]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:19.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:19 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:19.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:19 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:19.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:19 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:19.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:19 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:19.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:19 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:19.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:19 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:19.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:19 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:19.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:19 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:20.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:20.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:20.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:20.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:20.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:20.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:20.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:20.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:20.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:20.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:20.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:20.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:20.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:20.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:20 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:20.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:20 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:20.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:20 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:20.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:20 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:20.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:20 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:20.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:20 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:20.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:20 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:20.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:20 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:20.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:20 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:20.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:20 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:20.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:20 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:20.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:20 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:20.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:20 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:20.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:20 ntpd[18523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:20.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:20 ntpd[18523]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:20.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:20 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:20.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:20 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:20.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:20 ntpd[18523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:20.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:20 ntpd[18523]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:21.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:21 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:21.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:21 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:21.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:21 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:21.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:21 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:21.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:21 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:21.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:21 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:21.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:21 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:21.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:21 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:21.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:21 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:21.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:21 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:21.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:21 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:21.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:21 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:21.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:21 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:21.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:21 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:21.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:21 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:21.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:21 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:21.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:21 ntpd[18523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:21.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:21 ntpd[18523]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:22.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:22 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:22.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:22 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:22.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:22 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:22.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:22 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:22.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:22 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:22.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:22 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:22.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:22 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:22.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:22 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:22.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:22 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:22.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:22 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:22.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:22 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:22.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:22 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:22.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:22 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:22.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:22 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:22.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:22 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:22.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:22 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:22.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:22 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:22.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:22 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:22.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:22 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:22.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:22 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:22.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:22 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:22.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:22 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:22.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:22 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:22.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:22 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:22.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:22 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:22.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:22 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:22.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:22 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:22.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:22 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:22.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:22 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:22.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:22 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:22.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:22 ntpd[18523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:22.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:22 ntpd[18523]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:22.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:22 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:22.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:22 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:22.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:22 ntpd[18523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:22.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:22 ntpd[18523]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:23.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:23 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:23.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:23 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:23.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:23 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:23.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:23 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:23.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:23 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:23.066 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:23 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:23.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:23 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:23.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:23 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:23.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:23 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:23.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:23 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:23.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:23 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:23.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:23 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:23.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:23 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:23.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:23 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:23.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:23 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:23.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:23 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:23.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:23 ntpd[18523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:23.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:23 ntpd[18523]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:24.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:24.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:24.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:24.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:24.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:24.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:24.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:24.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:24.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:24.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:24.067 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:24.068 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:24.068 INFO:teuthology.orchestra.run.smithi018.stdout:20 Sep 19:49:24 ntpd[18392]: ntpd: time slew -0.000595 s 2024-09-20T19:49:24.068 INFO:teuthology.orchestra.run.smithi018.stdout:ntpd: time slew -0.000595s 2024-09-20T19:49:24.068 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-20T19:49:24.068 INFO:teuthology.orchestra.run.smithi018.stderr:20 Sep 19:49:24 ntpd[18392]: can't open /var/log/ntpstats/loopstats.20240920: Permission denied 2024-09-20T19:49:24.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:24.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:24.070 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:24.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:24.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:24.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:24.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:24.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:24.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:24.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:24.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:24.071 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:24.071 INFO:teuthology.orchestra.run.smithi119.stdout:20 Sep 19:49:24 ntpd[18457]: ntpd: time slew -0.002363 s 2024-09-20T19:49:24.071 INFO:teuthology.orchestra.run.smithi119.stdout:ntpd: time slew -0.002363s 2024-09-20T19:49:24.072 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-20T19:49:24.072 INFO:teuthology.orchestra.run.smithi119.stderr:20 Sep 19:49:24 ntpd[18457]: can't open /var/log/ntpstats/loopstats.20240920: Permission denied 2024-09-20T19:49:24.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:24 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:24.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:24 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:24.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:24 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:24.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:24 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:24.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:24 ntpd[18523]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T19:49:24.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:24 ntpd[18523]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T19:49:24.096 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:24 ntpd[18523]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T19:49:24.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:24 ntpd[18523]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T19:49:24.097 INFO:teuthology.orchestra.run.smithi137.stdout:20 Sep 19:49:24 ntpd[18523]: ntpd: time slew -0.000902 s 2024-09-20T19:49:24.097 INFO:teuthology.orchestra.run.smithi137.stdout:ntpd: time slew -0.000902s 2024-09-20T19:49:24.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:24 ntpd[18523]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-20T19:49:24.097 INFO:teuthology.orchestra.run.smithi137.stderr:20 Sep 19:49:24 ntpd[18523]: can't open /var/log/ntpstats/loopstats.20240920: Permission denied 2024-09-20T19:49:24.120 INFO:teuthology.orchestra.run.smithi018.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T19:49:24.120 INFO:teuthology.orchestra.run.smithi018.stdout:============================================================================== 2024-09-20T19:49:24.120 INFO:teuthology.orchestra.run.smithi018.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:49:24.120 INFO:teuthology.orchestra.run.smithi018.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:49:24.121 INFO:teuthology.orchestra.run.smithi018.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:49:24.121 INFO:teuthology.orchestra.run.smithi018.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:49:24.122 INFO:teuthology.orchestra.run.smithi119.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T19:49:24.122 INFO:teuthology.orchestra.run.smithi119.stdout:============================================================================== 2024-09-20T19:49:24.122 INFO:teuthology.orchestra.run.smithi119.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:49:24.122 INFO:teuthology.orchestra.run.smithi119.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:49:24.122 INFO:teuthology.orchestra.run.smithi119.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:49:24.122 INFO:teuthology.orchestra.run.smithi119.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:49:24.147 INFO:teuthology.orchestra.run.smithi137.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T19:49:24.148 INFO:teuthology.orchestra.run.smithi137.stdout:============================================================================== 2024-09-20T19:49:24.148 INFO:teuthology.orchestra.run.smithi137.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:49:24.148 INFO:teuthology.orchestra.run.smithi137.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:49:24.148 INFO:teuthology.orchestra.run.smithi137.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:49:24.148 INFO:teuthology.orchestra.run.smithi137.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:49:24.148 INFO:teuthology.run_tasks:Running task install... 2024-09-20T19:49:24.160 DEBUG:teuthology.task.install:project ceph 2024-09-20T19:49:24.160 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7'}} 2024-09-20T19:49:24.160 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7'} 2024-09-20T19:49:24.160 INFO:teuthology.task.install:Using flavor: default 2024-09-20T19:49:24.166 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-09-20T19:49:24.166 INFO:teuthology.task.install:extra packages: [] 2024-09-20T19:49:24.166 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-key list | grep Ceph 2024-09-20T19:49:24.167 DEBUG:teuthology.orchestra.run.smithi119:> sudo apt-key list | grep Ceph 2024-09-20T19:49:24.167 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-key list | grep Ceph 2024-09-20T19:49:24.223 INFO:teuthology.orchestra.run.smithi119.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-20T19:49:24.225 INFO:teuthology.orchestra.run.smithi018.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-20T19:49:24.245 INFO:teuthology.orchestra.run.smithi137.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-20T19:49:24.249 INFO:teuthology.orchestra.run.smithi119.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-20T19:49:24.249 INFO:teuthology.orchestra.run.smithi119.stdout:uid [ unknown] Ceph.com (release key) 2024-09-20T19:49:24.250 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-09-20T19:49:24.250 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:49:24.255 INFO:teuthology.orchestra.run.smithi018.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-20T19:49:24.255 INFO:teuthology.orchestra.run.smithi018.stdout:uid [ unknown] Ceph.com (release key) 2024-09-20T19:49:24.255 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-09-20T19:49:24.255 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:49:24.271 INFO:teuthology.orchestra.run.smithi137.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-20T19:49:24.271 INFO:teuthology.orchestra.run.smithi137.stdout:uid [ unknown] Ceph.com (release key) 2024-09-20T19:49:24.271 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-09-20T19:49:24.272 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:49:24.390 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default/ 2024-09-20T19:49:24.391 INFO:teuthology.task.install.deb:Package version is 19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:49:24.395 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default/ 2024-09-20T19:49:24.396 INFO:teuthology.task.install.deb:Package version is 19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:49:24.403 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default/ 2024-09-20T19:49:24.404 INFO:teuthology.task.install.deb:Package version is 19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:49:24.508 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-20T19:49:24.508 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-20T19:49:24.520 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-20T19:49:24.520 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-20T19:49:24.523 DEBUG:teuthology.orchestra.run.smithi119:> sudo apt-get update 2024-09-20T19:49:24.529 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-20T19:49:24.529 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-20T19:49:24.534 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-09-20T19:49:24.543 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get update 2024-09-20T19:49:24.691 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T19:49:24.691 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T19:49:24.702 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T19:49:24.719 INFO:teuthology.orchestra.run.smithi119.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T19:49:24.746 INFO:teuthology.orchestra.run.smithi119.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy InRelease 2024-09-20T19:49:24.758 INFO:teuthology.orchestra.run.smithi137.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy InRelease 2024-09-20T19:49:24.770 INFO:teuthology.orchestra.run.smithi119.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-20T19:49:24.775 INFO:teuthology.orchestra.run.smithi018.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy InRelease 2024-09-20T19:49:24.780 INFO:teuthology.orchestra.run.smithi137.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-20T19:49:24.792 INFO:teuthology.orchestra.run.smithi119.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-20T19:49:24.797 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-20T19:49:24.803 INFO:teuthology.orchestra.run.smithi137.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-20T19:49:24.813 INFO:teuthology.orchestra.run.smithi119.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-20T19:49:24.820 INFO:teuthology.orchestra.run.smithi018.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-20T19:49:24.833 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T19:49:24.833 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T19:49:24.833 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-20T19:49:24.839 INFO:teuthology.orchestra.run.smithi119.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,429 B] 2024-09-20T19:49:24.851 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T19:49:24.851 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T19:49:24.851 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,429 B] 2024-09-20T19:49:24.862 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,429 B] 2024-09-20T19:49:24.882 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-20T19:49:24.905 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T19:49:24.923 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T19:49:24.987 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T19:49:25.005 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T19:49:25.044 INFO:teuthology.orchestra.run.smithi119.stdout:Fetched 29.3 kB in 0s (85.9 kB/s) 2024-09-20T19:49:25.210 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 29.3 kB in 0s (59.5 kB/s) 2024-09-20T19:49:25.229 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 29.3 kB in 0s (59.1 kB/s) 2024-09-20T19:49:26.069 INFO:teuthology.orchestra.run.smithi119.stdout:Reading package lists... 2024-09-20T19:49:26.085 DEBUG:teuthology.orchestra.run.smithi119:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-5127-ge8baca1e-1jammy cephadm=19.3.0-5127-ge8baca1e-1jammy ceph-mds=19.3.0-5127-ge8baca1e-1jammy ceph-mgr=19.3.0-5127-ge8baca1e-1jammy ceph-common=19.3.0-5127-ge8baca1e-1jammy ceph-fuse=19.3.0-5127-ge8baca1e-1jammy ceph-test=19.3.0-5127-ge8baca1e-1jammy ceph-volume=19.3.0-5127-ge8baca1e-1jammy radosgw=19.3.0-5127-ge8baca1e-1jammy python3-rados=19.3.0-5127-ge8baca1e-1jammy python3-rgw=19.3.0-5127-ge8baca1e-1jammy python3-cephfs=19.3.0-5127-ge8baca1e-1jammy python3-rbd=19.3.0-5127-ge8baca1e-1jammy libcephfs2=19.3.0-5127-ge8baca1e-1jammy libcephfs-dev=19.3.0-5127-ge8baca1e-1jammy librados2=19.3.0-5127-ge8baca1e-1jammy librbd1=19.3.0-5127-ge8baca1e-1jammy rbd-fuse=19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:49:26.151 INFO:teuthology.orchestra.run.smithi119.stdout:Reading package lists... 2024-09-20T19:49:26.220 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-09-20T19:49:26.236 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-5127-ge8baca1e-1jammy cephadm=19.3.0-5127-ge8baca1e-1jammy ceph-mds=19.3.0-5127-ge8baca1e-1jammy ceph-mgr=19.3.0-5127-ge8baca1e-1jammy ceph-common=19.3.0-5127-ge8baca1e-1jammy ceph-fuse=19.3.0-5127-ge8baca1e-1jammy ceph-test=19.3.0-5127-ge8baca1e-1jammy ceph-volume=19.3.0-5127-ge8baca1e-1jammy radosgw=19.3.0-5127-ge8baca1e-1jammy python3-rados=19.3.0-5127-ge8baca1e-1jammy python3-rgw=19.3.0-5127-ge8baca1e-1jammy python3-cephfs=19.3.0-5127-ge8baca1e-1jammy python3-rbd=19.3.0-5127-ge8baca1e-1jammy libcephfs2=19.3.0-5127-ge8baca1e-1jammy libcephfs-dev=19.3.0-5127-ge8baca1e-1jammy librados2=19.3.0-5127-ge8baca1e-1jammy librbd1=19.3.0-5127-ge8baca1e-1jammy rbd-fuse=19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:49:26.280 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-20T19:49:26.297 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-09-20T19:49:26.298 DEBUG:teuthology.orchestra.run.smithi018:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-5127-ge8baca1e-1jammy cephadm=19.3.0-5127-ge8baca1e-1jammy ceph-mds=19.3.0-5127-ge8baca1e-1jammy ceph-mgr=19.3.0-5127-ge8baca1e-1jammy ceph-common=19.3.0-5127-ge8baca1e-1jammy ceph-fuse=19.3.0-5127-ge8baca1e-1jammy ceph-test=19.3.0-5127-ge8baca1e-1jammy ceph-volume=19.3.0-5127-ge8baca1e-1jammy radosgw=19.3.0-5127-ge8baca1e-1jammy python3-rados=19.3.0-5127-ge8baca1e-1jammy python3-rgw=19.3.0-5127-ge8baca1e-1jammy python3-cephfs=19.3.0-5127-ge8baca1e-1jammy python3-rbd=19.3.0-5127-ge8baca1e-1jammy libcephfs2=19.3.0-5127-ge8baca1e-1jammy libcephfs-dev=19.3.0-5127-ge8baca1e-1jammy librados2=19.3.0-5127-ge8baca1e-1jammy librbd1=19.3.0-5127-ge8baca1e-1jammy rbd-fuse=19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:49:26.355 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-20T19:49:26.363 INFO:teuthology.orchestra.run.smithi119.stdout:Building dependency tree... 2024-09-20T19:49:26.364 INFO:teuthology.orchestra.run.smithi119.stdout:Reading state information... 2024-09-20T19:49:26.507 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-09-20T19:49:26.508 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-09-20T19:49:26.547 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2024-09-20T19:49:26.548 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2024-09-20T19:49:26.575 INFO:teuthology.orchestra.run.smithi119.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T19:49:26.575 INFO:teuthology.orchestra.run.smithi119.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T19:49:26.575 INFO:teuthology.orchestra.run.smithi119.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T19:49:26.575 INFO:teuthology.orchestra.run.smithi119.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T19:49:26.576 INFO:teuthology.orchestra.run.smithi119.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T19:49:26.576 INFO:teuthology.orchestra.run.smithi119.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T19:49:26.576 INFO:teuthology.orchestra.run.smithi119.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T19:49:26.576 INFO:teuthology.orchestra.run.smithi119.stdout:The following additional packages will be installed: 2024-09-20T19:49:26.576 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-20T19:49:26.577 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-20T19:49:26.578 INFO:teuthology.orchestra.run.smithi119.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-20T19:49:26.578 INFO:teuthology.orchestra.run.smithi119.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-20T19:49:26.578 INFO:teuthology.orchestra.run.smithi119.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-20T19:49:26.578 INFO:teuthology.orchestra.run.smithi119.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-20T19:49:26.578 INFO:teuthology.orchestra.run.smithi119.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-20T19:49:26.578 INFO:teuthology.orchestra.run.smithi119.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-20T19:49:26.578 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-20T19:49:26.578 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-20T19:49:26.578 INFO:teuthology.orchestra.run.smithi119.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-20T19:49:26.578 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-20T19:49:26.579 INFO:teuthology.orchestra.run.smithi119.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-20T19:49:26.579 INFO:teuthology.orchestra.run.smithi119.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-20T19:49:26.579 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-20T19:49:26.579 INFO:teuthology.orchestra.run.smithi119.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-20T19:49:26.579 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-20T19:49:26.579 INFO:teuthology.orchestra.run.smithi119.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-20T19:49:26.579 INFO:teuthology.orchestra.run.smithi119.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-20T19:49:26.579 INFO:teuthology.orchestra.run.smithi119.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-20T19:49:26.579 INFO:teuthology.orchestra.run.smithi119.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-20T19:49:26.579 INFO:teuthology.orchestra.run.smithi119.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-20T19:49:26.579 INFO:teuthology.orchestra.run.smithi119.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-20T19:49:26.579 INFO:teuthology.orchestra.run.smithi119.stdout: xmlstarlet zip 2024-09-20T19:49:26.580 INFO:teuthology.orchestra.run.smithi119.stdout:Suggested packages: 2024-09-20T19:49:26.580 INFO:teuthology.orchestra.run.smithi119.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-20T19:49:26.580 INFO:teuthology.orchestra.run.smithi119.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-20T19:49:26.580 INFO:teuthology.orchestra.run.smithi119.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-20T19:49:26.580 INFO:teuthology.orchestra.run.smithi119.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-20T19:49:26.580 INFO:teuthology.orchestra.run.smithi119.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-20T19:49:26.580 INFO:teuthology.orchestra.run.smithi119.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-20T19:49:26.580 INFO:teuthology.orchestra.run.smithi119.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-20T19:49:26.580 INFO:teuthology.orchestra.run.smithi119.stdout:Recommended packages: 2024-09-20T19:49:26.580 INFO:teuthology.orchestra.run.smithi119.stdout: btrfs-tools 2024-09-20T19:49:26.683 INFO:teuthology.orchestra.run.smithi119.stdout:The following NEW packages will be installed: 2024-09-20T19:49:26.683 INFO:teuthology.orchestra.run.smithi119.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-20T19:49:26.683 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-20T19:49:26.683 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-20T19:49:26.683 INFO:teuthology.orchestra.run.smithi119.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-20T19:49:26.683 INFO:teuthology.orchestra.run.smithi119.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-20T19:49:26.684 INFO:teuthology.orchestra.run.smithi119.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-20T19:49:26.685 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-20T19:49:26.686 INFO:teuthology.orchestra.run.smithi119.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-20T19:49:26.686 INFO:teuthology.orchestra.run.smithi119.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-20T19:49:26.686 INFO:teuthology.orchestra.run.smithi119.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-20T19:49:26.686 INFO:teuthology.orchestra.run.smithi119.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-20T19:49:26.686 INFO:teuthology.orchestra.run.smithi119.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-20T19:49:26.686 INFO:teuthology.orchestra.run.smithi119.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-20T19:49:26.686 INFO:teuthology.orchestra.run.smithi119.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-20T19:49:26.708 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T19:49:26.708 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T19:49:26.708 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T19:49:26.708 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T19:49:26.708 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T19:49:26.709 INFO:teuthology.orchestra.run.smithi137.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T19:49:26.709 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T19:49:26.709 INFO:teuthology.orchestra.run.smithi137.stdout:The following additional packages will be installed: 2024-09-20T19:49:26.709 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-20T19:49:26.710 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-20T19:49:26.710 INFO:teuthology.orchestra.run.smithi137.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-20T19:49:26.710 INFO:teuthology.orchestra.run.smithi137.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-20T19:49:26.710 INFO:teuthology.orchestra.run.smithi137.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-20T19:49:26.711 INFO:teuthology.orchestra.run.smithi137.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-20T19:49:26.711 INFO:teuthology.orchestra.run.smithi137.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-20T19:49:26.711 INFO:teuthology.orchestra.run.smithi137.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-20T19:49:26.711 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-20T19:49:26.711 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-20T19:49:26.711 INFO:teuthology.orchestra.run.smithi137.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-20T19:49:26.711 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-20T19:49:26.711 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-20T19:49:26.711 INFO:teuthology.orchestra.run.smithi137.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-20T19:49:26.712 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-20T19:49:26.712 INFO:teuthology.orchestra.run.smithi137.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-20T19:49:26.712 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-20T19:49:26.712 INFO:teuthology.orchestra.run.smithi137.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-20T19:49:26.712 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-20T19:49:26.712 INFO:teuthology.orchestra.run.smithi137.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-20T19:49:26.712 INFO:teuthology.orchestra.run.smithi137.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-20T19:49:26.712 INFO:teuthology.orchestra.run.smithi137.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-20T19:49:26.712 INFO:teuthology.orchestra.run.smithi137.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-20T19:49:26.712 INFO:teuthology.orchestra.run.smithi137.stdout: xmlstarlet zip 2024-09-20T19:49:26.712 INFO:teuthology.orchestra.run.smithi137.stdout:Suggested packages: 2024-09-20T19:49:26.713 INFO:teuthology.orchestra.run.smithi137.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-20T19:49:26.713 INFO:teuthology.orchestra.run.smithi137.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-20T19:49:26.713 INFO:teuthology.orchestra.run.smithi137.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-20T19:49:26.713 INFO:teuthology.orchestra.run.smithi137.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-20T19:49:26.713 INFO:teuthology.orchestra.run.smithi137.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-20T19:49:26.713 INFO:teuthology.orchestra.run.smithi137.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-20T19:49:26.713 INFO:teuthology.orchestra.run.smithi137.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-20T19:49:26.713 INFO:teuthology.orchestra.run.smithi137.stdout:Recommended packages: 2024-09-20T19:49:26.713 INFO:teuthology.orchestra.run.smithi137.stdout: btrfs-tools 2024-09-20T19:49:26.741 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T19:49:26.741 INFO:teuthology.orchestra.run.smithi018.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T19:49:26.741 INFO:teuthology.orchestra.run.smithi018.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T19:49:26.741 INFO:teuthology.orchestra.run.smithi018.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T19:49:26.742 INFO:teuthology.orchestra.run.smithi018.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T19:49:26.742 INFO:teuthology.orchestra.run.smithi018.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T19:49:26.742 INFO:teuthology.orchestra.run.smithi018.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T19:49:26.742 INFO:teuthology.orchestra.run.smithi018.stdout:The following additional packages will be installed: 2024-09-20T19:49:26.742 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-20T19:49:26.744 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-20T19:49:26.744 INFO:teuthology.orchestra.run.smithi018.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-20T19:49:26.744 INFO:teuthology.orchestra.run.smithi018.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-20T19:49:26.744 INFO:teuthology.orchestra.run.smithi018.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-20T19:49:26.744 INFO:teuthology.orchestra.run.smithi018.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-20T19:49:26.744 INFO:teuthology.orchestra.run.smithi018.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-20T19:49:26.744 INFO:teuthology.orchestra.run.smithi018.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-20T19:49:26.744 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-20T19:49:26.744 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-20T19:49:26.744 INFO:teuthology.orchestra.run.smithi018.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-20T19:49:26.745 INFO:teuthology.orchestra.run.smithi018.stdout: xmlstarlet zip 2024-09-20T19:49:26.746 INFO:teuthology.orchestra.run.smithi018.stdout:Suggested packages: 2024-09-20T19:49:26.746 INFO:teuthology.orchestra.run.smithi018.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-20T19:49:26.746 INFO:teuthology.orchestra.run.smithi018.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-20T19:49:26.746 INFO:teuthology.orchestra.run.smithi018.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-20T19:49:26.746 INFO:teuthology.orchestra.run.smithi018.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-20T19:49:26.746 INFO:teuthology.orchestra.run.smithi018.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-20T19:49:26.746 INFO:teuthology.orchestra.run.smithi018.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-20T19:49:26.746 INFO:teuthology.orchestra.run.smithi018.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-20T19:49:26.746 INFO:teuthology.orchestra.run.smithi018.stdout:Recommended packages: 2024-09-20T19:49:26.747 INFO:teuthology.orchestra.run.smithi018.stdout: btrfs-tools 2024-09-20T19:49:26.816 INFO:teuthology.orchestra.run.smithi137.stdout:The following NEW packages will be installed: 2024-09-20T19:49:26.816 INFO:teuthology.orchestra.run.smithi137.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-20T19:49:26.816 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-20T19:49:26.817 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-20T19:49:26.817 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-20T19:49:26.817 INFO:teuthology.orchestra.run.smithi137.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-20T19:49:26.817 INFO:teuthology.orchestra.run.smithi137.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-20T19:49:26.818 INFO:teuthology.orchestra.run.smithi137.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-20T19:49:26.818 INFO:teuthology.orchestra.run.smithi137.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-20T19:49:26.818 INFO:teuthology.orchestra.run.smithi137.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-20T19:49:26.818 INFO:teuthology.orchestra.run.smithi137.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-20T19:49:26.818 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-20T19:49:26.818 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-20T19:49:26.818 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-20T19:49:26.818 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-20T19:49:26.818 INFO:teuthology.orchestra.run.smithi137.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-20T19:49:26.818 INFO:teuthology.orchestra.run.smithi137.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-20T19:49:26.819 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-20T19:49:26.819 INFO:teuthology.orchestra.run.smithi137.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-20T19:49:26.819 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-20T19:49:26.819 INFO:teuthology.orchestra.run.smithi137.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-20T19:49:26.819 INFO:teuthology.orchestra.run.smithi137.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-20T19:49:26.819 INFO:teuthology.orchestra.run.smithi137.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-20T19:49:26.819 INFO:teuthology.orchestra.run.smithi137.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-20T19:49:26.819 INFO:teuthology.orchestra.run.smithi137.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-20T19:49:26.819 INFO:teuthology.orchestra.run.smithi137.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-20T19:49:26.819 INFO:teuthology.orchestra.run.smithi137.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-20T19:49:26.828 INFO:teuthology.orchestra.run.smithi119.stdout:0 upgraded, 119 newly installed, 0 to remove and 332 not upgraded. 2024-09-20T19:49:26.828 INFO:teuthology.orchestra.run.smithi119.stdout:Need to get 244 MB of archives. 2024-09-20T19:49:26.828 INFO:teuthology.orchestra.run.smithi119.stdout:After this operation, 909 MB of additional disk space will be used. 2024-09-20T19:49:26.828 INFO:teuthology.orchestra.run.smithi119.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-5127-ge8baca1e-1jammy [3,634 kB] 2024-09-20T19:49:26.852 INFO:teuthology.orchestra.run.smithi018.stdout:The following NEW packages will be installed: 2024-09-20T19:49:26.852 INFO:teuthology.orchestra.run.smithi018.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-20T19:49:26.852 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-20T19:49:26.852 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-20T19:49:26.852 INFO:teuthology.orchestra.run.smithi018.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-20T19:49:26.852 INFO:teuthology.orchestra.run.smithi018.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-20T19:49:26.852 INFO:teuthology.orchestra.run.smithi018.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-20T19:49:26.853 INFO:teuthology.orchestra.run.smithi018.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-20T19:49:26.853 INFO:teuthology.orchestra.run.smithi018.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-20T19:49:26.853 INFO:teuthology.orchestra.run.smithi018.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-20T19:49:26.853 INFO:teuthology.orchestra.run.smithi018.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-20T19:49:26.854 INFO:teuthology.orchestra.run.smithi018.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-20T19:49:26.855 INFO:teuthology.orchestra.run.smithi018.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-20T19:49:26.855 INFO:teuthology.orchestra.run.smithi018.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-20T19:49:26.855 INFO:teuthology.orchestra.run.smithi018.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-20T19:49:26.873 INFO:teuthology.orchestra.run.smithi119.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-20T19:49:26.879 INFO:teuthology.orchestra.run.smithi137.stdout:0 upgraded, 119 newly installed, 0 to remove and 332 not upgraded. 2024-09-20T19:49:26.879 INFO:teuthology.orchestra.run.smithi137.stdout:Need to get 244 MB of archives. 2024-09-20T19:49:26.879 INFO:teuthology.orchestra.run.smithi137.stdout:After this operation, 909 MB of additional disk space will be used. 2024-09-20T19:49:26.879 INFO:teuthology.orchestra.run.smithi137.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-20T19:49:26.967 INFO:teuthology.orchestra.run.smithi137.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-20T19:49:26.970 INFO:teuthology.orchestra.run.smithi137.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-20T19:49:26.970 INFO:teuthology.orchestra.run.smithi137.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-5127-ge8baca1e-1jammy [3,634 kB] 2024-09-20T19:49:26.987 INFO:teuthology.orchestra.run.smithi137.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-20T19:49:26.996 INFO:teuthology.orchestra.run.smithi018.stdout:0 upgraded, 119 newly installed, 0 to remove and 332 not upgraded. 2024-09-20T19:49:26.996 INFO:teuthology.orchestra.run.smithi018.stdout:Need to get 244 MB of archives. 2024-09-20T19:49:26.996 INFO:teuthology.orchestra.run.smithi018.stdout:After this operation, 909 MB of additional disk space will be used. 2024-09-20T19:49:26.997 INFO:teuthology.orchestra.run.smithi018.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-5127-ge8baca1e-1jammy [3,634 kB] 2024-09-20T19:49:27.013 INFO:teuthology.orchestra.run.smithi119.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-5127-ge8baca1e-1jammy [3,335 kB] 2024-09-20T19:49:27.041 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-20T19:49:27.047 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-20T19:49:27.052 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-20T19:49:27.064 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-20T19:49:27.064 INFO:teuthology.orchestra.run.smithi119.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-5127-ge8baca1e-1jammy [722 kB] 2024-09-20T19:49:27.069 INFO:teuthology.orchestra.run.smithi137.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-20T19:49:27.070 INFO:teuthology.orchestra.run.smithi137.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-20T19:49:27.070 INFO:teuthology.orchestra.run.smithi137.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-20T19:49:27.071 INFO:teuthology.orchestra.run.smithi137.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-20T19:49:27.075 INFO:teuthology.orchestra.run.smithi119.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-5127-ge8baca1e-1jammy [356 kB] 2024-09-20T19:49:27.079 INFO:teuthology.orchestra.run.smithi137.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-20T19:49:27.082 INFO:teuthology.orchestra.run.smithi137.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-20T19:49:27.082 INFO:teuthology.orchestra.run.smithi119.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-5127-ge8baca1e-1jammy [32.8 kB] 2024-09-20T19:49:27.083 INFO:teuthology.orchestra.run.smithi119.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-5127-ge8baca1e-1jammy [180 kB] 2024-09-20T19:49:27.084 INFO:teuthology.orchestra.run.smithi137.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-20T19:49:27.085 INFO:teuthology.orchestra.run.smithi137.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-20T19:49:27.086 INFO:teuthology.orchestra.run.smithi137.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-20T19:49:27.086 INFO:teuthology.orchestra.run.smithi119.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-5127-ge8baca1e-1jammy [73.8 kB] 2024-09-20T19:49:27.087 INFO:teuthology.orchestra.run.smithi119.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-5127-ge8baca1e-1jammy [340 kB] 2024-09-20T19:49:27.097 INFO:teuthology.orchestra.run.smithi119.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-5127-ge8baca1e-1jammy [7,965 kB] 2024-09-20T19:49:27.102 INFO:teuthology.orchestra.run.smithi137.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-20T19:49:27.105 INFO:teuthology.orchestra.run.smithi137.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-20T19:49:27.106 INFO:teuthology.orchestra.run.smithi137.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-20T19:49:27.107 INFO:teuthology.orchestra.run.smithi137.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-20T19:49:27.107 INFO:teuthology.orchestra.run.smithi137.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-20T19:49:27.108 INFO:teuthology.orchestra.run.smithi137.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-20T19:49:27.109 INFO:teuthology.orchestra.run.smithi137.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-20T19:49:27.119 INFO:teuthology.orchestra.run.smithi137.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-20T19:49:27.120 INFO:teuthology.orchestra.run.smithi137.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-20T19:49:27.120 INFO:teuthology.orchestra.run.smithi137.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-20T19:49:27.137 INFO:teuthology.orchestra.run.smithi137.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-20T19:49:27.137 INFO:teuthology.orchestra.run.smithi137.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-20T19:49:27.140 INFO:teuthology.orchestra.run.smithi137.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-20T19:49:27.140 INFO:teuthology.orchestra.run.smithi137.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-20T19:49:27.141 INFO:teuthology.orchestra.run.smithi137.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-20T19:49:27.141 INFO:teuthology.orchestra.run.smithi137.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-20T19:49:27.142 INFO:teuthology.orchestra.run.smithi137.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-20T19:49:27.154 INFO:teuthology.orchestra.run.smithi137.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-20T19:49:27.154 INFO:teuthology.orchestra.run.smithi137.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-20T19:49:27.155 INFO:teuthology.orchestra.run.smithi137.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-20T19:49:27.171 INFO:teuthology.orchestra.run.smithi137.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-20T19:49:27.171 INFO:teuthology.orchestra.run.smithi137.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-20T19:49:27.177 INFO:teuthology.orchestra.run.smithi137.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-20T19:49:27.177 INFO:teuthology.orchestra.run.smithi137.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-20T19:49:27.177 INFO:teuthology.orchestra.run.smithi137.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-20T19:49:27.178 INFO:teuthology.orchestra.run.smithi137.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-20T19:49:27.179 INFO:teuthology.orchestra.run.smithi137.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-20T19:49:27.188 INFO:teuthology.orchestra.run.smithi137.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-20T19:49:27.189 INFO:teuthology.orchestra.run.smithi137.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-20T19:49:27.190 INFO:teuthology.orchestra.run.smithi137.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-20T19:49:27.205 INFO:teuthology.orchestra.run.smithi137.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-20T19:49:27.208 INFO:teuthology.orchestra.run.smithi137.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-20T19:49:27.208 INFO:teuthology.orchestra.run.smithi137.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-20T19:49:27.209 INFO:teuthology.orchestra.run.smithi137.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-20T19:49:27.211 INFO:teuthology.orchestra.run.smithi137.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-20T19:49:27.244 INFO:teuthology.orchestra.run.smithi119.stdout:Get:11 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-5127-ge8baca1e-1jammy [112 kB] 2024-09-20T19:49:27.245 INFO:teuthology.orchestra.run.smithi119.stdout:Get:12 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-5127-ge8baca1e-1jammy [473 kB] 2024-09-20T19:49:27.258 INFO:teuthology.orchestra.run.smithi119.stdout:Get:13 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-5127-ge8baca1e-1jammy [28.3 MB] 2024-09-20T19:49:27.262 INFO:teuthology.orchestra.run.smithi137.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-20T19:49:27.262 INFO:teuthology.orchestra.run.smithi137.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-20T19:49:27.264 INFO:teuthology.orchestra.run.smithi137.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-20T19:49:27.264 INFO:teuthology.orchestra.run.smithi137.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-20T19:49:27.265 INFO:teuthology.orchestra.run.smithi137.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-20T19:49:27.282 INFO:teuthology.orchestra.run.smithi137.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-20T19:49:27.284 INFO:teuthology.orchestra.run.smithi137.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-20T19:49:27.284 INFO:teuthology.orchestra.run.smithi137.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-20T19:49:27.296 INFO:teuthology.orchestra.run.smithi119.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-20T19:49:27.298 INFO:teuthology.orchestra.run.smithi137.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-20T19:49:27.298 INFO:teuthology.orchestra.run.smithi137.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-20T19:49:27.298 INFO:teuthology.orchestra.run.smithi137.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-20T19:49:27.299 INFO:teuthology.orchestra.run.smithi137.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-20T19:49:27.299 INFO:teuthology.orchestra.run.smithi137.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-20T19:49:27.300 INFO:teuthology.orchestra.run.smithi137.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-20T19:49:27.309 INFO:teuthology.orchestra.run.smithi119.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-20T19:49:27.315 INFO:teuthology.orchestra.run.smithi137.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-20T19:49:27.316 INFO:teuthology.orchestra.run.smithi137.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-20T19:49:27.318 INFO:teuthology.orchestra.run.smithi137.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-20T19:49:27.332 INFO:teuthology.orchestra.run.smithi137.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-20T19:49:27.334 INFO:teuthology.orchestra.run.smithi137.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-20T19:49:27.335 INFO:teuthology.orchestra.run.smithi137.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-20T19:49:27.337 INFO:teuthology.orchestra.run.smithi137.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-20T19:49:27.339 INFO:teuthology.orchestra.run.smithi137.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-20T19:49:27.340 INFO:teuthology.orchestra.run.smithi137.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-20T19:49:27.340 INFO:teuthology.orchestra.run.smithi137.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-20T19:49:27.349 INFO:teuthology.orchestra.run.smithi137.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-20T19:49:27.350 INFO:teuthology.orchestra.run.smithi137.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-20T19:49:27.352 INFO:teuthology.orchestra.run.smithi137.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-20T19:49:27.366 INFO:teuthology.orchestra.run.smithi137.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-20T19:49:27.367 INFO:teuthology.orchestra.run.smithi137.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-20T19:49:27.367 INFO:teuthology.orchestra.run.smithi137.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-20T19:49:27.368 INFO:teuthology.orchestra.run.smithi137.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-20T19:49:27.369 INFO:teuthology.orchestra.run.smithi137.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-20T19:49:27.375 INFO:teuthology.orchestra.run.smithi137.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-20T19:49:27.375 INFO:teuthology.orchestra.run.smithi137.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-20T19:49:27.383 INFO:teuthology.orchestra.run.smithi137.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-20T19:49:27.386 INFO:teuthology.orchestra.run.smithi137.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-20T19:49:27.386 INFO:teuthology.orchestra.run.smithi137.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-20T19:49:27.389 INFO:teuthology.orchestra.run.smithi119.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-20T19:49:27.464 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-20T19:49:27.476 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-20T19:49:27.557 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-20T19:49:27.619 INFO:teuthology.orchestra.run.smithi119.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-20T19:49:27.637 INFO:teuthology.orchestra.run.smithi119.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-20T19:49:27.642 INFO:teuthology.orchestra.run.smithi137.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-5127-ge8baca1e-1jammy [3,335 kB] 2024-09-20T19:49:27.665 INFO:teuthology.orchestra.run.smithi119.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-20T19:49:27.673 INFO:teuthology.orchestra.run.smithi119.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-20T19:49:27.676 INFO:teuthology.orchestra.run.smithi119.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-20T19:49:27.676 INFO:teuthology.orchestra.run.smithi119.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-20T19:49:27.678 INFO:teuthology.orchestra.run.smithi119.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-20T19:49:27.694 INFO:teuthology.orchestra.run.smithi119.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-20T19:49:27.698 INFO:teuthology.orchestra.run.smithi119.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-20T19:49:27.703 INFO:teuthology.orchestra.run.smithi119.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-20T19:49:27.784 INFO:teuthology.orchestra.run.smithi119.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-20T19:49:27.784 INFO:teuthology.orchestra.run.smithi119.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-20T19:49:27.786 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-20T19:49:27.789 INFO:teuthology.orchestra.run.smithi119.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-20T19:49:27.792 INFO:teuthology.orchestra.run.smithi119.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-20T19:49:27.796 INFO:teuthology.orchestra.run.smithi119.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-20T19:49:27.797 INFO:teuthology.orchestra.run.smithi119.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-20T19:49:27.797 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-20T19:49:27.797 INFO:teuthology.orchestra.run.smithi119.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-20T19:49:27.826 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-20T19:49:27.835 INFO:teuthology.orchestra.run.smithi018.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-20T19:49:27.837 INFO:teuthology.orchestra.run.smithi018.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-20T19:49:27.838 INFO:teuthology.orchestra.run.smithi018.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-20T19:49:27.840 INFO:teuthology.orchestra.run.smithi018.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-20T19:49:27.857 INFO:teuthology.orchestra.run.smithi018.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-20T19:49:27.861 INFO:teuthology.orchestra.run.smithi018.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-20T19:49:27.870 INFO:teuthology.orchestra.run.smithi119.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-20T19:49:27.870 INFO:teuthology.orchestra.run.smithi018.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-20T19:49:27.871 INFO:teuthology.orchestra.run.smithi119.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-20T19:49:27.871 INFO:teuthology.orchestra.run.smithi119.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-20T19:49:27.908 INFO:teuthology.orchestra.run.smithi137.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-5127-ge8baca1e-1jammy [722 kB] 2024-09-20T19:49:27.924 INFO:teuthology.orchestra.run.smithi119.stdout:Get:37 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-5127-ge8baca1e-1jammy [5,213 kB] 2024-09-20T19:49:27.931 INFO:teuthology.orchestra.run.smithi137.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-5127-ge8baca1e-1jammy [356 kB] 2024-09-20T19:49:27.946 INFO:teuthology.orchestra.run.smithi137.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-5127-ge8baca1e-1jammy [32.8 kB] 2024-09-20T19:49:27.947 INFO:teuthology.orchestra.run.smithi119.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-20T19:49:27.947 INFO:teuthology.orchestra.run.smithi018.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-20T19:49:27.948 INFO:teuthology.orchestra.run.smithi119.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-20T19:49:27.948 INFO:teuthology.orchestra.run.smithi137.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-5127-ge8baca1e-1jammy [180 kB] 2024-09-20T19:49:27.948 INFO:teuthology.orchestra.run.smithi018.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-20T19:49:27.948 INFO:teuthology.orchestra.run.smithi119.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-20T19:49:27.949 INFO:teuthology.orchestra.run.smithi119.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-20T19:49:27.952 INFO:teuthology.orchestra.run.smithi137.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-5127-ge8baca1e-1jammy [73.8 kB] 2024-09-20T19:49:27.952 INFO:teuthology.orchestra.run.smithi018.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-20T19:49:27.953 INFO:teuthology.orchestra.run.smithi137.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-5127-ge8baca1e-1jammy [340 kB] 2024-09-20T19:49:27.954 INFO:teuthology.orchestra.run.smithi119.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-20T19:49:27.957 INFO:teuthology.orchestra.run.smithi018.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-20T19:49:27.960 INFO:teuthology.orchestra.run.smithi018.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-20T19:49:27.962 INFO:teuthology.orchestra.run.smithi018.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-20T19:49:27.962 INFO:teuthology.orchestra.run.smithi018.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-20T19:49:27.964 INFO:teuthology.orchestra.run.smithi018.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-20T19:49:27.965 INFO:teuthology.orchestra.run.smithi018.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-20T19:49:27.966 INFO:teuthology.orchestra.run.smithi137.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-5127-ge8baca1e-1jammy [7,965 kB] 2024-09-20T19:49:27.996 INFO:teuthology.orchestra.run.smithi119.stdout:Get:43 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-5127-ge8baca1e-1jammy [253 kB] 2024-09-20T19:49:27.998 INFO:teuthology.orchestra.run.smithi119.stdout:Get:44 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-5127-ge8baca1e-1jammy [124 kB] 2024-09-20T19:49:28.000 INFO:teuthology.orchestra.run.smithi119.stdout:Get:45 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-5127-ge8baca1e-1jammy [1,562 kB] 2024-09-20T19:49:28.022 INFO:teuthology.orchestra.run.smithi119.stdout:Get:46 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-5127-ge8baca1e-1jammy [6,311 kB] 2024-09-20T19:49:28.028 INFO:teuthology.orchestra.run.smithi119.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-20T19:49:28.029 INFO:teuthology.orchestra.run.smithi119.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-20T19:49:28.030 INFO:teuthology.orchestra.run.smithi119.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-20T19:49:28.032 INFO:teuthology.orchestra.run.smithi119.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-20T19:49:28.032 INFO:teuthology.orchestra.run.smithi119.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-20T19:49:28.033 INFO:teuthology.orchestra.run.smithi018.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-20T19:49:28.047 INFO:teuthology.orchestra.run.smithi018.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-20T19:49:28.048 INFO:teuthology.orchestra.run.smithi018.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-20T19:49:28.049 INFO:teuthology.orchestra.run.smithi018.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-20T19:49:28.050 INFO:teuthology.orchestra.run.smithi018.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-20T19:49:28.055 INFO:teuthology.orchestra.run.smithi018.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-20T19:49:28.056 INFO:teuthology.orchestra.run.smithi018.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-20T19:49:28.109 INFO:teuthology.orchestra.run.smithi119.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-20T19:49:28.112 INFO:teuthology.orchestra.run.smithi119.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-20T19:49:28.114 INFO:teuthology.orchestra.run.smithi119.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-20T19:49:28.114 INFO:teuthology.orchestra.run.smithi119.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-20T19:49:28.115 INFO:teuthology.orchestra.run.smithi018.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-20T19:49:28.116 INFO:teuthology.orchestra.run.smithi018.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-20T19:49:28.118 INFO:teuthology.orchestra.run.smithi018.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-20T19:49:28.125 INFO:teuthology.orchestra.run.smithi119.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-20T19:49:28.161 INFO:teuthology.orchestra.run.smithi119.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-5127-ge8baca1e-1jammy [23.1 MB] 2024-09-20T19:49:28.191 INFO:teuthology.orchestra.run.smithi119.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-20T19:49:28.192 INFO:teuthology.orchestra.run.smithi119.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-20T19:49:28.193 INFO:teuthology.orchestra.run.smithi119.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-20T19:49:28.195 INFO:teuthology.orchestra.run.smithi119.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-20T19:49:28.196 INFO:teuthology.orchestra.run.smithi018.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-20T19:49:28.196 INFO:teuthology.orchestra.run.smithi018.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-20T19:49:28.199 INFO:teuthology.orchestra.run.smithi018.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-20T19:49:28.199 INFO:teuthology.orchestra.run.smithi119.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-20T19:49:28.200 INFO:teuthology.orchestra.run.smithi018.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-20T19:49:28.201 INFO:teuthology.orchestra.run.smithi018.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-20T19:49:28.212 INFO:teuthology.orchestra.run.smithi018.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-20T19:49:28.233 INFO:teuthology.orchestra.run.smithi018.stdout:Get:41 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-5127-ge8baca1e-1jammy [3,335 kB] 2024-09-20T19:49:28.272 INFO:teuthology.orchestra.run.smithi119.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-20T19:49:28.275 INFO:teuthology.orchestra.run.smithi119.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-20T19:49:28.276 INFO:teuthology.orchestra.run.smithi119.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-20T19:49:28.277 INFO:teuthology.orchestra.run.smithi018.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-20T19:49:28.278 INFO:teuthology.orchestra.run.smithi018.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-20T19:49:28.279 INFO:teuthology.orchestra.run.smithi018.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-20T19:49:28.281 INFO:teuthology.orchestra.run.smithi119.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-20T19:49:28.281 INFO:teuthology.orchestra.run.smithi018.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-20T19:49:28.282 INFO:teuthology.orchestra.run.smithi119.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-20T19:49:28.353 INFO:teuthology.orchestra.run.smithi119.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-20T19:49:28.358 INFO:teuthology.orchestra.run.smithi119.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-20T19:49:28.358 INFO:teuthology.orchestra.run.smithi018.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-20T19:49:28.360 INFO:teuthology.orchestra.run.smithi018.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-20T19:49:28.362 INFO:teuthology.orchestra.run.smithi018.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-20T19:49:28.364 INFO:teuthology.orchestra.run.smithi018.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-20T19:49:28.368 INFO:teuthology.orchestra.run.smithi018.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-20T19:49:28.370 INFO:teuthology.orchestra.run.smithi018.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-20T19:49:28.439 INFO:teuthology.orchestra.run.smithi018.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-20T19:49:28.444 INFO:teuthology.orchestra.run.smithi018.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-20T19:49:28.521 INFO:teuthology.orchestra.run.smithi119.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-20T19:49:28.523 INFO:teuthology.orchestra.run.smithi119.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-20T19:49:28.526 INFO:teuthology.orchestra.run.smithi119.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-20T19:49:28.526 INFO:teuthology.orchestra.run.smithi119.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-20T19:49:28.529 INFO:teuthology.orchestra.run.smithi119.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-20T19:49:28.543 INFO:teuthology.orchestra.run.smithi137.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-5127-ge8baca1e-1jammy [112 kB] 2024-09-20T19:49:28.553 INFO:teuthology.orchestra.run.smithi137.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-5127-ge8baca1e-1jammy [473 kB] 2024-09-20T19:49:28.565 INFO:teuthology.orchestra.run.smithi119.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-20T19:49:28.569 INFO:teuthology.orchestra.run.smithi119.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-20T19:49:28.569 INFO:teuthology.orchestra.run.smithi119.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-20T19:49:28.604 INFO:teuthology.orchestra.run.smithi137.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-5127-ge8baca1e-1jammy [28.3 MB] 2024-09-20T19:49:28.605 INFO:teuthology.orchestra.run.smithi018.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-20T19:49:28.607 INFO:teuthology.orchestra.run.smithi018.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-20T19:49:28.609 INFO:teuthology.orchestra.run.smithi018.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-20T19:49:28.610 INFO:teuthology.orchestra.run.smithi018.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-20T19:49:28.612 INFO:teuthology.orchestra.run.smithi018.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-20T19:49:28.625 INFO:teuthology.orchestra.run.smithi119.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-20T19:49:28.626 INFO:teuthology.orchestra.run.smithi119.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-20T19:49:28.649 INFO:teuthology.orchestra.run.smithi018.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-20T19:49:28.652 INFO:teuthology.orchestra.run.smithi018.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-20T19:49:28.652 INFO:teuthology.orchestra.run.smithi018.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-20T19:49:28.688 INFO:teuthology.orchestra.run.smithi119.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-20T19:49:28.689 INFO:teuthology.orchestra.run.smithi119.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-20T19:49:28.690 INFO:teuthology.orchestra.run.smithi119.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-20T19:49:28.691 INFO:teuthology.orchestra.run.smithi119.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-20T19:49:28.692 INFO:teuthology.orchestra.run.smithi119.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-20T19:49:28.693 INFO:teuthology.orchestra.run.smithi119.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-20T19:49:28.700 INFO:teuthology.orchestra.run.smithi119.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-20T19:49:28.710 INFO:teuthology.orchestra.run.smithi018.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-20T19:49:28.841 INFO:teuthology.orchestra.run.smithi119.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-20T19:49:28.841 INFO:teuthology.orchestra.run.smithi119.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-20T19:49:28.841 INFO:teuthology.orchestra.run.smithi119.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-5127-ge8baca1e-1jammy [14.0 kB] 2024-09-20T19:49:28.841 INFO:teuthology.orchestra.run.smithi119.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-20T19:49:28.841 INFO:teuthology.orchestra.run.smithi119.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-5127-ge8baca1e-1jammy [880 kB] 2024-09-20T19:49:28.841 INFO:teuthology.orchestra.run.smithi119.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-5127-ge8baca1e-1jammy [2,455 kB] 2024-09-20T19:49:28.841 INFO:teuthology.orchestra.run.smithi119.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-5127-ge8baca1e-1jammy [813 kB] 2024-09-20T19:49:28.842 INFO:teuthology.orchestra.run.smithi018.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-20T19:49:28.842 INFO:teuthology.orchestra.run.smithi018.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-20T19:49:28.842 INFO:teuthology.orchestra.run.smithi018.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-20T19:49:28.842 INFO:teuthology.orchestra.run.smithi018.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-20T19:49:28.842 INFO:teuthology.orchestra.run.smithi018.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-20T19:49:28.842 INFO:teuthology.orchestra.run.smithi018.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-20T19:49:28.842 INFO:teuthology.orchestra.run.smithi018.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-20T19:49:28.842 INFO:teuthology.orchestra.run.smithi018.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-20T19:49:28.843 INFO:teuthology.orchestra.run.smithi119.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-5127-ge8baca1e-1jammy [161 kB] 2024-09-20T19:49:28.844 INFO:teuthology.orchestra.run.smithi119.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-5127-ge8baca1e-1jammy [61.5 MB] 2024-09-20T19:49:28.851 INFO:teuthology.orchestra.run.smithi119.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-20T19:49:28.853 INFO:teuthology.orchestra.run.smithi018.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-20T19:49:28.856 INFO:teuthology.orchestra.run.smithi018.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-20T19:49:28.857 INFO:teuthology.orchestra.run.smithi119.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-20T19:49:28.858 INFO:teuthology.orchestra.run.smithi018.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-20T19:49:28.860 INFO:teuthology.orchestra.run.smithi119.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-20T19:49:28.861 INFO:teuthology.orchestra.run.smithi119.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-20T19:49:28.872 INFO:teuthology.orchestra.run.smithi119.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-20T19:49:28.874 INFO:teuthology.orchestra.run.smithi119.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-20T19:49:28.882 INFO:teuthology.orchestra.run.smithi119.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-20T19:49:28.901 INFO:teuthology.orchestra.run.smithi018.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-5127-ge8baca1e-1jammy [722 kB] 2024-09-20T19:49:28.932 INFO:teuthology.orchestra.run.smithi119.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-20T19:49:28.934 INFO:teuthology.orchestra.run.smithi018.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-20T19:49:28.934 INFO:teuthology.orchestra.run.smithi119.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-20T19:49:28.935 INFO:teuthology.orchestra.run.smithi119.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-20T19:49:28.940 INFO:teuthology.orchestra.run.smithi018.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-20T19:49:28.943 INFO:teuthology.orchestra.run.smithi018.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-20T19:49:28.944 INFO:teuthology.orchestra.run.smithi018.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-20T19:49:28.955 INFO:teuthology.orchestra.run.smithi018.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-20T19:49:28.956 INFO:teuthology.orchestra.run.smithi018.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-20T19:49:28.964 INFO:teuthology.orchestra.run.smithi018.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-20T19:49:28.985 INFO:teuthology.orchestra.run.smithi018.stdout:Get:82 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-5127-ge8baca1e-1jammy [356 kB] 2024-09-20T19:49:29.014 INFO:teuthology.orchestra.run.smithi119.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-20T19:49:29.015 INFO:teuthology.orchestra.run.smithi018.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-20T19:49:29.016 INFO:teuthology.orchestra.run.smithi119.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-20T19:49:29.017 INFO:teuthology.orchestra.run.smithi018.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-20T19:49:29.018 INFO:teuthology.orchestra.run.smithi018.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-20T19:49:29.032 INFO:teuthology.orchestra.run.smithi018.stdout:Get:86 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-5127-ge8baca1e-1jammy [32.8 kB] 2024-09-20T19:49:29.033 INFO:teuthology.orchestra.run.smithi119.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-20T19:49:29.033 INFO:teuthology.orchestra.run.smithi018.stdout:Get:87 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-5127-ge8baca1e-1jammy [180 kB] 2024-09-20T19:49:29.034 INFO:teuthology.orchestra.run.smithi119.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-20T19:49:29.035 INFO:teuthology.orchestra.run.smithi119.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-20T19:49:29.041 INFO:teuthology.orchestra.run.smithi119.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-20T19:49:29.044 INFO:teuthology.orchestra.run.smithi119.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-20T19:49:29.069 INFO:teuthology.orchestra.run.smithi018.stdout:Get:88 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-5127-ge8baca1e-1jammy [73.8 kB] 2024-09-20T19:49:29.072 INFO:teuthology.orchestra.run.smithi018.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-5127-ge8baca1e-1jammy [340 kB] 2024-09-20T19:49:29.080 INFO:teuthology.orchestra.run.smithi018.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-5127-ge8baca1e-1jammy [7,965 kB] 2024-09-20T19:49:29.096 INFO:teuthology.orchestra.run.smithi018.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-20T19:49:29.098 INFO:teuthology.orchestra.run.smithi018.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-20T19:49:29.115 INFO:teuthology.orchestra.run.smithi018.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-20T19:49:29.116 INFO:teuthology.orchestra.run.smithi018.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-20T19:49:29.117 INFO:teuthology.orchestra.run.smithi018.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-20T19:49:29.122 INFO:teuthology.orchestra.run.smithi018.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-20T19:49:29.124 INFO:teuthology.orchestra.run.smithi018.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-20T19:49:29.808 INFO:teuthology.orchestra.run.smithi018.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-5127-ge8baca1e-1jammy [112 kB] 2024-09-20T19:49:29.811 INFO:teuthology.orchestra.run.smithi018.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-5127-ge8baca1e-1jammy [473 kB] 2024-09-20T19:49:29.829 INFO:teuthology.orchestra.run.smithi018.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-5127-ge8baca1e-1jammy [28.3 MB] 2024-09-20T19:49:30.172 INFO:teuthology.orchestra.run.smithi137.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-5127-ge8baca1e-1jammy [5,213 kB] 2024-09-20T19:49:30.380 INFO:teuthology.orchestra.run.smithi137.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-5127-ge8baca1e-1jammy [253 kB] 2024-09-20T19:49:30.386 INFO:teuthology.orchestra.run.smithi137.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-5127-ge8baca1e-1jammy [124 kB] 2024-09-20T19:49:30.408 INFO:teuthology.orchestra.run.smithi137.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-5127-ge8baca1e-1jammy [1,562 kB] 2024-09-20T19:49:30.492 INFO:teuthology.orchestra.run.smithi137.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-5127-ge8baca1e-1jammy [6,311 kB] 2024-09-20T19:49:30.904 INFO:teuthology.orchestra.run.smithi137.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-5127-ge8baca1e-1jammy [23.1 MB] 2024-09-20T19:49:31.307 INFO:teuthology.orchestra.run.smithi119.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-5127-ge8baca1e-1jammy [8,625 kB] 2024-09-20T19:49:31.370 INFO:teuthology.orchestra.run.smithi018.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-5127-ge8baca1e-1jammy [5,213 kB] 2024-09-20T19:49:31.487 INFO:teuthology.orchestra.run.smithi018.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-5127-ge8baca1e-1jammy [253 kB] 2024-09-20T19:49:31.512 INFO:teuthology.orchestra.run.smithi018.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-5127-ge8baca1e-1jammy [124 kB] 2024-09-20T19:49:31.515 INFO:teuthology.orchestra.run.smithi018.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-5127-ge8baca1e-1jammy [1,562 kB] 2024-09-20T19:49:31.522 INFO:teuthology.orchestra.run.smithi119.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-5127-ge8baca1e-1jammy [14.2 kB] 2024-09-20T19:49:31.522 INFO:teuthology.orchestra.run.smithi119.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-5127-ge8baca1e-1jammy [48.5 MB] 2024-09-20T19:49:31.592 INFO:teuthology.orchestra.run.smithi018.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-5127-ge8baca1e-1jammy [6,311 kB] 2024-09-20T19:49:31.893 INFO:teuthology.orchestra.run.smithi018.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-5127-ge8baca1e-1jammy [23.1 MB] 2024-09-20T19:49:32.356 INFO:teuthology.orchestra.run.smithi137.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-5127-ge8baca1e-1jammy [14.0 kB] 2024-09-20T19:49:32.356 INFO:teuthology.orchestra.run.smithi137.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-5127-ge8baca1e-1jammy [880 kB] 2024-09-20T19:49:32.373 INFO:teuthology.orchestra.run.smithi137.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-5127-ge8baca1e-1jammy [2,455 kB] 2024-09-20T19:49:32.492 INFO:teuthology.orchestra.run.smithi137.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-5127-ge8baca1e-1jammy [813 kB] 2024-09-20T19:49:32.554 INFO:teuthology.orchestra.run.smithi137.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-5127-ge8baca1e-1jammy [161 kB] 2024-09-20T19:49:32.557 INFO:teuthology.orchestra.run.smithi137.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-5127-ge8baca1e-1jammy [61.5 MB] 2024-09-20T19:49:33.086 INFO:teuthology.orchestra.run.smithi018.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-5127-ge8baca1e-1jammy [14.0 kB] 2024-09-20T19:49:33.086 INFO:teuthology.orchestra.run.smithi018.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-5127-ge8baca1e-1jammy [880 kB] 2024-09-20T19:49:33.103 INFO:teuthology.orchestra.run.smithi018.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-5127-ge8baca1e-1jammy [2,455 kB] 2024-09-20T19:49:33.151 INFO:teuthology.orchestra.run.smithi018.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-5127-ge8baca1e-1jammy [813 kB] 2024-09-20T19:49:33.203 INFO:teuthology.orchestra.run.smithi018.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-5127-ge8baca1e-1jammy [161 kB] 2024-09-20T19:49:33.207 INFO:teuthology.orchestra.run.smithi018.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-5127-ge8baca1e-1jammy [61.5 MB] 2024-09-20T19:49:33.700 INFO:teuthology.orchestra.run.smithi119.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-5127-ge8baca1e-1jammy [130 kB] 2024-09-20T19:49:33.703 INFO:teuthology.orchestra.run.smithi119.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-5127-ge8baca1e-1jammy [39.0 kB] 2024-09-20T19:49:33.704 INFO:teuthology.orchestra.run.smithi119.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-5127-ge8baca1e-1jammy [15.8 MB] 2024-09-20T19:49:34.310 INFO:teuthology.orchestra.run.smithi119.stdout:Get:119 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-5127-ge8baca1e-1jammy [91.3 kB] 2024-09-20T19:49:34.878 INFO:teuthology.orchestra.run.smithi119.stdout:Fetched 244 MB in 8s (32.0 MB/s) 2024-09-20T19:49:35.038 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-20T19:49:35.137 INFO:teuthology.orchestra.run.smithi119.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-20T19:49:35.143 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-20T19:49:35.211 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-20T19:49:35.529 INFO:teuthology.orchestra.run.smithi018.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-5127-ge8baca1e-1jammy [8,625 kB] 2024-09-20T19:49:35.540 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-20T19:49:35.566 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-20T19:49:35.606 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-20T19:49:35.663 INFO:teuthology.orchestra.run.smithi018.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-5127-ge8baca1e-1jammy [14.2 kB] 2024-09-20T19:49:35.663 INFO:teuthology.orchestra.run.smithi018.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-5127-ge8baca1e-1jammy [48.5 MB] 2024-09-20T19:49:35.809 INFO:teuthology.orchestra.run.smithi137.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-5127-ge8baca1e-1jammy [8,625 kB] 2024-09-20T19:49:35.935 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-20T19:49:35.960 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-20T19:49:36.001 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-20T19:49:36.025 INFO:teuthology.orchestra.run.smithi137.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-5127-ge8baca1e-1jammy [14.2 kB] 2024-09-20T19:49:36.026 INFO:teuthology.orchestra.run.smithi137.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-5127-ge8baca1e-1jammy [48.5 MB] 2024-09-20T19:49:36.455 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-20T19:49:36.481 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-20T19:49:36.530 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:49:36.941 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-20T19:49:36.967 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-20T19:49:37.008 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:49:37.161 INFO:teuthology.orchestra.run.smithi018.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-5127-ge8baca1e-1jammy [130 kB] 2024-09-20T19:49:37.163 INFO:teuthology.orchestra.run.smithi018.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-5127-ge8baca1e-1jammy [39.0 kB] 2024-09-20T19:49:37.165 INFO:teuthology.orchestra.run.smithi018.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-5127-ge8baca1e-1jammy [15.8 MB] 2024-09-20T19:49:37.436 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-20T19:49:37.462 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-20T19:49:37.502 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:49:37.593 INFO:teuthology.orchestra.run.smithi018.stdout:Get:119 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-5127-ge8baca1e-1jammy [91.3 kB] 2024-09-20T19:49:37.869 INFO:teuthology.orchestra.run.smithi137.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-5127-ge8baca1e-1jammy [130 kB] 2024-09-20T19:49:37.871 INFO:teuthology.orchestra.run.smithi137.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-5127-ge8baca1e-1jammy [39.0 kB] 2024-09-20T19:49:37.872 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-20T19:49:37.873 INFO:teuthology.orchestra.run.smithi137.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-5127-ge8baca1e-1jammy [15.8 MB] 2024-09-20T19:49:37.898 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-20T19:49:37.939 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-20T19:49:38.194 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 244 MB in 11s (22.7 MB/s) 2024-09-20T19:49:38.208 INFO:teuthology.orchestra.run.smithi137.stdout:Get:119 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-5127-ge8baca1e-1jammy [91.3 kB] 2024-09-20T19:49:38.267 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package librados2. 2024-09-20T19:49:38.293 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../007-librados2_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:38.330 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-20T19:49:38.333 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking librados2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:38.432 INFO:teuthology.orchestra.run.smithi018.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-20T19:49:38.437 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-20T19:49:38.520 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-20T19:49:38.778 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libnbd0. 2024-09-20T19:49:38.796 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 244 MB in 11s (21.4 MB/s) 2024-09-20T19:49:38.804 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-20T19:49:38.836 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-20T19:49:38.890 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-20T19:49:38.917 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-20T19:49:38.930 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-20T19:49:38.956 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-20T19:49:39.012 INFO:teuthology.orchestra.run.smithi137.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-20T19:49:39.017 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-20T19:49:39.096 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-20T19:49:39.147 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package librbd1. 2024-09-20T19:49:39.174 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../009-librbd1_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:39.214 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking librbd1 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:39.301 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-20T19:49:39.328 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-20T19:49:39.368 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-20T19:49:39.399 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-20T19:49:39.426 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-20T19:49:39.466 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-20T19:49:39.659 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libcephfs2. 2024-09-20T19:49:39.685 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:39.725 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libcephfs2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:39.738 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-20T19:49:39.765 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-20T19:49:39.804 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:49:39.977 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-20T19:49:40.002 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-rados. 2024-09-20T19:49:40.003 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-20T19:49:40.018 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../011-python3-rados_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:40.044 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-20T19:49:40.052 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-rados (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:40.199 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-20T19:49:40.226 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-20T19:49:40.266 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:49:40.355 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-20T19:49:40.381 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:49:40.422 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-ceph-argparse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:40.431 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-20T19:49:40.457 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-20T19:49:40.506 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:49:40.627 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-20T19:49:40.654 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-20T19:49:40.691 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-cephfs. 2024-09-20T19:49:40.694 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:49:40.706 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:40.749 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-cephfs (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:40.900 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-20T19:49:40.927 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-20T19:49:40.967 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:49:41.005 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-20T19:49:41.021 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-20T19:49:41.055 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-20T19:49:41.069 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-20T19:49:41.095 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:49:41.135 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-ceph-common (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:41.312 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-20T19:49:41.338 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-20T19:49:41.349 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package librados2. 2024-09-20T19:49:41.376 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../007-librados2_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:41.378 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:49:41.416 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking librados2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:41.455 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-20T19:49:41.481 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-20T19:49:41.530 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-20T19:49:41.726 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-20T19:49:41.749 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-20T19:49:41.790 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-20T19:49:41.833 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-prettytable. 2024-09-20T19:49:41.860 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-20T19:49:41.899 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-20T19:49:41.902 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libnbd0. 2024-09-20T19:49:41.929 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-20T19:49:41.969 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-20T19:49:42.059 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package librados2. 2024-09-20T19:49:42.085 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../007-librados2_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:42.126 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking librados2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:42.144 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-rbd. 2024-09-20T19:49:42.171 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:42.210 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-rbd (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:42.280 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package librbd1. 2024-09-20T19:49:42.307 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../009-librbd1_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:42.346 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking librbd1 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:42.530 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-20T19:49:42.557 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-20T19:49:42.596 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-20T19:49:42.603 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libnbd0. 2024-09-20T19:49:42.630 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-20T19:49:42.670 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-20T19:49:42.732 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libcephfs2. 2024-09-20T19:49:42.750 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:42.782 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libcephfs2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:42.874 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-20T19:49:42.890 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-20T19:49:42.932 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-20T19:49:42.981 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package librbd1. 2024-09-20T19:49:43.008 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../009-librbd1_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:43.040 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking librbd1 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:43.093 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-rados. 2024-09-20T19:49:43.109 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../011-python3-rados_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:43.151 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-rados (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:43.227 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-20T19:49:43.243 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-20T19:49:43.285 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-20T19:49:43.476 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libcephfs2. 2024-09-20T19:49:43.479 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-20T19:49:43.502 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:43.506 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:49:43.542 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libcephfs2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:43.545 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-ceph-argparse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:43.597 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package lua5.1. 2024-09-20T19:49:43.624 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-20T19:49:43.655 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-20T19:49:43.781 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-cephfs. 2024-09-20T19:49:43.797 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:43.811 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-rados. 2024-09-20T19:49:43.837 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../011-python3-rados_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:43.839 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-cephfs (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:43.878 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-rados (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:44.017 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package lua-any. 2024-09-20T19:49:44.032 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-20T19:49:44.075 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-20T19:49:44.118 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-20T19:49:44.145 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:49:44.178 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-ceph-common (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:44.223 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-20T19:49:44.249 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:49:44.289 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-ceph-argparse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:44.327 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package zip. 2024-09-20T19:49:44.354 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-20T19:49:44.394 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking zip (3.0-12build2) ... 2024-09-20T19:49:44.495 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-20T19:49:44.516 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-cephfs. 2024-09-20T19:49:44.523 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-20T19:49:44.532 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:44.562 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-20T19:49:44.566 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-cephfs (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:44.889 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-prettytable. 2024-09-20T19:49:44.906 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-20T19:49:44.942 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-20T19:49:44.947 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-20T19:49:44.968 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:49:44.972 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package unzip. 2024-09-20T19:49:44.988 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-20T19:49:45.023 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-20T19:49:45.217 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-rbd. 2024-09-20T19:49:45.219 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-ceph-common (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:45.234 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:45.301 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-rbd (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:45.435 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package luarocks. 2024-09-20T19:49:45.462 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-20T19:49:45.501 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-20T19:49:45.603 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-20T19:49:45.630 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-20T19:49:45.656 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-20T19:49:45.661 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-20T19:49:45.682 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-20T19:49:45.722 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-20T19:49:45.876 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package librgw2. 2024-09-20T19:49:45.903 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../026-librgw2_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:45.931 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-20T19:49:45.942 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking librgw2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:45.958 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-20T19:49:45.997 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-20T19:49:46.017 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-prettytable. 2024-09-20T19:49:46.043 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-20T19:49:46.083 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-20T19:49:46.311 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-rbd. 2024-09-20T19:49:46.326 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:46.342 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-20T19:49:46.358 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-20T19:49:46.361 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-rbd (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:46.409 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-20T19:49:46.570 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-rgw. 2024-09-20T19:49:46.597 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:46.638 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-rgw (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:46.681 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-20T19:49:46.707 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-20T19:49:46.747 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-20T19:49:46.795 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package lua5.1. 2024-09-20T19:49:46.822 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-20T19:49:46.870 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-20T19:49:46.981 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-20T19:49:47.008 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-20T19:49:47.033 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-20T19:49:47.048 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-20T19:49:47.048 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-20T19:49:47.091 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-20T19:49:47.198 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package lua-any. 2024-09-20T19:49:47.214 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-20T19:49:47.256 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-20T19:49:47.342 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libradosstriper1. 2024-09-20T19:49:47.369 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:47.402 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-20T19:49:47.409 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libradosstriper1 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:47.429 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-20T19:49:47.461 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-20T19:49:47.542 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package zip. 2024-09-20T19:49:47.569 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-20T19:49:47.617 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking zip (3.0-12build2) ... 2024-09-20T19:49:47.789 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package lua5.1. 2024-09-20T19:49:47.815 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-20T19:49:47.856 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-20T19:49:47.862 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-common. 2024-09-20T19:49:47.889 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../030-ceph-common_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:47.929 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-common (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:48.012 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package unzip. 2024-09-20T19:49:48.039 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-20T19:49:48.087 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-20T19:49:48.175 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package lua-any. 2024-09-20T19:49:48.190 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-20T19:49:48.234 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-20T19:49:48.469 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package zip. 2024-09-20T19:49:48.496 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-20T19:49:48.515 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package luarocks. 2024-09-20T19:49:48.536 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking zip (3.0-12build2) ... 2024-09-20T19:49:48.542 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-20T19:49:48.582 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-20T19:49:48.839 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package unzip. 2024-09-20T19:49:48.865 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-20T19:49:48.906 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-20T19:49:48.964 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package librgw2. 2024-09-20T19:49:48.992 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../026-librgw2_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:49.031 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking librgw2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:49.293 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package luarocks. 2024-09-20T19:49:49.319 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-20T19:49:49.359 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-20T19:49:49.417 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-base. 2024-09-20T19:49:49.444 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../031-ceph-base_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:49.493 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-base (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:49.675 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-rgw. 2024-09-20T19:49:49.702 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:49.734 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package librgw2. 2024-09-20T19:49:49.749 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-rgw (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:49.760 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../026-librgw2_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:49.800 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking librgw2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:50.153 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-20T19:49:50.181 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-20T19:49:50.222 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-20T19:49:50.227 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-20T19:49:50.248 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-20T19:49:50.280 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-20T19:49:50.403 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-rgw. 2024-09-20T19:49:50.429 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:50.469 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-rgw (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:50.616 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-cheroot. 2024-09-20T19:49:50.643 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-20T19:49:50.683 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-20T19:49:50.781 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-20T19:49:50.807 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-20T19:49:50.839 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libradosstriper1. 2024-09-20T19:49:50.839 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-20T19:49:50.866 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:50.905 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libradosstriper1 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:51.019 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-20T19:49:51.046 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-20T19:49:51.086 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-20T19:49:51.142 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libradosstriper1. 2024-09-20T19:49:51.168 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:51.208 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libradosstriper1 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:51.342 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-common. 2024-09-20T19:49:51.369 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../030-ceph-common_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:51.388 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-20T19:49:51.408 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-common (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:51.415 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-20T19:49:51.455 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-20T19:49:51.636 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-common. 2024-09-20T19:49:51.662 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../030-ceph-common_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:51.691 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-20T19:49:51.703 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-common (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:51.707 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-20T19:49:51.749 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-20T19:49:52.052 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-tempora. 2024-09-20T19:49:52.079 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-20T19:49:52.119 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-20T19:49:52.422 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-portend. 2024-09-20T19:49:52.449 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-20T19:49:52.488 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-20T19:49:52.767 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-20T19:49:52.793 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-20T19:49:52.825 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-20T19:49:52.872 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-base. 2024-09-20T19:49:52.898 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../031-ceph-base_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:52.939 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-base (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:53.111 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-20T19:49:53.138 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-20T19:49:53.141 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-base. 2024-09-20T19:49:53.168 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../031-ceph-base_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:49:53.177 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-20T19:49:53.234 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-base (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:49:53.501 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-20T19:49:53.523 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-natsort. 2024-09-20T19:49:53.528 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-20T19:49:53.550 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-20T19:49:53.567 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-20T19:49:53.589 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-20T19:49:53.770 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-20T19:49:53.797 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-20T19:49:53.837 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-20T19:49:53.870 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-cheroot. 2024-09-20T19:49:53.876 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-logutils. 2024-09-20T19:49:53.891 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-20T19:49:53.897 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-20T19:49:53.934 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-20T19:49:53.936 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-20T19:49:54.182 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-cheroot. 2024-09-20T19:49:54.208 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-20T19:49:54.237 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-20T19:49:54.248 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-20T19:49:54.256 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-20T19:49:54.263 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-20T19:49:54.283 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-20T19:49:54.303 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-20T19:49:54.322 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-20T19:49:54.568 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-20T19:49:54.594 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-20T19:49:54.618 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-mako. 2024-09-20T19:49:54.625 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-20T19:49:54.634 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-20T19:49:54.642 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-20T19:49:54.652 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-20T19:49:54.681 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-20T19:49:54.700 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-20T19:49:54.929 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-20T19:49:54.955 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-20T19:49:54.995 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-20T19:49:55.026 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-20T19:49:55.053 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-20T19:49:55.054 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-20T19:49:55.080 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-20T19:49:55.093 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-20T19:49:55.128 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-20T19:49:55.257 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-20T19:49:55.283 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-20T19:49:55.323 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-20T19:49:55.363 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-20T19:49:55.389 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-20T19:49:55.429 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-20T19:49:55.506 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-tempora. 2024-09-20T19:49:55.533 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-20T19:49:55.581 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-20T19:49:55.715 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-webob. 2024-09-20T19:49:55.742 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-20T19:49:55.782 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-20T19:49:55.809 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-tempora. 2024-09-20T19:49:55.835 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-20T19:49:55.876 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-20T19:49:56.118 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-waitress. 2024-09-20T19:49:56.125 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-portend. 2024-09-20T19:49:56.145 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-20T19:49:56.152 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-20T19:49:56.178 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-portend. 2024-09-20T19:49:56.188 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-20T19:49:56.192 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-20T19:49:56.205 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-20T19:49:56.245 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-20T19:49:56.495 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-20T19:49:56.496 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-tempita. 2024-09-20T19:49:56.515 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-20T19:49:56.522 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-20T19:49:56.522 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-20T19:49:56.541 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-20T19:49:56.561 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-20T19:49:56.562 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-20T19:49:56.573 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-20T19:49:56.857 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-paste. 2024-09-20T19:49:56.874 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-20T19:49:56.876 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-20T19:49:56.883 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-20T19:49:56.899 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-20T19:49:56.902 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-20T19:49:56.923 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-20T19:49:56.939 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-20T19:49:56.942 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-20T19:49:57.254 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-natsort. 2024-09-20T19:49:57.261 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-natsort. 2024-09-20T19:49:57.269 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-20T19:49:57.288 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-20T19:49:57.293 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-20T19:49:57.304 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-20T19:49:57.320 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-20T19:49:57.328 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-20T19:49:57.360 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-20T19:49:57.609 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-logutils. 2024-09-20T19:49:57.621 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-20T19:49:57.635 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-20T19:49:57.636 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-20T19:49:57.639 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-logutils. 2024-09-20T19:49:57.664 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-20T19:49:57.671 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-20T19:49:57.675 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-20T19:49:57.706 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-20T19:49:57.978 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-20T19:49:57.983 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-webtest. 2024-09-20T19:49:58.005 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-20T19:49:58.009 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-20T19:49:58.009 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-20T19:49:58.035 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-20T19:49:58.045 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-20T19:49:58.049 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-20T19:49:58.084 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-20T19:49:58.360 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pecan. 2024-09-20T19:49:58.364 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-mako. 2024-09-20T19:49:58.370 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-mako. 2024-09-20T19:49:58.387 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-20T19:49:58.391 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-20T19:49:58.398 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-20T19:49:58.427 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-20T19:49:58.431 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-20T19:49:58.436 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-20T19:49:58.726 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-20T19:49:58.752 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-20T19:49:58.773 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-20T19:49:58.792 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-20T19:49:58.799 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-certifi. 2024-09-20T19:49:58.800 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-20T19:49:58.825 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-20T19:49:58.840 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-20T19:49:58.865 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-20T19:49:59.095 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-20T19:49:59.122 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-20T19:49:59.125 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-20T19:49:59.152 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-20T19:49:59.162 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-20T19:49:59.176 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-idna. 2024-09-20T19:49:59.192 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-20T19:49:59.203 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-20T19:49:59.243 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-20T19:49:59.448 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-webob. 2024-09-20T19:49:59.486 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-20T19:49:59.514 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-20T19:49:59.521 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-urllib3. 2024-09-20T19:49:59.547 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-20T19:49:59.562 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-webob. 2024-09-20T19:49:59.587 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-20T19:49:59.589 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-20T19:49:59.637 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-20T19:49:59.851 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-waitress. 2024-09-20T19:49:59.877 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-20T19:49:59.907 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-requests. 2024-09-20T19:49:59.934 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-20T19:49:59.974 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-20T19:50:00.073 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-waitress. 2024-09-20T19:50:00.100 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-20T19:50:00.220 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-20T19:50:00.593 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-20T19:50:00.937 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-tempita. 2024-09-20T19:50:00.964 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-20T19:50:01.004 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-20T19:50:01.194 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-20T19:50:01.220 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-20T19:50:01.260 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-20T19:50:01.293 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-tempita. 2024-09-20T19:50:01.306 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-paste. 2024-09-20T19:50:01.320 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-20T19:50:01.333 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-20T19:50:01.359 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-20T19:50:01.373 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-20T19:50:01.555 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-20T19:50:01.581 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:01.621 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mgr-modules-core (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:01.663 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-paste. 2024-09-20T19:50:01.684 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-20T19:50:01.689 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-20T19:50:01.700 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-20T19:50:01.729 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-20T19:50:01.743 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-20T19:50:02.001 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-20T19:50:02.015 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-20T19:50:02.028 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:02.032 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-20T19:50:02.059 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:02.062 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-20T19:50:02.074 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-20T19:50:02.089 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-20T19:50:02.129 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-20T19:50:02.362 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-20T19:50:02.385 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-20T19:50:02.389 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-20T19:50:02.412 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-20T19:50:02.429 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-20T19:50:02.451 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-20T19:50:02.457 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-webtest. 2024-09-20T19:50:02.484 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-20T19:50:02.523 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-20T19:50:02.734 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-openssl. 2024-09-20T19:50:02.760 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-20T19:50:02.763 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-webtest. 2024-09-20T19:50:02.790 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-20T19:50:02.800 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-20T19:50:02.809 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pecan. 2024-09-20T19:50:02.836 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-20T19:50:02.838 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-20T19:50:02.868 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-20T19:50:03.095 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mgr. 2024-09-20T19:50:03.121 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:03.153 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mgr (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:03.180 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-certifi. 2024-09-20T19:50:03.196 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-20T19:50:03.199 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pecan. 2024-09-20T19:50:03.226 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-20T19:50:03.230 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-20T19:50:03.274 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-20T19:50:03.548 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mon. 2024-09-20T19:50:03.559 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-idna. 2024-09-20T19:50:03.574 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:03.586 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-20T19:50:03.614 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mon (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:03.625 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-20T19:50:03.695 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-certifi. 2024-09-20T19:50:03.723 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-20T19:50:03.762 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-20T19:50:03.936 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-urllib3. 2024-09-20T19:50:03.963 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-20T19:50:04.003 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-20T19:50:04.057 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-idna. 2024-09-20T19:50:04.080 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-20T19:50:04.123 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-20T19:50:04.261 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-osd. 2024-09-20T19:50:04.264 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-requests. 2024-09-20T19:50:04.279 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-20T19:50:04.286 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:04.322 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-20T19:50:04.326 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-osd (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:04.443 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-urllib3. 2024-09-20T19:50:04.470 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-20T19:50:04.509 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-20T19:50:04.634 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-20T19:50:04.660 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-20T19:50:04.700 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-20T19:50:04.871 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-requests. 2024-09-20T19:50:04.898 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-20T19:50:04.937 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-20T19:50:04.995 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-20T19:50:05.010 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:05.053 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-modules-core (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:05.249 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-20T19:50:05.276 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-20T19:50:05.315 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-20T19:50:05.379 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph. 2024-09-20T19:50:05.391 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-20T19:50:05.395 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../067-ceph_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:05.406 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:05.449 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:05.610 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-20T19:50:05.626 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:05.668 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mgr-modules-core (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:05.671 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:05.760 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-20T19:50:05.787 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-20T19:50:05.827 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-20T19:50:05.999 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-fuse. 2024-09-20T19:50:06.023 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-20T19:50:06.025 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:06.039 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:06.065 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-fuse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:06.073 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:06.129 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-openssl. 2024-09-20T19:50:06.145 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-20T19:50:06.188 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-20T19:50:06.384 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-20T19:50:06.411 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-20T19:50:06.451 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-20T19:50:06.452 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mds. 2024-09-20T19:50:06.478 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:06.507 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr. 2024-09-20T19:50:06.518 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mds (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:06.534 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:06.574 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:06.754 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-openssl. 2024-09-20T19:50:06.781 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-20T19:50:06.820 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-20T19:50:06.921 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package cephadm. 2024-09-20T19:50:06.948 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../070-cephadm_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:06.952 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mon. 2024-09-20T19:50:06.979 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:06.987 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking cephadm (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:07.019 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mon (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:07.157 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mgr. 2024-09-20T19:50:07.184 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:07.223 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mgr (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:07.265 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-20T19:50:07.292 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-20T19:50:07.332 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-20T19:50:07.639 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-osd. 2024-09-20T19:50:07.666 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:07.684 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mon. 2024-09-20T19:50:07.701 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-20T19:50:07.705 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-osd (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:07.712 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:07.717 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-20T19:50:07.751 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-20T19:50:07.759 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mon (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:08.413 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-osd. 2024-09-20T19:50:08.440 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:08.479 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-osd (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:08.698 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-babel. 2024-09-20T19:50:08.713 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-20T19:50:08.750 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph. 2024-09-20T19:50:08.756 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-20T19:50:08.766 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../067-ceph_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:08.800 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:09.059 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-jinja2. 2024-09-20T19:50:09.086 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-fuse. 2024-09-20T19:50:09.087 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-20T19:50:09.112 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:09.125 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-20T19:50:09.152 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-fuse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:09.471 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-20T19:50:09.498 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:09.514 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mds. 2024-09-20T19:50:09.537 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mgr-cephadm (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:09.540 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:09.580 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mds (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:09.624 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph. 2024-09-20T19:50:09.640 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../067-ceph_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:09.683 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:09.874 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-20T19:50:09.901 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-20T19:50:09.940 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-20T19:50:09.983 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package cephadm. 2024-09-20T19:50:10.010 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../070-cephadm_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:10.050 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking cephadm (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:10.060 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-fuse. 2024-09-20T19:50:10.087 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:10.135 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-fuse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:10.252 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-routes. 2024-09-20T19:50:10.276 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-20T19:50:10.318 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-20T19:50:10.361 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-20T19:50:10.387 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-20T19:50:10.444 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-20T19:50:10.563 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mds. 2024-09-20T19:50:10.591 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:10.630 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mds (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:10.663 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-20T19:50:10.690 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:10.729 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mgr-dashboard (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:10.772 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-20T19:50:10.787 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-20T19:50:10.830 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-20T19:50:11.025 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package cephadm. 2024-09-20T19:50:11.052 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../070-cephadm_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:11.091 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking cephadm (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:11.644 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-20T19:50:11.671 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-20T19:50:11.710 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-20T19:50:11.985 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-babel. 2024-09-20T19:50:12.012 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-20T19:50:12.038 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-20T19:50:12.051 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-20T19:50:12.065 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-20T19:50:12.105 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-20T19:50:12.371 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jinja2. 2024-09-20T19:50:12.397 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-20T19:50:12.437 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-20T19:50:12.765 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-20T19:50:12.780 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:12.823 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-cephadm (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:13.110 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-babel. 2024-09-20T19:50:13.126 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-20T19:50:13.152 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-20T19:50:13.159 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-20T19:50:13.179 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-20T19:50:13.218 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-20T19:50:13.504 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-jinja2. 2024-09-20T19:50:13.529 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-routes. 2024-09-20T19:50:13.532 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-20T19:50:13.556 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-20T19:50:13.571 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-20T19:50:13.596 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-20T19:50:13.610 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-20T19:50:13.639 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-20T19:50:13.684 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-20T19:50:13.924 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-20T19:50:13.932 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-20T19:50:13.952 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:13.959 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:13.990 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mgr-cephadm (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:13.998 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-dashboard (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:14.221 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-joblib. 2024-09-20T19:50:14.249 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-20T19:50:14.288 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-20T19:50:14.335 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-20T19:50:14.363 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-20T19:50:14.402 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-20T19:50:14.650 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-20T19:50:14.677 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-20T19:50:14.705 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-routes. 2024-09-20T19:50:14.716 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-20T19:50:14.733 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-20T19:50:14.771 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-20T19:50:15.027 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-sklearn. 2024-09-20T19:50:15.054 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-20T19:50:15.125 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-20T19:50:15.152 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:15.188 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-20T19:50:15.191 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mgr-dashboard (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:15.933 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-20T19:50:15.962 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:16.147 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:16.754 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-20T19:50:16.783 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-20T19:50:16.820 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-20T19:50:17.100 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-cachetools. 2024-09-20T19:50:17.116 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-20T19:50:17.150 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-20T19:50:17.290 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-joblib. 2024-09-20T19:50:17.317 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-20T19:50:17.356 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-20T19:50:17.454 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-20T19:50:17.481 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-20T19:50:17.528 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-20T19:50:17.719 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-20T19:50:17.746 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-20T19:50:17.785 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-20T19:50:17.865 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-20T19:50:17.892 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-20T19:50:17.931 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-20T19:50:18.064 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-20T19:50:18.088 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-sklearn. 2024-09-20T19:50:18.094 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-20T19:50:18.116 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-20T19:50:18.138 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-20T19:50:18.226 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-rsa. 2024-09-20T19:50:18.240 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-20T19:50:18.254 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-20T19:50:18.292 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-20T19:50:18.579 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-google-auth. 2024-09-20T19:50:18.607 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-20T19:50:18.637 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-20T19:50:18.642 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-joblib. 2024-09-20T19:50:18.669 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-20T19:50:18.708 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-20T19:50:18.932 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-20T19:50:18.960 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-20T19:50:18.999 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-20T19:50:19.007 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-20T19:50:19.035 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:19.037 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-20T19:50:19.065 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-20T19:50:19.074 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:19.103 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-20T19:50:19.310 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-websocket. 2024-09-20T19:50:19.338 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-20T19:50:19.377 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-20T19:50:19.414 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-sklearn. 2024-09-20T19:50:19.442 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-20T19:50:19.575 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-20T19:50:19.697 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-20T19:50:19.725 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-20T19:50:19.763 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-20T19:50:19.986 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-cachetools. 2024-09-20T19:50:20.016 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-20T19:50:20.052 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-20T19:50:20.321 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-20T19:50:20.349 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-20T19:50:20.351 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-20T19:50:20.380 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:20.387 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-20T19:50:20.426 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:20.502 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-20T19:50:20.519 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:20.561 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:20.733 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-20T19:50:20.761 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-20T19:50:20.799 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-20T19:50:20.864 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-20T19:50:20.892 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-20T19:50:20.930 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-20T19:50:21.128 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-rsa. 2024-09-20T19:50:21.156 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-20T19:50:21.194 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-20T19:50:21.373 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-20T19:50:21.401 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-20T19:50:21.472 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-google-auth. 2024-09-20T19:50:21.483 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-20T19:50:21.487 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-cachetools. 2024-09-20T19:50:21.500 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-20T19:50:21.516 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-20T19:50:21.539 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-20T19:50:21.554 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-20T19:50:21.753 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package jq. 2024-09-20T19:50:21.781 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-20T19:50:21.807 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-20T19:50:21.819 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-20T19:50:21.835 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-20T19:50:21.850 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-20T19:50:21.879 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-20T19:50:22.047 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package socat. 2024-09-20T19:50:22.057 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-20T19:50:22.062 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-20T19:50:22.075 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-20T19:50:22.097 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-20T19:50:22.342 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package xmlstarlet. 2024-09-20T19:50:22.358 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-20T19:50:22.391 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-20T19:50:22.453 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-websocket. 2024-09-20T19:50:22.481 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-20T19:50:22.502 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-20T19:50:22.520 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-20T19:50:22.530 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-20T19:50:22.576 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-20T19:50:22.721 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-test. 2024-09-20T19:50:22.749 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../098-ceph-test_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:22.779 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-test (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:22.840 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-20T19:50:22.868 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-20T19:50:22.906 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-20T19:50:22.946 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-rsa. 2024-09-20T19:50:22.974 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-20T19:50:23.021 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-20T19:50:23.375 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-google-auth. 2024-09-20T19:50:23.403 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-20T19:50:23.441 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-20T19:50:23.587 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-20T19:50:23.616 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:23.653 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:23.778 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-20T19:50:23.806 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-20T19:50:23.844 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-20T19:50:23.973 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-20T19:50:24.000 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-20T19:50:24.039 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-20T19:50:24.164 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-websocket. 2024-09-20T19:50:24.192 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-20T19:50:24.239 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-20T19:50:24.367 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-20T19:50:24.395 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-20T19:50:24.434 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-20T19:50:24.618 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-20T19:50:24.644 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package jq. 2024-09-20T19:50:24.646 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-20T19:50:24.661 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-20T19:50:24.692 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-20T19:50:24.703 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-20T19:50:24.956 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package socat. 2024-09-20T19:50:24.984 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-20T19:50:25.022 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-20T19:50:25.067 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package ceph-volume. 2024-09-20T19:50:25.094 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:25.133 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking ceph-volume (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:25.342 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package xmlstarlet. 2024-09-20T19:50:25.370 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-20T19:50:25.373 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-20T19:50:25.400 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-20T19:50:25.402 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:25.439 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:25.445 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-20T19:50:25.473 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:25.512 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking libcephfs-dev (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:25.701 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-20T19:50:25.729 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-20T19:50:25.754 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-test. 2024-09-20T19:50:25.759 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-20T19:50:25.771 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../098-ceph-test_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:25.812 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-test (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:25.831 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-20T19:50:25.859 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-20T19:50:25.898 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-20T19:50:26.087 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-20T19:50:26.115 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-20T19:50:26.153 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-20T19:50:26.195 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-20T19:50:26.222 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-20T19:50:26.252 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-20T19:50:26.423 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package jq. 2024-09-20T19:50:26.440 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-20T19:50:26.498 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-20T19:50:26.640 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package nvme-cli. 2024-09-20T19:50:26.668 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-20T19:50:26.706 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-20T19:50:26.742 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package socat. 2024-09-20T19:50:26.759 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-20T19:50:26.792 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-20T19:50:27.079 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package xmlstarlet. 2024-09-20T19:50:27.095 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-20T19:50:27.128 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package pkg-config. 2024-09-20T19:50:27.129 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-20T19:50:27.156 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-20T19:50:27.195 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-20T19:50:27.481 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-20T19:50:27.509 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-20T19:50:27.547 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-20T19:50:27.683 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-test. 2024-09-20T19:50:27.700 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../098-ceph-test_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:27.733 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-test (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:27.967 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-20T19:50:27.995 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-20T19:50:28.042 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-20T19:50:28.092 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-volume. 2024-09-20T19:50:28.120 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:28.150 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-volume (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:28.320 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pastescript. 2024-09-20T19:50:28.348 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-20T19:50:28.378 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-20T19:50:28.437 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-20T19:50:28.453 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:28.487 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libcephfs-dev (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:28.640 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pluggy. 2024-09-20T19:50:28.668 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-20T19:50:28.706 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-20T19:50:28.781 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-20T19:50:28.809 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-20T19:50:28.848 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-20T19:50:29.026 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-psutil. 2024-09-20T19:50:29.054 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-20T19:50:29.093 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-20T19:50:29.177 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-20T19:50:29.205 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-20T19:50:29.244 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-20T19:50:29.429 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-py. 2024-09-20T19:50:29.457 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-20T19:50:29.495 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-20T19:50:29.589 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package nvme-cli. 2024-09-20T19:50:29.617 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-20T19:50:29.656 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-20T19:50:29.832 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pygments. 2024-09-20T19:50:29.860 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-20T19:50:29.898 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-20T19:50:29.954 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-volume. 2024-09-20T19:50:29.983 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-5127-ge8baca1e-1jammy_all.deb ... 2024-09-20T19:50:30.020 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-volume (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:30.069 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package pkg-config. 2024-09-20T19:50:30.097 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-20T19:50:30.136 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-20T19:50:30.291 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-20T19:50:30.313 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:30.349 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libcephfs-dev (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:30.353 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-20T19:50:30.381 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-20T19:50:30.397 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-20T19:50:30.419 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-20T19:50:30.425 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-20T19:50:30.463 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-20T19:50:30.635 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-20T19:50:30.664 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-20T19:50:30.693 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-20T19:50:30.730 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-toml. 2024-09-20T19:50:30.758 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-20T19:50:30.797 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-20T19:50:30.858 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-20T19:50:30.886 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-20T19:50:30.924 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-20T19:50:31.048 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-20T19:50:31.050 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-pytest. 2024-09-20T19:50:31.066 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-20T19:50:31.077 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-20T19:50:31.099 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-20T19:50:31.115 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-20T19:50:31.194 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pastescript. 2024-09-20T19:50:31.222 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-20T19:50:31.260 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-20T19:50:31.494 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package nvme-cli. 2024-09-20T19:50:31.522 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-20T19:50:31.560 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-20T19:50:31.597 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pluggy. 2024-09-20T19:50:31.625 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-20T19:50:31.663 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-20T19:50:31.712 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package python3-simplejson. 2024-09-20T19:50:31.740 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-20T19:50:31.778 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-20T19:50:31.966 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package pkg-config. 2024-09-20T19:50:31.966 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-psutil. 2024-09-20T19:50:31.994 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-20T19:50:31.994 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-20T19:50:32.032 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-20T19:50:32.033 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-20T19:50:32.048 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-20T19:50:32.076 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-20T19:50:32.114 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-20T19:50:32.260 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-20T19:50:32.277 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-20T19:50:32.310 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-20T19:50:32.344 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-py. 2024-09-20T19:50:32.372 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-20T19:50:32.411 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-20T19:50:32.688 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-20T19:50:32.717 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-20T19:50:32.739 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pygments. 2024-09-20T19:50:32.746 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-20T19:50:32.767 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-20T19:50:32.805 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-20T19:50:32.827 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package radosgw. 2024-09-20T19:50:32.855 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../117-radosgw_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:32.893 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking radosgw (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:33.032 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pastescript. 2024-09-20T19:50:33.061 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-20T19:50:33.098 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-20T19:50:33.260 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-20T19:50:33.288 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-20T19:50:33.326 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-20T19:50:33.436 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pluggy. 2024-09-20T19:50:33.464 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-20T19:50:33.502 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-20T19:50:33.604 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-toml. 2024-09-20T19:50:33.632 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-20T19:50:33.670 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-20T19:50:33.762 INFO:teuthology.orchestra.run.smithi119.stdout:Selecting previously unselected package rbd-fuse. 2024-09-20T19:50:33.776 INFO:teuthology.orchestra.run.smithi119.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:33.813 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-psutil. 2024-09-20T19:50:33.821 INFO:teuthology.orchestra.run.smithi119.stdout:Unpacking rbd-fuse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:33.842 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-20T19:50:33.880 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-20T19:50:33.973 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pytest. 2024-09-20T19:50:34.001 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-20T19:50:34.039 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-20T19:50:34.159 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-20T19:50:34.241 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-py. 2024-09-20T19:50:34.270 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-20T19:50:34.316 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-20T19:50:34.335 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-simplejson. 2024-09-20T19:50:34.363 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-20T19:50:34.401 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-20T19:50:34.426 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-20T19:50:34.553 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-20T19:50:34.636 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pygments. 2024-09-20T19:50:34.654 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-20T19:50:34.665 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-20T19:50:34.682 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-20T19:50:34.702 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-20T19:50:34.720 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-20T19:50:34.784 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-20T19:50:35.104 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-20T19:50:35.148 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-20T19:50:35.177 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-20T19:50:35.223 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-20T19:50:35.383 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package radosgw. 2024-09-20T19:50:35.411 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../117-radosgw_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:35.449 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking radosgw (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:35.518 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-toml. 2024-09-20T19:50:35.525 INFO:teuthology.orchestra.run.smithi119.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-20T19:50:35.546 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-20T19:50:35.584 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-20T19:50:35.613 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up cephadm (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:35.887 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pytest. 2024-09-20T19:50:35.916 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-20T19:50:35.962 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-20T19:50:36.265 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-simplejson. 2024-09-20T19:50:36.282 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-20T19:50:36.323 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-20T19:50:36.386 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package rbd-fuse. 2024-09-20T19:50:36.414 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:36.452 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking rbd-fuse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:36.547 INFO:teuthology.orchestra.run.smithi119.stdout:Adding system user cephadm....done 2024-09-20T19:50:36.568 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-20T19:50:36.597 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-20T19:50:36.634 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-20T19:50:36.678 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-20T19:50:36.740 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-20T19:50:36.954 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-20T19:50:36.982 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-20T19:50:37.108 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-20T19:50:37.206 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-20T19:50:37.332 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-20T19:50:37.373 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-20T19:50:37.399 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package radosgw. 2024-09-20T19:50:37.428 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../117-radosgw_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:37.465 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking radosgw (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:37.600 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-20T19:50:37.729 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-20T19:50:37.876 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-20T19:50:38.010 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-20T19:50:38.146 INFO:teuthology.orchestra.run.smithi137.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-20T19:50:38.211 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up cephadm (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:38.345 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-20T19:50:38.385 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package rbd-fuse. 2024-09-20T19:50:38.414 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-5127-ge8baca1e-1jammy_amd64.deb ... 2024-09-20T19:50:38.451 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking rbd-fuse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:38.727 INFO:teuthology.orchestra.run.smithi137.stdout:Adding system user cephadm....done 2024-09-20T19:50:38.731 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-20T19:50:38.739 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-20T19:50:38.875 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-20T19:50:38.982 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-20T19:50:38.990 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-20T19:50:39.116 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-20T19:50:39.160 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-20T19:50:39.266 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-20T19:50:39.395 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-20T19:50:39.411 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-20T19:50:39.521 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-20T19:50:39.543 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-20T19:50:39.731 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-20T19:50:39.780 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-20T19:50:39.803 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-20T19:50:40.031 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-20T19:50:40.095 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-20T19:50:40.143 INFO:teuthology.orchestra.run.smithi018.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-20T19:50:40.182 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-20T19:50:40.234 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up cephadm (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:40.380 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-ceph-argparse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:40.494 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-20T19:50:40.647 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-20T19:50:40.798 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-20T19:50:40.835 INFO:teuthology.orchestra.run.smithi018.stdout:Adding system user cephadm....done 2024-09-20T19:50:40.854 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-20T19:50:40.933 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-20T19:50:41.050 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-20T19:50:41.084 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-20T19:50:41.105 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-20T19:50:41.235 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-20T19:50:41.389 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-20T19:50:41.408 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-20T19:50:41.511 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-20T19:50:41.657 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-20T19:50:41.768 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-20T19:50:41.907 INFO:teuthology.orchestra.run.smithi119.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-20T19:50:41.916 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-20T19:50:41.935 INFO:teuthology.orchestra.run.smithi119.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-20T19:50:41.962 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-20T19:50:41.989 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-20T19:50:42.099 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-20T19:50:42.184 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-20T19:50:42.230 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-20T19:50:42.460 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-ceph-argparse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:42.475 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-20T19:50:42.498 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-20T19:50:42.599 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-20T19:50:42.626 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-20T19:50:42.911 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-20T19:50:42.917 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-20T19:50:42.961 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-20T19:50:43.070 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-20T19:50:43.178 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-20T19:50:43.180 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-20T19:50:43.286 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-20T19:50:43.306 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-20T19:50:43.432 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-20T19:50:43.496 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up zip (3.0-12build2) ... 2024-09-20T19:50:43.546 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-20T19:50:43.605 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-20T19:50:43.691 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-20T19:50:43.822 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-20T19:50:44.089 INFO:teuthology.orchestra.run.smithi137.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-20T19:50:44.107 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-20T19:50:44.121 INFO:teuthology.orchestra.run.smithi137.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-20T19:50:44.186 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-20T19:50:44.299 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-20T19:50:44.312 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-20T19:50:44.358 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-20T19:50:44.575 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-20T19:50:44.626 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-20T19:50:44.663 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-20T19:50:44.727 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-20T19:50:44.790 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-20T19:50:44.869 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-20T19:50:45.002 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-ceph-argparse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:45.065 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-20T19:50:45.162 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-20T19:50:45.261 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-20T19:50:45.333 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-20T19:50:45.387 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-20T19:50:45.513 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-20T19:50:45.588 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-20T19:50:45.634 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up zip (3.0-12build2) ... 2024-09-20T19:50:45.656 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-20T19:50:45.760 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-20T19:50:45.782 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-20T19:50:45.839 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-20T19:50:46.050 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-20T19:50:46.216 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-20T19:50:46.418 INFO:teuthology.orchestra.run.smithi018.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-20T19:50:46.437 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-20T19:50:46.448 INFO:teuthology.orchestra.run.smithi018.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-20T19:50:46.511 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-20T19:50:46.517 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-20T19:50:46.637 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-20T19:50:46.679 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-20T19:50:46.806 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-20T19:50:46.860 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-20T19:50:46.932 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-20T19:50:47.022 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-20T19:50:47.123 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-20T19:50:47.333 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-20T19:50:47.391 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-20T19:50:47.503 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-20T19:50:47.638 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-ceph-common (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:47.658 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-20T19:50:47.726 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-20T19:50:47.947 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-20T19:50:47.977 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-20T19:50:47.982 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up zip (3.0-12build2) ... 2024-09-20T19:50:48.265 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-20T19:50:48.378 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-20T19:50:48.478 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-20T19:50:48.646 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-20T19:50:48.972 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-20T19:50:49.204 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-20T19:50:49.215 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-20T19:50:49.341 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-ceph-common (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:49.440 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-20T19:50:49.464 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-20T19:50:49.590 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-20T19:50:49.642 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-20T19:50:49.708 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:50:49.716 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-20T19:50:49.868 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-20T19:50:49.961 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-20T19:50:50.025 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-20T19:50:50.143 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-20T19:50:50.278 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-20T19:50:50.396 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-20T19:50:50.427 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-20T19:50:50.661 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-20T19:50:50.705 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-20T19:50:50.981 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-20T19:50:51.063 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-20T19:50:51.083 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-20T19:50:51.233 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:50:51.326 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:50:51.356 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-20T19:50:51.359 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-20T19:50:51.461 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-20T19:50:51.668 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-20T19:50:51.720 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-20T19:50:51.774 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-20T19:50:51.829 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-20T19:50:51.930 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-20T19:50:51.945 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-20T19:50:52.025 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-20T19:50:52.151 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-ceph-common (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:52.204 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-20T19:50:52.206 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-20T19:50:52.457 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-20T19:50:52.463 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-20T19:50:52.469 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-20T19:50:52.709 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:50:52.723 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-20T19:50:52.795 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-20T19:50:52.834 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-20T19:50:52.991 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-20T19:50:53.117 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-20T19:50:53.153 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-20T19:50:53.418 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-20T19:50:53.420 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-20T19:50:53.544 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-20T19:50:53.680 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-20T19:50:53.845 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-20T19:50:53.923 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-20T19:50:54.018 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-20T19:50:54.138 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-20T19:50:54.173 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-20T19:50:54.261 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:50:54.389 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-20T19:50:54.396 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-20T19:50:54.433 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-20T19:50:54.506 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-20T19:50:54.559 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-20T19:50:54.632 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-20T19:50:54.656 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-20T19:50:54.722 INFO:teuthology.orchestra.run.smithi119.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-20T19:50:54.781 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-20T19:50:54.843 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-20T19:50:54.908 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-20T19:50:54.961 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-20T19:50:54.993 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-20T19:50:55.144 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-20T19:50:55.226 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-20T19:50:55.237 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-20T19:50:55.485 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-20T19:50:55.513 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-20T19:50:55.562 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-20T19:50:55.720 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:50:55.764 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-20T19:50:55.813 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-20T19:50:55.845 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-20T19:50:55.891 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-20T19:50:55.914 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-20T19:50:56.016 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-20T19:50:56.105 INFO:teuthology.orchestra.run.smithi137.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-20T19:50:56.139 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-20T19:50:56.165 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:50:56.291 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-20T19:50:56.343 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-20T19:50:56.423 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-20T19:50:56.469 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-20T19:50:56.634 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-20T19:50:56.699 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-20T19:50:56.854 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-20T19:50:56.951 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-20T19:50:56.975 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-20T19:50:57.113 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-20T19:50:57.223 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-20T19:50:57.226 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-20T19:50:57.261 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-20T19:50:57.412 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-20T19:50:57.482 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:50:57.503 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-20T19:50:57.608 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-20T19:50:57.628 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-20T19:50:57.688 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-20T19:50:57.913 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-20T19:50:57.934 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-20T19:50:58.033 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-20T19:50:58.048 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-20T19:50:58.243 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-20T19:50:58.301 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-20T19:50:58.349 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-20T19:50:58.528 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-20T19:50:58.629 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-20T19:50:58.658 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-20T19:50:58.736 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-20T19:50:58.897 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-20T19:50:58.909 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-20T19:50:59.010 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-20T19:50:59.029 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-20T19:50:59.136 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-20T19:50:59.225 INFO:teuthology.orchestra.run.smithi018.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-20T19:50:59.242 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-20T19:50:59.348 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-20T19:50:59.455 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-20T19:50:59.499 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up librados2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:59.501 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-20T19:50:59.564 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-20T19:50:59.651 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libsqlite3-mod-ceph (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:50:59.802 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-20T19:50:59.878 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-20T19:50:59.949 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-20T19:51:00.171 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-20T19:51:00.171 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libcephfs2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:00.225 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-20T19:51:00.281 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libradosstriper1 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:00.343 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-20T19:51:00.398 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-20T19:51:00.507 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-20T19:51:00.594 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-20T19:51:00.633 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up librados2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:00.675 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up librbd1 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:00.720 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-20T19:51:00.759 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libsqlite3-mod-ceph (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:00.851 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mgr-modules-core (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:00.918 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-20T19:51:01.002 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-fuse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:01.046 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-20T19:51:01.228 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-20T19:51:01.228 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-20T19:51:01.246 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libcephfs2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:01.356 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-20T19:51:01.372 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libradosstriper1 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:01.498 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-20T19:51:01.632 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-20T19:51:01.695 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up libcephfs-dev (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:01.758 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-20T19:51:01.775 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up librbd1 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:01.821 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-rados (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:01.901 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-modules-core (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:01.947 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up librgw2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:02.035 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-fuse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:02.051 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-20T19:51:02.073 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-20T19:51:02.246 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-20T19:51:02.246 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-20T19:51:02.396 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-20T19:51:02.672 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-20T19:51:02.711 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libcephfs-dev (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:02.821 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-rados (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:02.922 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up librgw2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:03.023 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-20T19:51:03.049 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-20T19:51:03.310 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-rbd (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:03.342 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-20T19:51:03.470 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up rbd-fuse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:03.596 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-rgw (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:03.686 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-20T19:51:03.722 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up python3-cephfs (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:03.812 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up librados2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:03.848 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-common (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:03.921 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libsqlite3-mod-ceph (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:04.023 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-20T19:51:04.235 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-rbd (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:04.351 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libcephfs2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:04.361 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up rbd-fuse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:04.425 INFO:teuthology.orchestra.run.smithi119.stdout:Adding group ceph....done 2024-09-20T19:51:04.462 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-rgw (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:04.476 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libradosstriper1 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:04.588 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-cephfs (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:04.603 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-20T19:51:04.714 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-common (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:04.834 INFO:teuthology.orchestra.run.smithi119.stdout:Adding system user ceph....done 2024-09-20T19:51:04.879 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up librbd1 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:04.978 INFO:teuthology.orchestra.run.smithi119.stdout:Setting system user ceph properties....done 2024-09-20T19:51:04.990 INFO:teuthology.orchestra.run.smithi119.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-20T19:51:05.005 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mgr-modules-core (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:05.128 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-20T19:51:05.131 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-fuse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:05.282 INFO:teuthology.orchestra.run.smithi137.stdout:Adding group ceph....done 2024-09-20T19:51:05.351 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-20T19:51:05.351 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-20T19:51:05.425 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-20T19:51:05.616 INFO:teuthology.orchestra.run.smithi137.stdout:Adding system user ceph....done 2024-09-20T19:51:05.777 INFO:teuthology.orchestra.run.smithi137.stdout:Setting system user ceph properties....done 2024-09-20T19:51:05.793 INFO:teuthology.orchestra.run.smithi137.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-20T19:51:05.808 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libcephfs-dev (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:05.925 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-rados (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:05.928 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-20T19:51:05.933 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-test (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:06.035 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up librgw2 (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:06.092 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up radosgw (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:06.144 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-20T19:51:06.287 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-20T19:51:06.574 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:51:06.575 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:51:06.789 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-test (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:06.915 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up radosgw (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:07.011 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-base (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:07.320 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-20T19:51:07.390 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:51:07.391 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:51:07.456 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-rbd (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:07.582 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up rbd-fuse (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:07.708 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-rgw (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:07.799 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mds (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:07.834 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-cephfs (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:07.875 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-base (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:07.960 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-common (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:08.242 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-20T19:51:08.404 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-20T19:51:08.404 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-20T19:51:08.487 INFO:teuthology.orchestra.run.smithi018.stdout:Adding group ceph....done 2024-09-20T19:51:08.702 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mds (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:08.831 INFO:teuthology.orchestra.run.smithi018.stdout:Adding system user ceph....done 2024-09-20T19:51:08.870 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mgr (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:08.946 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-20T19:51:08.946 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-20T19:51:08.990 INFO:teuthology.orchestra.run.smithi018.stdout:Setting system user ceph properties....done 2024-09-20T19:51:09.005 INFO:teuthology.orchestra.run.smithi018.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-20T19:51:09.143 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-20T19:51:09.143 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-20T19:51:09.150 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-20T19:51:09.458 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-20T19:51:09.597 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-osd (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:09.669 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:09.876 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-20T19:51:09.877 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-20T19:51:09.884 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-20T19:51:09.884 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-20T19:51:09.945 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-test (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:10.088 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up radosgw (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:10.364 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mgr-k8sevents (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:10.407 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-osd (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:10.490 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:10.550 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:51:10.551 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:51:10.658 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mon (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:10.689 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-20T19:51:10.690 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-20T19:51:10.893 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-20T19:51:10.893 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-20T19:51:10.999 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-base (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:11.242 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-k8sevents (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:11.342 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mgr-cephadm (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:11.361 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-20T19:51:11.377 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:11.494 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:11.528 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mon (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:11.612 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-mgr-dashboard (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:11.735 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-20T19:51:11.735 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-20T19:51:11.854 INFO:teuthology.orchestra.run.smithi119.stdout:Setting up ceph-volume (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:11.859 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mds (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:12.096 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-20T19:51:12.097 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-20T19:51:12.207 INFO:teuthology.orchestra.run.smithi119.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-20T19:51:12.250 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-cephadm (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:12.316 INFO:teuthology.orchestra.run.smithi119.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-20T19:51:12.452 INFO:teuthology.orchestra.run.smithi119.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-20T19:51:12.492 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:12.603 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mgr (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:12.718 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-dashboard (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:12.841 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-20T19:51:12.841 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-20T19:51:12.968 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-volume (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:13.235 INFO:teuthology.orchestra.run.smithi119.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-20T19:51:13.304 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-osd (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:13.444 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-20T19:51:13.562 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-20T19:51:13.596 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-20T19:51:13.596 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-20T19:51:13.714 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-20T19:51:14.233 INFO:teuthology.orchestra.run.smithi119.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-20T19:51:14.238 DEBUG:teuthology.parallel:result is None 2024-09-20T19:51:14.360 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mgr-k8sevents (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:14.455 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-20T19:51:14.486 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:14.629 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mon (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:14.830 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-20T19:51:14.831 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-20T19:51:15.322 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mgr-cephadm (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:15.395 INFO:teuthology.orchestra.run.smithi137.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-20T19:51:15.400 DEBUG:teuthology.parallel:result is None 2024-09-20T19:51:15.473 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:15.599 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mgr-dashboard (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:15.750 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-volume (19.3.0-5127-ge8baca1e-1jammy) ... 2024-09-20T19:51:16.112 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-20T19:51:16.237 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-20T19:51:16.398 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-20T19:51:17.607 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-20T19:51:18.267 INFO:teuthology.orchestra.run.smithi018.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-20T19:51:18.272 DEBUG:teuthology.parallel:result is None 2024-09-20T19:51:18.272 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:51:18.422 DEBUG:teuthology.orchestra.run.smithi018:> dpkg-query -W -f '${Version}' ceph 2024-09-20T19:51:18.441 INFO:teuthology.orchestra.run.smithi018.stdout:19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:51:18.442 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:51:18.442 INFO:teuthology.task.install:The correct ceph version 19.3.0-5127-ge8baca1e-1jammy is installed. 2024-09-20T19:51:18.444 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:51:18.591 DEBUG:teuthology.orchestra.run.smithi119:> dpkg-query -W -f '${Version}' ceph 2024-09-20T19:51:18.610 INFO:teuthology.orchestra.run.smithi119.stdout:19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:51:18.611 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:51:18.611 INFO:teuthology.task.install:The correct ceph version 19.3.0-5127-ge8baca1e-1jammy is installed. 2024-09-20T19:51:18.613 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:51:18.749 DEBUG:teuthology.orchestra.run.smithi137:> dpkg-query -W -f '${Version}' ceph 2024-09-20T19:51:18.768 INFO:teuthology.orchestra.run.smithi137.stdout:19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:51:18.768 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5127-ge8baca1e-1jammy 2024-09-20T19:51:18.768 INFO:teuthology.task.install:The correct ceph version 19.3.0-5127-ge8baca1e-1jammy is installed. 2024-09-20T19:51:18.770 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-20T19:51:18.770 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-20T19:51:18.770 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-20T19:51:18.785 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-20T19:51:18.785 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-20T19:51:18.799 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-20T19:51:18.799 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-20T19:51:18.824 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-20T19:51:18.824 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-20T19:51:18.824 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/usr/bin/daemon-helper 2024-09-20T19:51:18.840 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-20T19:51:18.895 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-20T19:51:18.895 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/usr/bin/daemon-helper 2024-09-20T19:51:18.908 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-20T19:51:18.961 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-20T19:51:18.961 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/daemon-helper 2024-09-20T19:51:18.975 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-20T19:51:19.031 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-20T19:51:19.031 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-20T19:51:19.031 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-20T19:51:19.045 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-20T19:51:19.104 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-20T19:51:19.104 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-20T19:51:19.118 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-20T19:51:19.173 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-20T19:51:19.173 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-20T19:51:19.186 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-20T19:51:19.242 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-20T19:51:19.242 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-20T19:51:19.242 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/usr/bin/stdin-killer 2024-09-20T19:51:19.256 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-20T19:51:19.312 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-20T19:51:19.312 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/usr/bin/stdin-killer 2024-09-20T19:51:19.326 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-20T19:51:19.381 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-20T19:51:19.381 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/stdin-killer 2024-09-20T19:51:19.395 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-20T19:51:19.451 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-20T19:51:19.550 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7'} 2024-09-20T19:51:19.550 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:51:19.550 INFO:tasks.cephadm:Cluster fsid is b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:51:19.550 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-20T19:51:19.551 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.18', 'mon.b': '172.21.15.119', 'mon.c': '172.21.15.137'} 2024-09-20T19:51:19.551 INFO:tasks.cephadm:First mon is mon.a on smithi018 2024-09-20T19:51:19.551 INFO:tasks.cephadm:First mgr is a 2024-09-20T19:51:19.551 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-20T19:51:19.551 DEBUG:teuthology.orchestra.run.smithi018:> sudo hostname $(hostname -s) 2024-09-20T19:51:19.566 DEBUG:teuthology.orchestra.run.smithi119:> sudo hostname $(hostname -s) 2024-09-20T19:51:19.581 DEBUG:teuthology.orchestra.run.smithi137:> sudo hostname $(hostname -s) 2024-09-20T19:51:19.596 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-20T19:51:19.596 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:51:19.733 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', '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/83188/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5127-ge8baca1e', 'node_name': '172.21.5.33+adami03', '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.3.0-5127-ge8baca1e-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-20 14:31:41.725915', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-09-20-0910', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-20T19:51:19.873 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2024-09-20-0910, sha1 e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:51:19.875 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-20T19:51:19.875 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-20T19:51:19.875 DEBUG:teuthology.orchestra.run.smithi018:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:51:20.529 INFO:teuthology.orchestra.run.smithi018.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811827 Sep 20 19:51 /home/ubuntu/cephtest/cephadm 2024-09-20T19:51:20.530 DEBUG:teuthology.orchestra.run.smithi119:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:51:21.149 INFO:teuthology.orchestra.run.smithi119.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811827 Sep 20 19:51 /home/ubuntu/cephtest/cephadm 2024-09-20T19:51:21.149 DEBUG:teuthology.orchestra.run.smithi137:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:51:21.751 INFO:teuthology.orchestra.run.smithi137.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811827 Sep 20 19:51 /home/ubuntu/cephtest/cephadm 2024-09-20T19:51:21.752 DEBUG:teuthology.orchestra.run.smithi018:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:51:21.760 DEBUG:teuthology.orchestra.run.smithi119:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:51:21.769 DEBUG:teuthology.orchestra.run.smithi137:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:51:21.786 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 on all hosts... 2024-09-20T19:51:21.787 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 pull 2024-09-20T19:51:21.805 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 pull 2024-09-20T19:51:21.811 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 pull 2024-09-20T19:51:21.992 INFO:teuthology.orchestra.run.smithi018.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:51:21.993 INFO:teuthology.orchestra.run.smithi119.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:51:22.005 INFO:teuthology.orchestra.run.smithi137.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:52:27.730 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-20T19:52:27.730 INFO:teuthology.orchestra.run.smithi018.stdout: "ceph_version": "ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev)", 2024-09-20T19:52:27.730 INFO:teuthology.orchestra.run.smithi018.stdout: "image_id": "82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30", 2024-09-20T19:52:27.731 INFO:teuthology.orchestra.run.smithi018.stdout: "repo_digests": [ 2024-09-20T19:52:27.731 INFO:teuthology.orchestra.run.smithi018.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc9dc647e3e3360d1adc5cf221a5bec436cbf643c6188f083c790ea05138208d" 2024-09-20T19:52:27.731 INFO:teuthology.orchestra.run.smithi018.stdout: ] 2024-09-20T19:52:27.731 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-20T19:52:35.691 INFO:teuthology.orchestra.run.smithi137.stdout:{ 2024-09-20T19:52:35.691 INFO:teuthology.orchestra.run.smithi137.stdout: "ceph_version": "ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev)", 2024-09-20T19:52:35.691 INFO:teuthology.orchestra.run.smithi137.stdout: "image_id": "82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30", 2024-09-20T19:52:35.691 INFO:teuthology.orchestra.run.smithi137.stdout: "repo_digests": [ 2024-09-20T19:52:35.692 INFO:teuthology.orchestra.run.smithi137.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc9dc647e3e3360d1adc5cf221a5bec436cbf643c6188f083c790ea05138208d" 2024-09-20T19:52:35.692 INFO:teuthology.orchestra.run.smithi137.stdout: ] 2024-09-20T19:52:35.692 INFO:teuthology.orchestra.run.smithi137.stdout:} 2024-09-20T19:52:44.790 INFO:teuthology.orchestra.run.smithi119.stdout:{ 2024-09-20T19:52:44.791 INFO:teuthology.orchestra.run.smithi119.stdout: "ceph_version": "ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev)", 2024-09-20T19:52:44.791 INFO:teuthology.orchestra.run.smithi119.stdout: "image_id": "82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30", 2024-09-20T19:52:44.791 INFO:teuthology.orchestra.run.smithi119.stdout: "repo_digests": [ 2024-09-20T19:52:44.791 INFO:teuthology.orchestra.run.smithi119.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc9dc647e3e3360d1adc5cf221a5bec436cbf643c6188f083c790ea05138208d" 2024-09-20T19:52:44.791 INFO:teuthology.orchestra.run.smithi119.stdout: ] 2024-09-20T19:52:44.791 INFO:teuthology.orchestra.run.smithi119.stdout:} 2024-09-20T19:52:44.825 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /etc/ceph 2024-09-20T19:52:44.839 DEBUG:teuthology.orchestra.run.smithi119:> sudo mkdir -p /etc/ceph 2024-09-20T19:52:44.852 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /etc/ceph 2024-09-20T19:52:44.867 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 777 /etc/ceph 2024-09-20T19:52:44.895 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 777 /etc/ceph 2024-09-20T19:52:44.907 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 777 /etc/ceph 2024-09-20T19:52:44.922 INFO:tasks.cephadm:Writing seed config... 2024-09-20T19:52:44.923 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-20T19:52:44.923 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-20T19:52:44.923 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-20T19:52:44.923 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-20T19:52:44.923 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-20T19:52:44.923 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-20T19:52:44.923 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-20T19:52:44.923 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-20T19:52:44.924 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-20T19:52:44.924 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-20T19:52:44.924 DEBUG:teuthology.orchestra.run.smithi018:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-20T19:52:44.943 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 = b4929c16-7789-11ef-baf5-efdc52797490 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-09-20T19:52:44.944 DEBUG:teuthology.orchestra.run.smithi018:mon.a> sudo journalctl -f -n 0 -u ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a.service 2024-09-20T19:52:44.988 DEBUG:teuthology.orchestra.run.smithi018:mgr.a> sudo journalctl -f -n 0 -u ceph-b4929c16-7789-11ef-baf5-efdc52797490@mgr.a.service 2024-09-20T19:52:45.032 INFO:tasks.cephadm:Bootstrapping... 2024-09-20T19:52:45.032 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid b4929c16-7789-11ef-baf5-efdc52797490 --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.18 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:52:45.265 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:45.265 INFO:teuthology.orchestra.run.smithi018.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', '-v', 'bootstrap', '--fsid', 'b4929c16-7789-11ef-baf5-efdc52797490', '--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.18', '--skip-admin-label'] 2024-09-20T19:52:45.265 INFO:teuthology.orchestra.run.smithi018.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-20T19:52:45.266 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying podman|docker is present... 2024-09-20T19:52:45.266 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying lvm2 is present... 2024-09-20T19:52:45.266 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying time synchronization is in place... 2024-09-20T19:52:45.270 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-20T19:52:45.271 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-20T19:52:45.275 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-20T19:52:45.275 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-20T19:52:45.279 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-20T19:52:45.279 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-20T19:52:45.283 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-20T19:52:45.283 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-20T19:52:45.287 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-20T19:52:45.287 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout masked 2024-09-20T19:52:45.291 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-20T19:52:45.291 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-20T19:52:45.295 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-20T19:52:45.295 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-20T19:52:45.299 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-20T19:52:45.299 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-20T19:52:45.303 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout enabled 2024-09-20T19:52:45.307 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout active 2024-09-20T19:52:45.307 INFO:teuthology.orchestra.run.smithi018.stdout:Unit ntp.service is enabled and running 2024-09-20T19:52:45.307 INFO:teuthology.orchestra.run.smithi018.stdout:Repeating the final host check... 2024-09-20T19:52:45.308 INFO:teuthology.orchestra.run.smithi018.stdout:docker (/usr/bin/docker) is present 2024-09-20T19:52:45.308 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl is present 2024-09-20T19:52:45.308 INFO:teuthology.orchestra.run.smithi018.stdout:lvcreate is present 2024-09-20T19:52:45.311 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-20T19:52:45.311 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-20T19:52:45.315 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-20T19:52:45.315 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-20T19:52:45.319 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-20T19:52:45.319 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-20T19:52:45.323 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-20T19:52:45.323 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-20T19:52:45.327 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-20T19:52:45.327 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout masked 2024-09-20T19:52:45.330 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-20T19:52:45.330 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-20T19:52:45.334 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-20T19:52:45.334 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-20T19:52:45.338 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-20T19:52:45.338 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-20T19:52:45.342 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout enabled 2024-09-20T19:52:45.346 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout active 2024-09-20T19:52:45.346 INFO:teuthology.orchestra.run.smithi018.stdout:Unit ntp.service is enabled and running 2024-09-20T19:52:45.346 INFO:teuthology.orchestra.run.smithi018.stdout:Host looks OK 2024-09-20T19:52:45.347 INFO:teuthology.orchestra.run.smithi018.stdout:Cluster fsid: b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:52:45.347 INFO:teuthology.orchestra.run.smithi018.stdout:Acquiring lock 140102210397872 on /run/cephadm/b4929c16-7789-11ef-baf5-efdc52797490.lock 2024-09-20T19:52:45.347 INFO:teuthology.orchestra.run.smithi018.stdout:Lock 140102210397872 acquired on /run/cephadm/b4929c16-7789-11ef-baf5-efdc52797490.lock 2024-09-20T19:52:45.347 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying IP 172.21.15.18 port 3300 ... 2024-09-20T19:52:45.347 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying IP 172.21.15.18 port 6789 ... 2024-09-20T19:52:45.347 INFO:teuthology.orchestra.run.smithi018.stdout:Base mon IP(s) is [172.21.15.18:3300, 172.21.15.18:6789], mon addrv is [v2:172.21.15.18:3300,v1:172.21.15.18:6789] 2024-09-20T19:52:45.349 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-20T19:52:45.349 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-20T19:52:45.350 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.18 2024-09-20T19:52:45.352 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-20T19:52:45.352 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-20T19:52:45.352 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2024-09-20T19:52:45.354 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-20T19:52:45.354 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-20T19:52:45.354 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-20T19:52:45.354 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-20T19:52:45.354 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1362/64 scope link 2024-09-20T19:52:45.354 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-20T19:52:45.355 INFO:teuthology.orchestra.run.smithi018.stdout:Mon IP `172.21.15.18` is in CIDR network `172.21.0.0/20` 2024-09-20T19:52:45.355 INFO:teuthology.orchestra.run.smithi018.stdout:Mon IP `172.21.15.18` is in CIDR network `172.21.0.0/20` 2024-09-20T19:52:45.355 INFO:teuthology.orchestra.run.smithi018.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-20T19:52:45.355 INFO:teuthology.orchestra.run.smithi018.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-20T19:52:45.356 INFO:teuthology.orchestra.run.smithi018.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:52:45.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout e8baca1eac6c3c9c88bf2ea4493e448bd54936a7: Pulling from ceph-ci/ceph 2024-09-20T19:52:45.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout Digest: sha256:dc9dc647e3e3360d1adc5cf221a5bec436cbf643c6188f083c790ea05138208d 2024-09-20T19:52:45.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:52:45.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:52:47.401 INFO:teuthology.orchestra.run.smithi018.stdout:ceph: stdout ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev) 2024-09-20T19:52:47.401 INFO:teuthology.orchestra.run.smithi018.stdout:Ceph version: ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev) 2024-09-20T19:52:47.401 INFO:teuthology.orchestra.run.smithi018.stdout:Extracting ceph user uid/gid from container image... 2024-09-20T19:52:49.006 INFO:teuthology.orchestra.run.smithi018.stdout:stat: stdout 167 167 2024-09-20T19:52:49.006 INFO:teuthology.orchestra.run.smithi018.stdout:Creating initial keys... 2024-09-20T19:52:50.504 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-authtool: stdout AQCR0u1mv709ORAA3ibm0/ED6/1+OKVRx4rrUQ== 2024-09-20T19:52:52.034 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-authtool: stdout AQCT0u1ms/FMGxAAoNqhvYsUkQx2oqlEkq4QYA== 2024-09-20T19:52:53.565 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-authtool: stdout AQCU0u1m1IdtOhAA1HP8HznO+llybeyjyXkhpg== 2024-09-20T19:52:53.566 INFO:teuthology.orchestra.run.smithi018.stdout:Creating initial monmap... 2024-09-20T19:52:55.213 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-20T19:52:55.213 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-20T19:52:55.213 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:52:55.214 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-20T19:52:55.214 INFO:teuthology.orchestra.run.smithi018.stdout:monmaptool for a [v2:172.21.15.18:3300,v1:172.21.15.18:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-20T19:52:55.214 INFO:teuthology.orchestra.run.smithi018.stdout:setting min_mon_release = quincy 2024-09-20T19:52:55.214 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: set fsid to b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:52:55.214 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-20T19:52:55.214 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-20T19:52:55.214 INFO:teuthology.orchestra.run.smithi018.stdout:Creating mon... 2024-09-20T19:52:56.805 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.230+0000 7fc500317c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-20T19:52:56.805 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.230+0000 7fc500317c80 1 imported monmap: 2024-09-20T19:52:56.805 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-20T19:52:56.805 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr fsid b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:52:56.805 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-20T19:52:54.535147+0000 2024-09-20T19:52:56.805 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr created 2024-09-20T19:52:54.535147+0000 2024-09-20T19:52:56.805 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-20T19:52:56.805 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-20T19:52:56.805 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-20T19:52:56.805 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.805 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.230+0000 7fc500317c80 0 /usr/bin/ceph-mon: set fsid to b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:52:56.806 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-20T19:52:56.806 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.806 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Git sha 0 2024-09-20T19:52:56.806 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Compile date 2024-09-20 13:31:19 2024-09-20T19:52:56.806 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: DB SUMMARY 2024-09-20T19:52:56.815 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.815 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: DB Session ID: LLPR7YZCUGU3FU33A9I0 2024-09-20T19:52:56.815 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.815 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-20T19:52:56.815 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.error_if_exists: 0 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.create_if_missing: 1 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.env: 0x55fc0e20b120 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.info_log: 0x55fc0fe2cbc0 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.statistics: (nil) 2024-09-20T19:52:56.816 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.use_fsync: 0 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.db_log_dir: 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.wal_dir: 2024-09-20T19:52:56.817 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.write_buffer_manager: 0x55fc0fe25cc0 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-20T19:52:56.818 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.unordered_write: 0 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.row_cache: None 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.wal_filter: None 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.two_write_queues: 0 2024-09-20T19:52:56.819 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.wal_compression: 0 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.atomic_flush: 0 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-20T19:52:56.820 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_open_files: -1 2024-09-20T19:52:56.821 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Compression algorithms supported: 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: kZSTD supported: 0 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: kXpressCompression supported: 0 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: kZlibCompression supported: 1 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-20T19:52:56.822 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T19:52:56.823 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-20T19:52:56.823 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-20T19:52:56.823 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.823 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-20T19:52:56.823 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.823 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-20T19:52:56.838 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.838 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T19:52:56.838 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.merge_operator: 2024-09-20T19:52:56.838 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_filter: None 2024-09-20T19:52:56.838 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-20T19:52:56.838 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-20T19:52:56.838 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T19:52:56.838 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fc0fe2c820) 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55fc0fe15610 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-20T19:52:56.839 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-20T19:52:56.840 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-20T19:52:56.841 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compression: NoCompression 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.num_levels: 7 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:52:56.842 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T19:52:56.843 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T19:52:56.844 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T19:52:56.845 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.bloom_locality: 0 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-20T19:52:56.846 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.ttl: 2592000 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.enable_blob_files: false 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.min_blob_size: 0 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-20T19:52:56.847 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 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-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 13198397-b3b6-4113-9ffb-eb237dd73dbb 2024-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.234+0000 7fc500317c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.238+0000 7fc500317c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55fc0fe44e00 2024-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.238+0000 7fc500317c80 4 rocksdb: DB pointer 0x55fc0ff26000 2024-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.238+0000 7fc4f7aa2640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.238+0000 7fc4f7aa2640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-20T19:52:56.848 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:52:56.849 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:52:56.849 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:52:56.849 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:52:56.849 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:52:56.849 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:52:56.849 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:52:56.849 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.849 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-20T19:52:56.849 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:52:56.849 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-20T19:52:56.849 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T19:52:56.850 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-20T19:52:56.851 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:52:56.851 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:52:56.851 INFO:teuthology.orchestra.run.smithi018.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-09-20T19:52:56.851 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55fc0fe15610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-09-20T19:52:56.851 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-20T19:52:56.851 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.851 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-20T19:52:56.851 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-20T19:52:56.851 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.238+0000 7fc500317c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-20T19:52:56.851 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.238+0000 7fc500317c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-20T19:52:56.851 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-20T19:52:56.238+0000 7fc500317c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-20T19:52:56.851 INFO:teuthology.orchestra.run.smithi018.stdout:create mon.a on 2024-09-20T19:52:57.092 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-20T19:52:57.294 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-20T19:52:57.525 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b4929c16-7789-11ef-baf5-efdc52797490.target -> /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490.target. 2024-09-20T19:52:57.525 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b4929c16-7789-11ef-baf5-efdc52797490.target -> /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490.target. 2024-09-20T19:52:57.806 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a 2024-09-20T19:52:57.807 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-20T19:52:58.003 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490.target.wants/ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a.service -> /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490@.service. 2024-09-20T19:52:58.013 INFO:teuthology.orchestra.run.smithi018.stdout:firewalld does not appear to be present 2024-09-20T19:52:58.013 INFO:teuthology.orchestra.run.smithi018.stdout:Not possible to enable service . firewalld.service is not available 2024-09-20T19:52:58.013 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mon to start... 2024-09-20T19:52:58.013 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mon... 2024-09-20T19:53:00.001 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:52:59 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.779259+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:53:00.617 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout cluster: 2024-09-20T19:53:00.618 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout id: b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:00.618 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-20T19:53:00.618 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:00.618 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout services: 2024-09-20T19:53:00.618 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.205578s) 2024-09-20T19:53:00.618 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-20T19:53:00.618 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-20T19:53:00.618 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:00.618 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout data: 2024-09-20T19:53:00.618 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-20T19:53:00.618 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-20T19:53:00.618 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-20T19:53:00.619 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout pgs: 2024-09-20T19:53:00.619 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:00.619 INFO:teuthology.orchestra.run.smithi018.stdout:mon is available 2024-09-20T19:53:00.619 INFO:teuthology.orchestra.run.smithi018.stdout:Assimilating anything we can from ceph.conf... 2024-09-20T19:53:01.117 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783127+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:53:01.117 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783127+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:53:01.117 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783265+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-20T19:53:01.117 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783265+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-20T19:53:01.117 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783275+0000 mon.a (mon.0) 4 : cluster [DBG] fsid b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:01.118 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783275+0000 mon.a (mon.0) 4 : cluster [DBG] fsid b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:01.118 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783283+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-20T19:52:54.535147+0000 2024-09-20T19:53:01.118 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783283+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-20T19:52:54.535147+0000 2024-09-20T19:53:01.118 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783291+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-20T19:52:54.535147+0000 2024-09-20T19:53:01.118 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783291+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-20T19:52:54.535147+0000 2024-09-20T19:53:01.118 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783298+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:53:01.118 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783298+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:53:01.118 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783305+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-20T19:53:01.118 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783305+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-20T19:53:01.118 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783312+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-20T19:53:01.119 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.783312+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-20T19:53:01.119 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.785336+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-20T19:53:01.119 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.785336+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-20T19:53:01.119 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.787892+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:53:01.119 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.787892+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:53:01.119 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.788353+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-20T19:53:01.119 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: cluster 2024-09-20T19:52:59.788353+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-20T19:53:01.119 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: audit 2024-09-20T19:52:59.988649+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.18:0/2444644285' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-20T19:53:01.119 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:00 smithi018 bash[22246]: audit 2024-09-20T19:52:59.988649+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.18:0/2444644285' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-20T19:53:02.092 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:01 smithi018 bash[22246]: audit 2024-09-20T19:53:01.824274+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.18:0/1044024481' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:53:02.092 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:01 smithi018 bash[22246]: audit 2024-09-20T19:53:01.824274+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.18:0/1044024481' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:53:02.092 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:01 smithi018 bash[22246]: audit 2024-09-20T19:53:01.827981+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.18:0/1044024481' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T19:53:02.092 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:01 smithi018 bash[22246]: audit 2024-09-20T19:53:01.827981+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.18:0/1044024481' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T19:53:02.415 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:02.415 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [global] 2024-09-20T19:53:02.415 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout fsid = b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:02.415 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-20T19:53:02.415 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.18:3300,v1:172.21.15.18:6789] 2024-09-20T19:53:02.416 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-20T19:53:02.416 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-20T19:53:02.416 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-20T19:53:02.416 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-20T19:53:02.416 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:02.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-20T19:53:02.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-20T19:53:02.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-20T19:53:02.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:02.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [osd] 2024-09-20T19:53:02.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-20T19:53:02.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-20T19:53:02.417 INFO:teuthology.orchestra.run.smithi018.stdout:Generating new minimal ceph.conf... 2024-09-20T19:53:03.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:03 smithi018 bash[22246]: audit 2024-09-20T19:53:03.573984+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.18:0/1431349972' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:53:03.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:03 smithi018 bash[22246]: audit 2024-09-20T19:53:03.573984+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.18:0/1431349972' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:53:04.154 INFO:teuthology.orchestra.run.smithi018.stdout:Restarting the monitor... 2024-09-20T19:53:04.488 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:04 smithi018 systemd[1]: Stopping Ceph mon.a for b4929c16-7789-11ef-baf5-efdc52797490... 2024-09-20T19:53:04.488 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:04 smithi018 bash[22246]: debug 2024-09-20T19:53:04.266+0000 7f6658e95640 -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-09-20T19:53:04.488 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:04 smithi018 bash[22246]: debug 2024-09-20T19:53:04.266+0000 7f6658e95640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-20T19:53:05.071 INFO:teuthology.orchestra.run.smithi018.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-20T19:53:05.116 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:04 smithi018 bash[22631]: ceph-b4929c16-7789-11ef-baf5-efdc52797490-mon-a 2024-09-20T19:53:05.116 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:05 smithi018 bash[22691]: Error response from daemon: No such container: ceph-b4929c16-7789-11ef-baf5-efdc52797490-mon-a 2024-09-20T19:53:05.116 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:05 smithi018 systemd[1]: ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-20T19:53:05.116 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:05 smithi018 systemd[1]: Stopped Ceph mon.a for b4929c16-7789-11ef-baf5-efdc52797490. 2024-09-20T19:53:05.116 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:05 smithi018 systemd[1]: Started Ceph mon.a for b4929c16-7789-11ef-baf5-efdc52797490. 2024-09-20T19:53:06.853 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.638+0000 7f8fd86a0c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-20T19:53:06.853 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.638+0000 7f8fd86a0c80 0 ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev), process ceph-mon, pid 7 2024-09-20T19:53:06.854 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.638+0000 7f8fd86a0c80 0 pidfile_write: ignore empty --pid-file 2024-09-20T19:53:06.854 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.642+0000 7f8fd86a0c80 0 load: jerasure load: lrc 2024-09-20T19:53:06.854 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-20T19:53:06.854 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Git sha 0 2024-09-20T19:53:06.854 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Compile date 2024-09-20 13:31:19 2024-09-20T19:53:06.854 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: DB SUMMARY 2024-09-20T19:53:06.854 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: DB Session ID: PU9S2G2PWJFMBADH1NEL 2024-09-20T19:53:06.854 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: CURRENT file: CURRENT 2024-09-20T19:53:06.854 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-20T19:53:06.854 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-20T19:53:06.854 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88810 ; 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.error_if_exists: 0 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.create_if_missing: 0 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.env: 0x561d7c30e120 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.info_log: 0x561d7cd2f700 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.statistics: (nil) 2024-09-20T19:53:06.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.use_fsync: 0 2024-09-20T19:53:06.856 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-20T19:53:06.856 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T19:53:06.856 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T19:53:06.856 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-20T19:53:06.856 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-20T19:53:06.856 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-20T19:53:06.856 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-20T19:53:06.856 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.db_log_dir: 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.wal_dir: 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-20T19:53:06.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.write_buffer_manager: 0x561d7cd33b80 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.unordered_write: 0 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T19:53:06.858 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T19:53:06.859 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.row_cache: None 2024-09-20T19:53:06.859 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.wal_filter: None 2024-09-20T19:53:06.859 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T19:53:06.859 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-20T19:53:06.859 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.two_write_queues: 0 2024-09-20T19:53:06.859 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-20T19:53:06.859 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.wal_compression: 0 2024-09-20T19:53:06.859 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.atomic_flush: 0 2024-09-20T19:53:06.859 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T19:53:06.859 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T19:53:06.859 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T19:53:06.860 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-20T19:53:06.860 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T19:53:06.860 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-20T19:53:06.860 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T19:53:06.860 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T19:53:06.860 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-20T19:53:06.860 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-20T19:53:06.861 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-20T19:53:06.861 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-20T19:53:06.861 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-20T19:53:06.862 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-20T19:53:06.862 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T19:53:06.862 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T19:53:06.862 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T19:53:06.862 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-20T19:53:06.862 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T19:53:06.862 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T19:53:06.862 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T19:53:06.862 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T19:53:06.862 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_open_files: -1 2024-09-20T19:53:06.862 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Compression algorithms supported: 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: kZSTD supported: 0 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: kXpressCompression supported: 0 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: kZlibCompression supported: 1 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-20T19:53:06.863 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.merge_operator: 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_filter: None 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561d7cd2f320) 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cache_index_and_filter_blocks: 1 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T19:53:06.864 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: pin_top_level_index_and_filter: 1 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: index_type: 0 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: data_block_index_type: 0 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: index_shortening: 1 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: data_block_hash_table_util_ratio: 0.750000 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: checksum: 4 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: no_block_cache: 0 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: block_cache: 0x561d7cd25610 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: block_cache_name: BinnedLRUCache 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: block_cache_options: 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: capacity : 536870912 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: num_shard_bits : 4 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: strict_capacity_limit : 0 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: high_pri_pool_ratio: 0.000 2024-09-20T19:53:06.865 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: block_cache_compressed: (nil) 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: persistent_cache: (nil) 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: block_size: 4096 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: block_size_deviation: 10 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: block_restart_interval: 16 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: index_block_restart_interval: 1 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: metadata_block_size: 4096 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: partition_filters: 0 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: use_delta_encoding: 1 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: filter_policy: bloomfilter 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: whole_key_filtering: 1 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: verify_compression: 0 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: read_amp_bytes_per_bit: 0 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: format_version: 5 2024-09-20T19:53:06.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: enable_index_compression: 1 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: block_align: 0 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: max_auto_readahead_size: 262144 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: prepopulate_block_cache: 0 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: initial_auto_readahead_size: 8192 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: num_file_reads_for_auto_readahead: 2 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compression: NoCompression 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.num_levels: 7 2024-09-20T19:53:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-20T19:53:06.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T19:53:06.869 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:53:06.869 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:53:06.869 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T19:53:06.869 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-20T19:53:06.869 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:53:06.869 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T19:53:06.869 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T19:53:06.869 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T19:53:06.869 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-20T19:53:06.869 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T19:53:06.869 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T19:53:06.870 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T19:53:06.870 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T19:53:06.870 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T19:53:06.870 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T19:53:06.870 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T19:53:06.870 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T19:53:06.870 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T19:53:06.870 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T19:53:06.870 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T19:53:06.870 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T19:53:06.870 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T19:53:06.870 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-20T19:53:06.871 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-20T19:53:06.871 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T19:53:06.871 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T19:53:06.871 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-20T19:53:06.871 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T19:53:06.871 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T19:53:06.871 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T19:53:06.871 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T19:53:06.871 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T19:53:06.871 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T19:53:06.871 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.bloom_locality: 0 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T19:53:06.872 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.ttl: 2592000 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.enable_blob_files: false 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.min_blob_size: 0 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-20T19:53:06.873 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 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-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 13198397-b3b6-4113-9ffb-eb237dd73dbb 2024-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726861986648382, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726861986649403, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85555, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83702, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10145, "raw_average_key_size": 46, "raw_value_size": 77842, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726861986, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "13198397-b3b6-4113-9ffb-eb237dd73dbb", "db_session_id": "PU9S2G2PWJFMBADH1NEL", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726861986649533, "job": 1, "event": "recovery_finished"} 2024-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.646+0000 7f8fd86a0c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fd86a0c80 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-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fd86a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561d7cd52e00 2024-09-20T19:53:06.874 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fd86a0c80 4 rocksdb: DB pointer 0x561d7ce56000 2024-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fce468640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fce468640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: ** DB Stats ** 2024-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: ** Compaction Stats [default] ** 2024-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: 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-09-20T19:53:06.875 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: L0 2/0 85.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Sum 2/0 85.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: ** Compaction Stats [default] ** 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: 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-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: AddFile(Keys): cumulative 0, interval 0 2024-09-20T19:53:06.876 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Cumulative compaction: 0.00 GB write, 22.03 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:53:06.877 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Interval compaction: 0.00 GB write, 22.03 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:53:06.877 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: 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-09-20T19:53:06.877 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Block cache BinnedLRUCache@0x561d7cd25610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-20T19:53:06.877 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-20T19:53:06.877 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: ** File Read Latency Histogram By Level [default] ** 2024-09-20T19:53:06.877 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fd86a0c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] at bind addrs [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fd86a0c80 1 mon.a@-1(???) e1 preinit fsid b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fd86a0c80 0 mon.a@-1(???).mds e1 new map 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fd86a0c80 0 mon.a@-1(???).mds e1 print_map 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: e1 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: btime 2024-09-20T19:52:59:783684+0000 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: legacy client fscid: -1 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: No filesystems configured 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fd86a0c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fd86a0c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:53:06.878 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fd86a0c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fd86a0c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: debug 2024-09-20T19:53:06.650+0000 7f8fd86a0c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675233+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675233+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675317+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675317+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675332+0000 mon.a (mon.0) 3 : cluster [DBG] fsid b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675332+0000 mon.a (mon.0) 3 : cluster [DBG] fsid b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675345+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-20T19:52:54.535147+0000 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675345+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-20T19:52:54.535147+0000 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675361+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-20T19:52:54.535147+0000 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675361+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-20T19:52:54.535147+0000 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675373+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675373+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T19:53:06.879 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675385+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-20T19:53:06.880 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675385+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-20T19:53:06.880 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675397+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-20T19:53:06.880 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675397+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-20T19:53:06.880 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675856+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-20T19:53:06.880 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675856+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-20T19:53:06.880 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675893+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:53:06.880 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.675893+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:53:06.880 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.676301+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-20T19:53:06.880 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:06 smithi018 bash[22728]: cluster 2024-09-20T19:53:06.676301+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-20T19:53:07.475 INFO:teuthology.orchestra.run.smithi018.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-20T19:53:07.501 INFO:teuthology.orchestra.run.smithi018.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:53:07.501 INFO:teuthology.orchestra.run.smithi018.stdout:Creating mgr... 2024-09-20T19:53:07.501 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-20T19:53:07.502 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-20T19:53:07.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:07 smithi018 systemd[1]: /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490@.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-09-20T19:53:07.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:07 smithi018 bash[22728]: audit 2024-09-20T19:53:06.839596+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.18:0/842719581' entity='client.admin' 2024-09-20T19:53:07.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:07 smithi018 bash[22728]: audit 2024-09-20T19:53:06.839596+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.18:0/842719581' entity='client.admin' 2024-09-20T19:53:07.867 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b4929c16-7789-11ef-baf5-efdc52797490@mgr.a 2024-09-20T19:53:07.868 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b4929c16-7789-11ef-baf5-efdc52797490@mgr.a.service: Unit ceph-b4929c16-7789-11ef-baf5-efdc52797490@mgr.a.service not loaded. 2024-09-20T19:53:08.059 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490.target.wants/ceph-b4929c16-7789-11ef-baf5-efdc52797490@mgr.a.service -> /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490@.service. 2024-09-20T19:53:08.066 INFO:teuthology.orchestra.run.smithi018.stdout:firewalld does not appear to be present 2024-09-20T19:53:08.066 INFO:teuthology.orchestra.run.smithi018.stdout:Not possible to enable service . firewalld.service is not available 2024-09-20T19:53:08.066 INFO:teuthology.orchestra.run.smithi018.stdout:firewalld does not appear to be present 2024-09-20T19:53:08.066 INFO:teuthology.orchestra.run.smithi018.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-20T19:53:08.066 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mgr to start... 2024-09-20T19:53:08.067 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mgr... 2024-09-20T19:53:08.116 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:07 smithi018 systemd[1]: /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490@.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-09-20T19:53:08.117 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:08 smithi018 systemd[1]: Started Ceph mgr.a for b4929c16-7789-11ef-baf5-efdc52797490. 2024-09-20T19:53:10.366 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:10 smithi018 bash[22728]: audit 2024-09-20T19:53:10.037721+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.18:0/2636887688' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:53:10.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:10 smithi018 bash[22728]: audit 2024-09-20T19:53:10.037721+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.18:0/2636887688' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:53:10.645 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:10.645 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:53:10.645 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsid": "b4929c16-7789-11ef-baf5-efdc52797490", 2024-09-20T19:53:10.645 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:53:10.645 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:53:10.645 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:53:10.646 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:53:10.646 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:10.646 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:53:10.646 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:53:10.646 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:53:10.646 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:10.646 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:53:10.646 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:53:10.646 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:10.646 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-20T19:53:10.646 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:53:10.646 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:10.647 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:53:10.647 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:53:10.647 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:10.647 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:53:10.647 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:10.647 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:53:10.647 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:53:10.647 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:53:10.647 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:53:10.647 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:53:10.647 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:53:10.650 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:10.650 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:53:10.650 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:53:10.650 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:53:10.650 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:52:59:783684+0000", 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:53:10.651 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:52:59.784393+0000", 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:10.652 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:53:10.653 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:53:10.653 INFO:teuthology.orchestra.run.smithi018.stdout:mgr not available, waiting (1/15)... 2024-09-20T19:53:12.367 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: debug 2024-09-20T19:53:12.070+0000 7fcca5cf1040 -1 mgr[py] Module not found: 'dashboard' 2024-09-20T19:53:12.367 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: debug 2024-09-20T19:53:12.070+0000 7fcca5cf1040 -1 mgr[py] Traceback (most recent call last): 2024-09-20T19:53:12.367 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: File "/usr/share/ceph/mgr/dashboard/__init__.py", line 60, in 2024-09-20T19:53:12.367 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: from .module import Module, StandbyModule # noqa: F401 2024-09-20T19:53:12.367 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: File "/usr/share/ceph/mgr/dashboard/module.py", line 55, in 2024-09-20T19:53:12.367 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: from .plugins import PLUGIN_MANAGER, debug, feature_toggles, motd # isort:skip # noqa E501 # pylint: disable=unused-import 2024-09-20T19:53:12.367 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: File "/usr/share/ceph/mgr/dashboard/plugins/feature_toggles.py", line 15, in 2024-09-20T19:53:12.367 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: from ..controllers.rgw import Rgw, RgwBucket, RgwDaemon, RgwUser 2024-09-20T19:53:12.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: File "/usr/share/ceph/mgr/dashboard/controllers/rgw.py", line 17, in 2024-09-20T19:53:12.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: from ..services.rgw_client import _SYNC_GROUP_ID, NoRgwDaemonsException, RgwClient, RgwMultisite 2024-09-20T19:53:12.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: File "/usr/share/ceph/mgr/dashboard/services/rgw_client.py", line 251 2024-09-20T19:53:12.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: logger.warning(f"Credentials not found for RGW Daemon '{daemon_name}'. 2024-09-20T19:53:12.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: ^ 2024-09-20T19:53:12.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: SyntaxError: EOL while scanning string literal 2024-09-20T19:53:12.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: debug 2024-09-20T19:53:12.070+0000 7fcca5cf1040 -1 mgr[py] Class not found in module 'dashboard' 2024-09-20T19:53:12.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:12 smithi018 bash[22982]: debug 2024-09-20T19:53:12.070+0000 7fcca5cf1040 -1 mgr[py] Error loading module 'dashboard': (2) No such file or directory 2024-09-20T19:53:14.240 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:14 smithi018 bash[22728]: audit 2024-09-20T19:53:13.976306+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.18:0/1374034505' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:53:14.240 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:14 smithi018 bash[22728]: audit 2024-09-20T19:53:13.976306+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.18:0/1374034505' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:53:14.586 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:14.586 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:53:14.586 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsid": "b4929c16-7789-11ef-baf5-efdc52797490", 2024-09-20T19:53:14.586 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:53:14.587 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:14.588 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:53:14.588 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:53:14.588 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:14.588 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:53:14.588 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:14.588 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:53:14.588 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:53:14.588 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:53:14.588 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:53:14.588 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:53:14.588 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:53:14.592 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:14.592 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:53:14.592 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:52:59:783684+0000", 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:53:14.593 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:53:14.594 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:14.594 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:53:14.594 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-20T19:53:14.594 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:53:14.594 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:53:14.594 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:53:14.594 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:53:14.594 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:53:14.594 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:14.594 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:53:14.595 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:14.595 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:53:14.595 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:14.595 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:52:59.784393+0000", 2024-09-20T19:53:14.595 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:53:14.595 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:14.595 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:53:14.595 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:53:14.595 INFO:teuthology.orchestra.run.smithi018.stdout:mgr not available, waiting (2/15)... 2024-09-20T19:53:16.616 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22982]: debug 2024-09-20T19:53:16.126+0000 7fcca5cf1040 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: dashboard 2024-09-20T19:53:16.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: cluster 2024-09-20T19:53:16.149484+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-20T19:53:16.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: cluster 2024-09-20T19:53:16.149484+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-20T19:53:16.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: cluster 2024-09-20T19:53:16.156348+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0073223s) 2024-09-20T19:53:16.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: cluster 2024-09-20T19:53:16.156348+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0073223s) 2024-09-20T19:53:16.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: audit 2024-09-20T19:53:16.158120+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:53:16.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: audit 2024-09-20T19:53:16.158120+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:53:16.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: audit 2024-09-20T19:53:16.158377+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:53:16.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: audit 2024-09-20T19:53:16.158377+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:53:16.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: audit 2024-09-20T19:53:16.158557+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:53:16.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: audit 2024-09-20T19:53:16.158557+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:53:16.618 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: audit 2024-09-20T19:53:16.158727+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:53:16.618 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: audit 2024-09-20T19:53:16.158727+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:53:16.618 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: audit 2024-09-20T19:53:16.159430+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-20T19:53:16.618 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: audit 2024-09-20T19:53:16.159430+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-20T19:53:16.618 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: cluster 2024-09-20T19:53:16.194362+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-20T19:53:16.618 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:16 smithi018 bash[22728]: cluster 2024-09-20T19:53:16.194362+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-20T19:53:17.607 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:17 smithi018 bash[22728]: audit 2024-09-20T19:53:16.214650+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:53:17.607 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:17 smithi018 bash[22728]: audit 2024-09-20T19:53:16.214650+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:53:17.607 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:17 smithi018 bash[22728]: audit 2024-09-20T19:53:16.217195+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-20T19:53:17.607 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:17 smithi018 bash[22728]: audit 2024-09-20T19:53:16.217195+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-20T19:53:17.607 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:17 smithi018 bash[22728]: audit 2024-09-20T19:53:16.220107+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' 2024-09-20T19:53:17.607 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:17 smithi018 bash[22728]: audit 2024-09-20T19:53:16.220107+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' 2024-09-20T19:53:17.608 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:17 smithi018 bash[22728]: audit 2024-09-20T19:53:16.221799+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' 2024-09-20T19:53:17.608 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:17 smithi018 bash[22728]: audit 2024-09-20T19:53:16.221799+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' 2024-09-20T19:53:17.608 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:17 smithi018 bash[22728]: audit 2024-09-20T19:53:16.223636+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' 2024-09-20T19:53:17.608 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:17 smithi018 bash[22728]: audit 2024-09-20T19:53:16.223636+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.18:0/1752602676' entity='mgr.a' 2024-09-20T19:53:17.608 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:17 smithi018 bash[22728]: cluster 2024-09-20T19:53:17.163235+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01421s) 2024-09-20T19:53:17.608 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:17 smithi018 bash[22728]: cluster 2024-09-20T19:53:17.163235+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01421s) 2024-09-20T19:53:18.895 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:18.895 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:53:18.895 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsid": "b4929c16-7789-11ef-baf5-efdc52797490", 2024-09-20T19:53:18.895 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:53:18.895 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:53:18.895 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:53:18.895 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:53:18.895 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:18.895 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:53:18.895 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:53:18.895 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:53:18.897 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:18.897 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:53:18.897 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:53:18.897 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:18.897 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-20T19:53:18.897 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:53:18.898 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:18.898 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:53:18.898 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:53:18.898 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:18.898 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:53:18.898 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:18.898 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:53:18.898 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:53:18.898 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:53:18.898 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:53:18.898 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:53:18.898 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:53:18.902 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:18.902 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:53:18.902 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:53:18.902 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:53:18.902 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:53:18.902 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:53:18.902 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:53:18.902 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:53:18.902 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:53:18.902 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:53:18.902 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:52:59:783684+0000", 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:53:18.903 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:18.904 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:53:18.904 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:18.904 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:53:18.904 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:18.904 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:52:59.784393+0000", 2024-09-20T19:53:18.904 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:53:18.904 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:18.904 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:53:18.904 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:53:18.904 INFO:teuthology.orchestra.run.smithi018.stdout:mgr is available 2024-09-20T19:53:19.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:19 smithi018 bash[22728]: cluster 2024-09-20T19:53:18.209478+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-20T19:53:19.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:19 smithi018 bash[22728]: cluster 2024-09-20T19:53:18.209478+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-20T19:53:19.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:19 smithi018 bash[22728]: audit 2024-09-20T19:53:18.253451+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.18:0/2687138699' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:53:19.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:19 smithi018 bash[22728]: audit 2024-09-20T19:53:18.253451+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.18:0/2687138699' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:53:20.655 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:20 smithi018 bash[22728]: audit 2024-09-20T19:53:20.374271+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.18:0/336251051' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:53:20.655 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:20 smithi018 bash[22728]: audit 2024-09-20T19:53:20.374271+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.18:0/336251051' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:53:20.655 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:20 smithi018 bash[22728]: audit 2024-09-20T19:53:20.377291+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.18:0/336251051' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T19:53:20.655 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:20 smithi018 bash[22728]: audit 2024-09-20T19:53:20.377291+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.18:0/336251051' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T19:53:21.028 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:21.029 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [global] 2024-09-20T19:53:21.029 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout fsid = b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:21.029 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-20T19:53:21.029 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.18:3300,v1:172.21.15.18:6789] 2024-09-20T19:53:21.029 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-20T19:53:21.029 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-20T19:53:21.029 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-20T19:53:21.029 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-20T19:53:21.029 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:21.029 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-20T19:53:21.029 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-20T19:53:21.030 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:21.030 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [osd] 2024-09-20T19:53:21.030 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-20T19:53:21.030 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-20T19:53:21.030 INFO:teuthology.orchestra.run.smithi018.stdout:Enabling cephadm module... 2024-09-20T19:53:22.847 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:22 smithi018 bash[22982]: ignoring --setuser ceph since I am not root 2024-09-20T19:53:22.847 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:22 smithi018 bash[22982]: ignoring --setgroup ceph since I am not root 2024-09-20T19:53:22.847 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:22 smithi018 bash[22728]: audit 2024-09-20T19:53:22.528084+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.18:0/1521777258' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-20T19:53:22.847 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:22 smithi018 bash[22728]: audit 2024-09-20T19:53:22.528084+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.18:0/1521777258' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-20T19:53:23.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:23 smithi018 bash[22728]: audit 2024-09-20T19:53:22.580174+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.18:0/1521777258' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-20T19:53:23.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:23 smithi018 bash[22728]: audit 2024-09-20T19:53:22.580174+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.18:0/1521777258' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-20T19:53:23.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:23 smithi018 bash[22728]: cluster 2024-09-20T19:53:22.587772+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-20T19:53:23.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:23 smithi018 bash[22728]: cluster 2024-09-20T19:53:22.587772+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-20T19:53:24.888 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22728]: audit 2024-09-20T19:53:24.621453+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.18:0/3946314138' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-20T19:53:24.889 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22728]: audit 2024-09-20T19:53:24.621453+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.18:0/3946314138' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-20T19:53:24.889 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: debug 2024-09-20T19:53:24.841+0000 7f15a98f5040 -1 mgr[py] Module not found: 'dashboard' 2024-09-20T19:53:24.889 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: debug 2024-09-20T19:53:24.841+0000 7f15a98f5040 -1 mgr[py] Traceback (most recent call last): 2024-09-20T19:53:24.889 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: File "/usr/share/ceph/mgr/dashboard/__init__.py", line 60, in 2024-09-20T19:53:24.889 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: from .module import Module, StandbyModule # noqa: F401 2024-09-20T19:53:24.889 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: File "/usr/share/ceph/mgr/dashboard/module.py", line 55, in 2024-09-20T19:53:24.889 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: from .plugins import PLUGIN_MANAGER, debug, feature_toggles, motd # isort:skip # noqa E501 # pylint: disable=unused-import 2024-09-20T19:53:24.889 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: File "/usr/share/ceph/mgr/dashboard/plugins/feature_toggles.py", line 15, in 2024-09-20T19:53:24.890 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: from ..controllers.rgw import Rgw, RgwBucket, RgwDaemon, RgwUser 2024-09-20T19:53:24.890 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: File "/usr/share/ceph/mgr/dashboard/controllers/rgw.py", line 17, in 2024-09-20T19:53:24.890 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: from ..services.rgw_client import _SYNC_GROUP_ID, NoRgwDaemonsException, RgwClient, RgwMultisite 2024-09-20T19:53:24.890 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: File "/usr/share/ceph/mgr/dashboard/services/rgw_client.py", line 251 2024-09-20T19:53:24.890 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: logger.warning(f"Credentials not found for RGW Daemon '{daemon_name}'. 2024-09-20T19:53:24.890 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: ^ 2024-09-20T19:53:24.890 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: SyntaxError: EOL while scanning string literal 2024-09-20T19:53:24.890 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: debug 2024-09-20T19:53:24.845+0000 7f15a98f5040 -1 mgr[py] Class not found in module 'dashboard' 2024-09-20T19:53:24.890 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:24 smithi018 bash[22982]: debug 2024-09-20T19:53:24.845+0000 7f15a98f5040 -1 mgr[py] Error loading module 'dashboard': (2) No such file or directory 2024-09-20T19:53:25.239 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:53:25.239 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-20T19:53:25.239 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-20T19:53:25.239 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-20T19:53:25.239 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-20T19:53:25.239 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:53:25.240 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for the mgr to restart... 2024-09-20T19:53:25.240 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mgr epoch 5... 2024-09-20T19:53:29.366 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22982]: debug 2024-09-20T19:53:28.889+0000 7f15a98f5040 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: dashboard 2024-09-20T19:53:29.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: cluster 2024-09-20T19:53:28.912869+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-20T19:53:29.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: cluster 2024-09-20T19:53:28.912869+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-20T19:53:29.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: cluster 2024-09-20T19:53:28.913297+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-20T19:53:29.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: cluster 2024-09-20T19:53:28.913297+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-20T19:53:29.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: cluster 2024-09-20T19:53:28.918985+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-20T19:53:29.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: cluster 2024-09-20T19:53:28.918985+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: cluster 2024-09-20T19:53:28.919289+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00615055s) 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: cluster 2024-09-20T19:53:28.919289+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00615055s) 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: audit 2024-09-20T19:53:28.921045+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: audit 2024-09-20T19:53:28.921045+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: audit 2024-09-20T19:53:28.922712+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: audit 2024-09-20T19:53:28.922712+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: audit 2024-09-20T19:53:28.923618+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: audit 2024-09-20T19:53:28.923618+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: audit 2024-09-20T19:53:28.924006+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: audit 2024-09-20T19:53:28.924006+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: audit 2024-09-20T19:53:28.924277+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: audit 2024-09-20T19:53:28.924277+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:53:29.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: cluster 2024-09-20T19:53:28.949410+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-20T19:53:29.369 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:28 smithi018 bash[22728]: cluster 2024-09-20T19:53:28.949410+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-20T19:53:30.563 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:53:30.564 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-20T19:53:30.564 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-20T19:53:30.564 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:53:30.564 INFO:teuthology.orchestra.run.smithi018.stdout:mgr epoch 5 is available 2024-09-20T19:53:30.564 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying orchestrator module is enabled... 2024-09-20T19:53:31.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: cluster 2024-09-20T19:53:29.924612+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e7: a(active, since 1.01146s) 2024-09-20T19:53:31.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: cluster 2024-09-20T19:53:29.924612+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e7: a(active, since 1.01146s) 2024-09-20T19:53:31.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.156006+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:31.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.156006+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:31.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.161152+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:31.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.161152+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: cephadm 2024-09-20T19:53:30.161978+0000 mgr.a (mgr.14118) 4 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: cephadm 2024-09-20T19:53:30.161978+0000 mgr.a (mgr.14118) 4 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.163932+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.163932+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.166129+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.166129+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.172252+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.172252+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.178637+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.178637+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.181365+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.181365+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:53:31.368 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.191461+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:53:31.369 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.191461+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:53:31.369 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.193925+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-20T19:53:31.369 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:30 smithi018 bash[22728]: audit 2024-09-20T19:53:30.193925+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-20T19:53:32.367 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: debug 2024-09-20T19:53:31.865+0000 7f15154ce640 -1 log_channel(cephadm) log [ERR] : [20/Sep/2024:19:53:31] ENGINE Error in HTTPServer.serve 2024-09-20T19:53:32.367 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: Traceback (most recent call last): 2024-09-20T19:53:32.367 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:53:32.367 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: self._connections.run(self.expiration_interval) 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: self._run(expiration_interval) 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: s = self.context.wrap_socket( 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: return self.sslsocket_class._create( 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: self.do_handshake() 2024-09-20T19:53:32.368 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:53:32.369 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: self._sslobj.do_handshake() 2024-09-20T19:53:32.369 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:31 smithi018 bash[22982]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:53:33.179 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: cephadm 2024-09-20T19:53:31.741371+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [20/Sep/2024:19:53:31] ENGINE Bus STARTING 2024-09-20T19:53:33.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: cephadm 2024-09-20T19:53:31.741371+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [20/Sep/2024:19:53:31] ENGINE Bus STARTING 2024-09-20T19:53:33.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: cephadm 2024-09-20T19:53:31.866506+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [20/Sep/2024:19:53:31] ENGINE Serving on https://172.21.15.18:7150 2024-09-20T19:53:33.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: cephadm 2024-09-20T19:53:31.866506+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [20/Sep/2024:19:53:31] ENGINE Serving on https://172.21.15.18:7150 2024-09-20T19:53:33.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: cephadm 2024-09-20T19:53:31.869987+0000 mgr.a (mgr.14118) 7 : cephadm [ERR] [20/Sep/2024:19:53:31] ENGINE Error in HTTPServer.serve 2024-09-20T19:53:33.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: Traceback (most recent call last): 2024-09-20T19:53:33.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:53:33.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: self._connections.run(self.expiration_interval) 2024-09-20T19:53:33.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:53:33.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: self._run(expiration_interval) 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: s = self.context.wrap_socket( 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: return self.sslsocket_class._create( 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: self.do_handshake() 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: self._sslobj.do_handshake() 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: cephadm 2024-09-20T19:53:31.869987+0000 mgr.a (mgr.14118) 7 : cephadm [ERR] [20/Sep/2024:19:53:31] ENGINE Error in HTTPServer.serve 2024-09-20T19:53:33.181 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: Traceback (most recent call last): 2024-09-20T19:53:33.182 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:53:33.182 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: self._connections.run(self.expiration_interval) 2024-09-20T19:53:33.182 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:53:33.182 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: self._run(expiration_interval) 2024-09-20T19:53:33.182 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:53:33.182 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:53:33.182 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:53:33.182 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:53:33.182 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:53:33.182 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: s = self.context.wrap_socket( 2024-09-20T19:53:33.182 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:53:33.182 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: return self.sslsocket_class._create( 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: self.do_handshake() 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: self._sslobj.do_handshake() 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: cluster 2024-09-20T19:53:31.922934+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 3s) 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: cluster 2024-09-20T19:53:31.922934+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 3s) 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: cephadm 2024-09-20T19:53:31.967940+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [20/Sep/2024:19:53:31] ENGINE Serving on http://172.21.15.18:8765 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: cephadm 2024-09-20T19:53:31.967940+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [20/Sep/2024:19:53:31] ENGINE Serving on http://172.21.15.18:8765 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: cephadm 2024-09-20T19:53:31.968063+0000 mgr.a (mgr.14118) 9 : cephadm [INF] [20/Sep/2024:19:53:31] ENGINE Bus STARTED 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: cephadm 2024-09-20T19:53:31.968063+0000 mgr.a (mgr.14118) 9 : cephadm [INF] [20/Sep/2024:19:53:31] ENGINE Bus STARTED 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: audit 2024-09-20T19:53:31.969172+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:53:33.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: audit 2024-09-20T19:53:31.969172+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:53:33.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: audit 2024-09-20T19:53:32.183478+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.18:0/1035050291' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-20T19:53:33.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:32 smithi018 bash[22728]: audit 2024-09-20T19:53:32.183478+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.18:0/1035050291' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-20T19:53:33.554 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-20T19:53:33.554 INFO:teuthology.orchestra.run.smithi018.stdout:Setting orchestrator backend to cephadm... 2024-09-20T19:53:34.366 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:33 smithi018 bash[22728]: audit 2024-09-20T19:53:32.926966+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.18:0/1035050291' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-20T19:53:34.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:33 smithi018 bash[22728]: audit 2024-09-20T19:53:32.926966+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.18:0/1035050291' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-20T19:53:34.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:33 smithi018 bash[22728]: cluster 2024-09-20T19:53:32.933370+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e9: a(active, since 4s) 2024-09-20T19:53:34.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:33 smithi018 bash[22728]: cluster 2024-09-20T19:53:32.933370+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e9: a(active, since 4s) 2024-09-20T19:53:36.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:36 smithi018 bash[22728]: audit 2024-09-20T19:53:35.019355+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:36.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:36 smithi018 bash[22728]: audit 2024-09-20T19:53:35.019355+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:36.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:36 smithi018 bash[22728]: audit 2024-09-20T19:53:35.023868+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:36.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:36 smithi018 bash[22728]: audit 2024-09-20T19:53:35.023868+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:36.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:36 smithi018 bash[22728]: audit 2024-09-20T19:53:35.041923+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:53:36.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:36 smithi018 bash[22728]: audit 2024-09-20T19:53:35.041923+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:53:37.644 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-20T19:53:37.644 INFO:teuthology.orchestra.run.smithi018.stdout:Generating ssh key... 2024-09-20T19:53:38.116 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:37 smithi018 bash[22728]: audit 2024-09-20T19:53:37.051396+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:38.117 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:37 smithi018 bash[22728]: audit 2024-09-20T19:53:37.051396+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:39.594 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: Generating public/private rsa key pair. 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: Your identification has been saved in /tmp/tmp1emi3w8m/key 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: Your public key has been saved in /tmp/tmp1emi3w8m/key.pub 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: The key fingerprint is: 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: SHA256:emeYZ9fjCQQImPseafc+u4qAzrgjjatgiVJJM/sqPhg ceph-b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: The key's randomart image is: 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: +---[RSA 3072]----+ 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: | o. | 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: | o . . | 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: | + . . . | 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: | . =. . | 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: | + . .S . | 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: |E..o =..o . . | 2024-09-20T19:53:39.595 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: |=*. oo.o+.= o o | 2024-09-20T19:53:39.596 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: |X=.. ..o =o. o o | 2024-09-20T19:53:39.596 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: |O*= . .o++ o | 2024-09-20T19:53:39.596 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:53:39 smithi018 bash[22982]: +----[SHA256]-----+ 2024-09-20T19:53:40.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:40 smithi018 bash[22728]: audit 2024-09-20T19:53:39.115954+0000 mgr.a (mgr.14118) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:40.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:40 smithi018 bash[22728]: audit 2024-09-20T19:53:39.115954+0000 mgr.a (mgr.14118) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:40.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:40 smithi018 bash[22728]: cephadm 2024-09-20T19:53:39.116330+0000 mgr.a (mgr.14118) 13 : cephadm [INF] Generating ssh key... 2024-09-20T19:53:40.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:40 smithi018 bash[22728]: cephadm 2024-09-20T19:53:39.116330+0000 mgr.a (mgr.14118) 13 : cephadm [INF] Generating ssh key... 2024-09-20T19:53:40.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:40 smithi018 bash[22728]: audit 2024-09-20T19:53:39.332122+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:40.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:40 smithi018 bash[22728]: audit 2024-09-20T19:53:39.332122+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:40.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:40 smithi018 bash[22728]: audit 2024-09-20T19:53:39.335618+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:40.367 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:40 smithi018 bash[22728]: audit 2024-09-20T19:53:39.335618+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:41.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:41 smithi018 bash[22728]: audit 2024-09-20T19:53:41.485326+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:41.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:41 smithi018 bash[22728]: audit 2024-09-20T19:53:41.485326+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:42.008 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRNJfMl0ywapdkMK1QuI2buMv3foEVZeForifpN5SZp7vbEN+eTTXlqWVF3WSmTsZbOE28BrOa6u/YFkqC8+cVeGX5Sp+XjX7Bi00V3/I6047xPLeGRrvY3kRexrLG8LPJ5U5bVgyukn7ijWtJbSWj2MHYnEFZD2fdEqyjEXjBHxVLPA+0j+kFpbZHWaAcDXsExmWQfRWIBm6l80+6dUy4EExZkH7uflmG8jBOBFkZLxyeldvx8csqrK2yUXP5QXhVZSinf3FRe451FixMWa5kz5mPZ5IcucJ+6qMJM2SvIxFBd7j7u192HTj1JUh6ksJSjCma3RURirHscSQCYuvLdCJlKN6OLdiojeHCdxjf0U0fG4vCz1PI1XFc/nk7Bgg4RpcNusk1iEF5Jazbk9U/8W/J4p9dgVU929TnAAPF2SDEsYKO3IXb6RJT7XZ1LOppHwco8uofBZ00c1RMMHrMym1UdPygQnaLKD+Rxpy/gyXJ+k+jxc2UIbqERzzE1yU= ceph-b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:42.008 INFO:teuthology.orchestra.run.smithi018.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:53:42.008 INFO:teuthology.orchestra.run.smithi018.stdout:Adding key to root@localhost authorized_keys... 2024-09-20T19:53:42.009 INFO:teuthology.orchestra.run.smithi018.stdout:Adding host smithi018... 2024-09-20T19:53:44.017 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:43 smithi018 bash[22728]: audit 2024-09-20T19:53:43.557457+0000 mgr.a (mgr.14118) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi018", "addr": "172.21.15.18", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:44.017 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:43 smithi018 bash[22728]: audit 2024-09-20T19:53:43.557457+0000 mgr.a (mgr.14118) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi018", "addr": "172.21.15.18", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:45.951 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:45 smithi018 bash[22728]: cephadm 2024-09-20T19:53:44.807806+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Deploying cephadm binary to smithi018 2024-09-20T19:53:45.951 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:45 smithi018 bash[22728]: cephadm 2024-09-20T19:53:44.807806+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Deploying cephadm binary to smithi018 2024-09-20T19:53:49.140 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Added host 'smithi018' with addr '172.21.15.18' 2024-09-20T19:53:49.140 INFO:teuthology.orchestra.run.smithi018.stdout:Deploying unmanaged mon service... 2024-09-20T19:53:49.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:49 smithi018 bash[22728]: audit 2024-09-20T19:53:48.322871+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:49.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:49 smithi018 bash[22728]: audit 2024-09-20T19:53:48.322871+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:49.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:49 smithi018 bash[22728]: cephadm 2024-09-20T19:53:48.323341+0000 mgr.a (mgr.14118) 17 : cephadm [INF] Added host smithi018 2024-09-20T19:53:49.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:49 smithi018 bash[22728]: cephadm 2024-09-20T19:53:48.323341+0000 mgr.a (mgr.14118) 17 : cephadm [INF] Added host smithi018 2024-09-20T19:53:49.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:49 smithi018 bash[22728]: audit 2024-09-20T19:53:48.323785+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:53:49.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:49 smithi018 bash[22728]: audit 2024-09-20T19:53:48.323785+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:53:50.616 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:50 smithi018 bash[22728]: cluster 2024-09-20T19:53:48.925326+0000 mgr.a (mgr.14118) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:53:50.617 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:50 smithi018 bash[22728]: cluster 2024-09-20T19:53:48.925326+0000 mgr.a (mgr.14118) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:53:52.396 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-20T19:53:52.396 INFO:teuthology.orchestra.run.smithi018.stdout:Deploying unmanaged mgr service... 2024-09-20T19:53:52.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:52 smithi018 bash[22728]: cluster 2024-09-20T19:53:50.925867+0000 mgr.a (mgr.14118) 19 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:53:52.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:52 smithi018 bash[22728]: cluster 2024-09-20T19:53:50.925867+0000 mgr.a (mgr.14118) 19 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:53:52.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:52 smithi018 bash[22728]: audit 2024-09-20T19:53:51.542990+0000 mgr.a (mgr.14118) 20 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:52.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:52 smithi018 bash[22728]: audit 2024-09-20T19:53:51.542990+0000 mgr.a (mgr.14118) 20 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:52.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:52 smithi018 bash[22728]: cephadm 2024-09-20T19:53:51.544255+0000 mgr.a (mgr.14118) 21 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-20T19:53:52.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:52 smithi018 bash[22728]: cephadm 2024-09-20T19:53:51.544255+0000 mgr.a (mgr.14118) 21 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-20T19:53:52.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:52 smithi018 bash[22728]: audit 2024-09-20T19:53:51.548870+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:52.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:52 smithi018 bash[22728]: audit 2024-09-20T19:53:51.548870+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:52.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:52 smithi018 bash[22728]: audit 2024-09-20T19:53:52.125485+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:52.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:52 smithi018 bash[22728]: audit 2024-09-20T19:53:52.125485+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:53.980 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:53 smithi018 bash[22728]: audit 2024-09-20T19:53:52.719366+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:53.980 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:53 smithi018 bash[22728]: audit 2024-09-20T19:53:52.719366+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:53.980 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:53 smithi018 bash[22728]: cluster 2024-09-20T19:53:52.926306+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:53:53.980 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:53 smithi018 bash[22728]: cluster 2024-09-20T19:53:52.926306+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:53:54.629 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-20T19:53:55.117 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:54 smithi018 bash[22728]: audit 2024-09-20T19:53:53.930898+0000 mgr.a (mgr.14118) 23 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:55.117 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:54 smithi018 bash[22728]: audit 2024-09-20T19:53:53.930898+0000 mgr.a (mgr.14118) 23 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:53:55.117 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:54 smithi018 bash[22728]: cephadm 2024-09-20T19:53:53.932255+0000 mgr.a (mgr.14118) 24 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-20T19:53:55.117 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:54 smithi018 bash[22728]: cephadm 2024-09-20T19:53:53.932255+0000 mgr.a (mgr.14118) 24 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-20T19:53:55.117 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:54 smithi018 bash[22728]: audit 2024-09-20T19:53:53.936280+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:55.117 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:54 smithi018 bash[22728]: audit 2024-09-20T19:53:53.936280+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:56.207 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:55 smithi018 bash[22728]: cluster 2024-09-20T19:53:54.926664+0000 mgr.a (mgr.14118) 25 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:53:56.207 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:55 smithi018 bash[22728]: cluster 2024-09-20T19:53:54.926664+0000 mgr.a (mgr.14118) 25 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:53:57.618 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:57 smithi018 bash[22728]: audit 2024-09-20T19:53:56.167113+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.18:0/2081126041' entity='client.admin' 2024-09-20T19:53:57.618 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:57 smithi018 bash[22728]: audit 2024-09-20T19:53:56.167113+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.18:0/2081126041' entity='client.admin' 2024-09-20T19:53:58.524 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:58 smithi018 bash[22728]: cluster 2024-09-20T19:53:56.927091+0000 mgr.a (mgr.14118) 26 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:53:58.524 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:58 smithi018 bash[22728]: cluster 2024-09-20T19:53:56.927091+0000 mgr.a (mgr.14118) 26 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:53:58.893 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 22 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:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -e NODE_NAME=smithi018 -v /var/log/ceph/b4929c16-7789-11ef-baf5-efdc52797490:/var/log/ceph:z -v /tmp/ceph-tmp06lycjv3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8yw525wx:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 config set mgr mgr/dashboard/ssl_server_port 8443 2024-09-20T19:53:58.893 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stderr Error EINVAL: unrecognized config option 'mgr/dashboard/ssl_server_port' 2024-09-20T19:53:58.893 INFO:teuthology.orchestra.run.smithi018.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:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -e NODE_NAME=smithi018 -v /var/log/ceph/b4929c16-7789-11ef-baf5-efdc52797490:/var/log/ceph:z -v /tmp/ceph-tmp06lycjv3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8yw525wx:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 config set mgr mgr/dashboard/ssl_server_port 8443: Error EINVAL: unrecognized config option 'mgr/dashboard/ssl_server_port' 2024-09-20T19:53:58.893 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-09-20T19:53:58.894 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-20T19:53:58.894 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-20T19:53:58.894 INFO:teuthology.orchestra.run.smithi018.stdout: *************** 2024-09-20T19:53:58.894 INFO:teuthology.orchestra.run.smithi018.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-09-20T19:53:58.894 INFO:teuthology.orchestra.run.smithi018.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-09-20T19:53:58.894 INFO:teuthology.orchestra.run.smithi018.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-09-20T19:53:58.894 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-20T19:53:58.894 INFO:teuthology.orchestra.run.smithi018.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-09-20T19:53:58.894 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-20T19:53:58.894 INFO:teuthology.orchestra.run.smithi018.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-09-20T19:53:58.895 INFO:teuthology.orchestra.run.smithi018.stdout: *************** 2024-09-20T19:53:58.895 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-20T19:53:58.895 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-20T19:53:58.895 INFO:teuthology.orchestra.run.smithi018.stdout:Deleting cluster with fsid: b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:59.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:59 smithi018 bash[22728]: audit 2024-09-20T19:53:58.475648+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:59.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:59 smithi018 bash[22728]: audit 2024-09-20T19:53:58.475648+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:59.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:59 smithi018 bash[22728]: audit 2024-09-20T19:53:58.477977+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:59.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:59 smithi018 bash[22728]: audit 2024-09-20T19:53:58.477977+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:59.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:59 smithi018 bash[22728]: audit 2024-09-20T19:53:58.478597+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi018", "name": "osd_memory_target"} : dispatch 2024-09-20T19:53:59.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:59 smithi018 bash[22728]: audit 2024-09-20T19:53:58.478597+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi018", "name": "osd_memory_target"} : dispatch 2024-09-20T19:53:59.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:59 smithi018 bash[22728]: audit 2024-09-20T19:53:58.481535+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:59.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:59 smithi018 bash[22728]: audit 2024-09-20T19:53:58.481535+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' 2024-09-20T19:53:59.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:59 smithi018 bash[22728]: audit 2024-09-20T19:53:58.483074+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi018", "caps": []} : dispatch 2024-09-20T19:53:59.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:59 smithi018 bash[22728]: audit 2024-09-20T19:53:58.483074+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi018", "caps": []} : dispatch 2024-09-20T19:53:59.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:59 smithi018 bash[22728]: audit 2024-09-20T19:53:58.483609+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi018", "caps": []}]': finished 2024-09-20T19:53:59.868 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:53:59 smithi018 bash[22728]: audit 2024-09-20T19:53:58.483609+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.14118 172.21.15.18:0/1097966695' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi018", "caps": []}]': finished 2024-09-20T19:54:00.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:00 smithi018 bash[22728]: cluster 2024-09-20T19:53:58.927373+0000 mgr.a (mgr.14118) 27 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:54:00.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:00 smithi018 bash[22728]: cluster 2024-09-20T19:53:58.927373+0000 mgr.a (mgr.14118) 27 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:54:00.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:00 smithi018 bash[22728]: cephadm 2024-09-20T19:53:59.342577+0000 mgr.a (mgr.14118) 28 : cephadm [INF] Deploying daemon agent.smithi018 on smithi018 2024-09-20T19:54:00.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:00 smithi018 bash[22728]: cephadm 2024-09-20T19:53:59.342577+0000 mgr.a (mgr.14118) 28 : cephadm [INF] Deploying daemon agent.smithi018 on smithi018 2024-09-20T19:54:01.428 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout 893688f2c4c4,456.4MiB / 31.24GiB 2024-09-20T19:54:01.428 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout 589a2d1d8dd0,32.41MiB / 31.24GiB 2024-09-20T19:54:02.866 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:02 smithi018 bash[22728]: cluster 2024-09-20T19:54:00.927698+0000 mgr.a (mgr.14118) 29 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:54:02.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:02 smithi018 bash[22728]: cluster 2024-09-20T19:54:00.927698+0000 mgr.a (mgr.14118) 29 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T19:54:03.440 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout 893688f2c4c4,0.33% 2024-09-20T19:54:03.440 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout 589a2d1d8dd0,0.67% 2024-09-20T19:54:03.717 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:03 smithi018 systemd[1]: Stopping Ceph mon.a for b4929c16-7789-11ef-baf5-efdc52797490... 2024-09-20T19:54:03.717 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:03 smithi018 bash[22728]: debug 2024-09-20T19:54:03.577+0000 7f8fd6c79640 -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-09-20T19:54:03.717 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:03 smithi018 bash[22728]: debug 2024-09-20T19:54:03.577+0000 7f8fd6c79640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-20T19:54:04.535 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:04 smithi018 bash[25415]: ceph-b4929c16-7789-11ef-baf5-efdc52797490-mon-a 2024-09-20T19:54:04.535 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:04 smithi018 bash[25476]: Error response from daemon: No such container: ceph-b4929c16-7789-11ef-baf5-efdc52797490-mon-a 2024-09-20T19:54:04.535 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:04 smithi018 systemd[1]: ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-20T19:54:04.535 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:04 smithi018 systemd[1]: Stopped Ceph mon.a for b4929c16-7789-11ef-baf5-efdc52797490. 2024-09-20T19:54:04.625 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490.target.wants/ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a.service. 2024-09-20T19:54:04.631 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 5 from systemctl stop ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mon.a.service 2024-09-20T19:54:04.631 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to stop ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mon.a.service: Unit ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mon.a.service not loaded. 2024-09-20T19:54:04.636 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mon.a.service 2024-09-20T19:54:04.637 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mon.a.service: Unit ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mon.a.service not loaded. 2024-09-20T19:54:04.644 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl disable ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mon.a.service 2024-09-20T19:54:04.645 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mon.a.service does not exist. 2024-09-20T19:54:04.796 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 20 19:54:04 smithi018 systemd[1]: /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490@.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-09-20T19:54:04.796 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:54:04 smithi018 systemd[1]: /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490@.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-09-20T19:54:04.796 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:54:04 smithi018 systemd[1]: Stopping Ceph mgr.a for b4929c16-7789-11ef-baf5-efdc52797490... 2024-09-20T19:54:04.796 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:54:04 smithi018 bash[22982]: debug 2024-09-20T19:54:04.765+0000 7f15a5896640 -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-09-20T19:54:04.796 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:54:04 smithi018 bash[22982]: debug 2024-09-20T19:54:04.765+0000 7f15a5896640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-20T19:54:05.616 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:54:05 smithi018 bash[25546]: ceph-b4929c16-7789-11ef-baf5-efdc52797490-mgr-a 2024-09-20T19:54:05.617 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:54:05 smithi018 bash[25607]: Error response from daemon: No such container: ceph-b4929c16-7789-11ef-baf5-efdc52797490-mgr-a 2024-09-20T19:54:05.617 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:54:05 smithi018 systemd[1]: ceph-b4929c16-7789-11ef-baf5-efdc52797490@mgr.a.service: Deactivated successfully. 2024-09-20T19:54:05.617 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:54:05 smithi018 systemd[1]: Stopped Ceph mgr.a for b4929c16-7789-11ef-baf5-efdc52797490. 2024-09-20T19:54:05.648 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490.target.wants/ceph-b4929c16-7789-11ef-baf5-efdc52797490@mgr.a.service. 2024-09-20T19:54:05.654 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 5 from systemctl stop ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mgr.a.service 2024-09-20T19:54:05.654 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to stop ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mgr.a.service: Unit ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mgr.a.service not loaded. 2024-09-20T19:54:05.658 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mgr.a.service 2024-09-20T19:54:05.659 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mgr.a.service: Unit ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mgr.a.service not loaded. 2024-09-20T19:54:05.666 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl disable ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mgr.a.service 2024-09-20T19:54:05.666 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-b4929c16-7789-11ef-baf5-efdc52797490-init@mgr.a.service does not exist. 2024-09-20T19:54:05.890 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph-b4929c16-7789-11ef-baf5-efdc52797490.target. 2024-09-20T19:54:05.890 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Removed /etc/systemd/system/ceph.target.wants/ceph-b4929c16-7789-11ef-baf5-efdc52797490.target. 2024-09-20T19:54:05.894 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 20 19:54:05 smithi018 systemd[1]: /etc/systemd/system/ceph-b4929c16-7789-11ef-baf5-efdc52797490@.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-09-20T19:54:06.110 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-20T19:54:06.111 INFO:teuthology.orchestra.run.smithi018.stderr:Traceback (most recent call last): 2024-09-20T19:54:06.111 INFO:teuthology.orchestra.run.smithi018.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-09-20T19:54:06.129 INFO:teuthology.orchestra.run.smithi018.stderr: return _run_code(code, main_globals, None, 2024-09-20T19:54:06.129 INFO:teuthology.orchestra.run.smithi018.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-09-20T19:54:06.129 INFO:teuthology.orchestra.run.smithi018.stderr: exec(code, run_globals) 2024-09-20T19:54:06.129 INFO:teuthology.orchestra.run.smithi018.stderr: File "/tmp/tmpfr0s6fcg.cephadm.build/app/__main__.py", line 5628, in 2024-09-20T19:54:06.129 INFO:teuthology.orchestra.run.smithi018.stderr: File "/tmp/tmpfr0s6fcg.cephadm.build/app/__main__.py", line 5616, in main 2024-09-20T19:54:06.129 INFO:teuthology.orchestra.run.smithi018.stderr: File "/tmp/tmpfr0s6fcg.cephadm.build/app/__main__.py", line 2667, in _rollback 2024-09-20T19:54:06.129 INFO:teuthology.orchestra.run.smithi018.stderr: File "/tmp/tmpfr0s6fcg.cephadm.build/app/__main__.py", line 451, in _default_image 2024-09-20T19:54:06.129 INFO:teuthology.orchestra.run.smithi018.stderr: File "/tmp/tmpfr0s6fcg.cephadm.build/app/__main__.py", line 2933, in command_bootstrap 2024-09-20T19:54:06.129 INFO:teuthology.orchestra.run.smithi018.stderr: File "/tmp/tmpfr0s6fcg.cephadm.build/app/__main__.py", line 2431, in prepare_dashboard 2024-09-20T19:54:06.129 INFO:teuthology.orchestra.run.smithi018.stderr: File "/tmp/tmpfr0s6fcg.cephadm.build/app/__main__.py", line 2846, in cli 2024-09-20T19:54:06.129 INFO:teuthology.orchestra.run.smithi018.stderr: File "/tmp/tmpfr0s6fcg.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-09-20T19:54:06.130 INFO:teuthology.orchestra.run.smithi018.stderr: File "/tmp/tmpfr0s6fcg.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-09-20T19:54:06.130 INFO:teuthology.orchestra.run.smithi018.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:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -e NODE_NAME=smithi018 -v /var/log/ceph/b4929c16-7789-11ef-baf5-efdc52797490:/var/log/ceph:z -v /tmp/ceph-tmp06lycjv3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp8yw525wx:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 config set mgr mgr/dashboard/ssl_server_port 8443: Error EINVAL: unrecognized config option 'mgr/dashboard/ssl_server_port' 2024-09-20T19:54:06.130 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-09-20T19:54:06.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:54:06.156 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-20T19:54:06.156 DEBUG:teuthology.orchestra.run.smithi018:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:54:06.161 DEBUG:teuthology.orchestra.run.smithi119:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:54:06.167 DEBUG:teuthology.orchestra.run.smithi137:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:54:06.173 INFO:tasks.cephadm:Stopping all daemons... 2024-09-20T19:54:06.173 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-20T19:54:06.173 DEBUG:teuthology.orchestra.run.smithi018:> sudo systemctl stop ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a 2024-09-20T19:54:06.227 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to stop ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-20T19:54:06.229 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-09-20T19:54:06.229 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi018 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid b4929c16-7789-11ef-baf5-efdc52797490 --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.18 --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_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi018 with status 5: 'sudo systemctl stop ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:54:06.230 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi018 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid b4929c16-7789-11ef-baf5-efdc52797490 --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.18 --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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi018 with status 5: 'sudo systemctl stop ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:54:06.231 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-20T19:54:06.233 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/lib/ceph/b4929c16-7789-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828/remote/smithi018/crash 2024-09-20T19:54:06.234 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /var/lib/ceph/b4929c16-7789-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:54:06.287 DEBUG:teuthology.misc:Transferring archived files from smithi119:/var/lib/ceph/b4929c16-7789-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828/remote/smithi119/crash 2024-09-20T19:54:06.288 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /var/lib/ceph/b4929c16-7789-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:54:06.302 INFO:teuthology.orchestra.run.smithi119.stderr:tar: /var/lib/ceph/b4929c16-7789-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:54:06.302 INFO:teuthology.orchestra.run.smithi119.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:54:06.304 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/lib/ceph/b4929c16-7789-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828/remote/smithi137/crash 2024-09-20T19:54:06.305 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/lib/ceph/b4929c16-7789-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:54:06.318 INFO:teuthology.orchestra.run.smithi137.stderr:tar: /var/lib/ceph/b4929c16-7789-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:54:06.318 INFO:teuthology.orchestra.run.smithi137.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:54:06.320 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-20T19:54:06.320 DEBUG:teuthology.orchestra.run.smithi018:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b4929c16-7789-11ef-baf5-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-20T19:54:06.343 INFO:teuthology.orchestra.run.smithi018.stderr:grep: /var/log/ceph/b4929c16-7789-11ef-baf5-efdc52797490/ceph.log: No such file or directory 2024-09-20T19:54:06.345 INFO:tasks.cephadm:Compressing logs... 2024-09-20T19:54:06.345 DEBUG:teuthology.orchestra.run.smithi018:> 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-09-20T19:54:06.389 DEBUG:teuthology.orchestra.run.smithi119:> 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-09-20T19:54:06.392 DEBUG:teuthology.orchestra.run.smithi137:> 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-09-20T19:54:06.397 INFO:teuthology.orchestra.run.smithi018.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-20T19:54:06.402 INFO:teuthology.orchestra.run.smithi119.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-20T19:54:06.406 INFO:teuthology.orchestra.run.smithi137.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-20T19:54:06.407 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:54:06.407 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/cephadm.log: -2.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:54:06.409 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-09-20T19:54:06.409 INFO:teuthology.orchestra.run.smithi018.stderr:real 0m0.018s 2024-09-20T19:54:06.409 INFO:teuthology.orchestra.run.smithi018.stderr:user 0m0.009s 2024-09-20T19:54:06.409 INFO:teuthology.orchestra.run.smithi018.stderr:sys 0m0.007s 2024-09-20T19:54:06.419 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:54:06.422 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/cephadm.log: 56.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:54:06.422 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-09-20T19:54:06.422 INFO:teuthology.orchestra.run.smithi137.stderr:real 0m0.024s 2024-09-20T19:54:06.422 INFO:teuthology.orchestra.run.smithi137.stderr:user 0m0.009s 2024-09-20T19:54:06.422 INFO:teuthology.orchestra.run.smithi137.stderr:sys 0m0.012s 2024-09-20T19:54:06.485 INFO:teuthology.orchestra.run.smithi119.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:54:06.487 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/cephadm.log: 56.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:54:06.489 INFO:teuthology.orchestra.run.smithi119.stderr: 2024-09-20T19:54:06.489 INFO:teuthology.orchestra.run.smithi119.stderr:real 0m0.094s 2024-09-20T19:54:06.489 INFO:teuthology.orchestra.run.smithi119.stderr:user 0m0.014s 2024-09-20T19:54:06.489 INFO:teuthology.orchestra.run.smithi119.stderr:sys 0m0.008s 2024-09-20T19:54:06.490 INFO:tasks.cephadm:Archiving logs... 2024-09-20T19:54:06.490 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828/remote/smithi018/log 2024-09-20T19:54:06.491 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:54:06.504 DEBUG:teuthology.misc:Transferring archived files from smithi119:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828/remote/smithi119/log 2024-09-20T19:54:06.505 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:54:06.542 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828/remote/smithi137/log 2024-09-20T19:54:06.543 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:54:06.557 INFO:tasks.cephadm:Removing cluster... 2024-09-20T19:54:06.557 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b4929c16-7789-11ef-baf5-efdc52797490 --force 2024-09-20T19:54:06.746 INFO:teuthology.orchestra.run.smithi018.stdout:Deleting cluster with fsid: b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:54:08.128 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b4929c16-7789-11ef-baf5-efdc52797490 --force 2024-09-20T19:54:08.313 INFO:teuthology.orchestra.run.smithi119.stdout:Deleting cluster with fsid: b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:54:09.644 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b4929c16-7789-11ef-baf5-efdc52797490 --force 2024-09-20T19:54:09.829 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: b4929c16-7789-11ef-baf5-efdc52797490 2024-09-20T19:54:11.161 INFO:tasks.cephadm:Removing cephadm ... 2024-09-20T19:54:11.161 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:54:11.167 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:54:11.174 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:54:11.179 INFO:tasks.cephadm:Teardown complete 2024-09-20T19:54:11.179 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi018 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid b4929c16-7789-11ef-baf5-efdc52797490 --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.18 --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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 2334, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 1962, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi018 with status 5: 'sudo systemctl stop ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:54:11.373 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0dda621f23d942dabdbab0572b35c1f6 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi018 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid b4929c16-7789-11ef-baf5-efdc52797490 --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.18 --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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 2334, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 1962, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi018 with status 5: 'sudo systemctl stop ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:54:11.379 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-20T19:54:11.387 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-20T19:54:11.407 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-09-20T19:54:11.408 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-20T19:54:11.421 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-20T19:54:11.424 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-20T19:54:11.507 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-20T19:54:11.516 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-20T19:54:11.516 DEBUG:teuthology.orchestra.run.smithi018:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:54:11.519 DEBUG:teuthology.orchestra.run.smithi119:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:54:11.521 DEBUG:teuthology.orchestra.run.smithi137:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:54:11.529 INFO:teuthology.orchestra.run.smithi018.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T19:54:11.529 INFO:teuthology.orchestra.run.smithi018.stdout:============================================================================== 2024-09-20T19:54:11.529 INFO:teuthology.orchestra.run.smithi018.stdout:*hv01.front.sepi 67.205.162.81 3 u 24 64 37 0.128 -0.237 0.317 2024-09-20T19:54:11.529 INFO:teuthology.orchestra.run.smithi018.stdout:+hv02.front.sepi 96.245.170.99 3 u 18 64 37 0.112 -0.371 0.244 2024-09-20T19:54:11.529 INFO:teuthology.orchestra.run.smithi018.stdout:+hv03.front.sepi 74.6.168.72 3 u 20 64 37 0.097 +1.898 0.275 2024-09-20T19:54:11.530 INFO:teuthology.orchestra.run.smithi018.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:54:11.533 INFO:teuthology.orchestra.run.smithi119.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T19:54:11.533 INFO:teuthology.orchestra.run.smithi119.stdout:============================================================================== 2024-09-20T19:54:11.533 INFO:teuthology.orchestra.run.smithi119.stdout:*hv01.front.sepi 67.205.162.81 3 u 26 64 37 0.087 -1.413 1.079 2024-09-20T19:54:11.533 INFO:teuthology.orchestra.run.smithi119.stdout:+hv02.front.sepi 96.245.170.99 3 u 18 64 37 0.118 -1.183 0.915 2024-09-20T19:54:11.533 INFO:teuthology.orchestra.run.smithi119.stdout:+hv03.front.sepi 74.6.168.72 3 u 20 64 37 0.110 +1.010 1.043 2024-09-20T19:54:11.533 INFO:teuthology.orchestra.run.smithi119.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:54:11.535 INFO:teuthology.orchestra.run.smithi137.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T19:54:11.535 INFO:teuthology.orchestra.run.smithi137.stdout:============================================================================== 2024-09-20T19:54:11.535 INFO:teuthology.orchestra.run.smithi137.stdout:+hv01.front.sepi 67.205.162.81 3 u 17 64 37 0.068 -1.711 0.998 2024-09-20T19:54:11.535 INFO:teuthology.orchestra.run.smithi137.stdout:+hv02.front.sepi 96.245.170.99 3 u 21 64 37 0.077 -0.783 0.492 2024-09-20T19:54:11.535 INFO:teuthology.orchestra.run.smithi137.stdout:*hv03.front.sepi 74.6.168.72 3 u 21 64 37 0.116 +1.495 0.633 2024-09-20T19:54:11.535 INFO:teuthology.orchestra.run.smithi137.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T19:54:11.536 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-20T19:54:11.546 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-20T19:54:11.547 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-20T19:54:11.561 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-20T19:54:11.576 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-20T19:54:11.590 INFO:teuthology.task.internal:Duration was 758.146035 seconds 2024-09-20T19:54:11.590 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-20T19:54:11.603 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-20T19:54:11.603 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:54:11.606 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:54:11.608 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:54:11.644 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-20T19:54:11.644 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi018.front.sepia.ceph.com 2024-09-20T19:54:11.645 DEBUG:teuthology.orchestra.run.smithi018:> 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-09-20T19:54:11.701 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi119.front.sepia.ceph.com 2024-09-20T19:54:11.701 DEBUG:teuthology.orchestra.run.smithi119:> 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-09-20T19:54:11.712 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi137.front.sepia.ceph.com 2024-09-20T19:54:11.712 DEBUG:teuthology.orchestra.run.smithi137:> 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-09-20T19:54:11.722 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-20T19:54:11.722 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:54:11.745 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:54:11.755 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:54:11.792 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-20T19:54:11.793 DEBUG:teuthology.orchestra.run.smithi018:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:54:11.817 DEBUG:teuthology.orchestra.run.smithi119:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:54:11.823 DEBUG:teuthology.orchestra.run.smithi137:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:54:11.888 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-20T19:54:11.898 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-20T19:54:11.898 DEBUG:teuthology.orchestra.run.smithi018:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:54:11.909 DEBUG:teuthology.orchestra.run.smithi119:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:54:11.919 DEBUG:teuthology.orchestra.run.smithi137:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:54:11.931 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-20T19:54:11.945 DEBUG:teuthology.orchestra.run.smithi018:> 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-09-20T19:54:11.953 DEBUG:teuthology.orchestra.run.smithi119:> 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-09-20T19:54:11.962 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = core 2024-09-20T19:54:11.964 DEBUG:teuthology.orchestra.run.smithi137:> 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-09-20T19:54:11.971 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = core 2024-09-20T19:54:11.983 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = core 2024-09-20T19:54:12.004 DEBUG:teuthology.orchestra.run.smithi018:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:54:12.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:54:12.027 DEBUG:teuthology.orchestra.run.smithi119:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:54:12.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:54:12.054 DEBUG:teuthology.orchestra.run.smithi137:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:54:12.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:54:12.059 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-20T19:54:12.079 INFO:teuthology.task.internal:Transferring archived files... 2024-09-20T19:54:12.080 DEBUG:teuthology.misc:Transferring archived files from smithi018:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828/remote/smithi018 2024-09-20T19:54:12.080 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:54:12.104 DEBUG:teuthology.misc:Transferring archived files from smithi119:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828/remote/smithi119 2024-09-20T19:54:12.105 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:54:12.129 DEBUG:teuthology.misc:Transferring archived files from smithi137:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912828/remote/smithi137 2024-09-20T19:54:12.130 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:54:12.152 INFO:teuthology.task.internal:Removing archive directory... 2024-09-20T19:54:12.152 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:54:12.154 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:54:12.168 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:54:12.200 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-20T19:54:12.211 INFO:teuthology.task.internal:Not uploading archives. 2024-09-20T19:54:12.212 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-20T19:54:12.223 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-20T19:54:12.223 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:54:12.225 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:54:12.227 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:54:12.228 INFO:teuthology.orchestra.run.smithi018.stdout: 658467 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:54 /home/ubuntu/cephtest 2024-09-20T19:54:12.231 INFO:teuthology.orchestra.run.smithi119.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:54 /home/ubuntu/cephtest 2024-09-20T19:54:12.247 INFO:teuthology.orchestra.run.smithi137.stdout: 658638 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:54 /home/ubuntu/cephtest 2024-09-20T19:54:12.249 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-20T19:54:12.262 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-20T19:54:12.288 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 758.146035194397 failure_reason: 'Command failed on smithi018 with status 5: ''sudo systemctl stop ceph-b4929c16-7789-11ef-baf5-efdc52797490@mon.a''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0dda621f23d942dabdbab0572b35c1f6 status: fail success: false 2024-09-20T19:54:12.288 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T19:54:12.376 INFO:teuthology.run:FAIL