2024-04-02T14:54:47.283 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-02T14:54:47.283 DEBUG:teuthology.run:Teuthology command: teuthology --name gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062 --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --verbose -- /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062/orig.config.yaml 2024-04-02T14:54:47.315 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T14:54:47.391 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062 branch: wip-guits-testing-2024-04-02-0703 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: gabrioux@ibm.com first_in_suite: false job_id: '7636062' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-testing-2024-04-02-0703 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 workunit: branch: wip-guits-testing-2024-04-02-0703 sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 owner: scheduled_gabrioux@teuthology priority: 70 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: 5637 sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-04-02-0703 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 targets: smithi118.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFPrD62tpd0lxaLsCUZ2sKUhv1qir8DhkwgMiEyDDRriAThEEzpduFZAww5vBSVCm/f9sry+wsAZjqdozlpZDgY= smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJE8/cCNgxUXSHGZO1mB0u+RwPekkUrYPdW6Gi3kbKxlbfuNHeJBF8JggFD4qtvZdu5XdmH+4gC0Vfr64ngEzxc= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH2sQ1S11f1gkDoEYaut4eXpN1HLqu5ktXU4/bEwZ7GESNM342kooz0yH+M5qDkL3/wov0ubdxtaFA95RHyVTP4= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-04-02_14:30:22 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-02T14:54:47.392 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa; will attempt to use it 2024-04-02T14:54:47.392 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks 2024-04-02T14:54:47.392 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-02T14:54:47.394 INFO:teuthology.task.internal:Checking packages... 2024-04-02T14:54:47.420 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '3f3f3ed992429b85be729743ad3b39d52dd90744' 2024-04-02T14:54:47.420 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-02T14:54:47.420 INFO:teuthology.packaging:ref: None 2024-04-02T14:54:47.420 INFO:teuthology.packaging:tag: None 2024-04-02T14:54:47.421 INFO:teuthology.packaging:branch: wip-guits-testing-2024-04-02-0703 2024-04-02T14:54:47.421 INFO:teuthology.packaging:sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:54:47.421 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-testing-2024-04-02-0703 2024-04-02T14:54:47.583 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T14:54:47.585 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-02T14:54:47.593 INFO:teuthology.task.internal:no buildpackages task found 2024-04-02T14:54:47.593 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-02T14:54:47.607 INFO:teuthology.task.internal:Saving configuration 2024-04-02T14:54:47.621 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-02T14:54:47.628 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T14:54:47.653 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062', '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-04-02 14:48:20.295456', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIqgOd/2o+4lJ/AyZeKJsSutxQEpS9rzASa9FSVheBm7'} 2024-04-02T14:54:47.678 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062', '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-04-02 14:48:20.296801', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFEVOO96McGeuutsADpjLXd/IhWiz/zB+oD3iHZjyySJ'} 2024-04-02T14:54:47.701 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062', '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-04-02 14:48:20.293425', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDHVzOQ63UtPw2H14ep0CrATAF+yYT630aKKKF2DSaFF'} 2024-04-02T14:54:47.701 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-02T14:54:47.710 INFO:teuthology.task.internal:roles: ubuntu@smithi118.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-02T14:54:47.710 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-02T14:54:47.710 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-02T14:54:47.711 INFO:teuthology.run_tasks:Running task console_log... 2024-04-02T14:54:47.822 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f440cf0ce50>, signals=[15]) 2024-04-02T14:54:47.822 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-02T14:54:47.834 INFO:teuthology.task.internal:Opening connections... 2024-04-02T14:54:47.834 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi118.front.sepia.ceph.com 2024-04-02T14:54:47.836 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:54:47.917 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2024-04-02T14:54:47.918 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:54:47.994 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2024-04-02T14:54:47.995 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:54:48.074 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-02T14:54:48.083 DEBUG:teuthology.orchestra.run.smithi118:> uname -m 2024-04-02T14:54:48.089 INFO:teuthology.orchestra.run.smithi118.stdout:x86_64 2024-04-02T14:54:48.090 DEBUG:teuthology.orchestra.run.smithi118:> cat /etc/os-release 2024-04-02T14:54:48.135 INFO:teuthology.orchestra.run.smithi118.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-02T14:54:48.135 INFO:teuthology.orchestra.run.smithi118.stdout:NAME="Ubuntu" 2024-04-02T14:54:48.135 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_ID="22.04" 2024-04-02T14:54:48.135 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-02T14:54:48.135 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_CODENAME=jammy 2024-04-02T14:54:48.135 INFO:teuthology.orchestra.run.smithi118.stdout:ID=ubuntu 2024-04-02T14:54:48.135 INFO:teuthology.orchestra.run.smithi118.stdout:ID_LIKE=debian 2024-04-02T14:54:48.135 INFO:teuthology.orchestra.run.smithi118.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-02T14:54:48.135 INFO:teuthology.orchestra.run.smithi118.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-02T14:54:48.136 INFO:teuthology.orchestra.run.smithi118.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-02T14:54:48.136 INFO:teuthology.orchestra.run.smithi118.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-02T14:54:48.136 INFO:teuthology.orchestra.run.smithi118.stdout:UBUNTU_CODENAME=jammy 2024-04-02T14:54:48.136 INFO:teuthology.lock.ops:Updating smithi118.front.sepia.ceph.com on lock server 2024-04-02T14:54:48.160 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2024-04-02T14:54:48.166 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2024-04-02T14:54:48.166 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2024-04-02T14:54:48.213 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-02T14:54:48.213 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="Ubuntu" 2024-04-02T14:54:48.213 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="22.04" 2024-04-02T14:54:48.213 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-02T14:54:48.213 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_CODENAME=jammy 2024-04-02T14:54:48.213 INFO:teuthology.orchestra.run.smithi134.stdout:ID=ubuntu 2024-04-02T14:54:48.213 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE=debian 2024-04-02T14:54:48.213 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-02T14:54:48.213 INFO:teuthology.orchestra.run.smithi134.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-02T14:54:48.213 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-02T14:54:48.213 INFO:teuthology.orchestra.run.smithi134.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-02T14:54:48.214 INFO:teuthology.orchestra.run.smithi134.stdout:UBUNTU_CODENAME=jammy 2024-04-02T14:54:48.214 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2024-04-02T14:54:48.235 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2024-04-02T14:54:48.240 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2024-04-02T14:54:48.241 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2024-04-02T14:54:48.286 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-02T14:54:48.286 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="Ubuntu" 2024-04-02T14:54:48.286 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="22.04" 2024-04-02T14:54:48.287 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-02T14:54:48.287 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_CODENAME=jammy 2024-04-02T14:54:48.287 INFO:teuthology.orchestra.run.smithi192.stdout:ID=ubuntu 2024-04-02T14:54:48.287 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE=debian 2024-04-02T14:54:48.287 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-02T14:54:48.287 INFO:teuthology.orchestra.run.smithi192.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-02T14:54:48.287 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-02T14:54:48.287 INFO:teuthology.orchestra.run.smithi192.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-02T14:54:48.287 INFO:teuthology.orchestra.run.smithi192.stdout:UBUNTU_CODENAME=jammy 2024-04-02T14:54:48.287 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2024-04-02T14:54:48.318 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-02T14:54:48.330 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-02T14:54:48.398 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-02T14:54:48.398 DEBUG:teuthology.orchestra.run.smithi118:> test '!' -e /home/ubuntu/cephtest 2024-04-02T14:54:48.401 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2024-04-02T14:54:48.403 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2024-04-02T14:54:48.409 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-02T14:54:48.441 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-02T14:54:48.441 DEBUG:teuthology.orchestra.run.smithi118:> test -z $(ls -A /var/lib/ceph) 2024-04-02T14:54:48.448 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2024-04-02T14:54:48.450 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2024-04-02T14:54:48.516 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-02T14:54:48.603 INFO:teuthology.run_tasks:Running task kernel... 2024-04-02T14:54:48.622 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-02T14:54:48.622 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-04-02T14:54:48.622 DEBUG:teuthology.orchestra.run.smithi118:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T14:54:48.623 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T14:54:48.623 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T14:54:48.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:54:48.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:54:48.629 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-04-02T14:54:48.629 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-04-02T14:54:48.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:54:48.630 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-04-02T14:54:48.675 INFO:teuthology.orchestra.run.smithi118.stdout:5.15.0-56-generic 2024-04-02T14:54:48.675 INFO:teuthology.task.kernel:Running kernel on smithi118: 5.15.0-56-generic 2024-04-02T14:54:48.675 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get clean 2024-04-02T14:54:48.677 INFO:teuthology.orchestra.run.smithi134.stdout:5.15.0-56-generic 2024-04-02T14:54:48.677 INFO:teuthology.task.kernel:Running kernel on smithi134: 5.15.0-56-generic 2024-04-02T14:54:48.677 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get clean 2024-04-02T14:54:48.678 INFO:teuthology.orchestra.run.smithi192.stdout:5.15.0-56-generic 2024-04-02T14:54:48.679 INFO:teuthology.task.kernel:Running kernel on smithi192: 5.15.0-56-generic 2024-04-02T14:54:48.679 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get clean 2024-04-02T14:54:48.791 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2024-04-02T14:54:48.819 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get update 2024-04-02T14:54:48.827 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get update 2024-04-02T14:54:49.000 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T14:54:49.025 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T14:54:49.029 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T14:54:49.045 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-02T14:54:49.059 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-02T14:54:49.074 INFO:teuthology.orchestra.run.smithi192.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-02T14:54:49.074 INFO:teuthology.orchestra.run.smithi192.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-02T14:54:49.075 INFO:teuthology.orchestra.run.smithi118.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-02T14:54:49.076 INFO:teuthology.orchestra.run.smithi118.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-02T14:54:49.253 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-02T14:54:49.261 INFO:teuthology.orchestra.run.smithi118.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-02T14:54:49.312 INFO:teuthology.orchestra.run.smithi192.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-02T14:54:49.357 INFO:teuthology.orchestra.run.smithi118.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-02T14:54:49.358 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-02T14:54:49.363 INFO:teuthology.orchestra.run.smithi192.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-02T14:54:49.434 INFO:teuthology.orchestra.run.smithi118.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-02T14:54:49.439 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-02T14:54:49.441 INFO:teuthology.orchestra.run.smithi192.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-02T14:54:49.522 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-02T14:54:49.562 INFO:teuthology.orchestra.run.smithi118.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-02T14:54:49.664 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-02T14:54:49.671 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-02T14:54:49.671 INFO:teuthology.orchestra.run.smithi134.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-04-02T14:54:49.673 INFO:teuthology.orchestra.run.smithi134.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-04-02T14:54:49.682 INFO:teuthology.orchestra.run.smithi134.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-02T14:54:49.699 INFO:teuthology.orchestra.run.smithi118.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-02T14:54:49.721 INFO:teuthology.orchestra.run.smithi118.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-02T14:54:49.721 INFO:teuthology.orchestra.run.smithi192.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-02T14:54:49.743 INFO:teuthology.orchestra.run.smithi118.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-02T14:54:49.744 INFO:teuthology.orchestra.run.smithi118.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-02T14:54:49.813 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-02T14:54:49.832 INFO:teuthology.orchestra.run.smithi134.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-04-02T14:54:49.840 INFO:teuthology.orchestra.run.smithi134.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T14:54:49.841 INFO:teuthology.orchestra.run.smithi134.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-02T14:54:49.877 INFO:teuthology.orchestra.run.smithi192.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-02T14:54:49.877 INFO:teuthology.orchestra.run.smithi192.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-02T14:54:49.886 INFO:teuthology.orchestra.run.smithi134.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-02T14:54:49.895 INFO:teuthology.orchestra.run.smithi134.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-02T14:54:49.904 INFO:teuthology.orchestra.run.smithi134.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-02T14:54:49.909 INFO:teuthology.orchestra.run.smithi134.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-02T14:54:49.910 INFO:teuthology.orchestra.run.smithi192.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-02T14:54:49.910 INFO:teuthology.orchestra.run.smithi134.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-02T14:54:49.910 INFO:teuthology.orchestra.run.smithi192.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-02T14:54:49.911 INFO:teuthology.orchestra.run.smithi134.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-02T14:54:49.911 INFO:teuthology.orchestra.run.smithi134.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-02T14:54:49.912 INFO:teuthology.orchestra.run.smithi134.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-02T14:54:49.914 INFO:teuthology.orchestra.run.smithi134.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-02T14:54:49.915 INFO:teuthology.orchestra.run.smithi134.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-02T14:54:49.915 INFO:teuthology.orchestra.run.smithi192.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T14:54:49.915 INFO:teuthology.orchestra.run.smithi192.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-02T14:54:49.917 INFO:teuthology.orchestra.run.smithi118.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-02T14:54:49.924 INFO:teuthology.orchestra.run.smithi118.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-02T14:54:49.940 INFO:teuthology.orchestra.run.smithi118.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-02T14:54:49.941 INFO:teuthology.orchestra.run.smithi134.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-02T14:54:49.943 INFO:teuthology.orchestra.run.smithi134.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-02T14:54:49.945 INFO:teuthology.orchestra.run.smithi134.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-02T14:54:49.946 INFO:teuthology.orchestra.run.smithi118.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T14:54:49.947 INFO:teuthology.orchestra.run.smithi118.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-02T14:54:49.955 INFO:teuthology.orchestra.run.smithi192.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-02T14:54:49.955 INFO:teuthology.orchestra.run.smithi192.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-02T14:54:49.955 INFO:teuthology.orchestra.run.smithi118.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-02T14:54:49.956 INFO:teuthology.orchestra.run.smithi118.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-04-02T14:54:49.958 INFO:teuthology.orchestra.run.smithi118.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-04-02T14:54:49.967 INFO:teuthology.orchestra.run.smithi192.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-02T14:54:49.969 INFO:teuthology.orchestra.run.smithi118.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-02T14:54:49.970 INFO:teuthology.orchestra.run.smithi192.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-02T14:54:49.971 INFO:teuthology.orchestra.run.smithi192.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-02T14:54:49.973 INFO:teuthology.orchestra.run.smithi192.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-02T14:54:49.975 INFO:teuthology.orchestra.run.smithi192.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-02T14:54:49.976 INFO:teuthology.orchestra.run.smithi192.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-02T14:54:49.976 INFO:teuthology.orchestra.run.smithi192.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-02T14:54:49.981 INFO:teuthology.orchestra.run.smithi118.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-02T14:54:49.983 INFO:teuthology.orchestra.run.smithi118.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-02T14:54:49.984 INFO:teuthology.orchestra.run.smithi118.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-02T14:54:49.985 INFO:teuthology.orchestra.run.smithi118.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-02T14:54:49.986 INFO:teuthology.orchestra.run.smithi134.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-02T14:54:49.987 INFO:teuthology.orchestra.run.smithi134.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-02T14:54:49.992 INFO:teuthology.orchestra.run.smithi134.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-02T14:54:49.992 INFO:teuthology.orchestra.run.smithi134.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-02T14:54:49.993 INFO:teuthology.orchestra.run.smithi134.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-02T14:54:49.994 INFO:teuthology.orchestra.run.smithi134.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T14:54:49.994 INFO:teuthology.orchestra.run.smithi134.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-02T14:54:49.994 INFO:teuthology.orchestra.run.smithi134.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-02T14:54:49.994 INFO:teuthology.orchestra.run.smithi134.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-02T14:54:50.007 INFO:teuthology.orchestra.run.smithi192.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-02T14:54:50.008 INFO:teuthology.orchestra.run.smithi192.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-04-02T14:54:50.010 INFO:teuthology.orchestra.run.smithi192.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-04-02T14:54:50.011 INFO:teuthology.orchestra.run.smithi134.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-02T14:54:50.032 INFO:teuthology.orchestra.run.smithi134.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-02T14:54:50.035 INFO:teuthology.orchestra.run.smithi118.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-04-02T14:54:50.035 INFO:teuthology.orchestra.run.smithi134.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-02T14:54:50.036 INFO:teuthology.orchestra.run.smithi134.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-02T14:54:50.037 INFO:teuthology.orchestra.run.smithi134.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-02T14:54:50.042 INFO:teuthology.orchestra.run.smithi118.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T14:54:50.042 INFO:teuthology.orchestra.run.smithi118.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-02T14:54:50.056 INFO:teuthology.orchestra.run.smithi134.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-02T14:54:50.056 INFO:teuthology.orchestra.run.smithi134.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-02T14:54:50.064 INFO:teuthology.orchestra.run.smithi118.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-02T14:54:50.089 INFO:teuthology.orchestra.run.smithi192.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-04-02T14:54:50.090 INFO:teuthology.orchestra.run.smithi118.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-02T14:54:50.092 INFO:teuthology.orchestra.run.smithi118.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-02T14:54:50.093 INFO:teuthology.orchestra.run.smithi118.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-02T14:54:50.094 INFO:teuthology.orchestra.run.smithi118.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-02T14:54:50.095 INFO:teuthology.orchestra.run.smithi118.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-02T14:54:50.095 INFO:teuthology.orchestra.run.smithi118.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-02T14:54:50.096 INFO:teuthology.orchestra.run.smithi118.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-02T14:54:50.096 INFO:teuthology.orchestra.run.smithi118.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-02T14:54:50.116 INFO:teuthology.orchestra.run.smithi192.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T14:54:50.120 INFO:teuthology.orchestra.run.smithi192.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-02T14:54:50.130 INFO:teuthology.orchestra.run.smithi118.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-02T14:54:50.132 INFO:teuthology.orchestra.run.smithi118.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-02T14:54:50.132 INFO:teuthology.orchestra.run.smithi192.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-02T14:54:50.133 INFO:teuthology.orchestra.run.smithi118.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-02T14:54:50.151 INFO:teuthology.orchestra.run.smithi192.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-02T14:54:50.155 INFO:teuthology.orchestra.run.smithi192.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-02T14:54:50.155 INFO:teuthology.orchestra.run.smithi192.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-02T14:54:50.156 INFO:teuthology.orchestra.run.smithi192.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-02T14:54:50.156 INFO:teuthology.orchestra.run.smithi118.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-02T14:54:50.156 INFO:teuthology.orchestra.run.smithi118.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-02T14:54:50.158 INFO:teuthology.orchestra.run.smithi118.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-02T14:54:50.158 INFO:teuthology.orchestra.run.smithi118.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-02T14:54:50.158 INFO:teuthology.orchestra.run.smithi118.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-02T14:54:50.159 INFO:teuthology.orchestra.run.smithi192.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-02T14:54:50.159 INFO:teuthology.orchestra.run.smithi192.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-02T14:54:50.159 INFO:teuthology.orchestra.run.smithi192.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-02T14:54:50.159 INFO:teuthology.orchestra.run.smithi192.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-02T14:54:50.180 INFO:teuthology.orchestra.run.smithi192.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-02T14:54:50.180 INFO:teuthology.orchestra.run.smithi192.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-02T14:54:50.180 INFO:teuthology.orchestra.run.smithi192.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-02T14:54:50.180 INFO:teuthology.orchestra.run.smithi192.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-02T14:54:50.202 INFO:teuthology.orchestra.run.smithi192.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-02T14:54:50.203 INFO:teuthology.orchestra.run.smithi192.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-02T14:54:55.231 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 12.6 MB in 2s (5,981 kB/s) 2024-04-02T14:54:55.240 INFO:teuthology.orchestra.run.smithi118.stdout:Fetched 12.6 MB in 2s (6,020 kB/s) 2024-04-02T14:54:55.347 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 12.6 MB in 2s (5,827 kB/s) 2024-04-02T14:54:56.511 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-04-02T14:54:56.528 DEBUG:teuthology.orchestra.run.smithi118:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T14:54:56.558 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-04-02T14:54:56.570 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-04-02T14:54:56.575 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T14:54:56.587 DEBUG:teuthology.orchestra.run.smithi192:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T14:54:56.588 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-04-02T14:54:56.636 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-04-02T14:54:56.637 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-04-02T14:54:56.784 INFO:teuthology.orchestra.run.smithi118.stdout:Building dependency tree... 2024-04-02T14:54:56.785 INFO:teuthology.orchestra.run.smithi118.stdout:Reading state information... 2024-04-02T14:54:56.813 INFO:teuthology.orchestra.run.smithi192.stdout:Building dependency tree... 2024-04-02T14:54:56.813 INFO:teuthology.orchestra.run.smithi192.stdout:Reading state information... 2024-04-02T14:54:56.833 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2024-04-02T14:54:56.834 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2024-04-02T14:54:56.957 INFO:teuthology.orchestra.run.smithi118.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T14:54:56.957 INFO:teuthology.orchestra.run.smithi118.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T14:54:56.957 INFO:teuthology.orchestra.run.smithi118.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T14:54:56.958 INFO:teuthology.orchestra.run.smithi118.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T14:54:56.958 INFO:teuthology.orchestra.run.smithi118.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-02T14:54:56.958 INFO:teuthology.orchestra.run.smithi118.stdout: python2.7-minimal 2024-04-02T14:54:56.958 INFO:teuthology.orchestra.run.smithi118.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T14:54:56.959 INFO:teuthology.orchestra.run.smithi118.stdout:The following additional packages will be installed: 2024-04-02T14:54:56.959 INFO:teuthology.orchestra.run.smithi118.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T14:54:56.959 INFO:teuthology.orchestra.run.smithi118.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-02T14:54:56.959 INFO:teuthology.orchestra.run.smithi118.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-02T14:54:56.960 INFO:teuthology.orchestra.run.smithi118.stdout:Suggested packages: 2024-04-02T14:54:56.961 INFO:teuthology.orchestra.run.smithi118.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-02T14:54:56.961 INFO:teuthology.orchestra.run.smithi118.stdout:Recommended packages: 2024-04-02T14:54:56.961 INFO:teuthology.orchestra.run.smithi118.stdout: thermald 2024-04-02T14:54:56.964 INFO:teuthology.orchestra.run.smithi192.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T14:54:56.964 INFO:teuthology.orchestra.run.smithi192.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T14:54:56.964 INFO:teuthology.orchestra.run.smithi192.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T14:54:56.964 INFO:teuthology.orchestra.run.smithi192.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T14:54:56.964 INFO:teuthology.orchestra.run.smithi192.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-02T14:54:56.964 INFO:teuthology.orchestra.run.smithi192.stdout: python2.7-minimal 2024-04-02T14:54:56.965 INFO:teuthology.orchestra.run.smithi192.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T14:54:56.966 INFO:teuthology.orchestra.run.smithi192.stdout:The following additional packages will be installed: 2024-04-02T14:54:56.966 INFO:teuthology.orchestra.run.smithi192.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T14:54:56.966 INFO:teuthology.orchestra.run.smithi192.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-02T14:54:56.966 INFO:teuthology.orchestra.run.smithi192.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-02T14:54:56.967 INFO:teuthology.orchestra.run.smithi192.stdout:Suggested packages: 2024-04-02T14:54:56.967 INFO:teuthology.orchestra.run.smithi192.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-02T14:54:56.967 INFO:teuthology.orchestra.run.smithi192.stdout:Recommended packages: 2024-04-02T14:54:56.968 INFO:teuthology.orchestra.run.smithi192.stdout: thermald 2024-04-02T14:54:56.994 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T14:54:56.994 INFO:teuthology.orchestra.run.smithi134.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T14:54:56.994 INFO:teuthology.orchestra.run.smithi134.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T14:54:56.995 INFO:teuthology.orchestra.run.smithi134.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T14:54:56.995 INFO:teuthology.orchestra.run.smithi134.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-02T14:54:56.995 INFO:teuthology.orchestra.run.smithi134.stdout: python2.7-minimal 2024-04-02T14:54:56.995 INFO:teuthology.orchestra.run.smithi134.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T14:54:56.996 INFO:teuthology.orchestra.run.smithi134.stdout:The following additional packages will be installed: 2024-04-02T14:54:56.996 INFO:teuthology.orchestra.run.smithi134.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T14:54:56.996 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-02T14:54:56.996 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-02T14:54:56.997 INFO:teuthology.orchestra.run.smithi134.stdout:Suggested packages: 2024-04-02T14:54:56.997 INFO:teuthology.orchestra.run.smithi134.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-02T14:54:56.997 INFO:teuthology.orchestra.run.smithi134.stdout:Recommended packages: 2024-04-02T14:54:56.998 INFO:teuthology.orchestra.run.smithi134.stdout: thermald 2024-04-02T14:54:57.008 INFO:teuthology.orchestra.run.smithi192.stdout:The following NEW packages will be installed: 2024-04-02T14:54:57.008 INFO:teuthology.orchestra.run.smithi192.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T14:54:57.009 INFO:teuthology.orchestra.run.smithi192.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-02T14:54:57.009 INFO:teuthology.orchestra.run.smithi192.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-02T14:54:57.010 INFO:teuthology.orchestra.run.smithi192.stdout:The following packages will be upgraded: 2024-04-02T14:54:57.010 INFO:teuthology.orchestra.run.smithi192.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-02T14:54:57.015 INFO:teuthology.orchestra.run.smithi118.stdout:The following NEW packages will be installed: 2024-04-02T14:54:57.015 INFO:teuthology.orchestra.run.smithi118.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T14:54:57.015 INFO:teuthology.orchestra.run.smithi118.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-02T14:54:57.016 INFO:teuthology.orchestra.run.smithi118.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-02T14:54:57.017 INFO:teuthology.orchestra.run.smithi118.stdout:The following packages will be upgraded: 2024-04-02T14:54:57.017 INFO:teuthology.orchestra.run.smithi118.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-02T14:54:57.040 INFO:teuthology.orchestra.run.smithi134.stdout:The following NEW packages will be installed: 2024-04-02T14:54:57.041 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T14:54:57.041 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-02T14:54:57.041 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-02T14:54:57.042 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages will be upgraded: 2024-04-02T14:54:57.042 INFO:teuthology.orchestra.run.smithi134.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-02T14:54:57.067 INFO:teuthology.orchestra.run.smithi192.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T14:54:57.067 INFO:teuthology.orchestra.run.smithi192.stdout:Need to get 113 MB of archives. 2024-04-02T14:54:57.067 INFO:teuthology.orchestra.run.smithi192.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-02T14:54:57.067 INFO:teuthology.orchestra.run.smithi192.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-04-02T14:54:57.075 INFO:teuthology.orchestra.run.smithi118.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T14:54:57.075 INFO:teuthology.orchestra.run.smithi118.stdout:Need to get 113 MB of archives. 2024-04-02T14:54:57.075 INFO:teuthology.orchestra.run.smithi118.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-02T14:54:57.075 INFO:teuthology.orchestra.run.smithi118.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-04-02T14:54:57.097 INFO:teuthology.orchestra.run.smithi134.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T14:54:57.098 INFO:teuthology.orchestra.run.smithi134.stdout:Need to get 113 MB of archives. 2024-04-02T14:54:57.098 INFO:teuthology.orchestra.run.smithi134.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-02T14:54:57.098 INFO:teuthology.orchestra.run.smithi134.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-04-02T14:54:58.077 INFO:teuthology.orchestra.run.smithi118.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-04-02T14:54:58.103 INFO:teuthology.orchestra.run.smithi192.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-04-02T14:54:58.406 INFO:teuthology.orchestra.run.smithi118.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-04-02T14:54:58.450 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-04-02T14:54:58.638 INFO:teuthology.orchestra.run.smithi192.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-04-02T14:54:58.987 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-04-02T14:55:00.745 INFO:teuthology.orchestra.run.smithi118.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-04-02T14:55:00.745 INFO:teuthology.orchestra.run.smithi118.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-04-02T14:55:00.745 INFO:teuthology.orchestra.run.smithi118.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-04-02T14:55:01.041 INFO:teuthology.orchestra.run.smithi118.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-04-02T14:55:01.111 INFO:teuthology.orchestra.run.smithi118.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-04-02T14:55:01.125 INFO:teuthology.orchestra.run.smithi192.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-04-02T14:55:01.126 INFO:teuthology.orchestra.run.smithi192.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-04-02T14:55:01.126 INFO:teuthology.orchestra.run.smithi192.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-04-02T14:55:01.365 INFO:teuthology.orchestra.run.smithi192.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-04-02T14:55:01.428 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-04-02T14:55:01.523 INFO:teuthology.orchestra.run.smithi118.stdout:Fetched 113 MB in 4s (27.7 MB/s) 2024-04-02T14:55:01.576 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-04-02T14:55:01.577 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-04-02T14:55:01.583 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-04-02T14:55:01.684 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-02T14:55:01.846 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 113 MB in 4s (25.7 MB/s) 2024-04-02T14:55:01.877 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-04-02T14:55:02.029 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-02T14:55:02.079 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-04-02T14:55:02.477 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 113 MB in 5s (22.5 MB/s) 2024-04-02T14:55:02.649 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-02T14:55:03.697 INFO:teuthology.orchestra.run.smithi118.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-04-02T14:55:03.702 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T14:55:03.764 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:03.962 INFO:teuthology.orchestra.run.smithi192.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-04-02T14:55:03.966 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T14:55:04.034 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:04.558 INFO:teuthology.orchestra.run.smithi134.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-04-02T14:55:04.562 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T14:55:04.637 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:06.426 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-02T14:55:06.447 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T14:55:06.475 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-02T14:55:06.494 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T14:55:06.525 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:06.579 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:06.954 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-02T14:55:06.975 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T14:55:07.012 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:07.037 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-02T14:55:07.058 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T14:55:07.059 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-02T14:55:07.080 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T14:55:07.117 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:07.149 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:07.598 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-02T14:55:07.619 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T14:55:07.656 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:13.427 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T14:55:13.553 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T14:55:13.878 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T14:55:13.950 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T14:55:13.982 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T14:55:14.077 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T14:55:14.240 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T14:55:14.243 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-02T14:55:14.258 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-02T14:55:14.301 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T14:55:14.365 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T14:55:14.418 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T14:55:14.540 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T14:55:14.664 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T14:55:14.785 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T14:55:14.809 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-02T14:55:14.820 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-02T14:55:14.851 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T14:55:15.105 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-02T14:55:15.127 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-02T14:55:15.171 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T14:55:19.663 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-02T14:55:19.701 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T14:55:19.738 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:20.670 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-02T14:55:20.706 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T14:55:20.744 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:20.862 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-02T14:55:20.898 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T14:55:20.936 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:22.769 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T14:55:22.892 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T14:55:23.234 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T14:55:23.339 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:23.370 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T14:55:23.440 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-02T14:55:23.460 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T14:55:23.493 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T14:55:23.544 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:23.582 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T14:55:23.827 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T14:55:23.924 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T14:55:23.948 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:24.046 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:24.074 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-02T14:55:24.147 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-02T14:55:24.203 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:24.251 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:24.967 INFO:teuthology.orchestra.run.smithi192.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-02T14:55:24.968 INFO:teuthology.orchestra.run.smithi192.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-02T14:55:24.968 INFO:teuthology.orchestra.run.smithi192.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-02T14:55:24.968 INFO:teuthology.orchestra.run.smithi192.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-02T14:55:25.206 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:25.532 INFO:teuthology.orchestra.run.smithi118.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-02T14:55:25.532 INFO:teuthology.orchestra.run.smithi118.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-02T14:55:25.533 INFO:teuthology.orchestra.run.smithi118.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-02T14:55:25.533 INFO:teuthology.orchestra.run.smithi118.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-02T14:55:25.551 INFO:teuthology.orchestra.run.smithi134.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-02T14:55:25.551 INFO:teuthology.orchestra.run.smithi134.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-02T14:55:25.552 INFO:teuthology.orchestra.run.smithi134.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-02T14:55:25.552 INFO:teuthology.orchestra.run.smithi134.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-02T14:55:25.709 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:25.737 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:26.614 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:27.101 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:27.146 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:27.958 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-02T14:55:28.058 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-02T14:55:28.185 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:28.276 INFO:teuthology.orchestra.run.smithi192.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-02T14:55:28.276 INFO:teuthology.orchestra.run.smithi192.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-02T14:55:28.539 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-02T14:55:28.640 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-02T14:55:28.702 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-02T14:55:28.766 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:28.820 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-02T14:55:28.824 INFO:teuthology.orchestra.run.smithi134.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-02T14:55:28.824 INFO:teuthology.orchestra.run.smithi134.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-02T14:55:28.946 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T14:55:29.032 INFO:teuthology.orchestra.run.smithi118.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-02T14:55:29.032 INFO:teuthology.orchestra.run.smithi118.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-02T14:55:42.215 INFO:teuthology.orchestra.run.smithi192.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-02T14:55:42.215 INFO:teuthology.orchestra.run.smithi192.stdout:Sourcing file `/etc/default/grub' 2024-04-02T14:55:42.230 INFO:teuthology.orchestra.run.smithi192.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T14:55:42.247 INFO:teuthology.orchestra.run.smithi192.stdout:Generating grub configuration file ... 2024-04-02T14:55:42.502 INFO:teuthology.orchestra.run.smithi192.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T14:55:42.516 INFO:teuthology.orchestra.run.smithi192.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T14:55:42.844 INFO:teuthology.orchestra.run.smithi192.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T14:55:42.850 INFO:teuthology.orchestra.run.smithi192.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T14:55:42.913 INFO:teuthology.orchestra.run.smithi192.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T14:55:42.918 INFO:teuthology.orchestra.run.smithi192.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T14:55:43.080 INFO:teuthology.orchestra.run.smithi192.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T14:55:43.080 INFO:teuthology.orchestra.run.smithi192.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T14:55:43.080 INFO:teuthology.orchestra.run.smithi192.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T14:55:43.121 INFO:teuthology.orchestra.run.smithi192.stdout:done 2024-04-02T14:55:43.142 INFO:teuthology.orchestra.run.smithi134.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-02T14:55:43.142 INFO:teuthology.orchestra.run.smithi134.stdout:Sourcing file `/etc/default/grub' 2024-04-02T14:55:43.148 INFO:teuthology.orchestra.run.smithi134.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T14:55:43.169 INFO:teuthology.orchestra.run.smithi134.stdout:Generating grub configuration file ... 2024-04-02T14:55:43.234 INFO:teuthology.orchestra.run.smithi118.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-02T14:55:43.235 INFO:teuthology.orchestra.run.smithi118.stdout:Sourcing file `/etc/default/grub' 2024-04-02T14:55:43.240 INFO:teuthology.orchestra.run.smithi118.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T14:55:43.262 INFO:teuthology.orchestra.run.smithi118.stdout:Generating grub configuration file ... 2024-04-02T14:55:43.487 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T14:55:43.508 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T14:55:43.512 INFO:teuthology.orchestra.run.smithi118.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T14:55:43.528 INFO:teuthology.orchestra.run.smithi118.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T14:55:43.569 DEBUG:teuthology.orchestra.run.smithi192:> dpkg -s linux-image-generic 2024-04-02T14:55:43.592 INFO:teuthology.orchestra.run.smithi192.stdout:Package: linux-image-generic 2024-04-02T14:55:43.592 INFO:teuthology.orchestra.run.smithi192.stdout:Status: install ok installed 2024-04-02T14:55:43.592 INFO:teuthology.orchestra.run.smithi192.stdout:Priority: optional 2024-04-02T14:55:43.592 INFO:teuthology.orchestra.run.smithi192.stdout:Section: kernel 2024-04-02T14:55:43.592 INFO:teuthology.orchestra.run.smithi192.stdout:Installed-Size: 21 2024-04-02T14:55:43.592 INFO:teuthology.orchestra.run.smithi192.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T14:55:43.593 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: amd64 2024-04-02T14:55:43.593 INFO:teuthology.orchestra.run.smithi192.stdout:Source: linux-meta 2024-04-02T14:55:43.593 INFO:teuthology.orchestra.run.smithi192.stdout:Version: 5.15.0.101.98 2024-04-02T14:55:43.593 INFO:teuthology.orchestra.run.smithi192.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-02T14:55:43.593 INFO:teuthology.orchestra.run.smithi192.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-02T14:55:43.593 INFO:teuthology.orchestra.run.smithi192.stdout:Recommends: thermald 2024-04-02T14:55:43.593 INFO:teuthology.orchestra.run.smithi192.stdout:Description: Generic Linux kernel image 2024-04-02T14:55:43.593 INFO:teuthology.orchestra.run.smithi192.stdout: This package will always depend on the latest generic kernel image 2024-04-02T14:55:43.593 INFO:teuthology.orchestra.run.smithi192.stdout: available. 2024-04-02T14:55:43.593 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-02T14:55:43.593 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T14:55:43.593 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T14:55:43.594 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-02T14:55:43.594 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi192.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T14:55:43.594 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get clean 2024-04-02T14:55:43.783 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get update 2024-04-02T14:55:43.808 INFO:teuthology.orchestra.run.smithi118.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T14:55:43.813 INFO:teuthology.orchestra.run.smithi118.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T14:55:43.884 INFO:teuthology.orchestra.run.smithi118.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T14:55:43.891 INFO:teuthology.orchestra.run.smithi118.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T14:55:43.935 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T14:55:43.941 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T14:55:43.942 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T14:55:43.974 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T14:55:43.996 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T14:55:44.011 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T14:55:44.016 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T14:55:44.017 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T14:55:44.051 INFO:teuthology.orchestra.run.smithi118.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T14:55:44.051 INFO:teuthology.orchestra.run.smithi118.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T14:55:44.052 INFO:teuthology.orchestra.run.smithi118.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T14:55:44.093 INFO:teuthology.orchestra.run.smithi118.stdout:done 2024-04-02T14:55:44.189 INFO:teuthology.orchestra.run.smithi134.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T14:55:44.189 INFO:teuthology.orchestra.run.smithi134.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T14:55:44.189 INFO:teuthology.orchestra.run.smithi134.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T14:55:44.229 INFO:teuthology.orchestra.run.smithi134.stdout:done 2024-04-02T14:55:44.556 DEBUG:teuthology.orchestra.run.smithi118:> dpkg -s linux-image-generic 2024-04-02T14:55:44.580 INFO:teuthology.orchestra.run.smithi118.stdout:Package: linux-image-generic 2024-04-02T14:55:44.580 INFO:teuthology.orchestra.run.smithi118.stdout:Status: install ok installed 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout:Priority: optional 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout:Section: kernel 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout:Installed-Size: 21 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: amd64 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout:Source: linux-meta 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout:Version: 5.15.0.101.98 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout:Recommends: thermald 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout:Description: Generic Linux kernel image 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout: This package will always depend on the latest generic kernel image 2024-04-02T14:55:44.581 INFO:teuthology.orchestra.run.smithi118.stdout: available. 2024-04-02T14:55:44.582 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-02T14:55:44.582 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T14:55:44.582 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T14:55:44.582 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-02T14:55:44.582 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi118.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T14:55:44.582 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get clean 2024-04-02T14:55:44.684 DEBUG:teuthology.orchestra.run.smithi134:> dpkg -s linux-image-generic 2024-04-02T14:55:44.702 INFO:teuthology.orchestra.run.smithi134.stdout:Package: linux-image-generic 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout:Status: install ok installed 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout:Priority: optional 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout:Section: kernel 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout:Installed-Size: 21 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: amd64 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout:Source: linux-meta 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout:Version: 5.15.0.101.98 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout:Recommends: thermald 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout:Description: Generic Linux kernel image 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout: This package will always depend on the latest generic kernel image 2024-04-02T14:55:44.703 INFO:teuthology.orchestra.run.smithi134.stdout: available. 2024-04-02T14:55:44.704 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-02T14:55:44.704 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T14:55:44.704 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T14:55:44.704 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-02T14:55:44.704 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T14:55:44.704 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get clean 2024-04-02T14:55:44.769 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get update 2024-04-02T14:55:44.912 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T14:55:44.928 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2024-04-02T14:55:45.027 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T14:55:45.067 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T14:55:45.068 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T14:55:45.081 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T14:55:45.101 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T14:55:45.123 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T14:55:45.189 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T14:55:45.308 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-04-02T14:55:45.327 DEBUG:teuthology.orchestra.run.smithi192:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T14:55:45.377 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-04-02T14:55:45.560 INFO:teuthology.orchestra.run.smithi192.stdout:Building dependency tree... 2024-04-02T14:55:45.561 INFO:teuthology.orchestra.run.smithi192.stdout:Reading state information... 2024-04-02T14:55:45.715 INFO:teuthology.orchestra.run.smithi192.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-02T14:55:45.716 INFO:teuthology.orchestra.run.smithi192.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T14:55:45.716 INFO:teuthology.orchestra.run.smithi192.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T14:55:45.716 INFO:teuthology.orchestra.run.smithi192.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T14:55:45.716 INFO:teuthology.orchestra.run.smithi192.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T14:55:45.716 INFO:teuthology.orchestra.run.smithi192.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T14:55:45.716 INFO:teuthology.orchestra.run.smithi192.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T14:55:45.717 INFO:teuthology.orchestra.run.smithi192.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T14:55:45.754 INFO:teuthology.orchestra.run.smithi192.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T14:55:45.756 DEBUG:teuthology.orchestra.run.smithi192:> dpkg -s linux-image-generic 2024-04-02T14:55:45.811 INFO:teuthology.orchestra.run.smithi192.stdout:Package: linux-image-generic 2024-04-02T14:55:45.811 INFO:teuthology.orchestra.run.smithi192.stdout:Status: install ok installed 2024-04-02T14:55:45.811 INFO:teuthology.orchestra.run.smithi192.stdout:Priority: optional 2024-04-02T14:55:45.812 INFO:teuthology.orchestra.run.smithi192.stdout:Section: kernel 2024-04-02T14:55:45.812 INFO:teuthology.orchestra.run.smithi192.stdout:Installed-Size: 21 2024-04-02T14:55:45.812 INFO:teuthology.orchestra.run.smithi192.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T14:55:45.812 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: amd64 2024-04-02T14:55:45.812 INFO:teuthology.orchestra.run.smithi192.stdout:Source: linux-meta 2024-04-02T14:55:45.812 INFO:teuthology.orchestra.run.smithi192.stdout:Version: 5.15.0.101.98 2024-04-02T14:55:45.812 INFO:teuthology.orchestra.run.smithi192.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-02T14:55:45.812 INFO:teuthology.orchestra.run.smithi192.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-02T14:55:45.812 INFO:teuthology.orchestra.run.smithi192.stdout:Recommends: thermald 2024-04-02T14:55:45.812 INFO:teuthology.orchestra.run.smithi192.stdout:Description: Generic Linux kernel image 2024-04-02T14:55:45.812 INFO:teuthology.orchestra.run.smithi192.stdout: This package will always depend on the latest generic kernel image 2024-04-02T14:55:45.812 INFO:teuthology.orchestra.run.smithi192.stdout: available. 2024-04-02T14:55:45.813 DEBUG:teuthology.orchestra.run.smithi192:> mktemp 2024-04-02T14:55:45.856 INFO:teuthology.orchestra.run.smithi192.stdout:/tmp/tmp.iRYBiHU7R9 2024-04-02T14:55:45.857 DEBUG:teuthology.orchestra.run.smithi192:> sudo cp /boot/grub/grub.cfg /tmp/tmp.iRYBiHU7R9 2024-04-02T14:55:45.912 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0666 /tmp/tmp.iRYBiHU7R9 2024-04-02T14:55:46.026 DEBUG:teuthology.orchestra.remote:smithi192:/tmp/tmp.iRYBiHU7R9 is 10KB 2024-04-02T14:55:46.038 DEBUG:teuthology.orchestra.run.smithi192:> rm -fr /tmp/tmp.iRYBiHU7R9 2024-04-02T14:55:46.043 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-02T14:55:46.096 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-02T14:55:46.096 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-02T14:55:46.096 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-02T14:55:46.165 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-02T14:55:46.165 DEBUG:teuthology.orchestra.run.smithi192:> sudo update-grub 2024-04-02T14:55:46.308 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-04-02T14:55:46.325 DEBUG:teuthology.orchestra.run.smithi118:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T14:55:46.385 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-04-02T14:55:46.392 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-04-02T14:55:46.410 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T14:55:46.473 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-04-02T14:55:46.589 INFO:teuthology.orchestra.run.smithi118.stdout:Building dependency tree... 2024-04-02T14:55:46.589 INFO:teuthology.orchestra.run.smithi118.stdout:Reading state information... 2024-04-02T14:55:46.657 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2024-04-02T14:55:46.657 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2024-04-02T14:55:46.759 INFO:teuthology.orchestra.run.smithi118.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-02T14:55:46.759 INFO:teuthology.orchestra.run.smithi118.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T14:55:46.759 INFO:teuthology.orchestra.run.smithi118.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T14:55:46.759 INFO:teuthology.orchestra.run.smithi118.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T14:55:46.759 INFO:teuthology.orchestra.run.smithi118.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T14:55:46.759 INFO:teuthology.orchestra.run.smithi118.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T14:55:46.759 INFO:teuthology.orchestra.run.smithi118.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T14:55:46.759 INFO:teuthology.orchestra.run.smithi118.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T14:55:46.798 INFO:teuthology.orchestra.run.smithi118.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T14:55:46.799 DEBUG:teuthology.orchestra.run.smithi118:> dpkg -s linux-image-generic 2024-04-02T14:55:46.812 INFO:teuthology.orchestra.run.smithi134.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-02T14:55:46.812 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T14:55:46.812 INFO:teuthology.orchestra.run.smithi134.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T14:55:46.812 INFO:teuthology.orchestra.run.smithi134.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T14:55:46.812 INFO:teuthology.orchestra.run.smithi134.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T14:55:46.812 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T14:55:46.812 INFO:teuthology.orchestra.run.smithi134.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T14:55:46.812 INFO:teuthology.orchestra.run.smithi134.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T14:55:46.814 INFO:teuthology.orchestra.run.smithi118.stdout:Package: linux-image-generic 2024-04-02T14:55:46.814 INFO:teuthology.orchestra.run.smithi118.stdout:Status: install ok installed 2024-04-02T14:55:46.814 INFO:teuthology.orchestra.run.smithi118.stdout:Priority: optional 2024-04-02T14:55:46.814 INFO:teuthology.orchestra.run.smithi118.stdout:Section: kernel 2024-04-02T14:55:46.814 INFO:teuthology.orchestra.run.smithi118.stdout:Installed-Size: 21 2024-04-02T14:55:46.814 INFO:teuthology.orchestra.run.smithi118.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T14:55:46.814 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: amd64 2024-04-02T14:55:46.814 INFO:teuthology.orchestra.run.smithi118.stdout:Source: linux-meta 2024-04-02T14:55:46.815 INFO:teuthology.orchestra.run.smithi118.stdout:Version: 5.15.0.101.98 2024-04-02T14:55:46.815 INFO:teuthology.orchestra.run.smithi118.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-02T14:55:46.815 INFO:teuthology.orchestra.run.smithi118.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-02T14:55:46.815 INFO:teuthology.orchestra.run.smithi118.stdout:Recommends: thermald 2024-04-02T14:55:46.815 INFO:teuthology.orchestra.run.smithi118.stdout:Description: Generic Linux kernel image 2024-04-02T14:55:46.815 INFO:teuthology.orchestra.run.smithi118.stdout: This package will always depend on the latest generic kernel image 2024-04-02T14:55:46.815 INFO:teuthology.orchestra.run.smithi118.stdout: available. 2024-04-02T14:55:46.815 DEBUG:teuthology.orchestra.run.smithi118:> mktemp 2024-04-02T14:55:46.850 INFO:teuthology.orchestra.run.smithi134.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T14:55:46.852 DEBUG:teuthology.orchestra.run.smithi134:> dpkg -s linux-image-generic 2024-04-02T14:55:46.861 INFO:teuthology.orchestra.run.smithi118.stdout:/tmp/tmp.RkauMn6NLn 2024-04-02T14:55:46.861 DEBUG:teuthology.orchestra.run.smithi118:> sudo cp /boot/grub/grub.cfg /tmp/tmp.RkauMn6NLn 2024-04-02T14:55:46.868 INFO:teuthology.orchestra.run.smithi134.stdout:Package: linux-image-generic 2024-04-02T14:55:46.868 INFO:teuthology.orchestra.run.smithi134.stdout:Status: install ok installed 2024-04-02T14:55:46.868 INFO:teuthology.orchestra.run.smithi134.stdout:Priority: optional 2024-04-02T14:55:46.868 INFO:teuthology.orchestra.run.smithi134.stdout:Section: kernel 2024-04-02T14:55:46.868 INFO:teuthology.orchestra.run.smithi134.stdout:Installed-Size: 21 2024-04-02T14:55:46.868 INFO:teuthology.orchestra.run.smithi134.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T14:55:46.868 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: amd64 2024-04-02T14:55:46.868 INFO:teuthology.orchestra.run.smithi134.stdout:Source: linux-meta 2024-04-02T14:55:46.868 INFO:teuthology.orchestra.run.smithi134.stdout:Version: 5.15.0.101.98 2024-04-02T14:55:46.869 INFO:teuthology.orchestra.run.smithi134.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-02T14:55:46.869 INFO:teuthology.orchestra.run.smithi134.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-02T14:55:46.869 INFO:teuthology.orchestra.run.smithi134.stdout:Recommends: thermald 2024-04-02T14:55:46.869 INFO:teuthology.orchestra.run.smithi134.stdout:Description: Generic Linux kernel image 2024-04-02T14:55:46.869 INFO:teuthology.orchestra.run.smithi134.stdout: This package will always depend on the latest generic kernel image 2024-04-02T14:55:46.869 INFO:teuthology.orchestra.run.smithi134.stdout: available. 2024-04-02T14:55:46.869 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2024-04-02T14:55:46.914 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.D0vMCOgPXA 2024-04-02T14:55:46.914 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub/grub.cfg /tmp/tmp.D0vMCOgPXA 2024-04-02T14:55:46.917 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0666 /tmp/tmp.RkauMn6NLn 2024-04-02T14:55:46.964 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.D0vMCOgPXA 2024-04-02T14:55:47.039 DEBUG:teuthology.orchestra.remote:smithi118:/tmp/tmp.RkauMn6NLn is 10KB 2024-04-02T14:55:47.051 DEBUG:teuthology.orchestra.run.smithi118:> rm -fr /tmp/tmp.RkauMn6NLn 2024-04-02T14:55:47.055 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-02T14:55:47.083 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.D0vMCOgPXA is 10KB 2024-04-02T14:55:47.095 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.D0vMCOgPXA 2024-04-02T14:55:47.100 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-02T14:55:47.108 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-04-02T14:55:47.108 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-02T14:55:47.108 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-02T14:55:47.154 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-02T14:55:47.154 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-02T14:55:47.154 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-02T14:55:47.171 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-02T14:55:47.172 DEBUG:teuthology.orchestra.run.smithi118:> sudo update-grub 2024-04-02T14:55:47.219 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-02T14:55:47.219 DEBUG:teuthology.orchestra.run.smithi134:> sudo update-grub 2024-04-02T14:55:47.293 INFO:teuthology.orchestra.run.smithi192.stderr:Sourcing file `/etc/default/grub' 2024-04-02T14:55:47.295 INFO:teuthology.orchestra.run.smithi192.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T14:55:47.297 INFO:teuthology.orchestra.run.smithi192.stderr:Generating grub configuration file ... 2024-04-02T14:55:47.491 INFO:teuthology.orchestra.run.smithi192.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T14:55:47.497 INFO:teuthology.orchestra.run.smithi192.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T14:55:47.720 INFO:teuthology.orchestra.run.smithi192.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T14:55:47.726 INFO:teuthology.orchestra.run.smithi192.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T14:55:47.768 INFO:teuthology.orchestra.run.smithi192.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T14:55:47.773 INFO:teuthology.orchestra.run.smithi192.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T14:55:47.889 INFO:teuthology.orchestra.run.smithi192.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T14:55:47.889 INFO:teuthology.orchestra.run.smithi192.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T14:55:47.889 INFO:teuthology.orchestra.run.smithi192.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T14:55:47.903 INFO:teuthology.orchestra.run.smithi192.stderr:done 2024-04-02T14:55:47.922 DEBUG:teuthology.orchestra.run.smithi192:> sudo shutdown -r now 2024-04-02T14:55:48.425 INFO:teuthology.orchestra.run.smithi134.stderr:Sourcing file `/etc/default/grub' 2024-04-02T14:55:48.426 INFO:teuthology.orchestra.run.smithi134.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T14:55:48.428 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2024-04-02T14:55:48.457 INFO:teuthology.orchestra.run.smithi118.stderr:Sourcing file `/etc/default/grub' 2024-04-02T14:55:48.458 INFO:teuthology.orchestra.run.smithi118.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T14:55:48.460 INFO:teuthology.orchestra.run.smithi118.stderr:Generating grub configuration file ... 2024-04-02T14:55:48.643 INFO:teuthology.orchestra.run.smithi118.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T14:55:48.649 INFO:teuthology.orchestra.run.smithi118.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T14:55:48.656 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T14:55:48.662 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T14:55:48.888 INFO:teuthology.orchestra.run.smithi118.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T14:55:48.893 INFO:teuthology.orchestra.run.smithi118.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T14:55:48.925 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T14:55:48.930 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T14:55:48.935 INFO:teuthology.orchestra.run.smithi118.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T14:55:48.940 INFO:teuthology.orchestra.run.smithi118.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T14:55:48.971 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T14:55:48.976 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T14:55:49.071 INFO:teuthology.orchestra.run.smithi118.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T14:55:49.071 INFO:teuthology.orchestra.run.smithi118.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T14:55:49.071 INFO:teuthology.orchestra.run.smithi118.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T14:55:49.092 INFO:teuthology.orchestra.run.smithi118.stderr:done 2024-04-02T14:55:49.101 DEBUG:teuthology.orchestra.run.smithi118:> sudo shutdown -r now 2024-04-02T14:55:49.108 INFO:teuthology.orchestra.run.smithi134.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T14:55:49.108 INFO:teuthology.orchestra.run.smithi134.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T14:55:49.108 INFO:teuthology.orchestra.run.smithi134.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T14:55:49.133 INFO:teuthology.orchestra.run.smithi134.stderr:done 2024-04-02T14:55:49.134 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2024-04-02T14:56:17.950 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-02T14:56:17.951 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-02T14:56:17.952 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:56:19.105 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-02T14:56:19.105 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-02T14:56:19.106 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:56:19.136 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-02T14:56:19.137 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-04-02T14:56:19.137 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:56:36.387 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-04-02T14:56:37.662 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-04-02T14:56:37.663 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-04-02T14:56:45.394 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-02T14:56:45.395 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:56:46.664 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-02T14:56:46.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:56:46.666 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-04-02T14:56:46.667 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:56:48.446 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-04-02T14:56:49.730 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-04-02T14:56:49.731 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-04-02T14:57:00.457 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-02T14:57:00.458 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:57:01.732 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-02T14:57:01.733 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:57:01.734 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-04-02T14:57:01.735 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:57:04.798 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-04-02T14:57:19.812 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-02T14:57:19.814 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:57:20.158 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-04-02T14:57:32.244 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-04-02T14:57:32.798 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-02T14:57:32.798 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-04-02T14:57:32.799 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-04-02T14:57:32.845 INFO:teuthology.orchestra.run.smithi192.stdout:5.15.0-101-generic 2024-04-02T14:57:32.845 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-02T14:57:32.845 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T14:57:32.845 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-02T14:57:33.846 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-02T14:57:33.846 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T14:57:33.908 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2024-04-02T14:57:33.931 DEBUG:teuthology.parallel:result is None 2024-04-02T14:57:35.159 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-04-02T14:57:35.160 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:57:35.763 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-04-02T14:57:36.324 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-04-02T14:57:36.324 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-04-02T14:57:36.324 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-04-02T14:57:36.370 INFO:teuthology.orchestra.run.smithi134.stdout:5.15.0-101-generic 2024-04-02T14:57:36.370 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-02T14:57:36.370 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T14:57:36.370 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-02T14:57:37.371 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-02T14:57:37.371 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T14:57:37.445 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2024-04-02T14:57:37.467 DEBUG:teuthology.parallel:result is None 2024-04-02T14:57:51.750 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-04-02T14:57:52.356 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-02T14:57:52.356 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-04-02T14:57:52.357 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-04-02T14:57:52.401 INFO:teuthology.orchestra.run.smithi118.stdout:5.15.0-101-generic 2024-04-02T14:57:52.402 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-02T14:57:52.402 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T14:57:52.402 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-02T14:57:53.403 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-02T14:57:53.403 DEBUG:teuthology.orchestra.run.smithi118:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T14:57:53.454 INFO:teuthology.orchestra.run.smithi118.stdout:ttyS1 2024-04-02T14:57:53.491 DEBUG:teuthology.parallel:result is None 2024-04-02T14:57:53.491 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-02T14:57:53.500 INFO:teuthology.task.internal:Creating test directory... 2024-04-02T14:57:53.500 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T14:57:53.502 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T14:57:53.505 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T14:57:53.511 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-02T14:57:53.524 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-02T14:57:53.532 INFO:teuthology.task.internal:Creating archive directory... 2024-04-02T14:57:53.532 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T14:57:53.555 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T14:57:53.557 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T14:57:53.636 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-02T14:57:53.643 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-02T14:57:53.643 DEBUG:teuthology.orchestra.run.smithi118:> 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-04-02T14:57:53.645 DEBUG:teuthology.orchestra.run.smithi134:> 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-04-02T14:57:53.648 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-02T14:57:53.661 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:57:53.664 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:57:53.669 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:57:53.671 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:57:53.672 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:57:53.680 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:57:53.682 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-02T14:57:53.689 INFO:teuthology.task.internal:Configuring sudo... 2024-04-02T14:57:53.689 DEBUG:teuthology.orchestra.run.smithi118:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T14:57:53.714 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T14:57:53.718 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T14:57:53.744 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-02T14:57:53.753 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-02T14:57:53.753 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T14:57:53.774 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T14:57:53.777 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T14:57:53.793 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:57:53.825 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:57:53.874 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-04-02T14:57:53.874 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T14:57:53.943 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:57:53.949 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:57:53.998 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-02T14:57:53.998 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T14:57:54.053 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:57:54.059 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:57:54.105 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-02T14:57:54.105 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T14:57:54.170 DEBUG:teuthology.orchestra.run.smithi118:> sudo service rsyslog restart 2024-04-02T14:57:54.173 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2024-04-02T14:57:54.175 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2024-04-02T14:57:54.246 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-02T14:57:54.254 INFO:teuthology.task.internal:Starting timer... 2024-04-02T14:57:54.254 INFO:teuthology.run_tasks:Running task pcp... 2024-04-02T14:57:54.264 INFO:teuthology.run_tasks:Running task selinux... 2024-04-02T14:57:54.294 DEBUG:teuthology.task.selinux:Excluding smithi118: OS 'ubuntu' does not support SELinux 2024-04-02T14:57:54.294 DEBUG:teuthology.task.selinux:Excluding smithi134: OS 'ubuntu' does not support SELinux 2024-04-02T14:57:54.294 DEBUG:teuthology.task.selinux:Excluding smithi192: OS 'ubuntu' does not support SELinux 2024-04-02T14:57:54.294 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-02T14:57:54.294 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-02T14:57:54.294 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-02T14:57:54.295 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-02T14:57:54.304 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-02T14:57:54.324 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-04-02T14:57:54.326 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi118.front.sepia.ceph.com,smithi134.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-02T15:05:03.175 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi118.front.sepia.ceph.com'), Remote(name='ubuntu@smithi134.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2024-04-02T15:05:03.199 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-02T15:05:03.200 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:05:03.284 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-04-02T15:05:03.358 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-02T15:05:03.359 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-04-02T15:05:03.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:05:03.443 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-04-02T15:05:03.518 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-04-02T15:05:03.518 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-02T15:05:03.519 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:05:03.643 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-04-02T15:05:03.726 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-02T15:05:03.727 INFO:teuthology.run_tasks:Running task clock... 2024-04-02T15:05:03.738 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-02T15:05:03.739 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:05:03.739 DEBUG:teuthology.orchestra.run.smithi118:> 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-04-02T15:05:03.741 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:05:03.741 DEBUG:teuthology.orchestra.run.smithi134:> 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-04-02T15:05:03.744 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:05:03.744 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-02T15:05:03.769 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-02T15:05:03.770 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: Command line: ntpd -gq 2024-04-02T15:05:03.770 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: ---------------------------------------------------- 2024-04-02T15:05:03.770 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: ntp-4 is maintained by Network Time Foundation, 2024-04-02T15:05:03.770 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-02T15:05:03.770 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: corporation. Support and training for ntp-4 are 2024-04-02T15:05:03.770 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: available at https://www.nwtime.org/support 2024-04-02T15:05:03.770 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: ---------------------------------------------------- 2024-04-02T15:05:03.771 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: proto: precision = 0.044 usec (-24) 2024-04-02T15:05:03.771 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: basedate set to 2022-02-04 2024-04-02T15:05:03.771 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: gps base set to 2022-02-06 (week 2196) 2024-04-02T15:05:03.772 INFO:teuthology.orchestra.run.smithi134.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:05:03.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-02T15:05:03.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: Command line: ntpd -gq 2024-04-02T15:05:03.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: ---------------------------------------------------- 2024-04-02T15:05:03.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: ntp-4 is maintained by Network Time Foundation, 2024-04-02T15:05:03.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-02T15:05:03.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: corporation. Support and training for ntp-4 are 2024-04-02T15:05:03.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: available at https://www.nwtime.org/support 2024-04-02T15:05:03.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: ---------------------------------------------------- 2024-04-02T15:05:03.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: proto: precision = 0.044 usec (-24) 2024-04-02T15:05:03.773 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: basedate set to 2022-02-04 2024-04-02T15:05:03.773 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: gps base set to 2022-02-06 (week 2196) 2024-04-02T15:05:03.773 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:05:03.773 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:05:03.773 INFO:teuthology.orchestra.run.smithi118.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:05:03.773 INFO:teuthology.orchestra.run.smithi118.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:05:03.773 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:05:03.773 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:05:03.774 INFO:teuthology.orchestra.run.smithi134.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:05:03.775 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: Listen and drop on 0 v6wildcard [::]:123 2024-04-02T15:05:03.775 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-02T15:05:03.775 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: Listen normally on 2 lo 127.0.0.1:123 2024-04-02T15:05:03.775 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: Listen normally on 3 enp3s0f1 172.21.15.118:123 2024-04-02T15:05:03.775 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: Listen normally on 4 lo [::1]:123 2024-04-02T15:05:03.775 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d725%5]:123 2024-04-02T15:05:03.775 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:03 ntpd[17229]: Listening on routing socket on fd #22 for interface updates 2024-04-02T15:05:03.776 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: Listen and drop on 0 v6wildcard [::]:123 2024-04-02T15:05:03.776 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-02T15:05:03.776 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: Listen normally on 2 lo 127.0.0.1:123 2024-04-02T15:05:03.776 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: Listen normally on 3 enp3s0f1 172.21.15.134:123 2024-04-02T15:05:03.776 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: Listen normally on 4 lo [::1]:123 2024-04-02T15:05:03.776 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6de9%5]:123 2024-04-02T15:05:03.776 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:03 ntpd[17195]: Listening on routing socket on fd #22 for interface updates 2024-04-02T15:05:03.792 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-02T15:05:03.792 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: Command line: ntpd -gq 2024-04-02T15:05:03.792 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: ---------------------------------------------------- 2024-04-02T15:05:03.792 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: ntp-4 is maintained by Network Time Foundation, 2024-04-02T15:05:03.792 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-02T15:05:03.792 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: corporation. Support and training for ntp-4 are 2024-04-02T15:05:03.792 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: available at https://www.nwtime.org/support 2024-04-02T15:05:03.792 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: ---------------------------------------------------- 2024-04-02T15:05:03.792 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: proto: precision = 0.064 usec (-24) 2024-04-02T15:05:03.792 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: basedate set to 2022-02-04 2024-04-02T15:05:03.792 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: gps base set to 2022-02-06 (week 2196) 2024-04-02T15:05:03.793 INFO:teuthology.orchestra.run.smithi192.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:05:03.793 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:05:03.794 INFO:teuthology.orchestra.run.smithi192.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:05:03.795 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:05:03.795 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: Listen and drop on 0 v6wildcard [::]:123 2024-04-02T15:05:03.795 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-02T15:05:03.795 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: Listen normally on 2 lo 127.0.0.1:123 2024-04-02T15:05:03.795 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: Listen normally on 3 enp3s0f1 172.21.15.192:123 2024-04-02T15:05:03.795 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: Listen normally on 4 lo [::1]:123 2024-04-02T15:05:03.795 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8049%5]:123 2024-04-02T15:05:03.795 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:03 ntpd[17157]: Listening on routing socket on fd #22 for interface updates 2024-04-02T15:05:04.770 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:04 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:04.770 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:04 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:04.770 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:04 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:04.770 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:04 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:04.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:04 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:04.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:04 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:04.772 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:04 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:04.772 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:04 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:04.772 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:04 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:04.772 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:04 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:04.772 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:04 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:04.772 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:04 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:04.772 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:04 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:04.772 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:04 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:04.772 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:04 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:04.772 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:04 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:04.772 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:04 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:04.772 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:04 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:04.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:04 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:04.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:04 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:05.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:05 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:05.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:05 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:05.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:05 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:05.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:05 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:05.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:05 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:05.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:05 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:05.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:05 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:05.793 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:05 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:05.793 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:05 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:05.793 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:05 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:05.793 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:05 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:05.793 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:05 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:05.793 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:05 ntpd[17157]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:05.793 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:05 ntpd[17157]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:05.793 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:05 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:05.793 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:05 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:05.794 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:05 ntpd[17157]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:05.794 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:05 ntpd[17157]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:06.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:06 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:06.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:06 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:06.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:06 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:06.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:06 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:06.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:06 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:06.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:06 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:06.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:06 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:06.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:06 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:06.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:06 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:06.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:06 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:06.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:06 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:06.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:06 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:06.773 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:06 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:06.773 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:06 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:06.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:06 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:06.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:06 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:06.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:06 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:06.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:06 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:06.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:06 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:06.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:06 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:06.775 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:06 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:06.775 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:06 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:06.775 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:06 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:06.775 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:06 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:07.770 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:07 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:07.770 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:07 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:07.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:07 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:07.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:07 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:07.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:07 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:07.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:07 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:07.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:07 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:07.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:07 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:07.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:07 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:07.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:07 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:07.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:07 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:07.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:07 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:07.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:07 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:07.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:07 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:07.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:07 ntpd[17157]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:07.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:07 ntpd[17157]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:07.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:07 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:07.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:07 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:07.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:07 ntpd[17157]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:07.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:07 ntpd[17157]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:08.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:08.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:08 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:08.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:08.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:08.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.775 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.775 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:08.775 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:08 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:08.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:08 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:08 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:08 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:08.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:08 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:08.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:08 ntpd[17157]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:08.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:08 ntpd[17157]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:09.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:09 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:09.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:09 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:09.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:09 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:09.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:09 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:09.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:09 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:09.771 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:09 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:09.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:09 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:09.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:09 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:09.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:09 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:09.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:09 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:09.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:09 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:09.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:09 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:09.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:09 ntpd[17157]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:09.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:09 ntpd[17157]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:09.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:09 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:09.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:09 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:09.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:09 ntpd[17157]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:09.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:09 ntpd[17157]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:10.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:10 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:10.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:10 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:10.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:10 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:10.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:10 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:10.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:10 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:10.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:10 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:10.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:10 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:10.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:10 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:10.771 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:10 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:10.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:10 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:10.772 INFO:teuthology.orchestra.run.smithi134.stdout: 2 Apr 15:05:10 ntpd[17195]: ntpd: time slew -0.003523 s 2024-04-02T15:05:10.772 INFO:teuthology.orchestra.run.smithi134.stdout:ntpd: time slew -0.003523s 2024-04-02T15:05:10.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:10 ntpd[17195]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-02T15:05:10.772 INFO:teuthology.orchestra.run.smithi134.stderr: 2 Apr 15:05:10 ntpd[17195]: can't open /var/log/ntpstats/loopstats.20240402: Permission denied 2024-04-02T15:05:10.773 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:10 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:10.773 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:10 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:10.773 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:10 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:10.773 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:10 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:10.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:10 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:10.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:10 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:10.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:10 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:10.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:10 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:10.774 INFO:teuthology.orchestra.run.smithi118.stdout: 2 Apr 15:05:10 ntpd[17229]: ntpd: time slew -0.001710 s 2024-04-02T15:05:10.774 INFO:teuthology.orchestra.run.smithi118.stdout:ntpd: time slew -0.001710s 2024-04-02T15:05:10.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:10 ntpd[17229]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-02T15:05:10.774 INFO:teuthology.orchestra.run.smithi118.stderr: 2 Apr 15:05:10 ntpd[17229]: can't open /var/log/ntpstats/loopstats.20240402: Permission denied 2024-04-02T15:05:10.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:10 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:10.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:10 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:10.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:10 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:10.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:10 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:10.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:10 ntpd[17157]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:10.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:10 ntpd[17157]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:10.819 INFO:teuthology.orchestra.run.smithi118.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:05:10.819 INFO:teuthology.orchestra.run.smithi118.stdout:============================================================================== 2024-04-02T15:05:10.819 INFO:teuthology.orchestra.run.smithi118.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:05:10.819 INFO:teuthology.orchestra.run.smithi118.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:05:10.820 INFO:teuthology.orchestra.run.smithi118.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:05:10.820 INFO:teuthology.orchestra.run.smithi118.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:05:11.091 INFO:teuthology.orchestra.run.smithi134.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:05:11.091 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================== 2024-04-02T15:05:11.091 INFO:teuthology.orchestra.run.smithi134.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:05:11.091 INFO:teuthology.orchestra.run.smithi134.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:05:11.091 INFO:teuthology.orchestra.run.smithi134.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:05:11.091 INFO:teuthology.orchestra.run.smithi134.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:05:11.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:11 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:11.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:11 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:11.791 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:11 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:11.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:11 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:11.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:11 ntpd[17157]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:05:11.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:11 ntpd[17157]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:05:11.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:11 ntpd[17157]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:05:11.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:11 ntpd[17157]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:05:11.792 INFO:teuthology.orchestra.run.smithi192.stdout: 2 Apr 15:05:11 ntpd[17157]: ntpd: time slew -0.000898 s 2024-04-02T15:05:11.792 INFO:teuthology.orchestra.run.smithi192.stdout:ntpd: time slew -0.000898s 2024-04-02T15:05:11.792 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:11 ntpd[17157]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-02T15:05:11.793 INFO:teuthology.orchestra.run.smithi192.stderr: 2 Apr 15:05:11 ntpd[17157]: can't open /var/log/ntpstats/loopstats.20240402: Permission denied 2024-04-02T15:05:11.845 INFO:teuthology.orchestra.run.smithi192.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:05:11.846 INFO:teuthology.orchestra.run.smithi192.stdout:============================================================================== 2024-04-02T15:05:11.846 INFO:teuthology.orchestra.run.smithi192.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:05:11.846 INFO:teuthology.orchestra.run.smithi192.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:05:11.846 INFO:teuthology.orchestra.run.smithi192.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:05:11.846 INFO:teuthology.orchestra.run.smithi192.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:05:11.847 INFO:teuthology.run_tasks:Running task install... 2024-04-02T15:05:11.855 DEBUG:teuthology.task.install:project ceph 2024-04-02T15:05:11.855 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'}} 2024-04-02T15:05:11.855 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'} 2024-04-02T15:05:11.855 INFO:teuthology.task.install:Using flavor: default 2024-04-02T15:05:11.861 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-04-02T15:05:11.861 INFO:teuthology.task.install:extra packages: [] 2024-04-02T15:05:11.862 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-key list | grep Ceph 2024-04-02T15:05:11.862 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-key list | grep Ceph 2024-04-02T15:05:11.863 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-key list | grep Ceph 2024-04-02T15:05:11.926 INFO:teuthology.orchestra.run.smithi134.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-02T15:05:11.930 INFO:teuthology.orchestra.run.smithi118.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-02T15:05:11.948 INFO:teuthology.orchestra.run.smithi192.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-02T15:05:11.956 INFO:teuthology.orchestra.run.smithi134.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-02T15:05:11.956 INFO:teuthology.orchestra.run.smithi134.stdout:uid [ unknown] Ceph.com (release key) 2024-04-02T15:05:11.957 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-04-02T15:05:11.958 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:05:11.962 INFO:teuthology.orchestra.run.smithi118.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-02T15:05:11.963 INFO:teuthology.orchestra.run.smithi118.stdout:uid [ unknown] Ceph.com (release key) 2024-04-02T15:05:11.963 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-04-02T15:05:11.963 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:05:11.977 INFO:teuthology.orchestra.run.smithi192.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-02T15:05:11.977 INFO:teuthology.orchestra.run.smithi192.stdout:uid [ unknown] Ceph.com (release key) 2024-04-02T15:05:11.977 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-04-02T15:05:11.977 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:05:12.111 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default/ 2024-04-02T15:05:12.111 INFO:teuthology.task.install.deb:Package version is 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:05:12.187 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default/ 2024-04-02T15:05:12.187 INFO:teuthology.task.install.deb:Package version is 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:05:12.208 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default/ 2024-04-02T15:05:12.208 INFO:teuthology.task.install.deb:Package version is 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:05:12.293 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-04-02T15:05:12.293 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-02T15:05:12.299 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-02T15:05:12.299 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-02T15:05:12.307 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get update 2024-04-02T15:05:12.314 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2024-04-02T15:05:12.318 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-02T15:05:12.318 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-02T15:05:12.332 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get update 2024-04-02T15:05:12.501 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:05:12.501 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T15:05:12.503 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:05:12.503 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T15:05:12.514 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T15:05:12.518 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T15:05:12.525 INFO:teuthology.orchestra.run.smithi118.stdout:Ign:4 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy InRelease 2024-04-02T15:05:12.533 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T15:05:12.539 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T15:05:12.546 INFO:teuthology.orchestra.run.smithi118.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-02T15:05:12.550 INFO:teuthology.orchestra.run.smithi192.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy InRelease 2024-04-02T15:05:12.568 INFO:teuthology.orchestra.run.smithi118.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-02T15:05:12.571 INFO:teuthology.orchestra.run.smithi192.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-02T15:05:12.589 INFO:teuthology.orchestra.run.smithi118.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-02T15:05:12.594 INFO:teuthology.orchestra.run.smithi192.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-02T15:05:12.595 INFO:teuthology.orchestra.run.smithi134.stdout:Ign:1 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy InRelease 2024-04-02T15:05:12.615 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-02T15:05:12.617 INFO:teuthology.orchestra.run.smithi118.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-04-02T15:05:12.625 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T15:05:12.626 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:05:12.632 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-02T15:05:12.642 INFO:teuthology.orchestra.run.smithi192.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-04-02T15:05:12.671 INFO:teuthology.orchestra.run.smithi134.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-02T15:05:12.696 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T15:05:12.708 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-02T15:05:12.752 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-04-02T15:05:12.782 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T15:05:12.857 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 29.2 kB in 0s (83.9 kB/s) 2024-04-02T15:05:12.871 INFO:teuthology.orchestra.run.smithi118.stdout:Fetched 29.2 kB in 0s (76.1 kB/s) 2024-04-02T15:05:12.985 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 29.2 kB in 0s (59.0 kB/s) 2024-04-02T15:05:13.764 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-04-02T15:05:13.780 DEBUG:teuthology.orchestra.run.smithi192:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2592-g3f3f3ed9-1jammy cephadm=19.0.0-2592-g3f3f3ed9-1jammy ceph-mds=19.0.0-2592-g3f3f3ed9-1jammy ceph-mgr=19.0.0-2592-g3f3f3ed9-1jammy ceph-common=19.0.0-2592-g3f3f3ed9-1jammy ceph-fuse=19.0.0-2592-g3f3f3ed9-1jammy ceph-test=19.0.0-2592-g3f3f3ed9-1jammy ceph-volume=19.0.0-2592-g3f3f3ed9-1jammy radosgw=19.0.0-2592-g3f3f3ed9-1jammy python3-rados=19.0.0-2592-g3f3f3ed9-1jammy python3-rgw=19.0.0-2592-g3f3f3ed9-1jammy python3-cephfs=19.0.0-2592-g3f3f3ed9-1jammy python3-rbd=19.0.0-2592-g3f3f3ed9-1jammy libcephfs2=19.0.0-2592-g3f3f3ed9-1jammy libcephfs-dev=19.0.0-2592-g3f3f3ed9-1jammy librados2=19.0.0-2592-g3f3f3ed9-1jammy librbd1=19.0.0-2592-g3f3f3ed9-1jammy rbd-fuse=19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:05:13.785 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-04-02T15:05:13.799 DEBUG:teuthology.orchestra.run.smithi118:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2592-g3f3f3ed9-1jammy cephadm=19.0.0-2592-g3f3f3ed9-1jammy ceph-mds=19.0.0-2592-g3f3f3ed9-1jammy ceph-mgr=19.0.0-2592-g3f3f3ed9-1jammy ceph-common=19.0.0-2592-g3f3f3ed9-1jammy ceph-fuse=19.0.0-2592-g3f3f3ed9-1jammy ceph-test=19.0.0-2592-g3f3f3ed9-1jammy ceph-volume=19.0.0-2592-g3f3f3ed9-1jammy radosgw=19.0.0-2592-g3f3f3ed9-1jammy python3-rados=19.0.0-2592-g3f3f3ed9-1jammy python3-rgw=19.0.0-2592-g3f3f3ed9-1jammy python3-cephfs=19.0.0-2592-g3f3f3ed9-1jammy python3-rbd=19.0.0-2592-g3f3f3ed9-1jammy libcephfs2=19.0.0-2592-g3f3f3ed9-1jammy libcephfs-dev=19.0.0-2592-g3f3f3ed9-1jammy librados2=19.0.0-2592-g3f3f3ed9-1jammy librbd1=19.0.0-2592-g3f3f3ed9-1jammy rbd-fuse=19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:05:13.841 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-04-02T15:05:13.850 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-04-02T15:05:13.932 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-04-02T15:05:13.947 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2592-g3f3f3ed9-1jammy cephadm=19.0.0-2592-g3f3f3ed9-1jammy ceph-mds=19.0.0-2592-g3f3f3ed9-1jammy ceph-mgr=19.0.0-2592-g3f3f3ed9-1jammy ceph-common=19.0.0-2592-g3f3f3ed9-1jammy ceph-fuse=19.0.0-2592-g3f3f3ed9-1jammy ceph-test=19.0.0-2592-g3f3f3ed9-1jammy ceph-volume=19.0.0-2592-g3f3f3ed9-1jammy radosgw=19.0.0-2592-g3f3f3ed9-1jammy python3-rados=19.0.0-2592-g3f3f3ed9-1jammy python3-rgw=19.0.0-2592-g3f3f3ed9-1jammy python3-cephfs=19.0.0-2592-g3f3f3ed9-1jammy python3-rbd=19.0.0-2592-g3f3f3ed9-1jammy libcephfs2=19.0.0-2592-g3f3f3ed9-1jammy libcephfs-dev=19.0.0-2592-g3f3f3ed9-1jammy librados2=19.0.0-2592-g3f3f3ed9-1jammy librbd1=19.0.0-2592-g3f3f3ed9-1jammy rbd-fuse=19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:05:14.007 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-04-02T15:05:14.023 INFO:teuthology.orchestra.run.smithi118.stdout:Building dependency tree... 2024-04-02T15:05:14.024 INFO:teuthology.orchestra.run.smithi118.stdout:Reading state information... 2024-04-02T15:05:14.031 INFO:teuthology.orchestra.run.smithi192.stdout:Building dependency tree... 2024-04-02T15:05:14.032 INFO:teuthology.orchestra.run.smithi192.stdout:Reading state information... 2024-04-02T15:05:14.191 INFO:teuthology.orchestra.run.smithi118.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:05:14.192 INFO:teuthology.orchestra.run.smithi118.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:05:14.192 INFO:teuthology.orchestra.run.smithi118.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:05:14.192 INFO:teuthology.orchestra.run.smithi118.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:05:14.192 INFO:teuthology.orchestra.run.smithi118.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T15:05:14.194 INFO:teuthology.orchestra.run.smithi118.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T15:05:14.194 INFO:teuthology.orchestra.run.smithi118.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:05:14.194 INFO:teuthology.orchestra.run.smithi118.stdout:The following additional packages will be installed: 2024-04-02T15:05:14.194 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-02T15:05:14.194 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-02T15:05:14.194 INFO:teuthology.orchestra.run.smithi118.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-02T15:05:14.194 INFO:teuthology.orchestra.run.smithi118.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-02T15:05:14.194 INFO:teuthology.orchestra.run.smithi118.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-02T15:05:14.194 INFO:teuthology.orchestra.run.smithi118.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-02T15:05:14.194 INFO:teuthology.orchestra.run.smithi118.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-02T15:05:14.195 INFO:teuthology.orchestra.run.smithi118.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-02T15:05:14.196 INFO:teuthology.orchestra.run.smithi118.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-02T15:05:14.196 INFO:teuthology.orchestra.run.smithi118.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-02T15:05:14.196 INFO:teuthology.orchestra.run.smithi118.stdout: xmlstarlet zip 2024-04-02T15:05:14.196 INFO:teuthology.orchestra.run.smithi118.stdout:Suggested packages: 2024-04-02T15:05:14.196 INFO:teuthology.orchestra.run.smithi118.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-02T15:05:14.196 INFO:teuthology.orchestra.run.smithi118.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-02T15:05:14.196 INFO:teuthology.orchestra.run.smithi118.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-02T15:05:14.196 INFO:teuthology.orchestra.run.smithi118.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-02T15:05:14.196 INFO:teuthology.orchestra.run.smithi118.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-02T15:05:14.196 INFO:teuthology.orchestra.run.smithi118.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-02T15:05:14.197 INFO:teuthology.orchestra.run.smithi118.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-02T15:05:14.197 INFO:teuthology.orchestra.run.smithi118.stdout:Recommended packages: 2024-04-02T15:05:14.197 INFO:teuthology.orchestra.run.smithi118.stdout: btrfs-tools 2024-04-02T15:05:14.203 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2024-04-02T15:05:14.204 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2024-04-02T15:05:14.214 INFO:teuthology.orchestra.run.smithi192.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:05:14.214 INFO:teuthology.orchestra.run.smithi192.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:05:14.214 INFO:teuthology.orchestra.run.smithi192.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:05:14.214 INFO:teuthology.orchestra.run.smithi192.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:05:14.215 INFO:teuthology.orchestra.run.smithi192.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T15:05:14.215 INFO:teuthology.orchestra.run.smithi192.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T15:05:14.215 INFO:teuthology.orchestra.run.smithi192.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:05:14.216 INFO:teuthology.orchestra.run.smithi192.stdout:The following additional packages will be installed: 2024-04-02T15:05:14.216 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-02T15:05:14.216 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-02T15:05:14.217 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-02T15:05:14.218 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-02T15:05:14.218 INFO:teuthology.orchestra.run.smithi192.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-02T15:05:14.218 INFO:teuthology.orchestra.run.smithi192.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-02T15:05:14.218 INFO:teuthology.orchestra.run.smithi192.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-02T15:05:14.218 INFO:teuthology.orchestra.run.smithi192.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-02T15:05:14.218 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-02T15:05:14.218 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet zip 2024-04-02T15:05:14.218 INFO:teuthology.orchestra.run.smithi192.stdout:Suggested packages: 2024-04-02T15:05:14.218 INFO:teuthology.orchestra.run.smithi192.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-02T15:05:14.219 INFO:teuthology.orchestra.run.smithi192.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-02T15:05:14.219 INFO:teuthology.orchestra.run.smithi192.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-02T15:05:14.219 INFO:teuthology.orchestra.run.smithi192.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-02T15:05:14.219 INFO:teuthology.orchestra.run.smithi192.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-02T15:05:14.219 INFO:teuthology.orchestra.run.smithi192.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-02T15:05:14.219 INFO:teuthology.orchestra.run.smithi192.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-02T15:05:14.219 INFO:teuthology.orchestra.run.smithi192.stdout:Recommended packages: 2024-04-02T15:05:14.219 INFO:teuthology.orchestra.run.smithi192.stdout: btrfs-tools 2024-04-02T15:05:14.294 INFO:teuthology.orchestra.run.smithi118.stdout:The following NEW packages will be installed: 2024-04-02T15:05:14.294 INFO:teuthology.orchestra.run.smithi118.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-02T15:05:14.294 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-02T15:05:14.295 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-02T15:05:14.295 INFO:teuthology.orchestra.run.smithi118.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-02T15:05:14.295 INFO:teuthology.orchestra.run.smithi118.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-02T15:05:14.295 INFO:teuthology.orchestra.run.smithi118.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-02T15:05:14.296 INFO:teuthology.orchestra.run.smithi118.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-02T15:05:14.296 INFO:teuthology.orchestra.run.smithi118.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-02T15:05:14.296 INFO:teuthology.orchestra.run.smithi118.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-02T15:05:14.296 INFO:teuthology.orchestra.run.smithi118.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-02T15:05:14.296 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-02T15:05:14.296 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-02T15:05:14.297 INFO:teuthology.orchestra.run.smithi118.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-02T15:05:14.316 INFO:teuthology.orchestra.run.smithi192.stdout:The following NEW packages will be installed: 2024-04-02T15:05:14.316 INFO:teuthology.orchestra.run.smithi192.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-02T15:05:14.316 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-02T15:05:14.316 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-02T15:05:14.316 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-02T15:05:14.316 INFO:teuthology.orchestra.run.smithi192.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-02T15:05:14.316 INFO:teuthology.orchestra.run.smithi192.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-02T15:05:14.318 INFO:teuthology.orchestra.run.smithi192.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-02T15:05:14.318 INFO:teuthology.orchestra.run.smithi192.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-02T15:05:14.318 INFO:teuthology.orchestra.run.smithi192.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-02T15:05:14.318 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-02T15:05:14.318 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-02T15:05:14.318 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-02T15:05:14.318 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-02T15:05:14.318 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-02T15:05:14.319 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-02T15:05:14.319 INFO:teuthology.orchestra.run.smithi192.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-02T15:05:14.319 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-02T15:05:14.319 INFO:teuthology.orchestra.run.smithi192.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-02T15:05:14.319 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-02T15:05:14.319 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-02T15:05:14.319 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-02T15:05:14.319 INFO:teuthology.orchestra.run.smithi192.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-02T15:05:14.319 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-02T15:05:14.319 INFO:teuthology.orchestra.run.smithi192.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-02T15:05:14.319 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-02T15:05:14.320 INFO:teuthology.orchestra.run.smithi192.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-02T15:05:14.365 INFO:teuthology.orchestra.run.smithi118.stdout:0 upgraded, 118 newly installed, 0 to remove and 299 not upgraded. 2024-04-02T15:05:14.366 INFO:teuthology.orchestra.run.smithi118.stdout:Need to get 179 MB of archives. 2024-04-02T15:05:14.366 INFO:teuthology.orchestra.run.smithi118.stdout:After this operation, 819 MB of additional disk space will be used. 2024-04-02T15:05:14.366 INFO:teuthology.orchestra.run.smithi118.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-02T15:05:14.387 INFO:teuthology.orchestra.run.smithi192.stdout:0 upgraded, 118 newly installed, 0 to remove and 299 not upgraded. 2024-04-02T15:05:14.387 INFO:teuthology.orchestra.run.smithi192.stdout:Need to get 179 MB of archives. 2024-04-02T15:05:14.387 INFO:teuthology.orchestra.run.smithi192.stdout:After this operation, 819 MB of additional disk space will be used. 2024-04-02T15:05:14.387 INFO:teuthology.orchestra.run.smithi192.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-02T15:05:14.396 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:05:14.397 INFO:teuthology.orchestra.run.smithi134.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:05:14.397 INFO:teuthology.orchestra.run.smithi134.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:05:14.397 INFO:teuthology.orchestra.run.smithi134.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:05:14.397 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T15:05:14.397 INFO:teuthology.orchestra.run.smithi134.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T15:05:14.397 INFO:teuthology.orchestra.run.smithi134.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:05:14.399 INFO:teuthology.orchestra.run.smithi134.stdout:The following additional packages will be installed: 2024-04-02T15:05:14.399 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-02T15:05:14.400 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-02T15:05:14.401 INFO:teuthology.orchestra.run.smithi134.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-02T15:05:14.401 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-02T15:05:14.401 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-02T15:05:14.401 INFO:teuthology.orchestra.run.smithi134.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-02T15:05:14.401 INFO:teuthology.orchestra.run.smithi134.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-02T15:05:14.401 INFO:teuthology.orchestra.run.smithi134.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-02T15:05:14.401 INFO:teuthology.orchestra.run.smithi134.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-02T15:05:14.401 INFO:teuthology.orchestra.run.smithi134.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-02T15:05:14.402 INFO:teuthology.orchestra.run.smithi134.stdout: xmlstarlet zip 2024-04-02T15:05:14.402 INFO:teuthology.orchestra.run.smithi134.stdout:Suggested packages: 2024-04-02T15:05:14.403 INFO:teuthology.orchestra.run.smithi134.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-02T15:05:14.403 INFO:teuthology.orchestra.run.smithi134.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-02T15:05:14.403 INFO:teuthology.orchestra.run.smithi134.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-02T15:05:14.403 INFO:teuthology.orchestra.run.smithi134.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-02T15:05:14.403 INFO:teuthology.orchestra.run.smithi134.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-02T15:05:14.403 INFO:teuthology.orchestra.run.smithi134.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-02T15:05:14.403 INFO:teuthology.orchestra.run.smithi134.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-02T15:05:14.403 INFO:teuthology.orchestra.run.smithi134.stdout:Recommended packages: 2024-04-02T15:05:14.403 INFO:teuthology.orchestra.run.smithi134.stdout: btrfs-tools 2024-04-02T15:05:14.460 INFO:teuthology.orchestra.run.smithi192.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2592-g3f3f3ed9-1jammy [3,554 kB] 2024-04-02T15:05:14.478 INFO:teuthology.orchestra.run.smithi118.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-02T15:05:14.481 INFO:teuthology.orchestra.run.smithi118.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-02T15:05:14.502 INFO:teuthology.orchestra.run.smithi134.stdout:The following NEW packages will be installed: 2024-04-02T15:05:14.502 INFO:teuthology.orchestra.run.smithi134.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-02T15:05:14.502 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-02T15:05:14.502 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-02T15:05:14.502 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-02T15:05:14.502 INFO:teuthology.orchestra.run.smithi134.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-02T15:05:14.502 INFO:teuthology.orchestra.run.smithi134.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-02T15:05:14.504 INFO:teuthology.orchestra.run.smithi134.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-02T15:05:14.504 INFO:teuthology.orchestra.run.smithi134.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-02T15:05:14.504 INFO:teuthology.orchestra.run.smithi134.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-02T15:05:14.504 INFO:teuthology.orchestra.run.smithi134.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-02T15:05:14.504 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-02T15:05:14.504 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-02T15:05:14.504 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-02T15:05:14.504 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-02T15:05:14.504 INFO:teuthology.orchestra.run.smithi134.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-02T15:05:14.504 INFO:teuthology.orchestra.run.smithi134.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-02T15:05:14.504 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-02T15:05:14.505 INFO:teuthology.orchestra.run.smithi134.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-02T15:05:14.505 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-02T15:05:14.505 INFO:teuthology.orchestra.run.smithi134.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-02T15:05:14.505 INFO:teuthology.orchestra.run.smithi134.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-02T15:05:14.505 INFO:teuthology.orchestra.run.smithi134.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-02T15:05:14.505 INFO:teuthology.orchestra.run.smithi134.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-02T15:05:14.505 INFO:teuthology.orchestra.run.smithi134.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-02T15:05:14.505 INFO:teuthology.orchestra.run.smithi134.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-02T15:05:14.505 INFO:teuthology.orchestra.run.smithi134.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-02T15:05:14.506 INFO:teuthology.orchestra.run.smithi192.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-02T15:05:14.506 INFO:teuthology.orchestra.run.smithi118.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-02T15:05:14.509 INFO:teuthology.orchestra.run.smithi192.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-02T15:05:14.521 INFO:teuthology.orchestra.run.smithi118.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2592-g3f3f3ed9-1jammy [3,554 kB] 2024-04-02T15:05:14.535 INFO:teuthology.orchestra.run.smithi192.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-02T15:05:14.587 INFO:teuthology.orchestra.run.smithi118.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-02T15:05:14.591 INFO:teuthology.orchestra.run.smithi134.stdout:0 upgraded, 118 newly installed, 0 to remove and 299 not upgraded. 2024-04-02T15:05:14.592 INFO:teuthology.orchestra.run.smithi134.stdout:Need to get 179 MB of archives. 2024-04-02T15:05:14.592 INFO:teuthology.orchestra.run.smithi134.stdout:After this operation, 819 MB of additional disk space will be used. 2024-04-02T15:05:14.592 INFO:teuthology.orchestra.run.smithi134.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-02T15:05:14.593 INFO:teuthology.orchestra.run.smithi118.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-02T15:05:14.607 INFO:teuthology.orchestra.run.smithi118.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-02T15:05:14.613 INFO:teuthology.orchestra.run.smithi118.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-02T15:05:14.613 INFO:teuthology.orchestra.run.smithi118.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-02T15:05:14.614 INFO:teuthology.orchestra.run.smithi118.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-02T15:05:14.629 INFO:teuthology.orchestra.run.smithi118.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-02T15:05:14.632 INFO:teuthology.orchestra.run.smithi118.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-02T15:05:14.638 INFO:teuthology.orchestra.run.smithi118.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-02T15:05:14.641 INFO:teuthology.orchestra.run.smithi118.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-02T15:05:14.648 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2592-g3f3f3ed9-1jammy [3,554 kB] 2024-04-02T15:05:14.651 INFO:teuthology.orchestra.run.smithi192.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-02T15:05:14.657 INFO:teuthology.orchestra.run.smithi192.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-02T15:05:14.673 INFO:teuthology.orchestra.run.smithi118.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-02T15:05:14.674 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-02T15:05:14.675 INFO:teuthology.orchestra.run.smithi192.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2592-g3f3f3ed9-1jammy [3,224 kB] 2024-04-02T15:05:14.678 INFO:teuthology.orchestra.run.smithi118.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-02T15:05:14.679 INFO:teuthology.orchestra.run.smithi192.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-02T15:05:14.680 INFO:teuthology.orchestra.run.smithi192.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-02T15:05:14.681 INFO:teuthology.orchestra.run.smithi192.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-02T15:05:14.682 INFO:teuthology.orchestra.run.smithi118.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-02T15:05:14.685 INFO:teuthology.orchestra.run.smithi118.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-02T15:05:14.686 INFO:teuthology.orchestra.run.smithi118.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-02T15:05:14.686 INFO:teuthology.orchestra.run.smithi118.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-02T15:05:14.688 INFO:teuthology.orchestra.run.smithi118.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-02T15:05:14.688 INFO:teuthology.orchestra.run.smithi118.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-02T15:05:14.689 INFO:teuthology.orchestra.run.smithi118.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-02T15:05:14.699 INFO:teuthology.orchestra.run.smithi192.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-02T15:05:14.702 INFO:teuthology.orchestra.run.smithi192.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-02T15:05:14.705 INFO:teuthology.orchestra.run.smithi192.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-02T15:05:14.707 INFO:teuthology.orchestra.run.smithi192.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-02T15:05:14.717 INFO:teuthology.orchestra.run.smithi118.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-02T15:05:14.717 INFO:teuthology.orchestra.run.smithi118.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-02T15:05:14.731 INFO:teuthology.orchestra.run.smithi192.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-02T15:05:14.735 INFO:teuthology.orchestra.run.smithi192.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-02T15:05:14.738 INFO:teuthology.orchestra.run.smithi192.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-02T15:05:14.741 INFO:teuthology.orchestra.run.smithi192.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-02T15:05:14.742 INFO:teuthology.orchestra.run.smithi192.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-02T15:05:14.749 INFO:teuthology.orchestra.run.smithi118.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-02T15:05:14.750 INFO:teuthology.orchestra.run.smithi118.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-02T15:05:14.756 INFO:teuthology.orchestra.run.smithi118.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-02T15:05:14.757 INFO:teuthology.orchestra.run.smithi118.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-02T15:05:14.758 INFO:teuthology.orchestra.run.smithi118.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-02T15:05:14.759 INFO:teuthology.orchestra.run.smithi118.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-02T15:05:14.760 INFO:teuthology.orchestra.run.smithi118.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-02T15:05:14.761 INFO:teuthology.orchestra.run.smithi118.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-02T15:05:14.764 INFO:teuthology.orchestra.run.smithi192.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-04-02T15:05:14.766 INFO:teuthology.orchestra.run.smithi192.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-02T15:05:14.766 INFO:teuthology.orchestra.run.smithi192.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-02T15:05:14.767 INFO:teuthology.orchestra.run.smithi192.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-02T15:05:14.768 INFO:teuthology.orchestra.run.smithi192.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-02T15:05:14.776 INFO:teuthology.orchestra.run.smithi118.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-02T15:05:14.778 INFO:teuthology.orchestra.run.smithi118.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-02T15:05:14.786 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-02T15:05:14.792 INFO:teuthology.orchestra.run.smithi192.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-02T15:05:14.792 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-02T15:05:14.793 INFO:teuthology.orchestra.run.smithi192.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-02T15:05:14.793 INFO:teuthology.orchestra.run.smithi192.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-02T15:05:14.799 INFO:teuthology.orchestra.run.smithi192.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-02T15:05:14.800 INFO:teuthology.orchestra.run.smithi192.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-02T15:05:14.805 INFO:teuthology.orchestra.run.smithi118.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-02T15:05:14.806 INFO:teuthology.orchestra.run.smithi118.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-02T15:05:14.810 INFO:teuthology.orchestra.run.smithi192.stdout:Get:32 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2592-g3f3f3ed9-1jammy [712 kB] 2024-04-02T15:05:14.818 INFO:teuthology.orchestra.run.smithi118.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-02T15:05:14.819 INFO:teuthology.orchestra.run.smithi118.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-02T15:05:14.820 INFO:teuthology.orchestra.run.smithi118.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-02T15:05:14.821 INFO:teuthology.orchestra.run.smithi118.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-02T15:05:14.823 INFO:teuthology.orchestra.run.smithi118.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-02T15:05:14.827 INFO:teuthology.orchestra.run.smithi118.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-02T15:05:14.830 INFO:teuthology.orchestra.run.smithi192.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-02T15:05:14.830 INFO:teuthology.orchestra.run.smithi192.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-02T15:05:14.833 INFO:teuthology.orchestra.run.smithi192.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-02T15:05:14.833 INFO:teuthology.orchestra.run.smithi192.stdout:Get:36 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2592-g3f3f3ed9-1jammy [356 kB] 2024-04-02T15:05:14.833 INFO:teuthology.orchestra.run.smithi192.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-02T15:05:14.834 INFO:teuthology.orchestra.run.smithi192.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-02T15:05:14.835 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-02T15:05:14.840 INFO:teuthology.orchestra.run.smithi118.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-02T15:05:14.843 INFO:teuthology.orchestra.run.smithi118.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-02T15:05:14.856 INFO:teuthology.orchestra.run.smithi192.stdout:Get:39 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2592-g3f3f3ed9-1jammy [32.8 kB] 2024-04-02T15:05:14.858 INFO:teuthology.orchestra.run.smithi192.stdout:Get:40 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2592-g3f3f3ed9-1jammy [180 kB] 2024-04-02T15:05:14.858 INFO:teuthology.orchestra.run.smithi118.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-02T15:05:14.861 INFO:teuthology.orchestra.run.smithi192.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-02T15:05:14.863 INFO:teuthology.orchestra.run.smithi192.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-02T15:05:14.863 INFO:teuthology.orchestra.run.smithi118.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-02T15:05:14.863 INFO:teuthology.orchestra.run.smithi192.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-02T15:05:14.864 INFO:teuthology.orchestra.run.smithi118.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-02T15:05:14.865 INFO:teuthology.orchestra.run.smithi192.stdout:Get:44 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2592-g3f3f3ed9-1jammy [66.7 kB] 2024-04-02T15:05:14.866 INFO:teuthology.orchestra.run.smithi118.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-02T15:05:14.867 INFO:teuthology.orchestra.run.smithi192.stdout:Get:45 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2592-g3f3f3ed9-1jammy [330 kB] 2024-04-02T15:05:14.871 INFO:teuthology.orchestra.run.smithi118.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-02T15:05:14.875 INFO:teuthology.orchestra.run.smithi192.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-02T15:05:14.876 INFO:teuthology.orchestra.run.smithi192.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-02T15:05:14.881 INFO:teuthology.orchestra.run.smithi192.stdout:Get:48 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2592-g3f3f3ed9-1jammy [6,660 kB] 2024-04-02T15:05:14.917 INFO:teuthology.orchestra.run.smithi192.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-02T15:05:14.918 INFO:teuthology.orchestra.run.smithi192.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-02T15:05:14.921 INFO:teuthology.orchestra.run.smithi192.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-02T15:05:14.925 INFO:teuthology.orchestra.run.smithi192.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-02T15:05:14.926 INFO:teuthology.orchestra.run.smithi192.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-02T15:05:14.974 INFO:teuthology.orchestra.run.smithi192.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-02T15:05:14.976 INFO:teuthology.orchestra.run.smithi192.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-02T15:05:15.024 INFO:teuthology.orchestra.run.smithi118.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-02T15:05:15.026 INFO:teuthology.orchestra.run.smithi118.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-02T15:05:15.028 INFO:teuthology.orchestra.run.smithi118.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-02T15:05:15.029 INFO:teuthology.orchestra.run.smithi118.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-02T15:05:15.031 INFO:teuthology.orchestra.run.smithi118.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-02T15:05:15.035 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-02T15:05:15.041 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-02T15:05:15.059 INFO:teuthology.orchestra.run.smithi192.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-02T15:05:15.060 INFO:teuthology.orchestra.run.smithi192.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-02T15:05:15.062 INFO:teuthology.orchestra.run.smithi192.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-02T15:05:15.067 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-02T15:05:15.068 INFO:teuthology.orchestra.run.smithi192.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-02T15:05:15.073 INFO:teuthology.orchestra.run.smithi118.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-02T15:05:15.077 INFO:teuthology.orchestra.run.smithi118.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-02T15:05:15.078 INFO:teuthology.orchestra.run.smithi118.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-02T15:05:15.133 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-02T15:05:15.134 INFO:teuthology.orchestra.run.smithi134.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-02T15:05:15.135 INFO:teuthology.orchestra.run.smithi134.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-02T15:05:15.151 INFO:teuthology.orchestra.run.smithi134.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-02T15:05:15.155 INFO:teuthology.orchestra.run.smithi134.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-02T15:05:15.159 INFO:teuthology.orchestra.run.smithi134.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-02T15:05:15.159 INFO:teuthology.orchestra.run.smithi118.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-02T15:05:15.160 INFO:teuthology.orchestra.run.smithi118.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-02T15:05:15.161 INFO:teuthology.orchestra.run.smithi118.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-02T15:05:15.162 INFO:teuthology.orchestra.run.smithi134.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-02T15:05:15.162 INFO:teuthology.orchestra.run.smithi118.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-02T15:05:15.163 INFO:teuthology.orchestra.run.smithi134.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-02T15:05:15.163 INFO:teuthology.orchestra.run.smithi118.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-02T15:05:15.163 INFO:teuthology.orchestra.run.smithi118.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-02T15:05:15.164 INFO:teuthology.orchestra.run.smithi118.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-02T15:05:15.165 INFO:teuthology.orchestra.run.smithi118.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-02T15:05:15.166 INFO:teuthology.orchestra.run.smithi134.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-02T15:05:15.171 INFO:teuthology.orchestra.run.smithi118.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-02T15:05:15.177 INFO:teuthology.orchestra.run.smithi134.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-02T15:05:15.180 INFO:teuthology.orchestra.run.smithi134.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-02T15:05:15.181 INFO:teuthology.orchestra.run.smithi134.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-02T15:05:15.194 INFO:teuthology.orchestra.run.smithi118.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-02T15:05:15.212 INFO:teuthology.orchestra.run.smithi118.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-02T15:05:15.213 INFO:teuthology.orchestra.run.smithi118.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-02T15:05:15.214 INFO:teuthology.orchestra.run.smithi192.stdout:Get:60 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2592-g3f3f3ed9-1jammy [112 kB] 2024-04-02T15:05:15.214 INFO:teuthology.orchestra.run.smithi192.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-02T15:05:15.215 INFO:teuthology.orchestra.run.smithi192.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-02T15:05:15.216 INFO:teuthology.orchestra.run.smithi192.stdout:Get:63 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2592-g3f3f3ed9-1jammy [466 kB] 2024-04-02T15:05:15.217 INFO:teuthology.orchestra.run.smithi192.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-02T15:05:15.218 INFO:teuthology.orchestra.run.smithi134.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-02T15:05:15.218 INFO:teuthology.orchestra.run.smithi192.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-02T15:05:15.219 INFO:teuthology.orchestra.run.smithi118.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-02T15:05:15.220 INFO:teuthology.orchestra.run.smithi192.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-02T15:05:15.220 INFO:teuthology.orchestra.run.smithi134.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-02T15:05:15.220 INFO:teuthology.orchestra.run.smithi134.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-02T15:05:15.221 INFO:teuthology.orchestra.run.smithi134.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-02T15:05:15.222 INFO:teuthology.orchestra.run.smithi134.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-02T15:05:15.223 INFO:teuthology.orchestra.run.smithi118.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-02T15:05:15.223 INFO:teuthology.orchestra.run.smithi134.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-02T15:05:15.224 INFO:teuthology.orchestra.run.smithi134.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-02T15:05:15.224 INFO:teuthology.orchestra.run.smithi118.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-02T15:05:15.225 INFO:teuthology.orchestra.run.smithi118.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-02T15:05:15.226 INFO:teuthology.orchestra.run.smithi192.stdout:Get:67 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2592-g3f3f3ed9-1jammy [25.3 MB] 2024-04-02T15:05:15.230 INFO:teuthology.orchestra.run.smithi134.stdout:Get:28 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2592-g3f3f3ed9-1jammy [3,224 kB] 2024-04-02T15:05:15.232 INFO:teuthology.orchestra.run.smithi118.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-02T15:05:15.233 INFO:teuthology.orchestra.run.smithi118.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-02T15:05:15.240 INFO:teuthology.orchestra.run.smithi118.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-02T15:05:15.249 INFO:teuthology.orchestra.run.smithi192.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-02T15:05:15.251 INFO:teuthology.orchestra.run.smithi134.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-02T15:05:15.253 INFO:teuthology.orchestra.run.smithi192.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-02T15:05:15.253 INFO:teuthology.orchestra.run.smithi192.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-02T15:05:15.256 INFO:teuthology.orchestra.run.smithi134.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-02T15:05:15.258 INFO:teuthology.orchestra.run.smithi134.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-02T15:05:15.270 INFO:teuthology.orchestra.run.smithi118.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-02T15:05:15.271 INFO:teuthology.orchestra.run.smithi118.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-02T15:05:15.272 INFO:teuthology.orchestra.run.smithi118.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-02T15:05:15.274 INFO:teuthology.orchestra.run.smithi192.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-02T15:05:15.274 INFO:teuthology.orchestra.run.smithi192.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-02T15:05:15.275 INFO:teuthology.orchestra.run.smithi118.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-02T15:05:15.277 INFO:teuthology.orchestra.run.smithi118.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-02T15:05:15.284 INFO:teuthology.orchestra.run.smithi134.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-02T15:05:15.285 INFO:teuthology.orchestra.run.smithi134.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-04-02T15:05:15.290 INFO:teuthology.orchestra.run.smithi192.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-02T15:05:15.290 INFO:teuthology.orchestra.run.smithi192.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-02T15:05:15.290 INFO:teuthology.orchestra.run.smithi192.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-02T15:05:15.290 INFO:teuthology.orchestra.run.smithi134.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-02T15:05:15.290 INFO:teuthology.orchestra.run.smithi134.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-02T15:05:15.290 INFO:teuthology.orchestra.run.smithi134.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-02T15:05:15.291 INFO:teuthology.orchestra.run.smithi118.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-02T15:05:15.291 INFO:teuthology.orchestra.run.smithi118.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-02T15:05:15.292 INFO:teuthology.orchestra.run.smithi192.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-02T15:05:15.292 INFO:teuthology.orchestra.run.smithi192.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-02T15:05:15.292 INFO:teuthology.orchestra.run.smithi134.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-02T15:05:15.292 INFO:teuthology.orchestra.run.smithi118.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-02T15:05:15.293 INFO:teuthology.orchestra.run.smithi134.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-02T15:05:15.295 INFO:teuthology.orchestra.run.smithi118.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-02T15:05:15.299 INFO:teuthology.orchestra.run.smithi118.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-02T15:05:15.318 INFO:teuthology.orchestra.run.smithi134.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-02T15:05:15.328 INFO:teuthology.orchestra.run.smithi192.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-02T15:05:15.333 INFO:teuthology.orchestra.run.smithi134.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-02T15:05:15.333 INFO:teuthology.orchestra.run.smithi134.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-02T15:05:15.334 INFO:teuthology.orchestra.run.smithi192.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-02T15:05:15.338 INFO:teuthology.orchestra.run.smithi192.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-02T15:05:15.341 INFO:teuthology.orchestra.run.smithi192.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-02T15:05:15.342 INFO:teuthology.orchestra.run.smithi192.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-02T15:05:15.351 INFO:teuthology.orchestra.run.smithi134.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-02T15:05:15.352 INFO:teuthology.orchestra.run.smithi134.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-02T15:05:15.354 INFO:teuthology.orchestra.run.smithi134.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-02T15:05:15.358 INFO:teuthology.orchestra.run.smithi134.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-02T15:05:15.359 INFO:teuthology.orchestra.run.smithi192.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-02T15:05:15.360 INFO:teuthology.orchestra.run.smithi134.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-04-02T15:05:15.363 INFO:teuthology.orchestra.run.smithi134.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-04-02T15:05:15.364 INFO:teuthology.orchestra.run.smithi192.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-02T15:05:15.365 INFO:teuthology.orchestra.run.smithi134.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-02T15:05:15.366 INFO:teuthology.orchestra.run.smithi192.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-02T15:05:15.367 INFO:teuthology.orchestra.run.smithi192.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-02T15:05:15.381 INFO:teuthology.orchestra.run.smithi192.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-02T15:05:15.381 INFO:teuthology.orchestra.run.smithi134.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-02T15:05:15.381 INFO:teuthology.orchestra.run.smithi134.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-02T15:05:15.382 INFO:teuthology.orchestra.run.smithi134.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-02T15:05:15.383 INFO:teuthology.orchestra.run.smithi192.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-02T15:05:15.389 INFO:teuthology.orchestra.run.smithi192.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-02T15:05:15.390 INFO:teuthology.orchestra.run.smithi192.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-02T15:05:15.391 INFO:teuthology.orchestra.run.smithi192.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-02T15:05:15.392 INFO:teuthology.orchestra.run.smithi192.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-02T15:05:15.401 INFO:teuthology.orchestra.run.smithi134.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-04-02T15:05:15.408 INFO:teuthology.orchestra.run.smithi192.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-02T15:05:15.409 INFO:teuthology.orchestra.run.smithi192.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-02T15:05:15.424 INFO:teuthology.orchestra.run.smithi192.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-02T15:05:15.424 INFO:teuthology.orchestra.run.smithi192.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-02T15:05:15.425 INFO:teuthology.orchestra.run.smithi192.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-02T15:05:15.449 INFO:teuthology.orchestra.run.smithi192.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-02T15:05:15.450 INFO:teuthology.orchestra.run.smithi192.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-02T15:05:15.560 INFO:teuthology.orchestra.run.smithi134.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-02T15:05:15.561 INFO:teuthology.orchestra.run.smithi134.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-02T15:05:15.563 INFO:teuthology.orchestra.run.smithi134.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-02T15:05:15.563 INFO:teuthology.orchestra.run.smithi134.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-02T15:05:15.565 INFO:teuthology.orchestra.run.smithi134.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-02T15:05:15.593 INFO:teuthology.orchestra.run.smithi134.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-02T15:05:15.596 INFO:teuthology.orchestra.run.smithi134.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-02T15:05:15.596 INFO:teuthology.orchestra.run.smithi134.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-02T15:05:15.617 INFO:teuthology.orchestra.run.smithi134.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-02T15:05:15.618 INFO:teuthology.orchestra.run.smithi134.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-02T15:05:15.624 INFO:teuthology.orchestra.run.smithi134.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-02T15:05:15.624 INFO:teuthology.orchestra.run.smithi134.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-02T15:05:15.625 INFO:teuthology.orchestra.run.smithi134.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-02T15:05:15.626 INFO:teuthology.orchestra.run.smithi134.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-04-02T15:05:15.648 INFO:teuthology.orchestra.run.smithi134.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-02T15:05:15.648 INFO:teuthology.orchestra.run.smithi134.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-02T15:05:15.653 INFO:teuthology.orchestra.run.smithi134.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-02T15:05:15.656 INFO:teuthology.orchestra.run.smithi134.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-02T15:05:15.658 INFO:teuthology.orchestra.run.smithi134.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-02T15:05:15.658 INFO:teuthology.orchestra.run.smithi134.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-02T15:05:15.678 INFO:teuthology.orchestra.run.smithi134.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-02T15:05:15.681 INFO:teuthology.orchestra.run.smithi134.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-02T15:05:15.682 INFO:teuthology.orchestra.run.smithi134.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-02T15:05:15.683 INFO:teuthology.orchestra.run.smithi134.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-02T15:05:15.698 INFO:teuthology.orchestra.run.smithi134.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-02T15:05:15.741 INFO:teuthology.orchestra.run.smithi134.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-02T15:05:15.746 INFO:teuthology.orchestra.run.smithi134.stdout:Get:79 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2592-g3f3f3ed9-1jammy [712 kB] 2024-04-02T15:05:15.747 INFO:teuthology.orchestra.run.smithi134.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-02T15:05:15.747 INFO:teuthology.orchestra.run.smithi134.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-02T15:05:15.749 INFO:teuthology.orchestra.run.smithi134.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-02T15:05:15.750 INFO:teuthology.orchestra.run.smithi134.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-02T15:05:15.752 INFO:teuthology.orchestra.run.smithi134.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-02T15:05:15.754 INFO:teuthology.orchestra.run.smithi134.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-02T15:05:15.766 INFO:teuthology.orchestra.run.smithi134.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-02T15:05:15.767 INFO:teuthology.orchestra.run.smithi134.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-02T15:05:15.768 INFO:teuthology.orchestra.run.smithi134.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-02T15:05:15.785 INFO:teuthology.orchestra.run.smithi134.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-02T15:05:15.786 INFO:teuthology.orchestra.run.smithi134.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-02T15:05:15.794 INFO:teuthology.orchestra.run.smithi134.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2592-g3f3f3ed9-1jammy [356 kB] 2024-04-02T15:05:15.806 INFO:teuthology.orchestra.run.smithi134.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2592-g3f3f3ed9-1jammy [32.8 kB] 2024-04-02T15:05:15.841 INFO:teuthology.orchestra.run.smithi134.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2592-g3f3f3ed9-1jammy [180 kB] 2024-04-02T15:05:15.847 INFO:teuthology.orchestra.run.smithi134.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2592-g3f3f3ed9-1jammy [66.7 kB] 2024-04-02T15:05:15.849 INFO:teuthology.orchestra.run.smithi134.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2592-g3f3f3ed9-1jammy [330 kB] 2024-04-02T15:05:15.895 INFO:teuthology.orchestra.run.smithi134.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2592-g3f3f3ed9-1jammy [6,660 kB] 2024-04-02T15:05:16.481 INFO:teuthology.orchestra.run.smithi192.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2592-g3f3f3ed9-1jammy [5,087 kB] 2024-04-02T15:05:16.619 INFO:teuthology.orchestra.run.smithi134.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2592-g3f3f3ed9-1jammy [112 kB] 2024-04-02T15:05:16.621 INFO:teuthology.orchestra.run.smithi134.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2592-g3f3f3ed9-1jammy [466 kB] 2024-04-02T15:05:16.650 INFO:teuthology.orchestra.run.smithi192.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2592-g3f3f3ed9-1jammy [244 kB] 2024-04-02T15:05:16.656 INFO:teuthology.orchestra.run.smithi192.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2592-g3f3f3ed9-1jammy [124 kB] 2024-04-02T15:05:16.661 INFO:teuthology.orchestra.run.smithi192.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2592-g3f3f3ed9-1jammy [1,526 kB] 2024-04-02T15:05:16.675 INFO:teuthology.orchestra.run.smithi134.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2592-g3f3f3ed9-1jammy [25.3 MB] 2024-04-02T15:05:16.744 INFO:teuthology.orchestra.run.smithi192.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2592-g3f3f3ed9-1jammy [6,255 kB] 2024-04-02T15:05:17.042 INFO:teuthology.orchestra.run.smithi192.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2592-g3f3f3ed9-1jammy [22.8 MB] 2024-04-02T15:05:17.281 INFO:teuthology.orchestra.run.smithi118.stdout:Get:89 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2592-g3f3f3ed9-1jammy [3,224 kB] 2024-04-02T15:05:18.195 INFO:teuthology.orchestra.run.smithi192.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2592-g3f3f3ed9-1jammy [14.0 kB] 2024-04-02T15:05:18.195 INFO:teuthology.orchestra.run.smithi192.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2592-g3f3f3ed9-1jammy [870 kB] 2024-04-02T15:05:18.212 INFO:teuthology.orchestra.run.smithi192.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2592-g3f3f3ed9-1jammy [2,434 kB] 2024-04-02T15:05:18.284 INFO:teuthology.orchestra.run.smithi192.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2592-g3f3f3ed9-1jammy [791 kB] 2024-04-02T15:05:18.311 INFO:teuthology.orchestra.run.smithi192.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2592-g3f3f3ed9-1jammy [147 kB] 2024-04-02T15:05:18.333 INFO:teuthology.orchestra.run.smithi192.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2592-g3f3f3ed9-1jammy [2,330 kB] 2024-04-02T15:05:18.432 INFO:teuthology.orchestra.run.smithi192.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2592-g3f3f3ed9-1jammy [8,625 kB] 2024-04-02T15:05:18.842 INFO:teuthology.orchestra.run.smithi192.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2592-g3f3f3ed9-1jammy [14.2 kB] 2024-04-02T15:05:18.886 INFO:teuthology.orchestra.run.smithi192.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2592-g3f3f3ed9-1jammy [50.3 MB] 2024-04-02T15:05:19.876 INFO:teuthology.orchestra.run.smithi118.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2592-g3f3f3ed9-1jammy [712 kB] 2024-04-02T15:05:19.877 INFO:teuthology.orchestra.run.smithi134.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2592-g3f3f3ed9-1jammy [5,087 kB] 2024-04-02T15:05:20.418 INFO:teuthology.orchestra.run.smithi118.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2592-g3f3f3ed9-1jammy [356 kB] 2024-04-02T15:05:20.482 INFO:teuthology.orchestra.run.smithi134.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2592-g3f3f3ed9-1jammy [244 kB] 2024-04-02T15:05:20.506 INFO:teuthology.orchestra.run.smithi134.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2592-g3f3f3ed9-1jammy [124 kB] 2024-04-02T15:05:20.510 INFO:teuthology.orchestra.run.smithi134.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2592-g3f3f3ed9-1jammy [1,526 kB] 2024-04-02T15:05:20.694 INFO:teuthology.orchestra.run.smithi118.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2592-g3f3f3ed9-1jammy [32.8 kB] 2024-04-02T15:05:20.706 INFO:teuthology.orchestra.run.smithi118.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2592-g3f3f3ed9-1jammy [180 kB] 2024-04-02T15:05:20.735 INFO:teuthology.orchestra.run.smithi134.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2592-g3f3f3ed9-1jammy [6,255 kB] 2024-04-02T15:05:20.866 INFO:teuthology.orchestra.run.smithi118.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2592-g3f3f3ed9-1jammy [66.7 kB] 2024-04-02T15:05:20.893 INFO:teuthology.orchestra.run.smithi118.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2592-g3f3f3ed9-1jammy [330 kB] 2024-04-02T15:05:21.164 INFO:teuthology.orchestra.run.smithi118.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2592-g3f3f3ed9-1jammy [6,660 kB] 2024-04-02T15:05:21.427 INFO:teuthology.orchestra.run.smithi192.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2592-g3f3f3ed9-1jammy [124 kB] 2024-04-02T15:05:21.429 INFO:teuthology.orchestra.run.smithi192.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2592-g3f3f3ed9-1jammy [38.9 kB] 2024-04-02T15:05:21.431 INFO:teuthology.orchestra.run.smithi192.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2592-g3f3f3ed9-1jammy [13.2 MB] 2024-04-02T15:05:21.436 INFO:teuthology.orchestra.run.smithi134.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2592-g3f3f3ed9-1jammy [22.8 MB] 2024-04-02T15:05:21.876 INFO:teuthology.orchestra.run.smithi192.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2592-g3f3f3ed9-1jammy [91.4 kB] 2024-04-02T15:05:22.435 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 179 MB in 8s (23.6 MB/s) 2024-04-02T15:05:22.565 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-02T15:05:22.665 INFO:teuthology.orchestra.run.smithi192.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-04-02T15:05:22.670 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-02T15:05:22.738 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-02T15:05:22.910 INFO:teuthology.orchestra.run.smithi134.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2592-g3f3f3ed9-1jammy [14.0 kB] 2024-04-02T15:05:22.911 INFO:teuthology.orchestra.run.smithi134.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2592-g3f3f3ed9-1jammy [870 kB] 2024-04-02T15:05:22.927 INFO:teuthology.orchestra.run.smithi134.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2592-g3f3f3ed9-1jammy [2,434 kB] 2024-04-02T15:05:23.016 INFO:teuthology.orchestra.run.smithi134.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2592-g3f3f3ed9-1jammy [791 kB] 2024-04-02T15:05:23.043 INFO:teuthology.orchestra.run.smithi134.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2592-g3f3f3ed9-1jammy [147 kB] 2024-04-02T15:05:23.056 INFO:teuthology.orchestra.run.smithi134.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2592-g3f3f3ed9-1jammy [2,330 kB] 2024-04-02T15:05:23.092 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-02T15:05:23.119 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-02T15:05:23.151 INFO:teuthology.orchestra.run.smithi134.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2592-g3f3f3ed9-1jammy [8,625 kB] 2024-04-02T15:05:23.158 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-02T15:05:23.373 INFO:teuthology.orchestra.run.smithi118.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2592-g3f3f3ed9-1jammy [112 kB] 2024-04-02T15:05:23.404 INFO:teuthology.orchestra.run.smithi118.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2592-g3f3f3ed9-1jammy [466 kB] 2024-04-02T15:05:23.503 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-02T15:05:23.514 INFO:teuthology.orchestra.run.smithi118.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2592-g3f3f3ed9-1jammy [25.3 MB] 2024-04-02T15:05:23.530 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-02T15:05:23.539 INFO:teuthology.orchestra.run.smithi134.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2592-g3f3f3ed9-1jammy [14.2 kB] 2024-04-02T15:05:23.540 INFO:teuthology.orchestra.run.smithi134.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2592-g3f3f3ed9-1jammy [50.3 MB] 2024-04-02T15:05:23.570 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-02T15:05:23.965 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-02T15:05:23.992 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:05:24.032 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:05:24.435 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-02T15:05:24.462 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:05:24.502 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:05:24.855 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-02T15:05:24.881 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:05:24.921 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:05:25.249 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-02T15:05:25.276 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-02T15:05:25.316 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-02T15:05:25.618 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package librados2. 2024-04-02T15:05:25.645 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../007-librados2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:25.685 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librados2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:25.960 INFO:teuthology.orchestra.run.smithi134.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2592-g3f3f3ed9-1jammy [124 kB] 2024-04-02T15:05:25.963 INFO:teuthology.orchestra.run.smithi134.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2592-g3f3f3ed9-1jammy [38.9 kB] 2024-04-02T15:05:25.964 INFO:teuthology.orchestra.run.smithi134.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2592-g3f3f3ed9-1jammy [13.2 MB] 2024-04-02T15:05:26.130 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package librbd1. 2024-04-02T15:05:26.157 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../008-librbd1_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:26.196 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librbd1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:26.396 INFO:teuthology.orchestra.run.smithi134.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2592-g3f3f3ed9-1jammy [91.4 kB] 2024-04-02T15:05:26.682 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libcephfs2. 2024-04-02T15:05:26.710 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:26.944 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 179 MB in 12s (15.0 MB/s) 2024-04-02T15:05:26.949 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libcephfs2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:27.112 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-02T15:05:27.201 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-rados. 2024-04-02T15:05:27.212 INFO:teuthology.orchestra.run.smithi134.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-04-02T15:05:27.218 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-02T15:05:27.228 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:27.260 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-rados (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:27.302 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-02T15:05:27.563 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-02T15:05:27.590 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:05:27.605 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-02T15:05:27.629 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-ceph-argparse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:27.631 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-02T15:05:27.664 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-02T15:05:27.866 INFO:teuthology.orchestra.run.smithi118.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2592-g3f3f3ed9-1jammy [5,087 kB] 2024-04-02T15:05:27.881 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-cephfs. 2024-04-02T15:05:27.897 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:27.940 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-cephfs (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:27.966 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-02T15:05:27.991 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-02T15:05:28.033 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-02T15:05:28.184 INFO:teuthology.orchestra.run.smithi118.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2592-g3f3f3ed9-1jammy [244 kB] 2024-04-02T15:05:28.210 INFO:teuthology.orchestra.run.smithi118.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2592-g3f3f3ed9-1jammy [124 kB] 2024-04-02T15:05:28.215 INFO:teuthology.orchestra.run.smithi118.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2592-g3f3f3ed9-1jammy [1,526 kB] 2024-04-02T15:05:28.251 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-02T15:05:28.278 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:05:28.317 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:28.339 INFO:teuthology.orchestra.run.smithi118.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2592-g3f3f3ed9-1jammy [6,255 kB] 2024-04-02T15:05:28.470 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-02T15:05:28.496 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:05:28.544 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:05:28.637 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-02T15:05:28.664 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-02T15:05:28.704 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-02T15:05:28.921 INFO:teuthology.orchestra.run.smithi118.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2592-g3f3f3ed9-1jammy [22.8 MB] 2024-04-02T15:05:28.940 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-02T15:05:28.967 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:05:29.009 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:05:29.036 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-prettytable. 2024-04-02T15:05:29.059 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-02T15:05:29.100 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-02T15:05:29.342 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-02T15:05:29.368 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-rbd. 2024-04-02T15:05:29.369 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:05:29.394 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:29.410 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:05:29.434 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-rbd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:29.778 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-02T15:05:29.779 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-02T15:05:29.805 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-02T15:05:29.806 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-02T15:05:29.845 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-02T15:05:29.845 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-02T15:05:30.123 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package librados2. 2024-04-02T15:05:30.140 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-02T15:05:30.149 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../007-librados2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:30.166 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-02T15:05:30.181 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking librados2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:30.206 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-02T15:05:30.484 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-02T15:05:30.510 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-02T15:05:30.542 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-02T15:05:30.650 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package librbd1. 2024-04-02T15:05:30.677 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../008-librbd1_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:30.717 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking librbd1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:30.888 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package lua5.1. 2024-04-02T15:05:30.914 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-02T15:05:30.954 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-02T15:05:31.153 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libcephfs2. 2024-04-02T15:05:31.179 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:31.219 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libcephfs2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:31.274 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package lua-any. 2024-04-02T15:05:31.288 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-02T15:05:31.327 INFO:teuthology.orchestra.run.smithi118.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2592-g3f3f3ed9-1jammy [14.0 kB] 2024-04-02T15:05:31.331 INFO:teuthology.orchestra.run.smithi118.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2592-g3f3f3ed9-1jammy [870 kB] 2024-04-02T15:05:31.332 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-02T15:05:31.353 INFO:teuthology.orchestra.run.smithi118.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2592-g3f3f3ed9-1jammy [2,434 kB] 2024-04-02T15:05:31.499 INFO:teuthology.orchestra.run.smithi118.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2592-g3f3f3ed9-1jammy [791 kB] 2024-04-02T15:05:31.566 INFO:teuthology.orchestra.run.smithi118.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2592-g3f3f3ed9-1jammy [147 kB] 2024-04-02T15:05:31.583 INFO:teuthology.orchestra.run.smithi118.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2592-g3f3f3ed9-1jammy [2,330 kB] 2024-04-02T15:05:31.584 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package zip. 2024-04-02T15:05:31.610 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-02T15:05:31.654 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking zip (3.0-12build2) ... 2024-04-02T15:05:31.664 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-rados. 2024-04-02T15:05:31.679 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:31.714 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-rados (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:31.788 INFO:teuthology.orchestra.run.smithi118.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2592-g3f3f3ed9-1jammy [8,625 kB] 2024-04-02T15:05:31.938 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package unzip. 2024-04-02T15:05:31.964 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-02T15:05:31.996 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-02T15:05:32.000 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-02T15:05:32.027 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:05:32.067 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-ceph-argparse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:32.319 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-cephfs. 2024-04-02T15:05:32.334 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:32.378 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-cephfs (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:32.488 INFO:teuthology.orchestra.run.smithi118.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2592-g3f3f3ed9-1jammy [14.2 kB] 2024-04-02T15:05:32.493 INFO:teuthology.orchestra.run.smithi118.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2592-g3f3f3ed9-1jammy [50.3 MB] 2024-04-02T15:05:32.558 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package luarocks. 2024-04-02T15:05:32.585 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-02T15:05:32.625 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-02T15:05:32.697 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-02T15:05:32.723 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:05:32.763 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:33.008 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package librgw2. 2024-04-02T15:05:33.034 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../025-librgw2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:33.082 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librgw2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:33.108 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-02T15:05:33.134 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-02T15:05:33.174 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-02T15:05:33.452 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-prettytable. 2024-04-02T15:05:33.478 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-02T15:05:33.519 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-02T15:05:33.651 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-rgw. 2024-04-02T15:05:33.677 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:33.718 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-rgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:33.763 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-rbd. 2024-04-02T15:05:33.789 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:33.838 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-rbd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:34.038 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-02T15:05:34.064 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-02T15:05:34.104 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-02T15:05:34.174 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-02T15:05:34.201 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-02T15:05:34.240 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-02T15:05:34.416 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libradosstriper1. 2024-04-02T15:05:34.596 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:34.597 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libradosstriper1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:34.597 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-02T15:05:34.597 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-02T15:05:34.597 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-02T15:05:34.854 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-02T15:05:34.881 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-02T15:05:34.911 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-common. 2024-04-02T15:05:34.921 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-02T15:05:34.937 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:34.977 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:35.241 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package lua5.1. 2024-04-02T15:05:35.267 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-02T15:05:35.307 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-02T15:05:35.627 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package lua-any. 2024-04-02T15:05:35.653 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-02T15:05:35.693 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-02T15:05:35.913 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package zip. 2024-04-02T15:05:35.928 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-02T15:05:35.962 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking zip (3.0-12build2) ... 2024-04-02T15:05:36.241 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-base. 2024-04-02T15:05:36.267 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:36.267 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package unzip. 2024-04-02T15:05:36.295 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-02T15:05:36.317 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-base (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:36.325 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-02T15:05:36.870 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-02T15:05:36.879 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package luarocks. 2024-04-02T15:05:36.896 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-02T15:05:36.906 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-02T15:05:36.936 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-02T15:05:36.946 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-02T15:05:37.264 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-cheroot. 2024-04-02T15:05:37.291 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-02T15:05:37.320 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package librgw2. 2024-04-02T15:05:37.331 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-02T15:05:37.347 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../025-librgw2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:37.387 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking librgw2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:37.659 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-02T15:05:37.685 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-02T15:05:37.725 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-02T15:05:37.922 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-rgw. 2024-04-02T15:05:37.937 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:37.981 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-rgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:37.986 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-02T15:05:38.013 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-02T15:05:38.045 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-02T15:05:38.300 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-02T15:05:38.327 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-02T15:05:38.339 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-02T15:05:38.366 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-02T15:05:38.367 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-02T15:05:38.406 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-02T15:05:38.630 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libradosstriper1. 2024-04-02T15:05:38.654 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:38.709 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-tempora. 2024-04-02T15:05:38.711 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libradosstriper1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:38.735 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-02T15:05:38.775 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-02T15:05:39.053 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-portend. 2024-04-02T15:05:39.075 INFO:teuthology.orchestra.run.smithi118.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2592-g3f3f3ed9-1jammy [124 kB] 2024-04-02T15:05:39.077 INFO:teuthology.orchestra.run.smithi118.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2592-g3f3f3ed9-1jammy [38.9 kB] 2024-04-02T15:05:39.078 INFO:teuthology.orchestra.run.smithi118.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2592-g3f3f3ed9-1jammy [13.2 MB] 2024-04-02T15:05:39.079 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-02T15:05:39.119 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-02T15:05:39.131 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-common. 2024-04-02T15:05:39.158 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:39.197 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:39.389 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-02T15:05:39.416 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-02T15:05:39.456 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-02T15:05:39.742 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-02T15:05:39.768 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-02T15:05:39.808 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-02T15:05:40.129 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-natsort. 2024-04-02T15:05:40.156 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-02T15:05:40.198 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-02T15:05:40.461 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-base. 2024-04-02T15:05:40.489 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:40.490 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-logutils. 2024-04-02T15:05:40.517 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-02T15:05:40.520 INFO:teuthology.orchestra.run.smithi118.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2592-g3f3f3ed9-1jammy [91.4 kB] 2024-04-02T15:05:40.537 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-base (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:40.556 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-02T15:05:40.884 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-02T15:05:40.912 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-02T15:05:40.951 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-02T15:05:41.073 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-02T15:05:41.078 INFO:teuthology.orchestra.run.smithi118.stdout:Fetched 179 MB in 26s (6,809 kB/s) 2024-04-02T15:05:41.100 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-02T15:05:41.148 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-02T15:05:41.254 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-mako. 2024-04-02T15:05:41.281 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-02T15:05:41.320 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-02T15:05:41.345 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-02T15:05:41.435 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-cheroot. 2024-04-02T15:05:41.447 INFO:teuthology.orchestra.run.smithi118.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-04-02T15:05:41.452 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-02T15:05:41.462 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-02T15:05:41.493 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-02T15:05:41.527 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-02T15:05:41.649 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-02T15:05:41.676 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-02T15:05:41.715 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-02T15:05:41.831 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-02T15:05:41.857 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-02T15:05:41.889 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-02T15:05:41.904 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-02T15:05:41.931 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-02T15:05:41.962 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-02T15:05:42.010 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-02T15:05:42.037 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-02T15:05:42.068 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-02T15:05:42.225 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-02T15:05:42.252 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-02T15:05:42.265 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-02T15:05:42.292 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-02T15:05:42.293 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-02T15:05:42.332 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-02T15:05:42.354 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-webob. 2024-04-02T15:05:42.381 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-02T15:05:42.420 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-02T15:05:42.643 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-02T15:05:42.670 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-02T15:05:42.709 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-02T15:05:42.746 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-02T15:05:42.772 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:05:42.821 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:05:42.987 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-tempora. 2024-04-02T15:05:43.003 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-02T15:05:43.054 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-02T15:05:43.174 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-02T15:05:43.200 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:05:43.232 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:05:43.232 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-waitress. 2024-04-02T15:05:43.259 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-02T15:05:43.301 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-02T15:05:43.315 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-portend. 2024-04-02T15:05:43.342 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-02T15:05:43.381 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-02T15:05:43.577 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-02T15:05:43.604 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:05:43.610 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-tempita. 2024-04-02T15:05:43.636 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-02T15:05:43.643 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:05:43.676 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-02T15:05:43.684 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-02T15:05:43.711 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-02T15:05:43.751 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-02T15:05:43.954 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-paste. 2024-04-02T15:05:43.966 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-02T15:05:43.969 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-02T15:05:43.978 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-02T15:05:44.004 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-02T15:05:44.013 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-02T15:05:44.054 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-02T15:05:44.081 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-02T15:05:44.120 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-02T15:05:44.275 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package librados2. 2024-04-02T15:05:44.290 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../007-librados2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:44.324 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking librados2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:44.332 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-02T15:05:44.348 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-02T15:05:44.407 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-02T15:05:44.465 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-natsort. 2024-04-02T15:05:44.492 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-02T15:05:44.540 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-02T15:05:44.677 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-02T15:05:44.703 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-02T15:05:44.743 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-02T15:05:44.795 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package librbd1. 2024-04-02T15:05:44.822 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../008-librbd1_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:44.827 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-logutils. 2024-04-02T15:05:44.855 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-02T15:05:44.861 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking librbd1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:44.888 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-02T15:05:44.996 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-webtest. 2024-04-02T15:05:45.014 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-02T15:05:45.038 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-02T15:05:45.188 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-02T15:05:45.216 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-02T15:05:45.254 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-02T15:05:45.316 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pecan. 2024-04-02T15:05:45.322 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libcephfs2. 2024-04-02T15:05:45.343 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-02T15:05:45.349 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:45.383 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-02T15:05:45.389 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libcephfs2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:45.557 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-mako. 2024-04-02T15:05:45.573 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-02T15:05:45.616 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-02T15:05:45.666 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-rados. 2024-04-02T15:05:45.693 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:45.725 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-rados (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:45.737 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-certifi. 2024-04-02T15:05:45.764 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-02T15:05:45.804 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-02T15:05:45.935 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-02T15:05:45.962 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-02T15:05:46.002 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-02T15:05:46.044 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-02T15:05:46.056 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:05:46.094 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-ceph-argparse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:46.132 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-idna. 2024-04-02T15:05:46.158 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-02T15:05:46.198 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-02T15:05:46.271 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-02T15:05:46.295 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-02T15:05:46.329 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-02T15:05:46.493 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-urllib3. 2024-04-02T15:05:46.508 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-02T15:05:46.538 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-cephfs. 2024-04-02T15:05:46.542 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-02T15:05:46.554 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:46.597 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-cephfs (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:46.640 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-webob. 2024-04-02T15:05:46.656 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-02T15:05:46.698 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-02T15:05:46.837 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-requests. 2024-04-02T15:05:46.864 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-02T15:05:46.904 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-02T15:05:47.215 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-02T15:05:47.243 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-02T15:05:47.282 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-02T15:05:47.568 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-02T15:05:47.581 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:05:47.618 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:47.684 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-02T15:05:47.685 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-waitress. 2024-04-02T15:05:47.699 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:05:47.713 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-02T15:05:47.733 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:47.755 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-02T15:05:48.028 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-02T15:05:48.054 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-02T15:05:48.055 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-tempita. 2024-04-02T15:05:48.082 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-02T15:05:48.095 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-02T15:05:48.121 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-02T15:05:48.373 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-prettytable. 2024-04-02T15:05:48.400 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-02T15:05:48.408 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-paste. 2024-04-02T15:05:48.431 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-02T15:05:48.434 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-02T15:05:48.474 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-02T15:05:48.700 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-rbd. 2024-04-02T15:05:48.715 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:48.759 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-rbd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:48.785 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-02T15:05:48.801 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-02T15:05:48.844 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-02T15:05:48.865 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-02T15:05:48.891 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:48.931 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:49.112 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-02T15:05:49.122 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-02T15:05:49.138 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-02T15:05:49.146 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-02T15:05:49.178 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-02T15:05:49.188 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-02T15:05:49.226 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-02T15:05:49.241 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-02T15:05:49.275 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-02T15:05:49.473 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-02T15:05:49.474 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-webtest. 2024-04-02T15:05:49.488 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-02T15:05:49.501 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-02T15:05:49.522 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-02T15:05:49.537 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-openssl. 2024-04-02T15:05:49.541 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-02T15:05:49.563 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-02T15:05:49.603 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-02T15:05:49.784 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-02T15:05:49.811 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-02T15:05:49.850 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-02T15:05:49.860 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pecan. 2024-04-02T15:05:49.887 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-02T15:05:49.927 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-02T15:05:49.957 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr. 2024-04-02T15:05:49.983 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:50.023 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:50.163 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package lua5.1. 2024-04-02T15:05:50.189 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-02T15:05:50.221 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-02T15:05:50.273 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-certifi. 2024-04-02T15:05:50.301 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-02T15:05:50.340 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-02T15:05:50.443 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mon. 2024-04-02T15:05:50.469 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:50.509 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mon (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:50.541 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package lua-any. 2024-04-02T15:05:50.567 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-02T15:05:50.607 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-02T15:05:50.659 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-idna. 2024-04-02T15:05:50.685 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-02T15:05:50.726 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-02T15:05:50.851 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package zip. 2024-04-02T15:05:50.866 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-02T15:05:50.910 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking zip (3.0-12build2) ... 2024-04-02T15:05:51.037 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-urllib3. 2024-04-02T15:05:51.053 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-02T15:05:51.054 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-osd. 2024-04-02T15:05:51.081 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:51.095 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-02T15:05:51.112 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-osd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:51.230 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package unzip. 2024-04-02T15:05:51.256 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-02T15:05:51.305 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-02T15:05:51.424 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-requests. 2024-04-02T15:05:51.450 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-02T15:05:51.490 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-02T15:05:51.801 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-02T15:05:51.817 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package luarocks. 2024-04-02T15:05:51.828 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-02T15:05:51.843 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-02T15:05:51.868 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-02T15:05:51.875 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-02T15:05:52.124 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph. 2024-04-02T15:05:52.140 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../066-ceph_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:52.182 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:52.250 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package librgw2. 2024-04-02T15:05:52.277 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../025-librgw2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:52.317 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking librgw2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:52.379 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-02T15:05:52.395 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:05:52.437 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:52.502 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-fuse. 2024-04-02T15:05:52.529 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:52.568 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:52.801 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-02T15:05:52.827 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:52.867 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:52.869 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-rgw. 2024-04-02T15:05:52.884 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:52.888 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mds. 2024-04-02T15:05:52.904 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:52.920 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-rgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:52.938 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mds (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:53.203 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-02T15:05:53.230 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-02T15:05:53.255 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-02T15:05:53.269 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-02T15:05:53.282 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-02T15:05:53.322 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-02T15:05:53.333 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package cephadm. 2024-04-02T15:05:53.359 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../069-cephadm_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:53.399 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:53.572 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-openssl. 2024-04-02T15:05:53.599 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-02T15:05:53.633 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libradosstriper1. 2024-04-02T15:05:53.639 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-02T15:05:53.660 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:53.700 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libradosstriper1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:53.744 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-02T15:05:53.771 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-02T15:05:53.810 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-02T15:05:53.917 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr. 2024-04-02T15:05:53.933 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:53.967 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:54.120 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-common. 2024-04-02T15:05:54.138 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-02T15:05:54.147 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:54.164 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-02T15:05:54.186 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:54.204 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-02T15:05:54.353 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mon. 2024-04-02T15:05:54.380 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:54.419 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mon (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:55.023 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-osd. 2024-04-02T15:05:55.050 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:55.089 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-osd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:55.235 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-babel. 2024-04-02T15:05:55.262 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-02T15:05:55.301 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-02T15:05:55.619 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-base. 2024-04-02T15:05:55.629 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-jinja2. 2024-04-02T15:05:55.646 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:55.656 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-02T15:05:55.695 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-base (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:55.695 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-02T15:05:56.034 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-02T15:05:56.061 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:05:56.100 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:56.118 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph. 2024-04-02T15:05:56.145 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../066-ceph_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:56.184 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:56.332 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-02T15:05:56.359 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-02T15:05:56.399 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-02T15:05:56.437 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-02T15:05:56.464 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-02T15:05:56.487 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-fuse. 2024-04-02T15:05:56.503 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-02T15:05:56.514 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:56.553 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:56.669 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-cheroot. 2024-04-02T15:05:56.695 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-02T15:05:56.727 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-02T15:05:56.748 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-routes. 2024-04-02T15:05:56.764 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-02T15:05:56.798 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-02T15:05:56.915 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mds. 2024-04-02T15:05:56.942 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:56.981 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mds (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:57.110 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-02T15:05:57.125 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:05:57.159 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:57.180 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-02T15:05:57.207 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-02T15:05:57.246 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-02T15:05:57.401 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package cephadm. 2024-04-02T15:05:57.428 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../069-cephadm_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:05:57.467 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:05:57.558 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-02T15:05:57.585 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-02T15:05:57.625 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-02T15:05:57.754 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-02T15:05:57.769 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-02T15:05:57.803 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-02T15:05:57.928 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-02T15:05:57.954 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-02T15:05:57.994 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-02T15:05:58.114 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-02T15:05:58.130 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-02T15:05:58.172 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-02T15:05:58.239 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-tempora. 2024-04-02T15:05:58.256 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-02T15:05:58.297 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-02T15:05:58.600 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-portend. 2024-04-02T15:05:58.627 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-02T15:05:58.667 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-02T15:05:58.756 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-02T15:05:58.772 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-02T15:05:58.814 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-02T15:05:58.970 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-02T15:05:58.997 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-02T15:05:59.037 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-02T15:05:59.119 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-babel. 2024-04-02T15:05:59.135 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-02T15:05:59.169 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-02T15:05:59.306 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-02T15:05:59.310 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-joblib. 2024-04-02T15:05:59.321 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-02T15:05:59.337 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-02T15:05:59.356 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-02T15:05:59.376 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-02T15:05:59.447 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jinja2. 2024-04-02T15:05:59.462 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-02T15:05:59.497 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-02T15:05:59.669 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-natsort. 2024-04-02T15:05:59.695 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-02T15:05:59.735 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-02T15:05:59.747 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-02T15:05:59.774 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-02T15:05:59.813 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-02T15:05:59.833 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-02T15:05:59.860 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:05:59.900 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:00.022 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-logutils. 2024-04-02T15:06:00.048 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-02T15:06:00.088 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-02T15:06:00.125 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-sklearn. 2024-04-02T15:06:00.153 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-02T15:06:00.199 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-02T15:06:00.220 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-02T15:06:00.247 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-02T15:06:00.278 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-02T15:06:00.366 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-02T15:06:00.393 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-02T15:06:00.433 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-02T15:06:00.564 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-routes. 2024-04-02T15:06:00.592 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-02T15:06:00.633 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-02T15:06:00.737 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-mako. 2024-04-02T15:06:00.763 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-02T15:06:00.834 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-02T15:06:00.892 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-02T15:06:00.923 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:00.951 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-02T15:06:00.977 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:01.017 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:01.044 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:01.165 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-02T15:06:01.191 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-02T15:06:01.231 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-02T15:06:01.501 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-02T15:06:01.528 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-02T15:06:01.568 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-02T15:06:01.837 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-webob. 2024-04-02T15:06:01.853 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-02T15:06:01.895 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-02T15:06:01.989 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-cachetools. 2024-04-02T15:06:02.017 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-02T15:06:02.055 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-02T15:06:02.238 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-02T15:06:02.240 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-waitress. 2024-04-02T15:06:02.254 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-02T15:06:02.267 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-02T15:06:02.296 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-02T15:06:02.310 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-02T15:06:02.384 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-02T15:06:02.411 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-02T15:06:02.450 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-02T15:06:02.618 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-tempita. 2024-04-02T15:06:02.633 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-02T15:06:02.676 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-02T15:06:02.795 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-02T15:06:02.812 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-02T15:06:02.853 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-02T15:06:02.942 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-joblib. 2024-04-02T15:06:02.958 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-02T15:06:02.980 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-paste. 2024-04-02T15:06:03.006 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-02T15:06:03.025 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-02T15:06:03.063 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-02T15:06:03.148 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-rsa. 2024-04-02T15:06:03.175 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-02T15:06:03.215 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-02T15:06:03.387 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-02T15:06:03.399 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-02T15:06:03.414 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-02T15:06:03.415 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-02T15:06:03.453 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-02T15:06:03.458 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-02T15:06:03.519 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-google-auth. 2024-04-02T15:06:03.546 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-02T15:06:03.719 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-02T15:06:03.734 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-02T15:06:03.756 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-sklearn. 2024-04-02T15:06:03.765 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-02T15:06:03.769 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-02T15:06:03.772 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-02T15:06:03.814 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-02T15:06:04.022 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-webtest. 2024-04-02T15:06:04.035 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-02T15:06:04.064 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-02T15:06:04.131 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-02T15:06:04.158 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-02T15:06:04.197 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-02T15:06:04.359 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pecan. 2024-04-02T15:06:04.386 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-02T15:06:04.422 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-02T15:06:04.425 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-02T15:06:04.438 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:04.517 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-websocket. 2024-04-02T15:06:04.544 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-02T15:06:04.549 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:04.584 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-02T15:06:04.814 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-certifi. 2024-04-02T15:06:04.829 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-02T15:06:04.872 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-02T15:06:04.895 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-02T15:06:04.923 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-02T15:06:04.953 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-02T15:06:05.192 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-idna. 2024-04-02T15:06:05.219 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-02T15:06:05.258 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-02T15:06:05.494 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-cachetools. 2024-04-02T15:06:05.522 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-02T15:06:05.536 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-urllib3. 2024-04-02T15:06:05.552 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-02T15:06:05.561 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-02T15:06:05.586 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-02T15:06:05.610 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-02T15:06:05.638 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:05.676 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:05.847 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-02T15:06:05.863 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-02T15:06:05.865 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-requests. 2024-04-02T15:06:05.880 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-02T15:06:05.897 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-02T15:06:05.915 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-02T15:06:06.021 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-02T15:06:06.331 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-02T15:06:06.331 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-02T15:06:06.331 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-02T15:06:06.331 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-02T15:06:06.331 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-02T15:06:06.331 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-02T15:06:06.331 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-02T15:06:06.331 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-02T15:06:06.432 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-02T15:06:06.459 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-02T15:06:06.499 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-02T15:06:06.546 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-02T15:06:06.573 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:06.604 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:06.636 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-rsa. 2024-04-02T15:06:06.664 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-02T15:06:06.703 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-02T15:06:06.759 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package jq. 2024-04-02T15:06:06.776 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-02T15:06:06.818 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-02T15:06:07.018 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-02T15:06:07.032 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-google-auth. 2024-04-02T15:06:07.045 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:07.059 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-02T15:06:07.070 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package socat. 2024-04-02T15:06:07.085 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:07.086 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-02T15:06:07.098 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-02T15:06:07.129 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-02T15:06:07.363 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-02T15:06:07.390 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-02T15:06:07.421 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-02T15:06:07.423 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package xmlstarlet. 2024-04-02T15:06:07.426 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-02T15:06:07.440 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-02T15:06:07.454 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-02T15:06:07.482 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-02T15:06:07.493 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-02T15:06:07.707 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-openssl. 2024-04-02T15:06:07.722 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-02T15:06:07.766 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-02T15:06:07.771 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-websocket. 2024-04-02T15:06:07.798 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-02T15:06:07.829 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-02T15:06:07.836 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-test. 2024-04-02T15:06:07.853 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:07.895 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-test (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:08.111 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mgr. 2024-04-02T15:06:08.138 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:08.177 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mgr (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:08.257 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-02T15:06:08.284 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-02T15:06:08.323 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-02T15:06:08.564 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mon. 2024-04-02T15:06:08.591 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:08.622 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mon (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:08.987 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-02T15:06:09.004 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:09.037 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:09.235 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-osd. 2024-04-02T15:06:09.261 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:09.290 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-02T15:06:09.301 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-osd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:09.317 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-02T15:06:09.357 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-02T15:06:09.727 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-02T15:06:09.754 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-02T15:06:09.793 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-02T15:06:10.029 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package jq. 2024-04-02T15:06:10.045 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-02T15:06:10.083 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-volume. 2024-04-02T15:06:10.087 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-02T15:06:10.110 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:10.140 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-volume (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:10.331 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package socat. 2024-04-02T15:06:10.347 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-02T15:06:10.381 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-02T15:06:10.405 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph. 2024-04-02T15:06:10.431 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../066-ceph_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:10.437 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-02T15:06:10.452 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:10.462 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:10.494 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libcephfs-dev (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:10.676 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package xmlstarlet. 2024-04-02T15:06:10.692 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-02T15:06:10.726 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-02T15:06:10.757 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-fuse. 2024-04-02T15:06:10.784 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:10.823 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-02T15:06:10.823 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:10.850 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-02T15:06:10.889 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-02T15:06:11.063 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-test. 2024-04-02T15:06:11.091 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:11.130 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-test (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:11.202 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mds. 2024-04-02T15:06:11.229 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:11.235 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-02T15:06:11.263 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-02T15:06:11.269 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mds (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:11.302 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-02T15:06:11.664 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package cephadm. 2024-04-02T15:06:11.691 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../069-cephadm_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:11.730 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:11.756 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package nvme-cli. 2024-04-02T15:06:11.784 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-02T15:06:11.831 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-02T15:06:12.042 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-02T15:06:12.069 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-02T15:06:12.108 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-02T15:06:12.312 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package pkg-config. 2024-04-02T15:06:12.339 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-02T15:06:12.386 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-02T15:06:12.453 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-02T15:06:12.480 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-02T15:06:12.519 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-02T15:06:12.639 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-02T15:06:12.667 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-02T15:06:12.706 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-02T15:06:13.109 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-02T15:06:13.137 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-02T15:06:13.176 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-02T15:06:13.479 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pastescript. 2024-04-02T15:06:13.506 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-02T15:06:13.545 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-02T15:06:13.568 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-volume. 2024-04-02T15:06:13.595 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:13.634 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-volume (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:13.833 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-babel. 2024-04-02T15:06:13.861 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-02T15:06:13.865 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pluggy. 2024-04-02T15:06:13.893 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-02T15:06:13.908 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-02T15:06:13.931 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-02T15:06:13.938 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-02T15:06:13.965 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:14.004 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libcephfs-dev (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:14.210 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-psutil. 2024-04-02T15:06:14.226 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-02T15:06:14.236 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-jinja2. 2024-04-02T15:06:14.263 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-02T15:06:14.268 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-02T15:06:14.302 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-02T15:06:14.332 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-02T15:06:14.360 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-02T15:06:14.398 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-02T15:06:14.588 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-py. 2024-04-02T15:06:14.616 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-02T15:06:14.648 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-02T15:06:14.654 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-02T15:06:14.675 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:14.714 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:14.730 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-02T15:06:14.758 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-02T15:06:14.796 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-02T15:06:14.949 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pygments. 2024-04-02T15:06:14.977 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-02T15:06:15.007 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-02T15:06:15.060 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-02T15:06:15.086 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-02T15:06:15.126 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-02T15:06:15.159 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package nvme-cli. 2024-04-02T15:06:15.186 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-02T15:06:15.225 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-02T15:06:15.387 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-routes. 2024-04-02T15:06:15.403 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-02T15:06:15.437 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-02T15:06:15.470 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-02T15:06:15.498 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-02T15:06:15.537 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-02T15:06:15.656 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package pkg-config. 2024-04-02T15:06:15.684 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-02T15:06:15.714 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-02T15:06:15.732 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-02T15:06:15.759 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:15.798 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:15.848 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-toml. 2024-04-02T15:06:15.875 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-02T15:06:15.914 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-02T15:06:15.933 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-02T15:06:15.949 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-02T15:06:15.991 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-02T15:06:16.217 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pytest. 2024-04-02T15:06:16.245 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-02T15:06:16.284 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-02T15:06:16.412 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-02T15:06:16.439 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-02T15:06:16.478 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-02T15:06:16.654 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-simplejson. 2024-04-02T15:06:16.682 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-02T15:06:16.721 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-02T15:06:16.781 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pastescript. 2024-04-02T15:06:16.808 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-02T15:06:16.847 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-02T15:06:16.990 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-02T15:06:17.018 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-02T15:06:17.056 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-02T15:06:17.138 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-02T15:06:17.154 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-02T15:06:17.167 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pluggy. 2024-04-02T15:06:17.195 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-02T15:06:17.196 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-02T15:06:17.234 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-02T15:06:17.504 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-psutil. 2024-04-02T15:06:17.531 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-02T15:06:17.570 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-02T15:06:17.758 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-joblib. 2024-04-02T15:06:17.785 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-02T15:06:17.794 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package radosgw. 2024-04-02T15:06:17.822 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../116-radosgw_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:17.824 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-02T15:06:17.860 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking radosgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:17.915 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-py. 2024-04-02T15:06:17.942 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-02T15:06:17.989 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-02T15:06:18.187 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-02T15:06:18.214 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-02T15:06:18.253 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-02T15:06:18.318 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pygments. 2024-04-02T15:06:18.346 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-02T15:06:18.384 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-02T15:06:18.539 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-sklearn. 2024-04-02T15:06:18.566 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-02T15:06:18.597 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-02T15:06:18.638 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package rbd-fuse. 2024-04-02T15:06:18.655 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:18.688 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking rbd-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:18.847 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-02T15:06:18.875 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-02T15:06:18.913 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-02T15:06:18.985 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-02T15:06:19.208 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-toml. 2024-04-02T15:06:19.235 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-02T15:06:19.236 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-02T15:06:19.266 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-02T15:06:19.282 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-02T15:06:19.309 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:19.345 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-02T15:06:19.442 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:19.544 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pytest. 2024-04-02T15:06:19.572 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-02T15:06:19.608 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-02T15:06:19.610 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-02T15:06:19.939 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-simplejson. 2024-04-02T15:06:19.940 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-02T15:06:19.955 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-02T15:06:19.997 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-02T15:06:20.258 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-02T15:06:20.274 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-02T15:06:20.308 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-02T15:06:20.337 INFO:teuthology.orchestra.run.smithi192.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-02T15:06:20.422 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:20.496 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-cachetools. 2024-04-02T15:06:20.524 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-02T15:06:20.563 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-02T15:06:20.866 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-02T15:06:20.893 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-02T15:06:20.930 INFO:teuthology.orchestra.run.smithi192.stdout:Adding system user cephadm....done 2024-04-02T15:06:20.932 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-02T15:06:20.962 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package radosgw. 2024-04-02T15:06:20.990 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../116-radosgw_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:21.029 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking radosgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:21.078 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-02T15:06:21.245 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-02T15:06:21.272 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-02T15:06:21.303 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-02T15:06:21.355 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-02T15:06:21.606 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-02T15:06:21.614 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-rsa. 2024-04-02T15:06:21.642 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-02T15:06:21.681 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-02T15:06:21.715 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-02T15:06:21.790 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package rbd-fuse. 2024-04-02T15:06:21.818 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:21.857 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking rbd-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:21.950 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-02T15:06:22.010 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-google-auth. 2024-04-02T15:06:22.037 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-02T15:06:22.076 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-02T15:06:22.153 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-02T15:06:22.193 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-02T15:06:22.319 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-02T15:06:22.395 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-02T15:06:22.396 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-02T15:06:22.424 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-02T15:06:22.463 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-02T15:06:22.513 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-02T15:06:22.621 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-02T15:06:22.741 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-websocket. 2024-04-02T15:06:22.757 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-02T15:06:22.790 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-02T15:06:22.791 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-02T15:06:22.981 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-02T15:06:23.103 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-02T15:06:23.107 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-02T15:06:23.130 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-02T15:06:23.169 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-02T15:06:23.233 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-02T15:06:23.500 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-02T15:06:23.544 INFO:teuthology.orchestra.run.smithi134.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-02T15:06:23.614 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:23.752 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-02T15:06:24.036 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-02T15:06:24.109 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-02T15:06:24.115 INFO:teuthology.orchestra.run.smithi134.stdout:Adding system user cephadm....done 2024-04-02T15:06:24.137 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:24.184 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:24.246 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-02T15:06:24.304 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-02T15:06:24.470 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-02T15:06:24.497 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-02T15:06:24.522 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-02T15:06:24.528 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-02T15:06:24.564 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-ceph-argparse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:24.782 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-02T15:06:24.843 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-02T15:06:24.874 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-02T15:06:24.900 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-02T15:06:24.908 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-02T15:06:24.940 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-02T15:06:25.057 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-02T15:06:25.150 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-02T15:06:25.184 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-02T15:06:25.209 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package jq. 2024-04-02T15:06:25.225 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-02T15:06:25.268 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-02T15:06:25.310 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-02T15:06:25.402 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-02T15:06:25.512 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package socat. 2024-04-02T15:06:25.528 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-02T15:06:25.536 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-02T15:06:25.561 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-02T15:06:25.562 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-02T15:06:25.838 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-02T15:06:25.849 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package xmlstarlet. 2024-04-02T15:06:25.876 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-02T15:06:25.907 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-02T15:06:25.958 INFO:teuthology.orchestra.run.smithi192.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-02T15:06:25.984 INFO:teuthology.orchestra.run.smithi192.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-02T15:06:26.039 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-02T15:06:26.165 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-02T15:06:26.181 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-02T15:06:26.278 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-test. 2024-04-02T15:06:26.302 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:26.336 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-test (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:26.441 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-02T15:06:26.558 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-02T15:06:26.693 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-02T15:06:26.700 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-02T15:06:26.952 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-02T15:06:26.969 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-02T15:06:27.212 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-02T15:06:27.229 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-02T15:06:27.479 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-02T15:06:27.521 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up zip (3.0-12build2) ... 2024-04-02T15:06:27.647 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-02T15:06:27.722 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-ceph-argparse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:27.982 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-02T15:06:28.108 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-02T15:06:28.234 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-02T15:06:28.299 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-02T15:06:28.359 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-02T15:06:28.550 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-02T15:06:28.619 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-02T15:06:28.651 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-02T15:06:28.708 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package ceph-volume. 2024-04-02T15:06:28.735 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:06:28.752 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-02T15:06:28.774 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking ceph-volume (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:29.060 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-02T15:06:29.062 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-02T15:06:29.079 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-02T15:06:29.095 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:29.100 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-02T15:06:29.137 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libcephfs-dev (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:29.164 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-02T15:06:29.290 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-02T15:06:29.446 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-02T15:06:29.515 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-02T15:06:29.543 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-02T15:06:29.590 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-02T15:06:29.649 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-02T15:06:29.698 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-02T15:06:29.776 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-02T15:06:29.987 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-02T15:06:30.017 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-02T15:06:30.044 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-02T15:06:30.070 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-02T15:06:30.082 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-02T15:06:30.311 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-02T15:06:30.367 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-02T15:06:30.466 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package nvme-cli. 2024-04-02T15:06:30.493 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-02T15:06:30.532 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-02T15:06:30.596 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up zip (3.0-12build2) ... 2024-04-02T15:06:30.703 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-02T15:06:30.722 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-02T15:06:30.945 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-02T15:06:30.988 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package pkg-config. 2024-04-02T15:06:31.016 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-02T15:06:31.054 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-02T15:06:31.088 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:31.307 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-02T15:06:31.323 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-02T15:06:31.357 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-02T15:06:31.358 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-02T15:06:31.389 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-idna (3.3-1) ... 2024-04-02T15:06:31.616 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-02T15:06:31.707 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-02T15:06:31.743 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-02T15:06:31.803 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-02T15:06:31.830 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-02T15:06:31.869 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-02T15:06:31.869 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-02T15:06:32.179 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-02T15:06:32.198 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pastescript. 2024-04-02T15:06:32.225 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-02T15:06:32.264 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-02T15:06:32.546 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-02T15:06:32.593 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pluggy. 2024-04-02T15:06:32.620 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-02T15:06:32.659 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-02T15:06:32.789 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-02T15:06:32.888 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-02T15:06:32.930 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-psutil. 2024-04-02T15:06:32.954 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-02T15:06:32.997 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-02T15:06:33.148 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:06:33.165 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-02T15:06:33.299 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-02T15:06:33.358 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-py. 2024-04-02T15:06:33.373 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-02T15:06:33.407 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-02T15:06:33.486 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-02T15:06:33.575 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-02T15:06:33.701 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-02T15:06:33.736 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pygments. 2024-04-02T15:06:33.763 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-02T15:06:33.794 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-02T15:06:33.827 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-02T15:06:33.835 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-02T15:06:34.098 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-02T15:06:34.120 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-02T15:06:34.198 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-02T15:06:34.214 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-02T15:06:34.237 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:34.256 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-02T15:06:34.380 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-02T15:06:34.538 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-idna (3.3-1) ... 2024-04-02T15:06:34.575 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-toml. 2024-04-02T15:06:34.603 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-02T15:06:34.642 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-02T15:06:34.856 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-02T15:06:34.944 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-pytest. 2024-04-02T15:06:34.949 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:06:34.972 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-02T15:06:35.011 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-02T15:06:35.074 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-02T15:06:35.367 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-02T15:06:35.398 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package python3-simplejson. 2024-04-02T15:06:35.425 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-02T15:06:35.464 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-02T15:06:35.618 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-02T15:06:35.733 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-02T15:06:35.749 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-02T15:06:35.791 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-02T15:06:35.869 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-02T15:06:36.062 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-02T15:06:36.120 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-02T15:06:36.331 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:06:36.371 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-02T15:06:36.465 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-02T15:06:36.554 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package radosgw. 2024-04-02T15:06:36.582 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../116-radosgw_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:36.612 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking radosgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:36.622 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-02T15:06:36.733 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-02T15:06:36.748 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-02T15:06:36.858 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-02T15:06:36.985 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-02T15:06:37.033 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-02T15:06:37.162 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-02T15:06:37.295 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-02T15:06:37.406 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package rbd-fuse. 2024-04-02T15:06:37.434 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:06:37.444 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-02T15:06:37.473 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking rbd-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:37.537 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-02T15:06:37.745 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-02T15:06:37.785 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-02T15:06:37.788 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:06:37.914 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-02T15:06:37.996 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-02T15:06:38.044 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-02T15:06:38.149 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-02T15:06:38.170 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-02T15:06:38.207 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-02T15:06:38.273 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-02T15:06:38.361 INFO:teuthology.orchestra.run.smithi192.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-02T15:06:38.435 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-02T15:06:38.458 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-02T15:06:38.583 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-02T15:06:38.718 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-02T15:06:38.744 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-02T15:06:38.784 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-02T15:06:38.978 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-02T15:06:39.164 INFO:teuthology.orchestra.run.smithi118.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-02T15:06:39.177 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-02T15:06:39.246 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-02T15:06:39.247 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:39.437 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-02T15:06:39.521 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-02T15:06:39.563 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-02T15:06:39.681 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-02T15:06:39.822 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:06:39.948 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-02T15:06:39.957 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-02T15:06:40.054 INFO:teuthology.orchestra.run.smithi118.stdout:Adding system user cephadm....done 2024-04-02T15:06:40.083 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-02T15:06:40.194 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-02T15:06:40.266 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-02T15:06:40.376 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-02T15:06:40.479 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-02T15:06:40.551 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-02T15:06:40.718 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-02T15:06:40.755 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-02T15:06:40.827 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-02T15:06:40.881 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-02T15:06:40.945 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-02T15:06:40.995 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-02T15:06:41.121 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-02T15:06:41.140 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-02T15:06:41.212 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-02T15:06:41.230 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-02T15:06:41.311 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-02T15:06:41.391 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-02T15:06:41.480 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-02T15:06:41.492 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-02T15:06:41.565 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-02T15:06:41.691 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-02T15:06:41.769 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-02T15:06:41.844 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-02T15:06:42.101 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-02T15:06:42.129 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-02T15:06:42.221 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-02T15:06:42.369 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-02T15:06:42.405 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-02T15:06:42.495 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-02T15:06:42.530 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-02T15:06:42.673 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-02T15:06:42.754 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:06:42.866 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-02T15:06:42.880 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-02T15:06:42.933 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-02T15:06:42.984 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librados2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:43.093 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:43.200 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-02T15:06:43.211 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-02T15:06:43.231 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-02T15:06:43.443 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-02T15:06:43.533 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-02T15:06:43.547 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libcephfs2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:43.673 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libradosstriper1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:43.736 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-ceph-argparse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:43.799 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-02T15:06:43.987 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-02T15:06:44.050 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-02T15:06:44.076 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librbd1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:44.113 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-02T15:06:44.176 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-02T15:06:44.202 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-modules-core (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:44.239 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-02T15:06:44.328 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:44.365 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-02T15:06:44.486 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-02T15:06:44.543 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-02T15:06:44.543 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-02T15:06:44.616 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-02T15:06:44.745 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-02T15:06:45.004 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libcephfs-dev (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:45.023 INFO:teuthology.orchestra.run.smithi118.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-02T15:06:45.063 INFO:teuthology.orchestra.run.smithi118.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-02T15:06:45.090 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-02T15:06:45.127 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-02T15:06:45.138 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-rados (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:45.248 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librgw2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:45.253 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-02T15:06:45.390 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-02T15:06:45.467 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-02T15:06:45.613 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-02T15:06:45.739 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-02T15:06:45.762 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-02T15:06:46.015 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-02T15:06:46.104 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-02T15:06:46.214 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up librados2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:46.274 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-02T15:06:46.365 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:46.491 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-02T15:06:46.592 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up zip (3.0-12build2) ... 2024-04-02T15:06:46.602 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-rbd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:46.710 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-02T15:06:46.728 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up rbd-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:46.836 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libcephfs2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:46.854 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-rgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:46.962 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libradosstriper1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:46.980 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-cephfs (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:47.080 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-02T15:06:47.106 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:47.339 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up librbd1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:47.378 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-02T15:06:47.466 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-modules-core (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:47.600 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:47.632 INFO:teuthology.orchestra.run.smithi192.stdout:Adding group ceph....done 2024-04-02T15:06:47.637 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-02T15:06:47.764 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-02T15:06:47.813 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-02T15:06:47.813 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-02T15:06:47.890 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-02T15:06:47.975 INFO:teuthology.orchestra.run.smithi192.stdout:Adding system user ceph....done 2024-04-02T15:06:48.135 INFO:teuthology.orchestra.run.smithi192.stdout:Setting system user ceph properties....done 2024-04-02T15:06:48.150 INFO:teuthology.orchestra.run.smithi192.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-02T15:06:48.182 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-02T15:06:48.276 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libcephfs-dev (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:48.287 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-02T15:06:48.411 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-rados (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:48.550 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-02T15:06:48.554 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up librgw2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:48.605 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-02T15:06:48.801 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-02T15:06:48.955 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-02T15:06:49.082 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-test (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:49.161 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-02T15:06:49.208 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up radosgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:49.445 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-02T15:06:49.668 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:06:49.668 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:06:49.797 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-02T15:06:50.048 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-02T15:06:50.157 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:50.251 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-rbd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:50.386 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up rbd-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:50.440 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-base (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:50.466 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-idna (3.3-1) ... 2024-04-02T15:06:50.503 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-rgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:50.621 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-cephfs (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:50.730 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:50.776 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-02T15:06:50.788 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-02T15:06:51.255 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mds (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:51.282 INFO:teuthology.orchestra.run.smithi134.stdout:Adding group ceph....done 2024-04-02T15:06:51.489 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-02T15:06:51.490 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-02T15:06:51.658 INFO:teuthology.orchestra.run.smithi134.stdout:Adding system user ceph....done 2024-04-02T15:06:51.820 INFO:teuthology.orchestra.run.smithi134.stdout:Setting system user ceph properties....done 2024-04-02T15:06:51.837 INFO:teuthology.orchestra.run.smithi134.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-02T15:06:51.874 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-02T15:06:51.948 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:51.969 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-02T15:06:52.133 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:06:52.159 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-02T15:06:52.160 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-02T15:06:52.266 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-02T15:06:52.267 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-02T15:06:52.518 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-02T15:06:52.607 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-osd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:52.636 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-02T15:06:52.724 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-test (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:52.754 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-02T15:06:52.825 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up radosgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:52.881 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-02T15:06:52.881 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-02T15:06:53.055 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-02T15:06:53.314 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-02T15:06:53.342 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:53.392 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:06:53.392 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:06:53.469 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:53.565 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:06:53.611 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mon (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:53.675 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-02T15:06:53.828 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-02T15:06:53.828 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-02T15:06:53.851 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-base (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:53.976 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-02T15:06:54.209 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-02T15:06:54.210 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-02T15:06:54.296 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:54.447 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:54.470 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-02T15:06:54.572 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-dashboard (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:54.695 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mds (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:54.724 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-volume (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:54.746 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-02T15:06:54.922 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-02T15:06:54.923 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-02T15:06:55.005 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-02T15:06:55.060 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-02T15:06:55.161 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-02T15:06:55.313 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-02T15:06:55.430 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:55.556 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-02T15:06:55.660 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-02T15:06:55.661 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-02T15:06:55.665 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-02T15:06:55.933 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-02T15:06:56.059 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-02T15:06:56.148 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-osd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:56.352 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-02T15:06:56.462 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-02T15:06:56.462 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-02T15:06:56.661 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-02T15:06:56.742 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-02T15:06:56.929 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-02T15:06:56.950 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:57.055 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-02T15:06:57.076 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:57.181 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-02T15:06:57.236 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mon (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:57.254 INFO:teuthology.orchestra.run.smithi118.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-02T15:06:57.410 INFO:teuthology.orchestra.run.smithi192.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-02T15:06:57.419 DEBUG:teuthology.parallel:result is None 2024-04-02T15:06:57.448 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-02T15:06:57.448 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-02T15:06:57.491 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-02T15:06:57.600 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-02T15:06:57.912 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:57.976 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-02T15:06:58.063 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:58.189 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-dashboard (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:58.244 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-02T15:06:58.391 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-02T15:06:58.457 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-volume (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:06:58.654 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:06:58.755 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-02T15:06:58.809 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-02T15:06:58.902 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-02T15:06:59.055 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-02T15:06:59.065 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-02T15:06:59.341 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-02T15:06:59.592 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-02T15:06:59.718 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-02T15:06:59.986 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-02T15:07:00.206 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-02T15:07:00.262 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-02T15:07:00.598 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-02T15:07:00.901 INFO:teuthology.orchestra.run.smithi134.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-02T15:07:00.905 DEBUG:teuthology.parallel:result is None 2024-04-02T15:07:00.983 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-02T15:07:01.276 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-02T15:07:01.612 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-02T15:07:01.738 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up librados2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:01.864 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:01.974 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-02T15:07:02.301 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libcephfs2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:02.436 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libradosstriper1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:02.562 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-02T15:07:02.830 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up librbd1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:02.939 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mgr-modules-core (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:03.068 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:03.281 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-02T15:07:03.281 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-02T15:07:03.766 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libcephfs-dev (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:03.892 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-rados (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:04.018 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up librgw2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:04.153 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-02T15:07:05.356 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-rbd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:05.465 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up rbd-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:05.583 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-rgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:05.709 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up python3-cephfs (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:05.835 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:06.402 INFO:teuthology.orchestra.run.smithi118.stdout:Adding group ceph....done 2024-04-02T15:07:06.729 INFO:teuthology.orchestra.run.smithi118.stdout:Adding system user ceph....done 2024-04-02T15:07:06.897 INFO:teuthology.orchestra.run.smithi118.stdout:Setting system user ceph properties....done 2024-04-02T15:07:06.913 INFO:teuthology.orchestra.run.smithi118.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-02T15:07:07.051 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-02T15:07:07.407 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-02T15:07:07.869 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-test (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:08.012 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up radosgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:08.484 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:07:08.484 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:07:08.922 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-base (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:09.253 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-02T15:07:09.740 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mds (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:09.951 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-02T15:07:09.951 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-02T15:07:10.442 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mgr (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:10.643 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-02T15:07:10.643 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-02T15:07:11.126 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-osd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:11.406 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-02T15:07:11.406 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-02T15:07:11.895 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:12.020 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:12.172 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mon (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:12.378 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-02T15:07:12.378 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-02T15:07:12.898 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mgr-cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:13.015 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:13.133 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-mgr-dashboard (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:13.284 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up ceph-volume (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:07:13.662 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-02T15:07:13.779 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-02T15:07:13.932 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-02T15:07:15.074 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-02T15:07:15.706 INFO:teuthology.orchestra.run.smithi118.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-02T15:07:15.711 DEBUG:teuthology.parallel:result is None 2024-04-02T15:07:15.712 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:07:15.858 DEBUG:teuthology.orchestra.run.smithi118:> dpkg-query -W -f '${Version}' ceph 2024-04-02T15:07:15.876 INFO:teuthology.orchestra.run.smithi118.stdout:19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:07:15.877 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:07:15.877 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592-g3f3f3ed9-1jammy is installed. 2024-04-02T15:07:15.879 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:07:16.022 DEBUG:teuthology.orchestra.run.smithi134:> dpkg-query -W -f '${Version}' ceph 2024-04-02T15:07:16.041 INFO:teuthology.orchestra.run.smithi134.stdout:19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:07:16.041 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:07:16.041 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592-g3f3f3ed9-1jammy is installed. 2024-04-02T15:07:16.043 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:07:16.190 DEBUG:teuthology.orchestra.run.smithi192:> dpkg-query -W -f '${Version}' ceph 2024-04-02T15:07:16.210 INFO:teuthology.orchestra.run.smithi192.stdout:19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:07:16.210 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:07:16.210 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592-g3f3f3ed9-1jammy is installed. 2024-04-02T15:07:16.212 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-02T15:07:16.213 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-04-02T15:07:16.213 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T15:07:16.227 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-02T15:07:16.227 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T15:07:16.242 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-02T15:07:16.242 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T15:07:16.266 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-02T15:07:16.266 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-04-02T15:07:16.266 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T15:07:16.281 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T15:07:16.336 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-02T15:07:16.336 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T15:07:16.350 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T15:07:16.405 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-02T15:07:16.405 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T15:07:16.419 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T15:07:16.474 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-02T15:07:16.474 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-04-02T15:07:16.474 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T15:07:16.487 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T15:07:16.541 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-02T15:07:16.541 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T15:07:16.554 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T15:07:16.608 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-02T15:07:16.608 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T15:07:16.622 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T15:07:16.673 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-02T15:07:16.674 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-04-02T15:07:16.674 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T15:07:16.687 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T15:07:16.740 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-02T15:07:16.740 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T15:07:16.753 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T15:07:16.808 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-02T15:07:16.808 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T15:07:16.822 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T15:07:16.878 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-02T15:07:16.987 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'} 2024-04-02T15:07:16.987 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:07:16.987 INFO:tasks.cephadm:Cluster fsid is b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:07:16.988 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-02T15:07:16.988 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.118', 'mon.b': '172.21.15.134', 'mon.c': '172.21.15.192'} 2024-04-02T15:07:16.988 INFO:tasks.cephadm:First mon is mon.a on smithi118 2024-04-02T15:07:16.988 INFO:tasks.cephadm:First mgr is a 2024-04-02T15:07:16.988 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-02T15:07:16.988 DEBUG:teuthology.orchestra.run.smithi118:> sudo hostname $(hostname -s) 2024-04-02T15:07:17.002 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2024-04-02T15:07:17.016 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2024-04-02T15:07:17.030 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-02T15:07:17.030 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:07:17.170 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744', '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/78169/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2592-g3f3f3ed9', 'node_name': '172.21.2.2+braggi02', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2592-g3f3f3ed9-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-02 13:29:12.615337', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-04-02-0703', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-02T15:07:17.392 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-guits-testing-2024-04-02-0703, sha1 3f3f3ed992429b85be729743ad3b39d52dd90744 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:07:17.393 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-02T15:07:17.394 DEBUG:teuthology.orchestra.run.smithi118:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T15:07:17.908 INFO:teuthology.orchestra.run.smithi118.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788778 Apr 2 15:07 /home/ubuntu/cephtest/cephadm 2024-04-02T15:07:17.908 DEBUG:teuthology.orchestra.run.smithi134:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T15:07:18.775 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788778 Apr 2 15:07 /home/ubuntu/cephtest/cephadm 2024-04-02T15:07:18.776 DEBUG:teuthology.orchestra.run.smithi192:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T15:07:19.606 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788778 Apr 2 15:07 /home/ubuntu/cephtest/cephadm 2024-04-02T15:07:19.606 DEBUG:teuthology.orchestra.run.smithi118:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T15:07:19.614 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T15:07:19.622 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T15:07:19.642 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 on all hosts... 2024-04-02T15:07:19.642 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:07:19.658 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:07:19.667 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:07:19.825 INFO:teuthology.orchestra.run.smithi118.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:07:19.834 INFO:teuthology.orchestra.run.smithi134.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:07:19.836 INFO:teuthology.orchestra.run.smithi192.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:08:17.415 INFO:teuthology.orchestra.run.smithi192.stdout:{ 2024-04-02T15:08:17.415 INFO:teuthology.orchestra.run.smithi192.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:08:17.416 INFO:teuthology.orchestra.run.smithi192.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:08:17.416 INFO:teuthology.orchestra.run.smithi192.stdout: "repo_digests": [ 2024-04-02T15:08:17.416 INFO:teuthology.orchestra.run.smithi192.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:08:17.416 INFO:teuthology.orchestra.run.smithi192.stdout: ] 2024-04-02T15:08:17.416 INFO:teuthology.orchestra.run.smithi192.stdout:} 2024-04-02T15:08:42.272 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-04-02T15:08:42.273 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:08:42.273 INFO:teuthology.orchestra.run.smithi118.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:08:42.273 INFO:teuthology.orchestra.run.smithi118.stdout: "repo_digests": [ 2024-04-02T15:08:42.273 INFO:teuthology.orchestra.run.smithi118.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:08:42.273 INFO:teuthology.orchestra.run.smithi118.stdout: ] 2024-04-02T15:08:42.273 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-04-02T15:08:46.982 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-04-02T15:08:46.982 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:08:46.982 INFO:teuthology.orchestra.run.smithi134.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:08:46.982 INFO:teuthology.orchestra.run.smithi134.stdout: "repo_digests": [ 2024-04-02T15:08:46.982 INFO:teuthology.orchestra.run.smithi134.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:08:46.983 INFO:teuthology.orchestra.run.smithi134.stdout: ] 2024-04-02T15:08:46.983 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-04-02T15:08:47.030 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /etc/ceph 2024-04-02T15:08:47.044 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /etc/ceph 2024-04-02T15:08:47.058 DEBUG:teuthology.orchestra.run.smithi192:> sudo mkdir -p /etc/ceph 2024-04-02T15:08:47.073 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 777 /etc/ceph 2024-04-02T15:08:47.100 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 777 /etc/ceph 2024-04-02T15:08:47.111 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 777 /etc/ceph 2024-04-02T15:08:47.125 INFO:tasks.cephadm:Writing seed config... 2024-04-02T15:08:47.127 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-02T15:08:47.127 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-02T15:08:47.127 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-02T15:08:47.127 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-02T15:08:47.127 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-02T15:08:47.127 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-02T15:08:47.127 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-02T15:08:47.127 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-02T15:08:47.127 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-02T15:08:47.128 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-04-02T15:08:47.128 DEBUG:teuthology.orchestra.run.smithi118:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-02T15:08:47.148 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 = b1c6a3b4-f102-11ee-b647-cb9ed24678a4 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-04-02T15:08:47.149 DEBUG:teuthology.orchestra.run.smithi118:mon.a> sudo journalctl -f -n 0 -u ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a.service 2024-04-02T15:08:47.193 DEBUG:teuthology.orchestra.run.smithi118:mgr.a> sudo journalctl -f -n 0 -u ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mgr.a.service 2024-04-02T15:08:47.237 INFO:tasks.cephadm:Bootstrapping... 2024-04-02T15:08:47.237 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 --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.118 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-02T15:08:47.446 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:08:47.447 INFO:teuthology.orchestra.run.smithi118.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744', '-v', 'bootstrap', '--fsid', 'b1c6a3b4-f102-11ee-b647-cb9ed24678a4', '--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.118', '--skip-admin-label'] 2024-04-02T15:08:47.447 INFO:teuthology.orchestra.run.smithi118.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-02T15:08:47.447 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying podman|docker is present... 2024-04-02T15:08:47.447 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying lvm2 is present... 2024-04-02T15:08:47.448 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying time synchronization is in place... 2024-04-02T15:08:47.453 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T15:08:47.453 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T15:08:47.458 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T15:08:47.459 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-04-02T15:08:47.462 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-02T15:08:47.462 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-02T15:08:47.466 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-02T15:08:47.466 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-04-02T15:08:47.470 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-02T15:08:47.470 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout masked 2024-04-02T15:08:47.473 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-02T15:08:47.473 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-04-02T15:08:47.477 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-02T15:08:47.477 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-02T15:08:47.480 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-02T15:08:47.480 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-04-02T15:08:47.484 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout enabled 2024-04-02T15:08:47.488 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout active 2024-04-02T15:08:47.488 INFO:teuthology.orchestra.run.smithi118.stdout:Unit ntp.service is enabled and running 2024-04-02T15:08:47.488 INFO:teuthology.orchestra.run.smithi118.stdout:Repeating the final host check... 2024-04-02T15:08:47.488 INFO:teuthology.orchestra.run.smithi118.stdout:docker (/usr/bin/docker) is present 2024-04-02T15:08:47.488 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl is present 2024-04-02T15:08:47.488 INFO:teuthology.orchestra.run.smithi118.stdout:lvcreate is present 2024-04-02T15:08:47.493 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T15:08:47.493 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T15:08:47.496 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T15:08:47.496 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-04-02T15:08:47.500 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-02T15:08:47.500 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-02T15:08:47.503 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-02T15:08:47.503 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-04-02T15:08:47.507 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-02T15:08:47.507 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout masked 2024-04-02T15:08:47.510 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-02T15:08:47.510 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-04-02T15:08:47.514 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-02T15:08:47.514 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-02T15:08:47.517 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-02T15:08:47.517 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2024-04-02T15:08:47.521 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout enabled 2024-04-02T15:08:47.526 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout active 2024-04-02T15:08:47.526 INFO:teuthology.orchestra.run.smithi118.stdout:Unit ntp.service is enabled and running 2024-04-02T15:08:47.527 INFO:teuthology.orchestra.run.smithi118.stdout:Host looks OK 2024-04-02T15:08:47.527 INFO:teuthology.orchestra.run.smithi118.stdout:Cluster fsid: b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:08:47.527 INFO:teuthology.orchestra.run.smithi118.stdout:Acquiring lock 139665741932400 on /run/cephadm/b1c6a3b4-f102-11ee-b647-cb9ed24678a4.lock 2024-04-02T15:08:47.527 INFO:teuthology.orchestra.run.smithi118.stdout:Lock 139665741932400 acquired on /run/cephadm/b1c6a3b4-f102-11ee-b647-cb9ed24678a4.lock 2024-04-02T15:08:47.527 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying IP 172.21.15.118 port 3300 ... 2024-04-02T15:08:47.527 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying IP 172.21.15.118 port 6789 ... 2024-04-02T15:08:47.527 INFO:teuthology.orchestra.run.smithi118.stdout:Base mon IP(s) is [172.21.15.118:3300, 172.21.15.118:6789], mon addrv is [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2024-04-02T15:08:47.529 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-02T15:08:47.529 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.118 metric 100 2024-04-02T15:08:47.529 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.118 metric 100 2024-04-02T15:08:47.529 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-02T15:08:47.529 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.118 metric 100 2024-04-02T15:08:47.529 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.118 metric 100 2024-04-02T15:08:47.529 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.118 metric 100 2024-04-02T15:08:47.529 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.118 metric 100 2024-04-02T15:08:47.530 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-02T15:08:47.531 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-02T15:08:47.531 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1796sec pref medium 2024-04-02T15:08:47.532 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-02T15:08:47.532 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-02T15:08:47.533 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T15:08:47.533 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-02T15:08:47.533 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d725/64 scope link 2024-04-02T15:08:47.533 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T15:08:47.534 INFO:teuthology.orchestra.run.smithi118.stdout:Mon IP `172.21.15.118` is in CIDR network `172.21.0.0/20` 2024-04-02T15:08:47.534 INFO:teuthology.orchestra.run.smithi118.stdout:Mon IP `172.21.15.118` is in CIDR network `172.21.0.0/20` 2024-04-02T15:08:47.534 INFO:teuthology.orchestra.run.smithi118.stdout:Mon IP `172.21.15.118` is in CIDR network `172.21.0.1/32` 2024-04-02T15:08:47.534 INFO:teuthology.orchestra.run.smithi118.stdout:Mon IP `172.21.15.118` is in CIDR network `172.21.0.1/32` 2024-04-02T15:08:47.535 INFO:teuthology.orchestra.run.smithi118.stdout:Mon IP `172.21.15.118` is in CIDR network `172.21.0.2/32` 2024-04-02T15:08:47.535 INFO:teuthology.orchestra.run.smithi118.stdout:Mon IP `172.21.15.118` is in CIDR network `172.21.0.2/32` 2024-04-02T15:08:47.535 INFO:teuthology.orchestra.run.smithi118.stdout:Mon IP `172.21.15.118` is in CIDR network `172.21.15.254/32` 2024-04-02T15:08:47.535 INFO:teuthology.orchestra.run.smithi118.stdout:Mon IP `172.21.15.118` is in CIDR network `172.21.15.254/32` 2024-04-02T15:08:47.535 INFO:teuthology.orchestra.run.smithi118.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-04-02T15:08:47.535 INFO:teuthology.orchestra.run.smithi118.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-02T15:08:47.535 INFO:teuthology.orchestra.run.smithi118.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:08:47.794 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/docker: stdout 3f3f3ed992429b85be729743ad3b39d52dd90744: Pulling from ceph-ci/ceph 2024-04-02T15:08:47.794 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/docker: stdout Digest: sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac 2024-04-02T15:08:47.794 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:08:47.795 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:08:49.284 INFO:teuthology.orchestra.run.smithi118.stdout:ceph: stdout ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T15:08:49.284 INFO:teuthology.orchestra.run.smithi118.stdout:Ceph version: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T15:08:49.284 INFO:teuthology.orchestra.run.smithi118.stdout:Extracting ceph user uid/gid from container image... 2024-04-02T15:08:50.637 INFO:teuthology.orchestra.run.smithi118.stdout:stat: stdout 167 167 2024-04-02T15:08:50.638 INFO:teuthology.orchestra.run.smithi118.stdout:Creating initial keys... 2024-04-02T15:08:51.817 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-authtool: stdout AQCDHwxmoGaIERAAWP8kSy0tdyMPXpqbqUVj9g== 2024-04-02T15:08:53.088 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-authtool: stdout AQCEHwxm+UhFIRAA2VCOBlLe3xCwRiLd59KHGA== 2024-04-02T15:08:54.425 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-authtool: stdout AQCFHwxmVESrMhAAEQ1HbM64dju/j3H7uwsH/Q== 2024-04-02T15:08:54.426 INFO:teuthology.orchestra.run.smithi118.stdout:Creating initial monmap... 2024-04-02T15:08:55.639 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T15:08:55.639 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-02T15:08:55.639 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:08:55.639 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T15:08:55.639 INFO:teuthology.orchestra.run.smithi118.stdout:monmaptool for a [v2:172.21.15.118:3300,v1:172.21.15.118:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T15:08:55.639 INFO:teuthology.orchestra.run.smithi118.stdout:setting min_mon_release = quincy 2024-04-02T15:08:55.639 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: set fsid to b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:08:55.640 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T15:08:55.640 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-02T15:08:55.640 INFO:teuthology.orchestra.run.smithi118.stdout:Creating mon... 2024-04-02T15:08:56.831 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.316+0000 7fb3ea6d3c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-02T15:08:56.831 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.316+0000 7fb3ea6d3c80 1 imported monmap: 2024-04-02T15:08:56.831 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-02T15:08:56.831 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:08:56.831 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-02T15:08:55.149122+0000 2024-04-02T15:08:56.831 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr created 2024-04-02T15:08:55.149122+0000 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.316+0000 7fb3ea6d3c80 0 /usr/bin/ceph-mon: set fsid to b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Git sha 0 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Compile date 2024-04-02 09:40:07 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: DB SUMMARY 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: DB Session ID: 4M1W45L1HUG4BLGGFI5Q 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-02T15:08:56.832 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.error_if_exists: 0 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.create_if_missing: 1 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.env: 0x563b644acc60 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.info_log: 0x563b64fbad60 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-02T15:08:56.833 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.statistics: (nil) 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.use_fsync: 0 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-02T15:08:56.834 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.db_log_dir: 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.wal_dir: 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.write_buffer_manager: 0x563b64f8d360 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-02T15:08:56.835 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.unordered_write: 0 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.row_cache: None 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.wal_filter: None 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.two_write_queues: 0 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-02T15:08:56.836 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.wal_compression: 0 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.atomic_flush: 0 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-02T15:08:56.837 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_open_files: -1 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-02T15:08:56.838 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Compression algorithms supported: 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: kZSTD supported: 0 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: kXpressCompression supported: 0 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: kZlibCompression supported: 1 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.839 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.merge_operator: 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_filter: None 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563b64fbaf20) 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-02T15:08:56.840 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x563b64fbf090 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-02T15:08:56.841 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-02T15:08:56.842 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compression: NoCompression 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.num_levels: 7 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-02T15:08:56.843 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:08:56.844 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-02T15:08:56.845 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-02T15:08:56.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.bloom_locality: 0 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-02T15:08:56.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.ttl: 2592000 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.enable_blob_files: false 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.min_blob_size: 0 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-02T15:08:56.848 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.320+0000 7fb3ea6d3c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.324+0000 7fb3ea6d3c80 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-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.324+0000 7fb3ea6d3c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.324+0000 7fb3ea6d3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 406e43d6-37ac-40cf-902a-825b8dce895f 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.324+0000 7fb3ea6d3c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.324+0000 7fb3ea6d3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563b65088000 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.324+0000 7fb3ea6d3c80 4 rocksdb: DB pointer 0x563b65078000 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.324+0000 7fb3da836700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.324+0000 7fb3da836700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-02T15:08:56.849 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.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-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.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-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.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-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.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-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.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-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.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-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.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-04-02T15:08:56.850 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.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-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.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-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.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-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.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-04-02T15:08:56.851 INFO:teuthology.orchestra.run.smithi118.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-04-02T15:08:56.852 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x563b64fbf090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-04-02T15:08:56.852 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-02T15:08:56.852 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.852 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-02T15:08:56.852 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:08:56.852 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.324+0000 7fb3ea6d3c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-02T15:08:56.852 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.324+0000 7fb3ea6d3c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-02T15:08:56.852 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:08:56.324+0000 7fb3ea6d3c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-02T15:08:56.852 INFO:teuthology.orchestra.run.smithi118.stdout:create mon.a on 2024-04-02T15:08:57.058 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-02T15:08:57.254 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-02T15:08:57.484 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:08:57.484 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:08:57.784 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T15:08:57.784 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T15:08:57.992 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4.target.wants/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a.service -> /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@.service. 2024-04-02T15:08:58.000 INFO:teuthology.orchestra.run.smithi118.stdout:firewalld does not appear to be present 2024-04-02T15:08:58.001 INFO:teuthology.orchestra.run.smithi118.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T15:08:58.001 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mon to start... 2024-04-02T15:08:58.001 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mon... 2024-04-02T15:08:59.474 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:08:59 smithi118 bash[21084]: cluster 2024-04-02T15:08:59.215376+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:09:00.096 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout cluster: 2024-04-02T15:09:00.096 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout id: b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:00.096 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-02T15:09:00.096 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-04-02T15:09:00.096 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout services: 2024-04-02T15:09:00.096 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.256337s) 2024-04-02T15:09:00.096 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-02T15:09:00.096 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-02T15:09:00.096 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-04-02T15:09:00.097 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout data: 2024-04-02T15:09:00.097 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-02T15:09:00.097 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-02T15:09:00.097 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-02T15:09:00.097 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout pgs: 2024-04-02T15:09:00.097 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-04-02T15:09:00.097 INFO:teuthology.orchestra.run.smithi118.stdout:mon is available 2024-04-02T15:09:00.097 INFO:teuthology.orchestra.run.smithi118.stdout:Assimilating anything we can from ceph.conf... 2024-04-02T15:09:00.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:00 smithi118 bash[21084]: cluster 2024-04-02T15:08:59.218944+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:09:00.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:00 smithi118 bash[21084]: cluster 2024-04-02T15:08:59.219117+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-02T15:09:00.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:00 smithi118 bash[21084]: cluster 2024-04-02T15:08:59.219129+0000 mon.a (mon.0) 4 : cluster [DBG] fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:00.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:00 smithi118 bash[21084]: cluster 2024-04-02T15:08:59.219146+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-02T15:08:55.149122+0000 2024-04-02T15:09:00.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:00 smithi118 bash[21084]: cluster 2024-04-02T15:08:59.219158+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-02T15:08:55.149122+0000 2024-04-02T15:09:00.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:00 smithi118 bash[21084]: cluster 2024-04-02T15:08:59.219169+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-02T15:09:00.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:00 smithi118 bash[21084]: cluster 2024-04-02T15:08:59.219180+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-02T15:09:00.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:00 smithi118 bash[21084]: cluster 2024-04-02T15:08:59.219193+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-04-02T15:09:00.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:00 smithi118 bash[21084]: cluster 2024-04-02T15:08:59.221419+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-02T15:09:00.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:00 smithi118 bash[21084]: cluster 2024-04-02T15:08:59.223678+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-02T15:09:00.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:00 smithi118 bash[21084]: cluster 2024-04-02T15:08:59.224166+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-02T15:09:00.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:00 smithi118 bash[21084]: audit 2024-04-02T15:08:59.475212+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.118:0/1436648655' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-02T15:09:01.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:01 smithi118 bash[21084]: audit 2024-04-02T15:09:01.105364+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.118:0/3362610487' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T15:09:01.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:01 smithi118 bash[21084]: audit 2024-04-02T15:09:01.108108+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.118:0/3362610487' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-02T15:09:01.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-04-02T15:09:01.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T15:09:01.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout fsid = b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T15:09:01.726 INFO:teuthology.orchestra.run.smithi118.stdout:Generating new minimal ceph.conf... 2024-04-02T15:09:02.985 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:02 smithi118 bash[21084]: audit 2024-04-02T15:09:02.726854+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.118:0/3814285159' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-02T15:09:03.280 INFO:teuthology.orchestra.run.smithi118.stdout:Restarting the monitor... 2024-04-02T15:09:03.664 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:03 smithi118 systemd[1]: Stopping Ceph mon.a for b1c6a3b4-f102-11ee-b647-cb9ed24678a4... 2024-04-02T15:09:03.664 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:03 smithi118 bash[21084]: debug 2024-04-02T15:09:03.431+0000 7fb005219700 -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-04-02T15:09:03.664 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:03 smithi118 bash[21084]: debug 2024-04-02T15:09:03.431+0000 7fb005219700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T15:09:04.280 INFO:teuthology.orchestra.run.smithi118.stdout:Setting public_network to 172.21.0.0/20,172.21.15.254/32,172.21.0.2/32,172.21.0.1/32 in mon config section 2024-04-02T15:09:04.323 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:04 smithi118 bash[21471]: ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:09:04.323 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:04 smithi118 bash[21534]: Error response from daemon: No such container: ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:09:04.324 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:04 smithi118 systemd[1]: ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T15:09:04.324 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:04 smithi118 systemd[1]: Stopped Ceph mon.a for b1c6a3b4-f102-11ee-b647-cb9ed24678a4. 2024-04-02T15:09:04.324 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:04 smithi118 systemd[1]: Started Ceph mon.a for b1c6a3b4-f102-11ee-b647-cb9ed24678a4. 2024-04-02T15:09:05.601 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.375+0000 7fb1046c3c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-02T15:09:05.602 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.375+0000 7fb1046c3c80 0 ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev), process ceph-mon, pid 7 2024-04-02T15:09:05.602 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.375+0000 7fb1046c3c80 0 pidfile_write: ignore empty --pid-file 2024-04-02T15:09:05.602 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 0 load: jerasure load: lrc 2024-04-02T15:09:05.602 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-02T15:09:05.602 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Git sha 0 2024-04-02T15:09:05.602 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Compile date 2024-04-02 09:40:07 2024-04-02T15:09:05.602 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: DB SUMMARY 2024-04-02T15:09:05.602 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: DB Session ID: EE3W66G075MLP9H9O7UJ 2024-04-02T15:09:05.602 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: CURRENT file: CURRENT 2024-04-02T15:09:05.602 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-02T15:09:05.602 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-02T15:09:05.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-02T15:09:05.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89125 ; 2024-04-02T15:09:05.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.error_if_exists: 0 2024-04-02T15:09:05.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.create_if_missing: 0 2024-04-02T15:09:05.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-02T15:09:05.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-02T15:09:05.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-02T15:09:05.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-02T15:09:05.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.env: 0x558036e82c60 2024-04-02T15:09:05.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-02T15:09:05.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.info_log: 0x558039015b20 2024-04-02T15:09:05.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.statistics: (nil) 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.use_fsync: 0 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-02T15:09:05.604 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.db_log_dir: 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.wal_dir: 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.write_buffer_manager: 0x558038fe61e0 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-02T15:09:05.605 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-02T15:09:05.606 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-02T15:09:05.606 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-02T15:09:05.606 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-02T15:09:05.607 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-02T15:09:05.607 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-02T15:09:05.607 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.unordered_write: 0 2024-04-02T15:09:05.607 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-02T15:09:05.607 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.row_cache: None 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.wal_filter: None 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.two_write_queues: 0 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.wal_compression: 0 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.atomic_flush: 0 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-02T15:09:05.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-02T15:09:05.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_open_files: -1 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Compression algorithms supported: 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: kZSTD supported: 0 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: kXpressCompression supported: 0 2024-04-02T15:09:05.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: kZlibCompression supported: 1 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.merge_operator: 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_filter: None 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-02T15:09:05.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558039015d00) 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: cache_index_and_filter_blocks: 1 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: pin_top_level_index_and_filter: 1 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: index_type: 0 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: data_block_index_type: 0 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: index_shortening: 1 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: data_block_hash_table_util_ratio: 0.750000 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: checksum: 4 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: no_block_cache: 0 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: block_cache: 0x558039017090 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: block_cache_name: BinnedLRUCache 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: block_cache_options: 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: capacity : 536870912 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: num_shard_bits : 4 2024-04-02T15:09:05.612 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: strict_capacity_limit : 0 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: high_pri_pool_ratio: 0.000 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: block_cache_compressed: (nil) 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: persistent_cache: (nil) 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: block_size: 4096 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: block_size_deviation: 10 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: block_restart_interval: 16 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: index_block_restart_interval: 1 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: metadata_block_size: 4096 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: partition_filters: 0 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: use_delta_encoding: 1 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: filter_policy: bloomfilter 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: whole_key_filtering: 1 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: verify_compression: 0 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: read_amp_bytes_per_bit: 0 2024-04-02T15:09:05.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: format_version: 5 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: enable_index_compression: 1 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: block_align: 0 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: max_auto_readahead_size: 262144 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: prepopulate_block_cache: 0 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: initial_auto_readahead_size: 8192 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: num_file_reads_for_auto_readahead: 2 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compression: NoCompression 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.num_levels: 7 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-02T15:09:05.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:09:05.615 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-02T15:09:05.616 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-02T15:09:05.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.bloom_locality: 0 2024-04-02T15:09:05.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.ttl: 2592000 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.enable_blob_files: false 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.min_blob_size: 0 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-02T15:09:05.619 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 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-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 406e43d6-37ac-40cf-902a-825b8dce895f 2024-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712070545385689, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.379+0000 7fb1046c3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.383+0000 7fb1046c3c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712070545387197, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85742, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83889, "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": 10201, "raw_average_key_size": 47, "raw_value_size": 78096, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "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": 1712070545, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "406e43d6-37ac-40cf-902a-825b8dce895f", "db_session_id": "EE3W66G075MLP9H9O7UJ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.383+0000 7fb1046c3c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712070545387316, "job": 1, "event": "recovery_finished"} 2024-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.383+0000 7fb1046c3c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.383+0000 7fb1046c3c80 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-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.383+0000 7fb1046c3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55803910a000 2024-04-02T15:09:05.620 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.383+0000 7fb1046c3c80 4 rocksdb: DB pointer 0x5580390f4000 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.383+0000 7fb0f2e1e700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.383+0000 7fb0f2e1e700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: ** DB Stats ** 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: ** Compaction Stats [default] ** 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: 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-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: L0 2/0 85.59 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 89.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:09:05.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Sum 2/0 85.59 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 89.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 89.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: ** Compaction Stats [default] ** 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: 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-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 89.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: AddFile(Total Files): cumulative 0, interval 0 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: AddFile(Keys): cumulative 0, interval 0 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Cumulative compaction: 0.00 GB write, 16.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Interval compaction: 0.00 GB write, 16.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: 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-04-02T15:09:05.622 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: Block cache BinnedLRUCache@0x558039017090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: 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-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: ** File Read Latency Histogram By Level [default] ** 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.383+0000 7fb1046c3c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] at bind addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.387+0000 7fb1046c3c80 1 mon.a@-1(???) e1 preinit fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.387+0000 7fb1046c3c80 0 mon.a@-1(???).mds e1 new map 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.387+0000 7fb1046c3c80 0 mon.a@-1(???).mds e1 print_map 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: e1 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: 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-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: legacy client fscid: -1 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: No filesystems configured 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.387+0000 7fb1046c3c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.387+0000 7fb1046c3c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.387+0000 7fb1046c3c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:09:05.623 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.387+0000 7fb1046c3c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:09:05.624 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:05 smithi118 bash[21574]: debug 2024-04-02T15:09:05.387+0000 7fb1046c3c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-02T15:09:06.205 INFO:teuthology.orchestra.run.smithi118.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-02T15:09:06.239 INFO:teuthology.orchestra.run.smithi118.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-02T15:09:06.239 INFO:teuthology.orchestra.run.smithi118.stdout:Creating mgr... 2024-04-02T15:09:06.240 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-02T15:09:06.240 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-02T15:09:06.587 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mgr.a 2024-04-02T15:09:06.587 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mgr.a.service: Unit ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mgr.a.service not loaded. 2024-04-02T15:09:06.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 bash[21574]: cluster 2024-04-02T15:09:05.415081+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:09:06.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 bash[21574]: cluster 2024-04-02T15:09:05.415169+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-02T15:09:06.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 bash[21574]: cluster 2024-04-02T15:09:05.415187+0000 mon.a (mon.0) 3 : cluster [DBG] fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:06.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 bash[21574]: cluster 2024-04-02T15:09:05.415202+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-02T15:08:55.149122+0000 2024-04-02T15:09:06.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 bash[21574]: cluster 2024-04-02T15:09:05.415214+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-02T15:08:55.149122+0000 2024-04-02T15:09:06.706 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 bash[21574]: cluster 2024-04-02T15:09:05.415229+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-02T15:09:06.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 bash[21574]: cluster 2024-04-02T15:09:05.415242+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-02T15:09:06.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 bash[21574]: cluster 2024-04-02T15:09:05.415261+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-04-02T15:09:06.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 bash[21574]: cluster 2024-04-02T15:09:05.415716+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-02T15:09:06.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 bash[21574]: cluster 2024-04-02T15:09:05.415754+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-02T15:09:06.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 bash[21574]: cluster 2024-04-02T15:09:05.416146+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-02T15:09:06.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 bash[21574]: audit 2024-04-02T15:09:05.600662+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.118:0/837473640' entity='client.admin' 2024-04-02T15:09:06.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 systemd[1]: /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@.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-04-02T15:09:06.707 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:06 smithi118 systemd[1]: /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@.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-04-02T15:09:06.795 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4.target.wants/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mgr.a.service -> /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@.service. 2024-04-02T15:09:06.802 INFO:teuthology.orchestra.run.smithi118.stdout:firewalld does not appear to be present 2024-04-02T15:09:06.803 INFO:teuthology.orchestra.run.smithi118.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T15:09:06.803 INFO:teuthology.orchestra.run.smithi118.stdout:firewalld does not appear to be present 2024-04-02T15:09:06.803 INFO:teuthology.orchestra.run.smithi118.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-02T15:09:06.803 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mgr to start... 2024-04-02T15:09:06.803 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mgr... 2024-04-02T15:09:08.140 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.131+0000 7fa438feb200 -1 mgr[py] Error loading module 'restful': (22) Invalid argument 2024-04-02T15:09:08.140 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.147+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21574]: audit 2024-04-02T15:09:08.244501+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.118:0/1313179316' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T15:09:08.406 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.147+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.406 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.151+0000 7fa438feb200 -1 mgr[py] Class not found in module 'stats' 2024-04-02T15:09:08.406 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.151+0000 7fa438feb200 -1 mgr[py] Error loading module 'stats': (22) Invalid argument 2024-04-02T15:09:08.406 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.171+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.406 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.171+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.175+0000 7fa438feb200 -1 mgr[py] Class not found in module 'k8sevents' 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.175+0000 7fa438feb200 -1 mgr[py] Error loading module 'k8sevents': (22) Invalid argument 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.191+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.191+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.195+0000 7fa438feb200 -1 mgr[py] Class not found in module 'localpool' 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.195+0000 7fa438feb200 -1 mgr[py] Error loading module 'localpool': (22) Invalid argument 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.211+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.211+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.215+0000 7fa438feb200 -1 mgr[py] Class not found in module 'rook' 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.215+0000 7fa438feb200 -1 mgr[py] Error loading module 'rook': (22) Invalid argument 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.231+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.231+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.239+0000 7fa438feb200 -1 mgr[py] Class not found in module 'iostat' 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.239+0000 7fa438feb200 -1 mgr[py] Error loading module 'iostat': (22) Invalid argument 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.255+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.407 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.255+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.408 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.263+0000 7fa438feb200 -1 mgr[py] Class not found in module 'telemetry' 2024-04-02T15:09:08.408 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.263+0000 7fa438feb200 -1 mgr[py] Error loading module 'telemetry': (22) Invalid argument 2024-04-02T15:09:08.408 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.287+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.408 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.287+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.408 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.295+0000 7fa438feb200 -1 mgr[py] Class not found in module 'dashboard' 2024-04-02T15:09:08.408 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.295+0000 7fa438feb200 -1 mgr[py] Error loading module 'dashboard': (22) Invalid argument 2024-04-02T15:09:08.408 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.311+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.408 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.311+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.408 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.315+0000 7fa438feb200 -1 mgr[py] Class not found in module 'osd_support' 2024-04-02T15:09:08.408 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.315+0000 7fa438feb200 -1 mgr[py] Error loading module 'osd_support': (22) Invalid argument 2024-04-02T15:09:08.408 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.331+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.331+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.335+0000 7fa438feb200 -1 mgr[py] Class not found in module 'selftest' 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.335+0000 7fa438feb200 -1 mgr[py] Error loading module 'selftest': (22) Invalid argument 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.351+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.351+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.355+0000 7fa438feb200 -1 mgr[py] Class not found in module 'progress' 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.355+0000 7fa438feb200 -1 mgr[py] Error loading module 'progress': (22) Invalid argument 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.371+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.371+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.375+0000 7fa438feb200 -1 mgr[py] Class not found in module 'rgw' 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.375+0000 7fa438feb200 -1 mgr[py] Error loading module 'rgw': (22) Invalid argument 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.395+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.395+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.399+0000 7fa438feb200 -1 mgr[py] Class not found in module 'crash' 2024-04-02T15:09:08.409 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.399+0000 7fa438feb200 -1 mgr[py] Error loading module 'crash': (22) Invalid argument 2024-04-02T15:09:08.410 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.415+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.659 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.415+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.659 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.419+0000 7fa438feb200 -1 mgr[py] Class not found in module 'telegraf' 2024-04-02T15:09:08.659 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.419+0000 7fa438feb200 -1 mgr[py] Error loading module 'telegraf': (22) Invalid argument 2024-04-02T15:09:08.659 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.435+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.435+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.439+0000 7fa438feb200 -1 mgr[py] Class not found in module 'mds_autoscaler' 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.439+0000 7fa438feb200 -1 mgr[py] Error loading module 'mds_autoscaler': (22) Invalid argument 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.455+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.455+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.463+0000 7fa438feb200 -1 mgr[py] Class not found in module 'pg_autoscaler' 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.463+0000 7fa438feb200 -1 mgr[py] Error loading module 'pg_autoscaler': (22) Invalid argument 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.479+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.479+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.483+0000 7fa438feb200 -1 mgr[py] Class not found in module 'zabbix' 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.483+0000 7fa438feb200 -1 mgr[py] Error loading module 'zabbix': (22) Invalid argument 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.523+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.523+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.660 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.527+0000 7fa438feb200 -1 mgr[py] Class not found in module 'nfs' 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.527+0000 7fa438feb200 -1 mgr[py] Error loading module 'nfs': (22) Invalid argument 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.543+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.543+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.547+0000 7fa438feb200 -1 mgr[py] Class not found in module 'balancer' 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.547+0000 7fa438feb200 -1 mgr[py] Error loading module 'balancer': (22) Invalid argument 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.563+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.563+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.567+0000 7fa438feb200 -1 mgr[py] Class not found in module 'mirroring' 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.567+0000 7fa438feb200 -1 mgr[py] Error loading module 'mirroring': (22) Invalid argument 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.583+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.583+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.587+0000 7fa438feb200 -1 mgr[py] Class not found in module 'diskprediction_local' 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.587+0000 7fa438feb200 -1 mgr[py] Error loading module 'diskprediction_local': (22) Invalid argument 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.603+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.661 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.603+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.662 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.607+0000 7fa438feb200 -1 mgr[py] Class not found in module 'orchestrator' 2024-04-02T15:09:08.662 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.607+0000 7fa438feb200 -1 mgr[py] Error loading module 'orchestrator': (22) Invalid argument 2024-04-02T15:09:08.662 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.623+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.662 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.623+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.662 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.631+0000 7fa438feb200 -1 mgr[py] Class not found in module 'insights' 2024-04-02T15:09:08.662 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.631+0000 7fa438feb200 -1 mgr[py] Error loading module 'insights': (22) Invalid argument 2024-04-02T15:09:08.662 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.647+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.662 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.647+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.662 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.651+0000 7fa438feb200 -1 mgr[py] Class not found in module 'rbd_support' 2024-04-02T15:09:08.662 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.651+0000 7fa438feb200 -1 mgr[py] Error loading module 'rbd_support': (22) Invalid argument 2024-04-02T15:09:08.662 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.667+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.920 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-04-02T15:09:08.920 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2024-04-02T15:09:08.920 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsid": "b1c6a3b4-f102-11ee-b647-cb9ed24678a4", 2024-04-02T15:09:08.920 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T15:09:08.920 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 0 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T15:09:08.921 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T15:09:08.922 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:08.922 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T15:09:08.922 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:09:08.922 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T15:09:08.922 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T15:09:08.922 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T15:09:08.925 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T15:09:08.926 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:09:08.927 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:08.928 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T15:09:08.928 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:09:08.928 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T15:08:59.220382+0000", 2024-04-02T15:09:08.928 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:09:08.928 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:08.928 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T15:09:08.928 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2024-04-02T15:09:08.928 INFO:teuthology.orchestra.run.smithi118.stdout:mgr not available, waiting (1/15)... 2024-04-02T15:09:08.986 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.667+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.986 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.671+0000 7fa438feb200 -1 mgr[py] Class not found in module 'alerts' 2024-04-02T15:09:08.986 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.671+0000 7fa438feb200 -1 mgr[py] Error loading module 'alerts': (22) Invalid argument 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.687+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.687+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.691+0000 7fa438feb200 -1 mgr[py] Class not found in module 'test_orchestrator' 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.691+0000 7fa438feb200 -1 mgr[py] Error loading module 'test_orchestrator': (22) Invalid argument 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.707+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.707+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.711+0000 7fa438feb200 -1 mgr[py] Class not found in module 'cephadm' 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.711+0000 7fa438feb200 -1 mgr[py] Error loading module 'cephadm': (22) Invalid argument 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.767+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.767+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.771+0000 7fa438feb200 -1 mgr[py] Class not found in module 'influx' 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.771+0000 7fa438feb200 -1 mgr[py] Error loading module 'influx': (22) Invalid argument 2024-04-02T15:09:08.987 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.787+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.787+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.791+0000 7fa438feb200 -1 mgr[py] Class not found in module 'status' 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.791+0000 7fa438feb200 -1 mgr[py] Error loading module 'status': (22) Invalid argument 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.807+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.807+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.811+0000 7fa438feb200 -1 mgr[py] Class not found in module 'volumes' 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.811+0000 7fa438feb200 -1 mgr[py] Error loading module 'volumes': (22) Invalid argument 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.827+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.827+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.831+0000 7fa438feb200 -1 mgr[py] Class not found in module 'osd_perf_query' 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.831+0000 7fa438feb200 -1 mgr[py] Error loading module 'osd_perf_query': (22) Invalid argument 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.847+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.847+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.855+0000 7fa438feb200 -1 mgr[py] Class not found in module 'prometheus' 2024-04-02T15:09:08.988 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.855+0000 7fa438feb200 -1 mgr[py] Error loading module 'prometheus': (22) Invalid argument 2024-04-02T15:09:08.989 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.871+0000 7fa438feb200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:09:08.989 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.871+0000 7fa438feb200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:09:08.989 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.875+0000 7fa438feb200 -1 mgr[py] Class not found in module 'snap_schedule' 2024-04-02T15:09:08.989 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.875+0000 7fa438feb200 -1 mgr[py] Error loading module 'snap_schedule': (22) Invalid argument 2024-04-02T15:09:08.989 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:08 smithi118 bash[21831]: debug 2024-04-02T15:09:08.875+0000 7fa438feb200 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: devicehealth, restful, stats, k8sevents, localpool, rook, iostat, telemetry, dashboard, osd_support, selftest, progress, rgw, crash, telegraf, mds_autoscaler, pg_autoscaler, zabbix, nfs, balancer, mirroring, diskprediction_local, orchestrator, insights, rbd_support, alerts, test_orchestrator, cephadm, influx, status, volumes, osd_perf_query, prometheus, snap_schedule 2024-04-02T15:09:09.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:09 smithi118 bash[21574]: cluster 2024-04-02T15:09:08.899431+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon a 2024-04-02T15:09:09.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:09 smithi118 bash[21574]: cluster 2024-04-02T15:09:08.902679+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00327299s) 2024-04-02T15:09:09.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:09 smithi118 bash[21574]: audit 2024-04-02T15:09:08.903531+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.118:0/419787385' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-02T15:09:09.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:09 smithi118 bash[21574]: audit 2024-04-02T15:09:08.903684+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.118:0/419787385' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-02T15:09:09.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:09 smithi118 bash[21574]: audit 2024-04-02T15:09:08.903809+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.118:0/419787385' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-02T15:09:09.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:09 smithi118 bash[21574]: audit 2024-04-02T15:09:08.903938+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.118:0/419787385' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-02T15:09:09.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:09 smithi118 bash[21574]: audit 2024-04-02T15:09:08.904724+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.118:0/419787385' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-02T15:09:09.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:09 smithi118 bash[21574]: cluster 2024-04-02T15:09:08.935026+0000 mon.a (mon.0) 21 : cluster [INF] Manager daemon a is now available 2024-04-02T15:09:11.236 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:10 smithi118 bash[21574]: cluster 2024-04-02T15:09:09.906277+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e3: a(active, since 1.00687s) 2024-04-02T15:09:12.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:12 smithi118 bash[21574]: audit 2024-04-02T15:09:11.988354+0000 mon.a (mon.0) 23 : audit [DBG] from='client.? 172.21.15.118:0/980281650' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T15:09:12.570 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-04-02T15:09:12.570 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2024-04-02T15:09:12.570 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsid": "b1c6a3b4-f102-11ee-b647-cb9ed24678a4", 2024-04-02T15:09:12.570 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T15:09:12.570 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T15:09:12.570 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T15:09:12.570 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T15:09:12.570 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:12.570 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 0 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:12.576 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T15:09:12.577 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T15:09:12.578 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T15:09:12.579 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:09:12.579 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:09:12.579 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:12.579 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T15:09:12.579 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:09:12.579 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T15:08:59.220382+0000", 2024-04-02T15:09:12.579 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:09:12.579 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:09:12.579 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T15:09:12.579 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2024-04-02T15:09:12.579 INFO:teuthology.orchestra.run.smithi118.stdout:mgr is available 2024-04-02T15:09:13.985 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:13 smithi118 bash[21574]: audit 2024-04-02T15:09:13.600029+0000 mon.a (mon.0) 24 : audit [INF] from='client.? 172.21.15.118:0/1783335718' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T15:09:14.191 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout fsid = b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T15:09:14.192 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T15:09:14.193 INFO:teuthology.orchestra.run.smithi118.stdout:Enabling cephadm module... 2024-04-02T15:09:15.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:15 smithi118 bash[21574]: audit 2024-04-02T15:09:15.170273+0000 mon.a (mon.0) 25 : audit [INF] from='client.? 172.21.15.118:0/237046981' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-02T15:09:15.745 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 2 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi118 -v /var/log/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmp43m54x1l:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmppyitrzbi:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm 2024-04-02T15:09:15.745 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stderr Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-02T15:09:15.745 INFO:teuthology.orchestra.run.smithi118.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:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi118 -v /var/log/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmp43m54x1l:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmppyitrzbi:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-02T15:09:15.746 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-04-02T15:09:15.746 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-02T15:09:15.746 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-02T15:09:15.746 INFO:teuthology.orchestra.run.smithi118.stdout: *************** 2024-04-02T15:09:15.746 INFO:teuthology.orchestra.run.smithi118.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-04-02T15:09:15.746 INFO:teuthology.orchestra.run.smithi118.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-04-02T15:09:15.746 INFO:teuthology.orchestra.run.smithi118.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-04-02T15:09:15.746 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-02T15:09:15.746 INFO:teuthology.orchestra.run.smithi118.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-04-02T15:09:15.747 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-02T15:09:15.747 INFO:teuthology.orchestra.run.smithi118.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-04-02T15:09:15.747 INFO:teuthology.orchestra.run.smithi118.stdout: *************** 2024-04-02T15:09:15.747 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-02T15:09:15.747 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-02T15:09:15.747 INFO:teuthology.orchestra.run.smithi118.stdout:Deleting cluster with fsid: b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:18.282 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/docker: stdout 8b4065b89835,96.43MiB / 31.23GiB 2024-04-02T15:09:18.282 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/docker: stdout f7c9384488e7,18.28MiB / 31.23GiB 2024-04-02T15:09:20.291 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/docker: stdout 8b4065b89835,0.21% 2024-04-02T15:09:20.292 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/docker: stdout f7c9384488e7,0.13% 2024-04-02T15:09:20.695 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:20 smithi118 systemd[1]: Stopping Ceph mon.a for b1c6a3b4-f102-11ee-b647-cb9ed24678a4... 2024-04-02T15:09:20.696 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:20 smithi118 bash[21574]: debug 2024-04-02T15:09:20.463+0000 7fb0fb62f700 -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-04-02T15:09:20.696 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:20 smithi118 bash[21574]: debug 2024-04-02T15:09:20.463+0000 7fb0fb62f700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T15:09:21.373 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:21 smithi118 bash[22347]: ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:09:21.636 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4.target.wants/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a.service. 2024-04-02T15:09:21.641 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 5 from systemctl stop ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:09:21.641 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to stop ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T15:09:21.646 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:09:21.646 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T15:09:21.654 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl disable ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:09:21.654 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mon.a.service does not exist. 2024-04-02T15:09:21.658 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:21 smithi118 systemd[1]: /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@.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-04-02T15:09:21.658 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:21 smithi118 bash[22410]: ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:09:21.658 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:21 smithi118 systemd[1]: ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T15:09:21.658 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:21 smithi118 systemd[1]: Stopped Ceph mon.a for b1c6a3b4-f102-11ee-b647-cb9ed24678a4. 2024-04-02T15:09:21.658 INFO:journalctl@ceph.mon.a.smithi118.stdout:Apr 02 15:09:21 smithi118 systemd[1]: /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@.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-04-02T15:09:21.949 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:21 smithi118 systemd[1]: Stopping Ceph mgr.a for b1c6a3b4-f102-11ee-b647-cb9ed24678a4... 2024-04-02T15:09:21.949 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:21 smithi118 bash[21831]: debug 2024-04-02T15:09:21.791+0000 7fa42d5d9700 -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-04-02T15:09:21.949 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:21 smithi118 bash[21831]: debug 2024-04-02T15:09:21.791+0000 7fa42d5d9700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-02T15:09:22.235 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:22 smithi118 bash[22477]: ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-mgr-a 2024-04-02T15:09:22.589 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4.target.wants/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mgr.a.service. 2024-04-02T15:09:22.594 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 5 from systemctl stop ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mgr.a.service 2024-04-02T15:09:22.594 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to stop ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mgr.a.service: Unit ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mgr.a.service not loaded. 2024-04-02T15:09:22.598 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mgr.a.service 2024-04-02T15:09:22.599 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mgr.a.service: Unit ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mgr.a.service not loaded. 2024-04-02T15:09:22.607 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl disable ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mgr.a.service 2024-04-02T15:09:22.607 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-init@mgr.a.service does not exist. 2024-04-02T15:09:22.626 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:22 smithi118 bash[22537]: Error response from daemon: No such container: ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4-mgr-a 2024-04-02T15:09:22.626 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:22 smithi118 systemd[1]: ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mgr.a.service: Deactivated successfully. 2024-04-02T15:09:22.626 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:22 smithi118 systemd[1]: Stopped Ceph mgr.a for b1c6a3b4-f102-11ee-b647-cb9ed24678a4. 2024-04-02T15:09:22.626 INFO:journalctl@ceph.mgr.a.smithi118.stdout:Apr 02 15:09:22 smithi118 systemd[1]: /etc/systemd/system/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@.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-04-02T15:09:22.807 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:09:22.808 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Removed /etc/systemd/system/ceph.target.wants/ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:09:23.021 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-02T15:09:23.024 INFO:teuthology.orchestra.run.smithi118.stderr:Traceback (most recent call last): 2024-04-02T15:09:23.024 INFO:teuthology.orchestra.run.smithi118.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-02T15:09:23.036 INFO:teuthology.orchestra.run.smithi118.stderr: return _run_code(code, main_globals, None, 2024-04-02T15:09:23.036 INFO:teuthology.orchestra.run.smithi118.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-02T15:09:23.036 INFO:teuthology.orchestra.run.smithi118.stderr: exec(code, run_globals) 2024-04-02T15:09:23.036 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 5608, in 2024-04-02T15:09:23.036 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 5596, in main 2024-04-02T15:09:23.036 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 2693, in _rollback 2024-04-02T15:09:23.036 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 445, in _default_image 2024-04-02T15:09:23.036 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 2925, in command_bootstrap 2024-04-02T15:09:23.036 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 2387, in enable_cephadm_mgr_module 2024-04-02T15:09:23.037 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 2854, in cli 2024-04-02T15:09:23.037 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-04-02T15:09:23.037 INFO:teuthology.orchestra.run.smithi118.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-02T15:09:23.037 INFO:teuthology.orchestra.run.smithi118.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:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi118 -v /var/log/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmp43m54x1l:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmppyitrzbi:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-02T15:09:23.037 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-04-02T15:09:23.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:09:23.080 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-02T15:09:23.080 DEBUG:teuthology.orchestra.run.smithi118:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:09:23.085 DEBUG:teuthology.orchestra.run.smithi134:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:09:23.091 DEBUG:teuthology.orchestra.run.smithi192:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:09:23.098 INFO:tasks.cephadm:Stopping all daemons... 2024-04-02T15:09:23.098 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-02T15:09:23.098 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T15:09:23.144 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T15:09:23.145 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-04-02T15:09:23.145 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi118 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 --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.118 --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_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi118 with status 5: 'sudo systemctl stop ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:09:23.147 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi118 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 --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.118 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi118 with status 5: 'sudo systemctl stop ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:09:23.148 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-02T15:09:23.149 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/lib/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062/remote/smithi118/crash 2024-04-02T15:09:23.150 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/lib/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:09:23.199 INFO:teuthology.orchestra.run.smithi118.stderr:tar: /var/lib/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:09:23.199 INFO:teuthology.orchestra.run.smithi118.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:09:23.200 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062/remote/smithi134/crash 2024-04-02T15:09:23.201 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:09:23.215 INFO:teuthology.orchestra.run.smithi134.stderr:tar: /var/lib/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:09:23.215 INFO:teuthology.orchestra.run.smithi134.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:09:23.217 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062/remote/smithi192/crash 2024-04-02T15:09:23.218 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:09:23.230 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:09:23.231 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:09:23.232 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-02T15:09:23.232 DEBUG:teuthology.orchestra.run.smithi118:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-02T15:09:23.254 INFO:teuthology.orchestra.run.smithi118.stderr:grep: /var/log/ceph/b1c6a3b4-f102-11ee-b647-cb9ed24678a4/ceph.log: No such file or directory 2024-04-02T15:09:23.255 INFO:tasks.cephadm:Compressing logs... 2024-04-02T15:09:23.255 DEBUG:teuthology.orchestra.run.smithi118:> 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-04-02T15:09:23.301 DEBUG:teuthology.orchestra.run.smithi134:> 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-04-02T15:09:23.304 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-02T15:09:23.309 INFO:teuthology.orchestra.run.smithi118.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-02T15:09:23.315 INFO:teuthology.orchestra.run.smithi134.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-02T15:09:23.317 INFO:teuthology.orchestra.run.smithi192.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-02T15:09:23.326 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-04-02T15:09:23.327 INFO:teuthology.orchestra.run.smithi118.stderr:real 0m0.023s 2024-04-02T15:09:23.327 INFO:teuthology.orchestra.run.smithi118.stderr:user 0m0.013s 2024-04-02T15:09:23.327 INFO:teuthology.orchestra.run.smithi118.stderr:sys 0m0.000s 2024-04-02T15:09:23.328 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-02T15:09:23.329 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/cephadm.log: 56.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-02T15:09:23.331 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-04-02T15:09:23.331 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m0.025s 2024-04-02T15:09:23.331 INFO:teuthology.orchestra.run.smithi134.stderr:user 0m0.010s 2024-04-02T15:09:23.331 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m0.012s 2024-04-02T15:09:23.420 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-02T15:09:23.421 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/cephadm.log: 56.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-02T15:09:23.424 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-02T15:09:23.424 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m0.115s 2024-04-02T15:09:23.424 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m0.009s 2024-04-02T15:09:23.424 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m0.015s 2024-04-02T15:09:23.424 INFO:tasks.cephadm:Archiving logs... 2024-04-02T15:09:23.424 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062/remote/smithi118/log 2024-04-02T15:09:23.425 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:09:23.438 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062/remote/smithi134/log 2024-04-02T15:09:23.439 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:09:23.453 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062/remote/smithi192/log 2024-04-02T15:09:23.454 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:09:23.480 INFO:tasks.cephadm:Removing cluster... 2024-04-02T15:09:23.480 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 --force 2024-04-02T15:09:23.650 INFO:teuthology.orchestra.run.smithi118.stdout:Deleting cluster with fsid: b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:25.031 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 --force 2024-04-02T15:09:25.198 INFO:teuthology.orchestra.run.smithi134.stdout:Deleting cluster with fsid: b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:26.519 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 --force 2024-04-02T15:09:26.687 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: b1c6a3b4-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:28.004 INFO:tasks.cephadm:Removing cephadm ... 2024-04-02T15:09:28.004 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:09:28.015 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:09:28.038 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:09:28.047 INFO:tasks.cephadm:Teardown complete 2024-04-02T15:09:28.048 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi118 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 --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.118 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 2194, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 1823, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi118 with status 5: 'sudo systemctl stop ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:09:28.256 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=685667c671094cd897ae0cb13957e746 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi118 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid b1c6a3b4-f102-11ee-b647-cb9ed24678a4 --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.118 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 2194, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 1823, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi118 with status 5: 'sudo systemctl stop ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:09:28.261 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-02T15:09:28.412 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-02T15:09:28.567 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-04-02T15:09:28.567 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T15:09:28.576 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T15:09:28.587 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T15:09:28.688 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-02T15:09:28.764 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-02T15:09:28.765 DEBUG:teuthology.orchestra.run.smithi118:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:09:28.768 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:09:28.771 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:09:28.779 INFO:teuthology.orchestra.run.smithi118.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:09:28.779 INFO:teuthology.orchestra.run.smithi118.stdout:============================================================================== 2024-04-02T15:09:28.779 INFO:teuthology.orchestra.run.smithi118.stdout:*hv01.front.sepi 44.4.53.2 2 u 60 64 17 0.123 -0.454 1.672 2024-04-02T15:09:28.779 INFO:teuthology.orchestra.run.smithi118.stdout: hv02.front.sepi 63.231.80.2 3 u 56 64 17 0.168 +0.177 1.688 2024-04-02T15:09:28.780 INFO:teuthology.orchestra.run.smithi118.stdout:+hv03.front.sepi 74.6.168.72 3 u 61 64 17 0.076 -2.501 1.654 2024-04-02T15:09:28.780 INFO:teuthology.orchestra.run.smithi118.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:09:28.782 INFO:teuthology.orchestra.run.smithi134.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:09:28.782 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================== 2024-04-02T15:09:28.782 INFO:teuthology.orchestra.run.smithi134.stdout:*hv01.front.sepi 44.4.53.2 2 u 60 64 17 0.087 -0.634 1.151 2024-04-02T15:09:28.782 INFO:teuthology.orchestra.run.smithi134.stdout: hv02.front.sepi 63.231.80.2 3 u 57 64 17 0.116 -0.128 1.182 2024-04-02T15:09:28.782 INFO:teuthology.orchestra.run.smithi134.stdout: hv03.front.sepi 74.6.168.72 3 u 59 64 17 0.119 -2.684 1.277 2024-04-02T15:09:28.783 INFO:teuthology.orchestra.run.smithi134.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:09:28.784 INFO:teuthology.orchestra.run.smithi192.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:09:28.784 INFO:teuthology.orchestra.run.smithi192.stdout:============================================================================== 2024-04-02T15:09:28.784 INFO:teuthology.orchestra.run.smithi192.stdout: hv01.front.sepi 44.4.53.2 2 u 57 64 17 0.138 -2.655 1.462 2024-04-02T15:09:28.784 INFO:teuthology.orchestra.run.smithi192.stdout:*hv02.front.sepi 63.231.80.2 3 u 59 64 17 0.126 -2.178 1.336 2024-04-02T15:09:28.784 INFO:teuthology.orchestra.run.smithi192.stdout: hv03.front.sepi 74.6.168.72 3 u 58 64 17 0.103 -4.754 1.298 2024-04-02T15:09:28.784 INFO:teuthology.orchestra.run.smithi192.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:09:28.785 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-02T15:09:28.819 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-02T15:09:28.820 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-02T15:09:28.858 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-02T15:09:28.881 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-02T15:09:28.891 INFO:teuthology.task.internal:Duration was 694.637187 seconds 2024-04-02T15:09:28.891 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-02T15:09:28.901 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-02T15:09:28.901 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:09:28.904 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:09:28.906 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:09:28.943 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-02T15:09:28.943 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi118.front.sepia.ceph.com 2024-04-02T15:09:28.943 DEBUG:teuthology.orchestra.run.smithi118:> 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-04-02T15:09:28.989 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2024-04-02T15:09:28.990 DEBUG:teuthology.orchestra.run.smithi134:> 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-04-02T15:09:28.999 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2024-04-02T15:09:29.000 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-02T15:09:29.009 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-02T15:09:29.010 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:09:29.033 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:09:29.048 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:09:29.078 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-02T15:09:29.079 DEBUG:teuthology.orchestra.run.smithi118:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:09:29.105 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:09:29.117 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:09:29.175 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-02T15:09:29.184 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-02T15:09:29.185 DEBUG:teuthology.orchestra.run.smithi118:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:09:29.195 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:09:29.205 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:09:29.216 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-02T15:09:29.225 DEBUG:teuthology.orchestra.run.smithi118:> 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-04-02T15:09:29.237 DEBUG:teuthology.orchestra.run.smithi134:> 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-04-02T15:09:29.244 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = core 2024-04-02T15:09:29.252 DEBUG:teuthology.orchestra.run.smithi192:> 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-04-02T15:09:29.262 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2024-04-02T15:09:29.268 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2024-04-02T15:09:29.292 DEBUG:teuthology.orchestra.run.smithi118:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:09:29.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:09:29.324 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:09:29.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:09:29.340 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:09:29.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:09:29.344 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-02T15:09:29.354 INFO:teuthology.task.internal:Transferring archived files... 2024-04-02T15:09:29.355 DEBUG:teuthology.misc:Transferring archived files from smithi118:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062/remote/smithi118 2024-04-02T15:09:29.355 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:09:29.389 DEBUG:teuthology.misc:Transferring archived files from smithi134:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062/remote/smithi134 2024-04-02T15:09:29.389 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:09:29.412 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062/remote/smithi192 2024-04-02T15:09:29.412 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:09:29.433 INFO:teuthology.task.internal:Removing archive directory... 2024-04-02T15:09:29.434 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:09:29.436 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:09:29.453 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:09:29.475 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-02T15:09:29.485 INFO:teuthology.task.internal:Not uploading archives. 2024-04-02T15:09:29.485 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-02T15:09:29.548 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-02T15:09:29.548 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:09:29.551 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:09:29.553 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:09:29.555 INFO:teuthology.orchestra.run.smithi118.stdout: 658624 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:09 /home/ubuntu/cephtest 2024-04-02T15:09:29.557 INFO:teuthology.orchestra.run.smithi134.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:09 /home/ubuntu/cephtest 2024-04-02T15:09:29.559 INFO:teuthology.orchestra.run.smithi192.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:09 /home/ubuntu/cephtest 2024-04-02T15:09:29.560 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-02T15:09:29.570 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-02T15:09:29.590 INFO:teuthology.nuke:Checking targets against current locks 2024-04-02T15:09:29.616 DEBUG:teuthology.nuke:shortname: smithi118 2024-04-02T15:09:29.617 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:09:29.642 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062', '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-04-02 14:48:20.295456', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFPrD62tpd0lxaLsCUZ2sKUhv1qir8DhkwgMiEyDDRriAThEEzpduFZAww5vBSVCm/f9sry+wsAZjqdozlpZDgY='} 2024-04-02T15:09:29.643 DEBUG:teuthology.nuke:shortname: smithi134 2024-04-02T15:09:29.643 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:09:29.671 DEBUG:teuthology.nuke:shortname: smithi192 2024-04-02T15:09:29.671 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:09:29.677 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062', '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-04-02 14:48:20.296801', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJE8/cCNgxUXSHGZO1mB0u+RwPekkUrYPdW6Gi3kbKxlbfuNHeJBF8JggFD4qtvZdu5XdmH+4gC0Vfr64ngEzxc='} 2024-04-02T15:09:29.707 INFO:teuthology.orchestra.console.smithi118:Power off 2024-04-02T15:09:29.708 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:09:29.719 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636062', '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-04-02 14:48:20.293425', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH2sQ1S11f1gkDoEYaut4eXpN1HLqu5ktXU4/bEwZ7GESNM342kooz0yH+M5qDkL3/wov0ubdxtaFA95RHyVTP4='} 2024-04-02T15:09:29.731 DEBUG:teuthology.orchestra.console.smithi118:power off output: Chassis Power Control: Down/Off 2024-04-02T15:09:29.732 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:09:29.752 INFO:teuthology.orchestra.console.smithi134:Power off 2024-04-02T15:09:29.752 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:09:29.766 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-04-02T15:09:29.774 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2024-04-02T15:09:29.774 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:09:29.795 INFO:teuthology.orchestra.console.smithi192:Power off 2024-04-02T15:09:29.796 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:09:29.806 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-04-02T15:09:29.820 DEBUG:teuthology.orchestra.console.smithi192:power off output: Chassis Power Control: Down/Off 2024-04-02T15:09:29.820 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:09:29.843 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-04-02T15:09:33.768 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:09:33.807 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:09:33.844 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:09:33.879 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-04-02T15:09:33.917 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-04-02T15:09:33.955 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-04-02T15:09:37.884 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:09:37.918 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:09:37.955 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:09:37.997 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is off 2024-04-02T15:09:38.029 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2024-04-02T15:09:38.068 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-04-02T15:09:38.099 INFO:teuthology.orchestra.console.smithi118:Power off completed 2024-04-02T15:09:38.130 INFO:teuthology.orchestra.console.smithi134:Power off completed 2024-04-02T15:09:42.070 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:09:42.180 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is off 2024-04-02T15:09:42.281 INFO:teuthology.orchestra.console.smithi192:Power off completed 2024-04-02T15:09:42.385 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: 694.6371867656708 failure_reason: 'Command failed on smithi118 with status 5: ''sudo systemctl stop ceph-b1c6a3b4-f102-11ee-b647-cb9ed24678a4@mon.a''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=685667c671094cd897ae0cb13957e746 status: fail success: false 2024-04-02T15:09:42.386 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T15:09:42.471 INFO:teuthology.run:FAIL