2024-04-02T15:44:17.995 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-02T15:44:17.996 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} --owner scheduled_gabrioux@teuthology --name gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi --verbose --archive /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636224 -- /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636224/orig.config.yaml 2024-04-02T15:44:18.024 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T15:44:18.095 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/7636224 branch: wip-guits-testing-2024-04-02-0703 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} email: gabrioux@ibm.com first_in_suite: false job_id: '7636224' 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: smithi053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIUL3Xfa8oWdeKYdfkx9hhXGaT5b5flL0NJ9GxCFaxRa+GmfYGjimwb9Rs8gIW6ymMac4Y3iuZBhzoFYy+IBz54= smithi153.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAHUzBgskhR3Rx2R+X0V5LuYRialLMI993GDdaw9SU4lPabZy1/wnp45mYUlAFTbz9lkeRKVAU6tk71+wL+3M8Q= smithi169.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJFtJlLYCw3LZV3MOhSP5AToLZRzl4Lueo+yCW0hv1si6HgOiS4aV4fjNxhYe8EEv0CLCC8dBfnNF+n3eZHF/A0= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' 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-02T15:44:18.095 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-02T15:44:18.096 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks 2024-04-02T15:44:18.096 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-02T15:44:18.097 INFO:teuthology.task.internal:Checking packages... 2024-04-02T15:44:18.121 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '3f3f3ed992429b85be729743ad3b39d52dd90744' 2024-04-02T15:44:18.121 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-02T15:44:18.121 INFO:teuthology.packaging:ref: None 2024-04-02T15:44:18.121 INFO:teuthology.packaging:tag: None 2024-04-02T15:44:18.121 INFO:teuthology.packaging:branch: wip-guits-testing-2024-04-02-0703 2024-04-02T15:44:18.121 INFO:teuthology.packaging:sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:44:18.121 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-02T15:44:18.263 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:44:18.265 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-02T15:44:18.274 INFO:teuthology.task.internal:no buildpackages task found 2024-04-02T15:44:18.274 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-02T15:44:18.307 INFO:teuthology.task.internal:Saving configuration 2024-04-02T15:44:18.319 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-02T15:44:18.333 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:44:18.361 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.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/7636224', '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 15:35:44.760034', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINQSTN3GGsCRnnVTilb/2rzs2SUEIJH3Deu2NXYQvXe+'} 2024-04-02T15:44:18.383 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.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/7636224', '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 15:35:44.761038', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKfdgX6dpBr4J0D/6tdN8EZc9ZiAID/dkeDVKflRtbMW'} 2024-04-02T15:44:18.403 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.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/7636224', '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 15:35:44.762584', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFq4rU8rUIEGkkR+a9jAxqr9grec9QUWccIHfH84DlLM'} 2024-04-02T15:44:18.404 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-02T15:44:18.410 INFO:teuthology.task.internal:roles: ubuntu@smithi053.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-02T15:44:18.410 INFO:teuthology.task.internal:roles: ubuntu@smithi153.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-02T15:44:18.410 INFO:teuthology.task.internal:roles: ubuntu@smithi169.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-02T15:44:18.411 INFO:teuthology.run_tasks:Running task console_log... 2024-04-02T15:44:18.526 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f35d18ace50>, signals=[15]) 2024-04-02T15:44:18.526 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-02T15:44:18.533 INFO:teuthology.task.internal:Opening connections... 2024-04-02T15:44:18.533 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi053.front.sepia.ceph.com 2024-04-02T15:44:18.535 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:44:18.621 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi153.front.sepia.ceph.com 2024-04-02T15:44:18.622 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:44:18.700 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi169.front.sepia.ceph.com 2024-04-02T15:44:18.701 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:44:18.776 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-02T15:44:18.783 DEBUG:teuthology.orchestra.run.smithi053:> uname -m 2024-04-02T15:44:18.789 INFO:teuthology.orchestra.run.smithi053.stdout:x86_64 2024-04-02T15:44:18.789 DEBUG:teuthology.orchestra.run.smithi053:> cat /etc/os-release 2024-04-02T15:44:18.837 INFO:teuthology.orchestra.run.smithi053.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-02T15:44:18.837 INFO:teuthology.orchestra.run.smithi053.stdout:NAME="Ubuntu" 2024-04-02T15:44:18.837 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_ID="22.04" 2024-04-02T15:44:18.838 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-02T15:44:18.838 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_CODENAME=jammy 2024-04-02T15:44:18.838 INFO:teuthology.orchestra.run.smithi053.stdout:ID=ubuntu 2024-04-02T15:44:18.838 INFO:teuthology.orchestra.run.smithi053.stdout:ID_LIKE=debian 2024-04-02T15:44:18.838 INFO:teuthology.orchestra.run.smithi053.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-02T15:44:18.838 INFO:teuthology.orchestra.run.smithi053.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-02T15:44:18.838 INFO:teuthology.orchestra.run.smithi053.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-02T15:44:18.838 INFO:teuthology.orchestra.run.smithi053.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-02T15:44:18.838 INFO:teuthology.orchestra.run.smithi053.stdout:UBUNTU_CODENAME=jammy 2024-04-02T15:44:18.839 INFO:teuthology.lock.ops:Updating smithi053.front.sepia.ceph.com on lock server 2024-04-02T15:44:18.866 DEBUG:teuthology.orchestra.run.smithi153:> uname -m 2024-04-02T15:44:18.872 INFO:teuthology.orchestra.run.smithi153.stdout:x86_64 2024-04-02T15:44:18.872 DEBUG:teuthology.orchestra.run.smithi153:> cat /etc/os-release 2024-04-02T15:44:18.917 INFO:teuthology.orchestra.run.smithi153.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-02T15:44:18.917 INFO:teuthology.orchestra.run.smithi153.stdout:NAME="Ubuntu" 2024-04-02T15:44:18.917 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_ID="22.04" 2024-04-02T15:44:18.917 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-02T15:44:18.917 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_CODENAME=jammy 2024-04-02T15:44:18.917 INFO:teuthology.orchestra.run.smithi153.stdout:ID=ubuntu 2024-04-02T15:44:18.918 INFO:teuthology.orchestra.run.smithi153.stdout:ID_LIKE=debian 2024-04-02T15:44:18.918 INFO:teuthology.orchestra.run.smithi153.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-02T15:44:18.918 INFO:teuthology.orchestra.run.smithi153.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-02T15:44:18.918 INFO:teuthology.orchestra.run.smithi153.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-02T15:44:18.918 INFO:teuthology.orchestra.run.smithi153.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-02T15:44:18.918 INFO:teuthology.orchestra.run.smithi153.stdout:UBUNTU_CODENAME=jammy 2024-04-02T15:44:18.918 INFO:teuthology.lock.ops:Updating smithi153.front.sepia.ceph.com on lock server 2024-04-02T15:44:18.941 DEBUG:teuthology.orchestra.run.smithi169:> uname -m 2024-04-02T15:44:18.946 INFO:teuthology.orchestra.run.smithi169.stdout:x86_64 2024-04-02T15:44:18.947 DEBUG:teuthology.orchestra.run.smithi169:> cat /etc/os-release 2024-04-02T15:44:18.997 INFO:teuthology.orchestra.run.smithi169.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-02T15:44:18.998 INFO:teuthology.orchestra.run.smithi169.stdout:NAME="Ubuntu" 2024-04-02T15:44:18.998 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_ID="22.04" 2024-04-02T15:44:18.998 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-02T15:44:18.998 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_CODENAME=jammy 2024-04-02T15:44:18.998 INFO:teuthology.orchestra.run.smithi169.stdout:ID=ubuntu 2024-04-02T15:44:18.998 INFO:teuthology.orchestra.run.smithi169.stdout:ID_LIKE=debian 2024-04-02T15:44:18.998 INFO:teuthology.orchestra.run.smithi169.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-02T15:44:18.998 INFO:teuthology.orchestra.run.smithi169.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-02T15:44:18.998 INFO:teuthology.orchestra.run.smithi169.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-02T15:44:18.998 INFO:teuthology.orchestra.run.smithi169.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-02T15:44:18.998 INFO:teuthology.orchestra.run.smithi169.stdout:UBUNTU_CODENAME=jammy 2024-04-02T15:44:18.999 INFO:teuthology.lock.ops:Updating smithi169.front.sepia.ceph.com on lock server 2024-04-02T15:44:19.024 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-02T15:44:19.034 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-02T15:44:19.065 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-02T15:44:19.065 DEBUG:teuthology.orchestra.run.smithi053:> test '!' -e /home/ubuntu/cephtest 2024-04-02T15:44:19.068 DEBUG:teuthology.orchestra.run.smithi153:> test '!' -e /home/ubuntu/cephtest 2024-04-02T15:44:19.070 DEBUG:teuthology.orchestra.run.smithi169:> test '!' -e /home/ubuntu/cephtest 2024-04-02T15:44:19.075 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-02T15:44:19.090 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-02T15:44:19.091 DEBUG:teuthology.orchestra.run.smithi053:> test -z $(ls -A /var/lib/ceph) 2024-04-02T15:44:19.118 DEBUG:teuthology.orchestra.run.smithi153:> test -z $(ls -A /var/lib/ceph) 2024-04-02T15:44:19.121 DEBUG:teuthology.orchestra.run.smithi169:> test -z $(ls -A /var/lib/ceph) 2024-04-02T15:44:19.139 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-02T15:44:19.213 INFO:teuthology.run_tasks:Running task kernel... 2024-04-02T15:44:19.227 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-02T15:44:19.227 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-02T15:44:19.228 DEBUG:teuthology.orchestra.run.smithi053:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T15:44:19.228 DEBUG:teuthology.orchestra.run.smithi153:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T15:44:19.228 DEBUG:teuthology.orchestra.run.smithi169:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T15:44:19.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:44:19.233 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-04-02T15:44:19.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:44:19.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:44:19.235 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-04-02T15:44:19.235 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-04-02T15:44:19.282 INFO:teuthology.orchestra.run.smithi169.stdout:5.15.0-56-generic 2024-04-02T15:44:19.282 INFO:teuthology.task.kernel:Running kernel on smithi169: 5.15.0-56-generic 2024-04-02T15:44:19.282 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get clean 2024-04-02T15:44:19.285 INFO:teuthology.orchestra.run.smithi053.stdout:5.15.0-56-generic 2024-04-02T15:44:19.285 INFO:teuthology.task.kernel:Running kernel on smithi053: 5.15.0-56-generic 2024-04-02T15:44:19.285 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get clean 2024-04-02T15:44:19.286 INFO:teuthology.orchestra.run.smithi153.stdout:5.15.0-56-generic 2024-04-02T15:44:19.287 INFO:teuthology.task.kernel:Running kernel on smithi153: 5.15.0-56-generic 2024-04-02T15:44:19.287 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get clean 2024-04-02T15:44:19.411 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get update 2024-04-02T15:44:19.412 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get update 2024-04-02T15:44:19.449 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get update 2024-04-02T15:44:19.618 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:44:19.657 INFO:teuthology.orchestra.run.smithi053.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-02T15:44:19.665 INFO:teuthology.orchestra.run.smithi153.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-02T15:44:19.666 INFO:teuthology.orchestra.run.smithi153.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-02T15:44:19.676 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:44:19.677 INFO:teuthology.orchestra.run.smithi169.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-02T15:44:19.686 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-02T15:44:19.696 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:44:19.765 INFO:teuthology.orchestra.run.smithi053.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-02T15:44:19.831 INFO:teuthology.orchestra.run.smithi153.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-02T15:44:19.841 INFO:teuthology.orchestra.run.smithi169.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-02T15:44:19.921 INFO:teuthology.orchestra.run.smithi153.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-02T15:44:19.952 INFO:teuthology.orchestra.run.smithi169.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-02T15:44:20.000 INFO:teuthology.orchestra.run.smithi053.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-02T15:44:20.024 INFO:teuthology.orchestra.run.smithi169.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-02T15:44:20.115 INFO:teuthology.orchestra.run.smithi153.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-02T15:44:20.118 INFO:teuthology.orchestra.run.smithi053.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-02T15:44:20.204 INFO:teuthology.orchestra.run.smithi053.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-02T15:44:20.256 INFO:teuthology.orchestra.run.smithi053.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-02T15:44:20.277 INFO:teuthology.orchestra.run.smithi169.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-02T15:44:20.279 INFO:teuthology.orchestra.run.smithi153.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-02T15:44:20.322 INFO:teuthology.orchestra.run.smithi169.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-02T15:44:20.399 INFO:teuthology.orchestra.run.smithi169.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-02T15:44:20.410 INFO:teuthology.orchestra.run.smithi153.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-02T15:44:20.413 INFO:teuthology.orchestra.run.smithi169.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-02T15:44:20.415 INFO:teuthology.orchestra.run.smithi153.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-02T15:44:20.416 INFO:teuthology.orchestra.run.smithi153.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-04-02T15:44:20.419 INFO:teuthology.orchestra.run.smithi169.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-02T15:44:20.420 INFO:teuthology.orchestra.run.smithi169.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-02T15:44:20.421 INFO:teuthology.orchestra.run.smithi169.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-02T15:44:20.437 INFO:teuthology.orchestra.run.smithi169.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-02T15:44:20.437 INFO:teuthology.orchestra.run.smithi169.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-04-02T15:44:20.438 INFO:teuthology.orchestra.run.smithi169.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-04-02T15:44:20.450 INFO:teuthology.orchestra.run.smithi053.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-02T15:44:20.452 INFO:teuthology.orchestra.run.smithi053.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-02T15:44:20.466 INFO:teuthology.orchestra.run.smithi169.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-02T15:44:20.472 INFO:teuthology.orchestra.run.smithi169.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T15:44:20.473 INFO:teuthology.orchestra.run.smithi169.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-02T15:44:20.484 INFO:teuthology.orchestra.run.smithi053.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-02T15:44:20.485 INFO:teuthology.orchestra.run.smithi053.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-02T15:44:20.487 INFO:teuthology.orchestra.run.smithi053.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-02T15:44:20.503 INFO:teuthology.orchestra.run.smithi169.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-02T15:44:20.519 INFO:teuthology.orchestra.run.smithi169.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-04-02T15:44:20.520 INFO:teuthology.orchestra.run.smithi153.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-02T15:44:20.538 INFO:teuthology.orchestra.run.smithi153.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-02T15:44:20.548 INFO:teuthology.orchestra.run.smithi153.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-02T15:44:20.549 INFO:teuthology.orchestra.run.smithi153.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-02T15:44:20.588 INFO:teuthology.orchestra.run.smithi153.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-04-02T15:44:20.598 INFO:teuthology.orchestra.run.smithi053.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-02T15:44:20.613 INFO:teuthology.orchestra.run.smithi053.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-02T15:44:20.614 INFO:teuthology.orchestra.run.smithi053.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-04-02T15:44:20.619 INFO:teuthology.orchestra.run.smithi153.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-04-02T15:44:20.624 INFO:teuthology.orchestra.run.smithi153.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T15:44:20.624 INFO:teuthology.orchestra.run.smithi153.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-02T15:44:20.640 INFO:teuthology.orchestra.run.smithi153.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-02T15:44:20.641 INFO:teuthology.orchestra.run.smithi153.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-02T15:44:20.642 INFO:teuthology.orchestra.run.smithi169.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T15:44:20.642 INFO:teuthology.orchestra.run.smithi169.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-02T15:44:20.647 INFO:teuthology.orchestra.run.smithi169.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-02T15:44:20.650 INFO:teuthology.orchestra.run.smithi169.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-02T15:44:20.651 INFO:teuthology.orchestra.run.smithi169.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-02T15:44:20.652 INFO:teuthology.orchestra.run.smithi169.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-02T15:44:20.652 INFO:teuthology.orchestra.run.smithi153.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-02T15:44:20.652 INFO:teuthology.orchestra.run.smithi153.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T15:44:20.653 INFO:teuthology.orchestra.run.smithi153.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-02T15:44:20.654 INFO:teuthology.orchestra.run.smithi169.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-02T15:44:20.654 INFO:teuthology.orchestra.run.smithi169.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-02T15:44:20.655 INFO:teuthology.orchestra.run.smithi053.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-02T15:44:20.660 INFO:teuthology.orchestra.run.smithi169.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-02T15:44:20.664 INFO:teuthology.orchestra.run.smithi153.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-02T15:44:20.669 INFO:teuthology.orchestra.run.smithi153.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-02T15:44:20.669 INFO:teuthology.orchestra.run.smithi153.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-02T15:44:20.671 INFO:teuthology.orchestra.run.smithi153.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-02T15:44:20.671 INFO:teuthology.orchestra.run.smithi153.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-02T15:44:20.672 INFO:teuthology.orchestra.run.smithi169.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-02T15:44:20.674 INFO:teuthology.orchestra.run.smithi153.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-02T15:44:20.674 INFO:teuthology.orchestra.run.smithi153.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-02T15:44:20.674 INFO:teuthology.orchestra.run.smithi153.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-02T15:44:20.676 INFO:teuthology.orchestra.run.smithi153.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-02T15:44:20.677 INFO:teuthology.orchestra.run.smithi169.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-02T15:44:20.678 INFO:teuthology.orchestra.run.smithi169.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-02T15:44:20.679 INFO:teuthology.orchestra.run.smithi169.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-02T15:44:20.680 INFO:teuthology.orchestra.run.smithi169.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-02T15:44:20.680 INFO:teuthology.orchestra.run.smithi169.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-02T15:44:20.681 INFO:teuthology.orchestra.run.smithi169.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-02T15:44:20.681 INFO:teuthology.orchestra.run.smithi053.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-04-02T15:44:20.681 INFO:teuthology.orchestra.run.smithi053.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T15:44:20.682 INFO:teuthology.orchestra.run.smithi169.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-02T15:44:20.683 INFO:teuthology.orchestra.run.smithi053.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-02T15:44:20.683 INFO:teuthology.orchestra.run.smithi053.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-04-02T15:44:20.687 INFO:teuthology.orchestra.run.smithi053.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T15:44:20.689 INFO:teuthology.orchestra.run.smithi169.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-02T15:44:20.692 INFO:teuthology.orchestra.run.smithi053.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-02T15:44:20.693 INFO:teuthology.orchestra.run.smithi153.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-02T15:44:20.694 INFO:teuthology.orchestra.run.smithi153.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-02T15:44:20.694 INFO:teuthology.orchestra.run.smithi153.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-02T15:44:20.695 INFO:teuthology.orchestra.run.smithi153.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-02T15:44:20.695 INFO:teuthology.orchestra.run.smithi153.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-02T15:44:20.696 INFO:teuthology.orchestra.run.smithi153.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-02T15:44:20.707 INFO:teuthology.orchestra.run.smithi053.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-02T15:44:20.710 INFO:teuthology.orchestra.run.smithi169.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-02T15:44:20.710 INFO:teuthology.orchestra.run.smithi169.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-02T15:44:20.710 INFO:teuthology.orchestra.run.smithi169.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-02T15:44:20.711 INFO:teuthology.orchestra.run.smithi053.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-02T15:44:20.711 INFO:teuthology.orchestra.run.smithi169.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-02T15:44:20.712 INFO:teuthology.orchestra.run.smithi169.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-02T15:44:20.734 INFO:teuthology.orchestra.run.smithi053.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-02T15:44:20.775 INFO:teuthology.orchestra.run.smithi053.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-02T15:44:20.777 INFO:teuthology.orchestra.run.smithi053.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-02T15:44:20.777 INFO:teuthology.orchestra.run.smithi053.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-02T15:44:20.852 INFO:teuthology.orchestra.run.smithi053.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-02T15:44:20.860 INFO:teuthology.orchestra.run.smithi153.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-02T15:44:21.257 INFO:teuthology.orchestra.run.smithi153.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-02T15:44:21.263 INFO:teuthology.orchestra.run.smithi153.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-02T15:44:21.263 INFO:teuthology.orchestra.run.smithi153.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-02T15:44:21.278 INFO:teuthology.orchestra.run.smithi153.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-02T15:44:21.280 INFO:teuthology.orchestra.run.smithi153.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-02T15:44:21.479 INFO:teuthology.orchestra.run.smithi053.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-02T15:44:21.517 INFO:teuthology.orchestra.run.smithi053.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-02T15:44:21.530 INFO:teuthology.orchestra.run.smithi053.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-02T15:44:21.531 INFO:teuthology.orchestra.run.smithi053.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-02T15:44:21.534 INFO:teuthology.orchestra.run.smithi053.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-02T15:44:21.535 INFO:teuthology.orchestra.run.smithi053.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-02T15:44:21.536 INFO:teuthology.orchestra.run.smithi053.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-02T15:44:21.537 INFO:teuthology.orchestra.run.smithi053.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-02T15:44:21.561 INFO:teuthology.orchestra.run.smithi053.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-02T15:44:21.565 INFO:teuthology.orchestra.run.smithi053.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-02T15:44:21.730 INFO:teuthology.orchestra.run.smithi053.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-02T15:44:21.812 INFO:teuthology.orchestra.run.smithi053.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-02T15:44:21.894 INFO:teuthology.orchestra.run.smithi053.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-02T15:44:21.975 INFO:teuthology.orchestra.run.smithi053.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-02T15:44:22.005 INFO:teuthology.orchestra.run.smithi053.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-02T15:44:25.812 INFO:teuthology.orchestra.run.smithi153.stdout:Fetched 12.6 MB in 2s (5,882 kB/s) 2024-04-02T15:44:25.888 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 12.6 MB in 2s (6,030 kB/s) 2024-04-02T15:44:26.563 INFO:teuthology.orchestra.run.smithi053.stdout:Fetched 12.6 MB in 3s (5,021 kB/s) 2024-04-02T15:44:27.280 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-04-02T15:44:27.295 DEBUG:teuthology.orchestra.run.smithi169:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T15:44:27.355 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-04-02T15:44:27.418 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2024-04-02T15:44:27.436 DEBUG:teuthology.orchestra.run.smithi153:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T15:44:27.497 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2024-04-02T15:44:27.552 INFO:teuthology.orchestra.run.smithi169.stdout:Building dependency tree... 2024-04-02T15:44:27.553 INFO:teuthology.orchestra.run.smithi169.stdout:Reading state information... 2024-04-02T15:44:27.695 INFO:teuthology.orchestra.run.smithi153.stdout:Building dependency tree... 2024-04-02T15:44:27.695 INFO:teuthology.orchestra.run.smithi153.stdout:Reading state information... 2024-04-02T15:44:27.716 INFO:teuthology.orchestra.run.smithi169.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:44:27.716 INFO:teuthology.orchestra.run.smithi169.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:44:27.716 INFO:teuthology.orchestra.run.smithi169.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:44:27.716 INFO:teuthology.orchestra.run.smithi169.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:44:27.716 INFO:teuthology.orchestra.run.smithi169.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-02T15:44:27.716 INFO:teuthology.orchestra.run.smithi169.stdout: python2.7-minimal 2024-04-02T15:44:27.717 INFO:teuthology.orchestra.run.smithi169.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:44:27.718 INFO:teuthology.orchestra.run.smithi169.stdout:The following additional packages will be installed: 2024-04-02T15:44:27.718 INFO:teuthology.orchestra.run.smithi169.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T15:44:27.718 INFO:teuthology.orchestra.run.smithi169.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-02T15:44:27.718 INFO:teuthology.orchestra.run.smithi169.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-02T15:44:27.719 INFO:teuthology.orchestra.run.smithi169.stdout:Suggested packages: 2024-04-02T15:44:27.719 INFO:teuthology.orchestra.run.smithi169.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-02T15:44:27.719 INFO:teuthology.orchestra.run.smithi169.stdout:Recommended packages: 2024-04-02T15:44:27.719 INFO:teuthology.orchestra.run.smithi169.stdout: thermald 2024-04-02T15:44:27.765 INFO:teuthology.orchestra.run.smithi169.stdout:The following NEW packages will be installed: 2024-04-02T15:44:27.766 INFO:teuthology.orchestra.run.smithi169.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T15:44:27.766 INFO:teuthology.orchestra.run.smithi169.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-02T15:44:27.766 INFO:teuthology.orchestra.run.smithi169.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-02T15:44:27.767 INFO:teuthology.orchestra.run.smithi169.stdout:The following packages will be upgraded: 2024-04-02T15:44:27.767 INFO:teuthology.orchestra.run.smithi169.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-02T15:44:27.822 INFO:teuthology.orchestra.run.smithi169.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T15:44:27.822 INFO:teuthology.orchestra.run.smithi169.stdout:Need to get 113 MB of archives. 2024-04-02T15:44:27.823 INFO:teuthology.orchestra.run.smithi169.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-02T15:44:27.823 INFO:teuthology.orchestra.run.smithi169.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-02T15:44:27.872 INFO:teuthology.orchestra.run.smithi153.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:44:27.872 INFO:teuthology.orchestra.run.smithi153.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:44:27.872 INFO:teuthology.orchestra.run.smithi153.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:44:27.872 INFO:teuthology.orchestra.run.smithi153.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:44:27.873 INFO:teuthology.orchestra.run.smithi153.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-02T15:44:27.873 INFO:teuthology.orchestra.run.smithi153.stdout: python2.7-minimal 2024-04-02T15:44:27.873 INFO:teuthology.orchestra.run.smithi153.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:44:27.874 INFO:teuthology.orchestra.run.smithi153.stdout:The following additional packages will be installed: 2024-04-02T15:44:27.874 INFO:teuthology.orchestra.run.smithi153.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T15:44:27.874 INFO:teuthology.orchestra.run.smithi153.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-02T15:44:27.874 INFO:teuthology.orchestra.run.smithi153.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-02T15:44:27.876 INFO:teuthology.orchestra.run.smithi153.stdout:Suggested packages: 2024-04-02T15:44:27.876 INFO:teuthology.orchestra.run.smithi153.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-02T15:44:27.876 INFO:teuthology.orchestra.run.smithi153.stdout:Recommended packages: 2024-04-02T15:44:27.876 INFO:teuthology.orchestra.run.smithi153.stdout: thermald 2024-04-02T15:44:27.924 INFO:teuthology.orchestra.run.smithi153.stdout:The following NEW packages will be installed: 2024-04-02T15:44:27.924 INFO:teuthology.orchestra.run.smithi153.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T15:44:27.924 INFO:teuthology.orchestra.run.smithi153.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-02T15:44:27.924 INFO:teuthology.orchestra.run.smithi153.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-02T15:44:27.925 INFO:teuthology.orchestra.run.smithi153.stdout:The following packages will be upgraded: 2024-04-02T15:44:27.925 INFO:teuthology.orchestra.run.smithi153.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-02T15:44:28.001 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-04-02T15:44:28.018 DEBUG:teuthology.orchestra.run.smithi053:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T15:44:28.081 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-04-02T15:44:28.104 INFO:teuthology.orchestra.run.smithi153.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T15:44:28.105 INFO:teuthology.orchestra.run.smithi153.stdout:Need to get 113 MB of archives. 2024-04-02T15:44:28.105 INFO:teuthology.orchestra.run.smithi153.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-02T15:44:28.105 INFO:teuthology.orchestra.run.smithi153.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-02T15:44:28.283 INFO:teuthology.orchestra.run.smithi053.stdout:Building dependency tree... 2024-04-02T15:44:28.283 INFO:teuthology.orchestra.run.smithi053.stdout:Reading state information... 2024-04-02T15:44:28.452 INFO:teuthology.orchestra.run.smithi169.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-02T15:44:28.462 INFO:teuthology.orchestra.run.smithi053.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:44:28.462 INFO:teuthology.orchestra.run.smithi053.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:44:28.462 INFO:teuthology.orchestra.run.smithi053.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:44:28.463 INFO:teuthology.orchestra.run.smithi053.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:44:28.463 INFO:teuthology.orchestra.run.smithi053.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-02T15:44:28.463 INFO:teuthology.orchestra.run.smithi053.stdout: python2.7-minimal 2024-04-02T15:44:28.463 INFO:teuthology.orchestra.run.smithi053.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:44:28.464 INFO:teuthology.orchestra.run.smithi053.stdout:The following additional packages will be installed: 2024-04-02T15:44:28.464 INFO:teuthology.orchestra.run.smithi053.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T15:44:28.464 INFO:teuthology.orchestra.run.smithi053.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-02T15:44:28.465 INFO:teuthology.orchestra.run.smithi053.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-02T15:44:28.466 INFO:teuthology.orchestra.run.smithi053.stdout:Suggested packages: 2024-04-02T15:44:28.466 INFO:teuthology.orchestra.run.smithi053.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-02T15:44:28.466 INFO:teuthology.orchestra.run.smithi053.stdout:Recommended packages: 2024-04-02T15:44:28.466 INFO:teuthology.orchestra.run.smithi053.stdout: thermald 2024-04-02T15:44:28.515 INFO:teuthology.orchestra.run.smithi053.stdout:The following NEW packages will be installed: 2024-04-02T15:44:28.515 INFO:teuthology.orchestra.run.smithi053.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T15:44:28.515 INFO:teuthology.orchestra.run.smithi053.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-02T15:44:28.515 INFO:teuthology.orchestra.run.smithi053.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-02T15:44:28.517 INFO:teuthology.orchestra.run.smithi053.stdout:The following packages will be upgraded: 2024-04-02T15:44:28.517 INFO:teuthology.orchestra.run.smithi053.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-02T15:44:28.581 INFO:teuthology.orchestra.run.smithi169.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-02T15:44:28.591 INFO:teuthology.orchestra.run.smithi053.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T15:44:28.591 INFO:teuthology.orchestra.run.smithi053.stdout:Need to get 113 MB of archives. 2024-04-02T15:44:28.591 INFO:teuthology.orchestra.run.smithi053.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-02T15:44:28.591 INFO:teuthology.orchestra.run.smithi053.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-02T15:44:29.420 INFO:teuthology.orchestra.run.smithi053.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-02T15:44:29.508 INFO:teuthology.orchestra.run.smithi153.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-02T15:44:29.710 INFO:teuthology.orchestra.run.smithi053.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-02T15:44:29.862 INFO:teuthology.orchestra.run.smithi153.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-02T15:44:30.273 INFO:teuthology.orchestra.run.smithi169.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-02T15:44:30.273 INFO:teuthology.orchestra.run.smithi169.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-02T15:44:30.273 INFO:teuthology.orchestra.run.smithi169.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-02T15:44:30.565 INFO:teuthology.orchestra.run.smithi169.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-02T15:44:30.637 INFO:teuthology.orchestra.run.smithi169.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-02T15:44:30.956 INFO:teuthology.orchestra.run.smithi053.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-02T15:44:30.956 INFO:teuthology.orchestra.run.smithi053.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-02T15:44:30.956 INFO:teuthology.orchestra.run.smithi053.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-02T15:44:31.059 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 113 MB in 3s (39.5 MB/s) 2024-04-02T15:44:31.125 INFO:teuthology.orchestra.run.smithi053.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-02T15:44:31.165 INFO:teuthology.orchestra.run.smithi053.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-02T15:44:31.225 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-02T15:44:31.564 INFO:teuthology.orchestra.run.smithi053.stdout:Fetched 113 MB in 3s (42.9 MB/s) 2024-04-02T15:44:31.740 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-02T15:44:32.108 INFO:teuthology.orchestra.run.smithi153.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-02T15:44:32.108 INFO:teuthology.orchestra.run.smithi153.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-02T15:44:32.108 INFO:teuthology.orchestra.run.smithi153.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-02T15:44:33.145 INFO:teuthology.orchestra.run.smithi153.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-02T15:44:33.222 INFO:teuthology.orchestra.run.smithi169.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-02T15:44:33.226 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:44:33.240 INFO:teuthology.orchestra.run.smithi153.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-02T15:44:33.308 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:33.632 INFO:teuthology.orchestra.run.smithi153.stdout:Fetched 113 MB in 5s (21.3 MB/s) 2024-04-02T15:44:33.766 INFO:teuthology.orchestra.run.smithi053.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-02T15:44:33.770 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:44:33.802 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-02T15:44:33.872 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:35.484 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-02T15:44:35.506 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:44:35.594 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:35.815 INFO:teuthology.orchestra.run.smithi153.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-02T15:44:35.819 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:44:35.882 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:35.966 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-02T15:44:35.987 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:44:36.054 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-02T15:44:36.064 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:44:36.104 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:36.113 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:36.861 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-02T15:44:36.882 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:44:36.919 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:37.992 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-02T15:44:38.013 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:44:38.089 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:38.545 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-02T15:44:38.566 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:44:38.603 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:43.194 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:44:43.314 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:44:43.433 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:44:43.541 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:44:43.680 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:44:43.808 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:44:43.832 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:44:43.995 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:44:44.120 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-02T15:44:44.131 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-02T15:44:44.169 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T15:44:44.289 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-02T15:44:44.311 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-02T15:44:44.355 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T15:44:45.372 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:44:45.499 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:44:45.815 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:44:45.936 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:44:46.222 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-02T15:44:46.244 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-02T15:44:46.288 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T15:44:49.438 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-02T15:44:49.475 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:44:49.504 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:50.079 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-02T15:44:50.116 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:44:50.154 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:52.030 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-02T15:44:52.067 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:44:52.105 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:52.642 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:44:52.767 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:44:53.100 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T15:44:53.222 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:53.309 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:44:53.348 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-02T15:44:53.446 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:44:53.502 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:53.763 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T15:44:53.885 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:54.027 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-02T15:44:54.156 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:54.764 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:44:54.852 INFO:teuthology.orchestra.run.smithi169.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:44:54.852 INFO:teuthology.orchestra.run.smithi169.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-02T15:44:54.852 INFO:teuthology.orchestra.run.smithi169.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:44:54.852 INFO:teuthology.orchestra.run.smithi169.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-02T15:44:55.013 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:55.073 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:44:55.616 INFO:teuthology.orchestra.run.smithi053.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:44:55.616 INFO:teuthology.orchestra.run.smithi053.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-02T15:44:55.616 INFO:teuthology.orchestra.run.smithi053.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:44:55.616 INFO:teuthology.orchestra.run.smithi053.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-02T15:44:55.911 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:55.915 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T15:44:56.019 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:56.121 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-02T15:44:56.225 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:56.881 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:57.435 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:57.550 INFO:teuthology.orchestra.run.smithi153.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:44:57.550 INFO:teuthology.orchestra.run.smithi153.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-02T15:44:57.550 INFO:teuthology.orchestra.run.smithi153.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:44:57.550 INFO:teuthology.orchestra.run.smithi153.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-02T15:44:57.712 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:58.307 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-02T15:44:58.442 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-02T15:44:58.568 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:58.631 INFO:teuthology.orchestra.run.smithi169.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-02T15:44:58.631 INFO:teuthology.orchestra.run.smithi169.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:44:58.862 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-02T15:44:58.979 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-02T15:44:59.105 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:59.120 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:44:59.170 INFO:teuthology.orchestra.run.smithi053.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-02T15:44:59.171 INFO:teuthology.orchestra.run.smithi053.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:45:00.505 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-02T15:45:00.622 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-02T15:45:00.749 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:45:01.489 INFO:teuthology.orchestra.run.smithi153.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-02T15:45:01.490 INFO:teuthology.orchestra.run.smithi153.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:45:12.720 INFO:teuthology.orchestra.run.smithi169.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-02T15:45:12.720 INFO:teuthology.orchestra.run.smithi169.stdout:Sourcing file `/etc/default/grub' 2024-04-02T15:45:12.738 INFO:teuthology.orchestra.run.smithi169.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T15:45:12.746 INFO:teuthology.orchestra.run.smithi169.stdout:Generating grub configuration file ... 2024-04-02T15:45:13.026 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:45:13.046 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:45:13.357 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:45:13.363 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T15:45:13.430 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T15:45:13.435 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T15:45:13.607 INFO:teuthology.orchestra.run.smithi169.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T15:45:13.607 INFO:teuthology.orchestra.run.smithi169.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T15:45:13.607 INFO:teuthology.orchestra.run.smithi169.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T15:45:13.656 INFO:teuthology.orchestra.run.smithi169.stdout:done 2024-04-02T15:45:14.026 INFO:teuthology.orchestra.run.smithi053.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-02T15:45:14.026 INFO:teuthology.orchestra.run.smithi053.stdout:Sourcing file `/etc/default/grub' 2024-04-02T15:45:14.042 INFO:teuthology.orchestra.run.smithi053.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T15:45:14.066 INFO:teuthology.orchestra.run.smithi053.stdout:Generating grub configuration file ... 2024-04-02T15:45:14.093 DEBUG:teuthology.orchestra.run.smithi169:> dpkg -s linux-image-generic 2024-04-02T15:45:14.160 INFO:teuthology.orchestra.run.smithi169.stdout:Package: linux-image-generic 2024-04-02T15:45:14.160 INFO:teuthology.orchestra.run.smithi169.stdout:Status: install ok installed 2024-04-02T15:45:14.160 INFO:teuthology.orchestra.run.smithi169.stdout:Priority: optional 2024-04-02T15:45:14.160 INFO:teuthology.orchestra.run.smithi169.stdout:Section: kernel 2024-04-02T15:45:14.161 INFO:teuthology.orchestra.run.smithi169.stdout:Installed-Size: 21 2024-04-02T15:45:14.161 INFO:teuthology.orchestra.run.smithi169.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T15:45:14.161 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: amd64 2024-04-02T15:45:14.161 INFO:teuthology.orchestra.run.smithi169.stdout:Source: linux-meta 2024-04-02T15:45:14.161 INFO:teuthology.orchestra.run.smithi169.stdout:Version: 5.15.0.101.98 2024-04-02T15:45:14.161 INFO:teuthology.orchestra.run.smithi169.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-02T15:45:14.161 INFO:teuthology.orchestra.run.smithi169.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-02T15:45:14.161 INFO:teuthology.orchestra.run.smithi169.stdout:Recommends: thermald 2024-04-02T15:45:14.161 INFO:teuthology.orchestra.run.smithi169.stdout:Description: Generic Linux kernel image 2024-04-02T15:45:14.161 INFO:teuthology.orchestra.run.smithi169.stdout: This package will always depend on the latest generic kernel image 2024-04-02T15:45:14.161 INFO:teuthology.orchestra.run.smithi169.stdout: available. 2024-04-02T15:45:14.161 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-02T15:45:14.162 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T15:45:14.162 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T15:45:14.162 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-02T15:45:14.162 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi169.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T15:45:14.162 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get clean 2024-04-02T15:45:14.336 INFO:teuthology.orchestra.run.smithi053.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:45:14.344 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get update 2024-04-02T15:45:14.363 INFO:teuthology.orchestra.run.smithi053.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:45:14.481 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T15:45:14.696 INFO:teuthology.orchestra.run.smithi053.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:45:14.701 INFO:teuthology.orchestra.run.smithi053.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T15:45:14.767 INFO:teuthology.orchestra.run.smithi053.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T15:45:14.773 INFO:teuthology.orchestra.run.smithi053.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T15:45:14.928 INFO:teuthology.orchestra.run.smithi053.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T15:45:14.928 INFO:teuthology.orchestra.run.smithi053.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T15:45:14.928 INFO:teuthology.orchestra.run.smithi053.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T15:45:14.970 INFO:teuthology.orchestra.run.smithi053.stdout:done 2024-04-02T15:45:15.097 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:45:15.178 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T15:45:15.259 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T15:45:15.263 INFO:teuthology.orchestra.run.smithi153.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-02T15:45:15.264 INFO:teuthology.orchestra.run.smithi153.stdout:Sourcing file `/etc/default/grub' 2024-04-02T15:45:15.291 INFO:teuthology.orchestra.run.smithi153.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T15:45:15.308 INFO:teuthology.orchestra.run.smithi153.stdout:Generating grub configuration file ... 2024-04-02T15:45:15.476 DEBUG:teuthology.orchestra.run.smithi053:> dpkg -s linux-image-generic 2024-04-02T15:45:15.505 INFO:teuthology.orchestra.run.smithi053.stdout:Package: linux-image-generic 2024-04-02T15:45:15.505 INFO:teuthology.orchestra.run.smithi053.stdout:Status: install ok installed 2024-04-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.stdout:Priority: optional 2024-04-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.stdout:Section: kernel 2024-04-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.stdout:Installed-Size: 21 2024-04-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: amd64 2024-04-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.stdout:Source: linux-meta 2024-04-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.stdout:Version: 5.15.0.101.98 2024-04-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.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-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.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-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.stdout:Recommends: thermald 2024-04-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.stdout:Description: Generic Linux kernel image 2024-04-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.stdout: This package will always depend on the latest generic kernel image 2024-04-02T15:45:15.506 INFO:teuthology.orchestra.run.smithi053.stdout: available. 2024-04-02T15:45:15.507 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-02T15:45:15.507 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T15:45:15.507 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T15:45:15.507 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-02T15:45:15.507 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi053.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T15:45:15.507 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get clean 2024-04-02T15:45:15.541 INFO:teuthology.orchestra.run.smithi153.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:45:15.562 INFO:teuthology.orchestra.run.smithi153.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:45:15.707 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get update 2024-04-02T15:45:15.834 INFO:teuthology.orchestra.run.smithi153.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:45:15.840 INFO:teuthology.orchestra.run.smithi153.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T15:45:15.857 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:45:15.867 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T15:45:15.887 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T15:45:15.912 INFO:teuthology.orchestra.run.smithi153.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T15:45:15.917 INFO:teuthology.orchestra.run.smithi153.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T15:45:15.970 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T15:45:16.092 INFO:teuthology.orchestra.run.smithi153.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T15:45:16.092 INFO:teuthology.orchestra.run.smithi153.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T15:45:16.093 INFO:teuthology.orchestra.run.smithi153.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T15:45:16.136 INFO:teuthology.orchestra.run.smithi153.stdout:done 2024-04-02T15:45:16.377 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-04-02T15:45:16.394 DEBUG:teuthology.orchestra.run.smithi169:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T15:45:16.455 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-04-02T15:45:16.571 DEBUG:teuthology.orchestra.run.smithi153:> dpkg -s linux-image-generic 2024-04-02T15:45:16.588 INFO:teuthology.orchestra.run.smithi153.stdout:Package: linux-image-generic 2024-04-02T15:45:16.588 INFO:teuthology.orchestra.run.smithi153.stdout:Status: install ok installed 2024-04-02T15:45:16.588 INFO:teuthology.orchestra.run.smithi153.stdout:Priority: optional 2024-04-02T15:45:16.588 INFO:teuthology.orchestra.run.smithi153.stdout:Section: kernel 2024-04-02T15:45:16.588 INFO:teuthology.orchestra.run.smithi153.stdout:Installed-Size: 21 2024-04-02T15:45:16.588 INFO:teuthology.orchestra.run.smithi153.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T15:45:16.588 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: amd64 2024-04-02T15:45:16.588 INFO:teuthology.orchestra.run.smithi153.stdout:Source: linux-meta 2024-04-02T15:45:16.588 INFO:teuthology.orchestra.run.smithi153.stdout:Version: 5.15.0.101.98 2024-04-02T15:45:16.588 INFO:teuthology.orchestra.run.smithi153.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-02T15:45:16.589 INFO:teuthology.orchestra.run.smithi153.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-02T15:45:16.589 INFO:teuthology.orchestra.run.smithi153.stdout:Recommends: thermald 2024-04-02T15:45:16.589 INFO:teuthology.orchestra.run.smithi153.stdout:Description: Generic Linux kernel image 2024-04-02T15:45:16.589 INFO:teuthology.orchestra.run.smithi153.stdout: This package will always depend on the latest generic kernel image 2024-04-02T15:45:16.589 INFO:teuthology.orchestra.run.smithi153.stdout: available. 2024-04-02T15:45:16.589 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-02T15:45:16.589 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T15:45:16.589 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T15:45:16.589 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-02T15:45:16.589 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi153.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T15:45:16.589 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get clean 2024-04-02T15:45:16.651 INFO:teuthology.orchestra.run.smithi169.stdout:Building dependency tree... 2024-04-02T15:45:16.652 INFO:teuthology.orchestra.run.smithi169.stdout:Reading state information... 2024-04-02T15:45:16.813 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get update 2024-04-02T15:45:16.817 INFO:teuthology.orchestra.run.smithi169.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-02T15:45:16.817 INFO:teuthology.orchestra.run.smithi169.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:45:16.817 INFO:teuthology.orchestra.run.smithi169.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:45:16.817 INFO:teuthology.orchestra.run.smithi169.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:45:16.817 INFO:teuthology.orchestra.run.smithi169.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:45:16.817 INFO:teuthology.orchestra.run.smithi169.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T15:45:16.817 INFO:teuthology.orchestra.run.smithi169.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T15:45:16.818 INFO:teuthology.orchestra.run.smithi169.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:45:16.858 INFO:teuthology.orchestra.run.smithi169.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T15:45:16.858 DEBUG:teuthology.orchestra.run.smithi169:> dpkg -s linux-image-generic 2024-04-02T15:45:16.870 INFO:teuthology.orchestra.run.smithi169.stdout:Package: linux-image-generic 2024-04-02T15:45:16.871 INFO:teuthology.orchestra.run.smithi169.stdout:Status: install ok installed 2024-04-02T15:45:16.871 INFO:teuthology.orchestra.run.smithi169.stdout:Priority: optional 2024-04-02T15:45:16.871 INFO:teuthology.orchestra.run.smithi169.stdout:Section: kernel 2024-04-02T15:45:16.871 INFO:teuthology.orchestra.run.smithi169.stdout:Installed-Size: 21 2024-04-02T15:45:16.871 INFO:teuthology.orchestra.run.smithi169.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T15:45:16.871 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: amd64 2024-04-02T15:45:16.871 INFO:teuthology.orchestra.run.smithi169.stdout:Source: linux-meta 2024-04-02T15:45:16.871 INFO:teuthology.orchestra.run.smithi169.stdout:Version: 5.15.0.101.98 2024-04-02T15:45:16.872 INFO:teuthology.orchestra.run.smithi169.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-02T15:45:16.872 INFO:teuthology.orchestra.run.smithi169.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-02T15:45:16.872 INFO:teuthology.orchestra.run.smithi169.stdout:Recommends: thermald 2024-04-02T15:45:16.872 INFO:teuthology.orchestra.run.smithi169.stdout:Description: Generic Linux kernel image 2024-04-02T15:45:16.872 INFO:teuthology.orchestra.run.smithi169.stdout: This package will always depend on the latest generic kernel image 2024-04-02T15:45:16.872 INFO:teuthology.orchestra.run.smithi169.stdout: available. 2024-04-02T15:45:16.872 DEBUG:teuthology.orchestra.run.smithi169:> mktemp 2024-04-02T15:45:16.917 INFO:teuthology.orchestra.run.smithi169.stdout:/tmp/tmp.S08KrYldAL 2024-04-02T15:45:16.917 DEBUG:teuthology.orchestra.run.smithi169:> sudo cp /boot/grub/grub.cfg /tmp/tmp.S08KrYldAL 2024-04-02T15:45:16.972 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 0666 /tmp/tmp.S08KrYldAL 2024-04-02T15:45:17.088 DEBUG:teuthology.orchestra.remote:smithi169:/tmp/tmp.S08KrYldAL is 10KB 2024-04-02T15:45:17.100 DEBUG:teuthology.orchestra.run.smithi169:> rm -fr /tmp/tmp.S08KrYldAL 2024-04-02T15:45:17.106 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-02T15:45:17.160 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-02T15:45:17.161 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-02T15:45:17.161 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-02T15:45:17.228 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-02T15:45:17.228 DEBUG:teuthology.orchestra.run.smithi169:> sudo update-grub 2024-04-02T15:45:17.235 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-04-02T15:45:17.253 DEBUG:teuthology.orchestra.run.smithi053:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T15:45:17.305 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-04-02T15:45:17.450 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T15:45:17.451 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:45:17.454 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T15:45:17.475 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T15:45:17.494 INFO:teuthology.orchestra.run.smithi053.stdout:Building dependency tree... 2024-04-02T15:45:17.494 INFO:teuthology.orchestra.run.smithi053.stdout:Reading state information... 2024-04-02T15:45:17.655 INFO:teuthology.orchestra.run.smithi053.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-02T15:45:17.656 INFO:teuthology.orchestra.run.smithi053.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:45:17.656 INFO:teuthology.orchestra.run.smithi053.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:45:17.656 INFO:teuthology.orchestra.run.smithi053.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:45:17.656 INFO:teuthology.orchestra.run.smithi053.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:45:17.656 INFO:teuthology.orchestra.run.smithi053.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T15:45:17.657 INFO:teuthology.orchestra.run.smithi053.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T15:45:17.657 INFO:teuthology.orchestra.run.smithi053.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:45:17.696 INFO:teuthology.orchestra.run.smithi053.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T15:45:17.698 DEBUG:teuthology.orchestra.run.smithi053:> dpkg -s linux-image-generic 2024-04-02T15:45:17.754 INFO:teuthology.orchestra.run.smithi053.stdout:Package: linux-image-generic 2024-04-02T15:45:17.754 INFO:teuthology.orchestra.run.smithi053.stdout:Status: install ok installed 2024-04-02T15:45:17.754 INFO:teuthology.orchestra.run.smithi053.stdout:Priority: optional 2024-04-02T15:45:17.754 INFO:teuthology.orchestra.run.smithi053.stdout:Section: kernel 2024-04-02T15:45:17.755 INFO:teuthology.orchestra.run.smithi053.stdout:Installed-Size: 21 2024-04-02T15:45:17.755 INFO:teuthology.orchestra.run.smithi053.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T15:45:17.755 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: amd64 2024-04-02T15:45:17.755 INFO:teuthology.orchestra.run.smithi053.stdout:Source: linux-meta 2024-04-02T15:45:17.755 INFO:teuthology.orchestra.run.smithi053.stdout:Version: 5.15.0.101.98 2024-04-02T15:45:17.755 INFO:teuthology.orchestra.run.smithi053.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-02T15:45:17.755 INFO:teuthology.orchestra.run.smithi053.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-02T15:45:17.755 INFO:teuthology.orchestra.run.smithi053.stdout:Recommends: thermald 2024-04-02T15:45:17.755 INFO:teuthology.orchestra.run.smithi053.stdout:Description: Generic Linux kernel image 2024-04-02T15:45:17.755 INFO:teuthology.orchestra.run.smithi053.stdout: This package will always depend on the latest generic kernel image 2024-04-02T15:45:17.755 INFO:teuthology.orchestra.run.smithi053.stdout: available. 2024-04-02T15:45:17.755 DEBUG:teuthology.orchestra.run.smithi053:> mktemp 2024-04-02T15:45:17.799 INFO:teuthology.orchestra.run.smithi053.stdout:/tmp/tmp.DTHb2fWHok 2024-04-02T15:45:17.799 DEBUG:teuthology.orchestra.run.smithi053:> sudo cp /boot/grub/grub.cfg /tmp/tmp.DTHb2fWHok 2024-04-02T15:45:17.855 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 0666 /tmp/tmp.DTHb2fWHok 2024-04-02T15:45:17.965 DEBUG:teuthology.orchestra.remote:smithi053:/tmp/tmp.DTHb2fWHok is 10KB 2024-04-02T15:45:17.977 DEBUG:teuthology.orchestra.run.smithi053:> rm -fr /tmp/tmp.DTHb2fWHok 2024-04-02T15:45:17.983 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-02T15:45:18.040 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-02T15:45:18.040 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-02T15:45:18.040 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-02T15:45:18.116 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-02T15:45:18.116 DEBUG:teuthology.orchestra.run.smithi053:> sudo update-grub 2024-04-02T15:45:18.452 INFO:teuthology.orchestra.run.smithi169.stderr:Sourcing file `/etc/default/grub' 2024-04-02T15:45:18.453 INFO:teuthology.orchestra.run.smithi169.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T15:45:18.455 INFO:teuthology.orchestra.run.smithi169.stderr:Generating grub configuration file ... 2024-04-02T15:45:18.651 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:45:18.658 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:45:18.900 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:45:18.903 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2024-04-02T15:45:18.906 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T15:45:18.920 DEBUG:teuthology.orchestra.run.smithi153:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T15:45:18.946 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T15:45:18.952 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T15:45:18.982 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2024-04-02T15:45:19.065 INFO:teuthology.orchestra.run.smithi169.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T15:45:19.066 INFO:teuthology.orchestra.run.smithi169.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T15:45:19.066 INFO:teuthology.orchestra.run.smithi169.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T15:45:19.083 INFO:teuthology.orchestra.run.smithi169.stderr:done 2024-04-02T15:45:19.101 DEBUG:teuthology.orchestra.run.smithi169:> sudo shutdown -r now 2024-04-02T15:45:19.176 INFO:teuthology.orchestra.run.smithi153.stdout:Building dependency tree... 2024-04-02T15:45:19.176 INFO:teuthology.orchestra.run.smithi153.stdout:Reading state information... 2024-04-02T15:45:19.307 INFO:teuthology.orchestra.run.smithi053.stderr:Sourcing file `/etc/default/grub' 2024-04-02T15:45:19.308 INFO:teuthology.orchestra.run.smithi053.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T15:45:19.317 INFO:teuthology.orchestra.run.smithi053.stderr:Generating grub configuration file ... 2024-04-02T15:45:19.349 INFO:teuthology.orchestra.run.smithi153.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-02T15:45:19.349 INFO:teuthology.orchestra.run.smithi153.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:45:19.349 INFO:teuthology.orchestra.run.smithi153.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:45:19.350 INFO:teuthology.orchestra.run.smithi153.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:45:19.350 INFO:teuthology.orchestra.run.smithi153.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:45:19.350 INFO:teuthology.orchestra.run.smithi153.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T15:45:19.350 INFO:teuthology.orchestra.run.smithi153.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T15:45:19.350 INFO:teuthology.orchestra.run.smithi153.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:45:19.393 INFO:teuthology.orchestra.run.smithi153.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T15:45:19.395 DEBUG:teuthology.orchestra.run.smithi153:> dpkg -s linux-image-generic 2024-04-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.stdout:Package: linux-image-generic 2024-04-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.stdout:Status: install ok installed 2024-04-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.stdout:Priority: optional 2024-04-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.stdout:Section: kernel 2024-04-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.stdout:Installed-Size: 21 2024-04-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: amd64 2024-04-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.stdout:Source: linux-meta 2024-04-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.stdout:Version: 5.15.0.101.98 2024-04-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.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-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.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-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.stdout:Recommends: thermald 2024-04-02T15:45:19.411 INFO:teuthology.orchestra.run.smithi153.stdout:Description: Generic Linux kernel image 2024-04-02T15:45:19.412 INFO:teuthology.orchestra.run.smithi153.stdout: This package will always depend on the latest generic kernel image 2024-04-02T15:45:19.412 INFO:teuthology.orchestra.run.smithi153.stdout: available. 2024-04-02T15:45:19.412 DEBUG:teuthology.orchestra.run.smithi153:> mktemp 2024-04-02T15:45:19.456 INFO:teuthology.orchestra.run.smithi153.stdout:/tmp/tmp.rA75GZk2Jr 2024-04-02T15:45:19.456 DEBUG:teuthology.orchestra.run.smithi153:> sudo cp /boot/grub/grub.cfg /tmp/tmp.rA75GZk2Jr 2024-04-02T15:45:19.512 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0666 /tmp/tmp.rA75GZk2Jr 2024-04-02T15:45:19.537 INFO:teuthology.orchestra.run.smithi053.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:45:19.544 INFO:teuthology.orchestra.run.smithi053.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:45:19.632 DEBUG:teuthology.orchestra.remote:smithi153:/tmp/tmp.rA75GZk2Jr is 10KB 2024-04-02T15:45:19.645 DEBUG:teuthology.orchestra.run.smithi153:> rm -fr /tmp/tmp.rA75GZk2Jr 2024-04-02T15:45:19.651 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-02T15:45:19.705 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-02T15:45:19.705 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-02T15:45:19.705 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-02T15:45:19.770 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-02T15:45:19.770 DEBUG:teuthology.orchestra.run.smithi153:> sudo update-grub 2024-04-02T15:45:19.771 INFO:teuthology.orchestra.run.smithi053.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:45:19.777 INFO:teuthology.orchestra.run.smithi053.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T15:45:19.825 INFO:teuthology.orchestra.run.smithi053.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T15:45:19.830 INFO:teuthology.orchestra.run.smithi053.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T15:45:20.008 INFO:teuthology.orchestra.run.smithi053.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T15:45:20.008 INFO:teuthology.orchestra.run.smithi053.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T15:45:20.009 INFO:teuthology.orchestra.run.smithi053.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T15:45:20.021 INFO:teuthology.orchestra.run.smithi053.stderr:done 2024-04-02T15:45:20.027 DEBUG:teuthology.orchestra.run.smithi053:> sudo shutdown -r now 2024-04-02T15:45:20.887 INFO:teuthology.orchestra.run.smithi153.stderr:Sourcing file `/etc/default/grub' 2024-04-02T15:45:20.889 INFO:teuthology.orchestra.run.smithi153.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T15:45:20.890 INFO:teuthology.orchestra.run.smithi153.stderr:Generating grub configuration file ... 2024-04-02T15:45:21.093 INFO:teuthology.orchestra.run.smithi153.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:45:21.099 INFO:teuthology.orchestra.run.smithi153.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:45:21.376 INFO:teuthology.orchestra.run.smithi153.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:45:21.381 INFO:teuthology.orchestra.run.smithi153.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T15:45:21.424 INFO:teuthology.orchestra.run.smithi153.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T15:45:21.429 INFO:teuthology.orchestra.run.smithi153.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T15:45:21.571 INFO:teuthology.orchestra.run.smithi153.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T15:45:21.572 INFO:teuthology.orchestra.run.smithi153.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T15:45:21.572 INFO:teuthology.orchestra.run.smithi153.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T15:45:21.583 INFO:teuthology.orchestra.run.smithi153.stderr:done 2024-04-02T15:45:21.585 DEBUG:teuthology.orchestra.run.smithi153:> sudo shutdown -r now 2024-04-02T15:45:49.130 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-02T15:45:49.131 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-02T15:45:49.132 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:45:50.030 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-02T15:45:50.030 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-02T15:45:50.031 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:45:51.588 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-02T15:45:51.588 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-02T15:45:51.589 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:46:08.547 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-04-02T15:46:10.082 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-04-02T15:46:17.554 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-02T15:46:17.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:46:19.084 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-02T15:46:19.085 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:46:22.142 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-04-02T15:46:23.646 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-04-02T15:46:32.654 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-02T15:46:32.655 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:46:34.144 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-02T15:46:34.145 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:46:35.934 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-04-02T15:46:47.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-02T15:46:47.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:46:50.736 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-04-02T15:46:51.038 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-04-02T15:47:03.050 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-02T15:47:03.051 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:47:05.087 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-04-02T15:47:05.738 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-02T15:47:05.738 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:47:05.987 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-04-02T15:47:06.653 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-02T15:47:06.654 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-04-02T15:47:06.654 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-04-02T15:47:06.701 INFO:teuthology.orchestra.run.smithi053.stdout:5.15.0-101-generic 2024-04-02T15:47:06.702 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-02T15:47:06.702 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T15:47:06.702 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-02T15:47:07.703 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-02T15:47:07.703 DEBUG:teuthology.orchestra.run.smithi053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T15:47:07.785 INFO:teuthology.orchestra.run.smithi053.stdout:ttyS1 2024-04-02T15:47:07.819 DEBUG:teuthology.parallel:result is None 2024-04-02T15:47:20.087 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-02T15:47:20.088 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:47:20.392 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-04-02T15:47:20.935 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-02T15:47:20.936 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-04-02T15:47:20.936 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-04-02T15:47:20.983 INFO:teuthology.orchestra.run.smithi169.stdout:5.15.0-101-generic 2024-04-02T15:47:20.984 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-02T15:47:20.984 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T15:47:20.984 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-02T15:47:21.985 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-02T15:47:21.986 DEBUG:teuthology.orchestra.run.smithi169:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T15:47:22.045 INFO:teuthology.orchestra.run.smithi169.stdout:ttyS1 2024-04-02T15:47:22.077 DEBUG:teuthology.parallel:result is None 2024-04-02T15:47:34.148 DEBUG:teuthology.orchestra.remote:timed out 2024-04-02T15:47:49.149 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-02T15:47:49.150 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:47:49.556 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-04-02T15:47:50.137 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-02T15:47:50.137 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-04-02T15:47:50.137 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-04-02T15:47:50.185 INFO:teuthology.orchestra.run.smithi153.stdout:5.15.0-101-generic 2024-04-02T15:47:50.185 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-02T15:47:50.186 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T15:47:50.186 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-02T15:47:51.186 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-02T15:47:51.187 DEBUG:teuthology.orchestra.run.smithi153:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T15:47:51.251 INFO:teuthology.orchestra.run.smithi153.stdout:ttyS1 2024-04-02T15:47:51.278 DEBUG:teuthology.parallel:result is None 2024-04-02T15:47:51.278 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-02T15:47:51.286 INFO:teuthology.task.internal:Creating test directory... 2024-04-02T15:47:51.286 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T15:47:51.289 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T15:47:51.291 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T15:47:51.299 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-02T15:47:51.339 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-02T15:47:51.390 INFO:teuthology.task.internal:Creating archive directory... 2024-04-02T15:47:51.391 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T15:47:51.394 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T15:47:51.401 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T15:47:51.428 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-02T15:47:51.449 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-02T15:47:51.449 DEBUG:teuthology.orchestra.run.smithi053:> 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-02T15:47:51.455 DEBUG:teuthology.orchestra.run.smithi153:> 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-02T15:47:51.459 DEBUG:teuthology.orchestra.run.smithi169:> 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-02T15:47:51.474 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:47:51.475 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:47:51.482 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:47:51.482 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:47:51.536 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:47:51.544 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:47:51.545 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-02T15:47:51.554 INFO:teuthology.task.internal:Configuring sudo... 2024-04-02T15:47:51.554 DEBUG:teuthology.orchestra.run.smithi053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T15:47:51.557 DEBUG:teuthology.orchestra.run.smithi153:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T15:47:51.559 DEBUG:teuthology.orchestra.run.smithi169:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T15:47:51.573 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-02T15:47:51.593 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-02T15:47:51.594 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T15:47:51.616 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T15:47:51.618 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T15:47:51.624 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:47:51.665 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:47:51.713 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-02T15:47:51.714 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T15:47:51.779 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:47:51.785 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:47:51.833 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-02T15:47:51.833 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T15:47:51.907 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:47:51.913 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:47:51.960 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-02T15:47:51.960 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T15:47:52.052 DEBUG:teuthology.orchestra.run.smithi053:> sudo service rsyslog restart 2024-04-02T15:47:52.055 DEBUG:teuthology.orchestra.run.smithi153:> sudo service rsyslog restart 2024-04-02T15:47:52.057 DEBUG:teuthology.orchestra.run.smithi169:> sudo service rsyslog restart 2024-04-02T15:47:52.129 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-02T15:47:52.140 INFO:teuthology.task.internal:Starting timer... 2024-04-02T15:47:52.141 INFO:teuthology.run_tasks:Running task pcp... 2024-04-02T15:47:52.191 INFO:teuthology.run_tasks:Running task selinux... 2024-04-02T15:47:52.248 DEBUG:teuthology.task.selinux:Excluding smithi053: OS 'ubuntu' does not support SELinux 2024-04-02T15:47:52.248 DEBUG:teuthology.task.selinux:Excluding smithi153: OS 'ubuntu' does not support SELinux 2024-04-02T15:47:52.248 DEBUG:teuthology.task.selinux:Excluding smithi169: OS 'ubuntu' does not support SELinux 2024-04-02T15:47:52.248 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-02T15:47:52.248 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-02T15:47:52.248 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-02T15:47:52.248 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-02T15:47:52.295 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-02T15:47:52.313 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-02T15:47:52.314 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi053.front.sepia.ceph.com,smithi153.front.sepia.ceph.com,smithi169.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-02T15:55:08.115 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi053.front.sepia.ceph.com'), Remote(name='ubuntu@smithi153.front.sepia.ceph.com'), Remote(name='ubuntu@smithi169.front.sepia.ceph.com')] 2024-04-02T15:55:08.116 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-02T15:55:08.117 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:55:08.202 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-04-02T15:55:08.282 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-02T15:55:08.282 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-02T15:55:08.283 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:55:08.361 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-04-02T15:55:08.434 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-02T15:55:08.434 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-02T15:55:08.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:55:08.513 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-04-02T15:55:08.590 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-02T15:55:08.590 INFO:teuthology.run_tasks:Running task clock... 2024-04-02T15:55:08.600 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-02T15:55:08.600 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:55:08.600 DEBUG:teuthology.orchestra.run.smithi053:> 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:55:08.603 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:55:08.603 DEBUG:teuthology.orchestra.run.smithi153:> 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:55:08.605 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:55:08.605 DEBUG:teuthology.orchestra.run.smithi169:> 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:55:08.630 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-02T15:55:08.631 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: Command line: ntpd -gq 2024-04-02T15:55:08.631 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: ---------------------------------------------------- 2024-04-02T15:55:08.631 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: ntp-4 is maintained by Network Time Foundation, 2024-04-02T15:55:08.631 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-02T15:55:08.631 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: corporation. Support and training for ntp-4 are 2024-04-02T15:55:08.631 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: available at https://www.nwtime.org/support 2024-04-02T15:55:08.631 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: ---------------------------------------------------- 2024-04-02T15:55:08.632 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: proto: precision = 0.060 usec (-24) 2024-04-02T15:55:08.632 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: basedate set to 2022-02-04 2024-04-02T15:55:08.632 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: gps base set to 2022-02-06 (week 2196) 2024-04-02T15:55:08.632 INFO:teuthology.orchestra.run.smithi153.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:55:08.632 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:55:08.632 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:55:08.633 INFO:teuthology.orchestra.run.smithi153.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:55:08.634 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: Listen and drop on 0 v6wildcard [::]:123 2024-04-02T15:55:08.634 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-02T15:55:08.634 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: Listen normally on 2 lo 127.0.0.1:123 2024-04-02T15:55:08.634 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: Listen normally on 3 enp3s0f1 172.21.15.153:123 2024-04-02T15:55:08.634 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: Listen normally on 4 lo [::1]:123 2024-04-02T15:55:08.634 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6deb%5]:123 2024-04-02T15:55:08.634 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:08 ntpd[17162]: Listening on routing socket on fd #22 for interface updates 2024-04-02T15:55:08.635 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-02T15:55:08.635 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: Command line: ntpd -gq 2024-04-02T15:55:08.635 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: ---------------------------------------------------- 2024-04-02T15:55:08.635 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: ntp-4 is maintained by Network Time Foundation, 2024-04-02T15:55:08.635 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-02T15:55:08.635 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: corporation. Support and training for ntp-4 are 2024-04-02T15:55:08.635 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: available at https://www.nwtime.org/support 2024-04-02T15:55:08.635 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: ---------------------------------------------------- 2024-04-02T15:55:08.635 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: proto: precision = 0.046 usec (-24) 2024-04-02T15:55:08.636 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: basedate set to 2022-02-04 2024-04-02T15:55:08.637 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: gps base set to 2022-02-06 (week 2196) 2024-04-02T15:55:08.637 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:55:08.637 INFO:teuthology.orchestra.run.smithi053.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:55:08.637 INFO:teuthology.orchestra.run.smithi053.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:55:08.638 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:55:08.638 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: Listen and drop on 0 v6wildcard [::]:123 2024-04-02T15:55:08.638 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-02T15:55:08.638 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: Listen normally on 2 lo 127.0.0.1:123 2024-04-02T15:55:08.638 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: Listen normally on 3 ens1f0 172.21.15.53:123 2024-04-02T15:55:08.638 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: Listen normally on 4 lo [::1]:123 2024-04-02T15:55:08.638 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:3718%4]:123 2024-04-02T15:55:08.638 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:08 ntpd[17062]: Listening on routing socket on fd #22 for interface updates 2024-04-02T15:55:08.660 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-02T15:55:08.660 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: Command line: ntpd -gq 2024-04-02T15:55:08.660 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: ---------------------------------------------------- 2024-04-02T15:55:08.660 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: ntp-4 is maintained by Network Time Foundation, 2024-04-02T15:55:08.661 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-02T15:55:08.661 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: corporation. Support and training for ntp-4 are 2024-04-02T15:55:08.661 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: available at https://www.nwtime.org/support 2024-04-02T15:55:08.661 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: ---------------------------------------------------- 2024-04-02T15:55:08.661 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: proto: precision = 0.060 usec (-24) 2024-04-02T15:55:08.661 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: basedate set to 2022-02-04 2024-04-02T15:55:08.662 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: gps base set to 2022-02-06 (week 2196) 2024-04-02T15:55:08.662 INFO:teuthology.orchestra.run.smithi169.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:55:08.662 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:55:08.662 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:55:08.662 INFO:teuthology.orchestra.run.smithi169.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:55:08.663 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: Listen and drop on 0 v6wildcard [::]:123 2024-04-02T15:55:08.664 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-02T15:55:08.664 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: Listen normally on 2 lo 127.0.0.1:123 2024-04-02T15:55:08.664 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: Listen normally on 3 enp3s0f1 172.21.15.169:123 2024-04-02T15:55:08.664 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: Listen normally on 4 lo [::1]:123 2024-04-02T15:55:08.664 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f4d%5]:123 2024-04-02T15:55:08.664 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:08 ntpd[17171]: Listening on routing socket on fd #22 for interface updates 2024-04-02T15:55:09.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:09 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:09 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:09 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:09 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:09 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:09 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:09 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:09.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:09 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:09.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:09.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:09.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:09.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:09 ntpd[17062]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:09.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:09.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:09.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:09.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:09.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:09.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:09 ntpd[17171]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:10.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:10 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:10.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:10 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:10.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:10 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:10.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:10 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:10.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:10 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:10.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:10 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:10.635 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:10 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:10.635 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:10 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:10.635 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:10 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:10.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:10 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:10.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:10 ntpd[17062]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:10.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:10 ntpd[17062]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:11.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:11 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:11.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:11 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:11.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:11 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:11.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:11 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:11.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:11 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:11.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:11 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:11.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:11 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:11.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:11 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:11.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:11 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:11.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:11 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:11.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:11 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:11.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:11 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:11.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:11 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:11.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:11 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:11.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:11 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:11.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:11 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:11.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:11 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:11.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:11 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:11.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:11 ntpd[17062]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:11.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:11 ntpd[17062]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:11.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:11 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:11.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:11 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:11.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:11 ntpd[17062]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:11.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:11 ntpd[17062]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:11.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:11 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:11.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:11 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:11.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:11 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:11.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:11 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:11.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:11 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:11.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:11 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:11.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:11 ntpd[17171]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:11.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:11 ntpd[17171]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:11.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:11 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:11.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:11 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:11.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:11 ntpd[17171]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:11.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:11 ntpd[17171]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:12.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:12 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:12.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:12 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:12.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:12 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:12.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:12 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:12.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:12 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:12.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:12 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:12.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:12 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:12.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:12 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:12.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:12 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:12.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:12 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:12.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:12 ntpd[17062]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:12.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:12 ntpd[17062]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:12.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:12 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:12.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:12 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:12.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:12 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:12.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:12 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:12.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:12 ntpd[17171]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:12.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:12 ntpd[17171]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:13.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:13 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:13.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:13 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:13.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:13 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:13.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:13 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:13.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:13 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:13.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:13 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:13.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:13 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:13.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:13 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:13.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:13 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:13.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:13 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:13.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:13 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:13.633 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:13 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:13.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:13 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:13.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:13 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:13.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:13 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:13.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:13 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:13.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:13 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:13.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:13 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:13.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:13 ntpd[17062]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:13.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:13 ntpd[17062]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:13.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:13 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:13.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:13 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:13.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:13 ntpd[17062]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:13.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:13 ntpd[17062]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:13.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:13 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:13.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:13 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:13.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:13 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:13.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:13 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:13.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:13 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:13.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:13 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:13.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:13 ntpd[17171]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:13.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:13 ntpd[17171]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:13.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:13 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:13.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:13 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:13.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:13 ntpd[17171]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:13.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:13 ntpd[17171]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:14.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:14 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:14.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:14 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:14.631 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:14 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:14.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:14 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:14.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:14 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:14.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:14 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:14.635 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:14 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:14.635 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:14 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:14.635 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:14 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:14.635 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:14 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:14.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:14 ntpd[17062]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:14.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:14 ntpd[17062]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:14.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:14 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:14.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:14 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:14.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:14 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:14.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:14 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:14.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:14 ntpd[17171]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:14.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:14 ntpd[17171]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:15.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:15.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:15.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:15.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:15.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:15.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:15.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:15.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:15.632 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:15.633 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:15.633 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:15.633 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:15.633 INFO:teuthology.orchestra.run.smithi153.stdout: 2 Apr 15:55:15 ntpd[17162]: ntpd: time slew +0.000508 s 2024-04-02T15:55:15.633 INFO:teuthology.orchestra.run.smithi153.stdout:ntpd: time slew +0.000508s 2024-04-02T15:55:15.633 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-02T15:55:15.633 INFO:teuthology.orchestra.run.smithi153.stderr: 2 Apr 15:55:15 ntpd[17162]: can't open /var/log/ntpstats/loopstats.20240402: Permission denied 2024-04-02T15:55:15.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:15 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:15.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:15 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:15.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:15 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:15.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:15 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:15.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:15 ntpd[17062]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:15.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:15 ntpd[17062]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:15.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:15 ntpd[17062]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:15.636 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:15 ntpd[17062]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:15.636 INFO:teuthology.orchestra.run.smithi053.stdout: 2 Apr 15:55:15 ntpd[17062]: ntpd: time slew -0.000675 s 2024-04-02T15:55:15.637 INFO:teuthology.orchestra.run.smithi053.stdout:ntpd: time slew -0.000675s 2024-04-02T15:55:15.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:15 ntpd[17062]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-02T15:55:15.637 INFO:teuthology.orchestra.run.smithi053.stderr: 2 Apr 15:55:15 ntpd[17062]: can't open /var/log/ntpstats/loopstats.20240402: Permission denied 2024-04-02T15:55:15.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:15 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:15.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:15 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:15.661 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:15 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:15.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:15 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:15.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:15 ntpd[17171]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:55:15.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:15 ntpd[17171]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:55:15.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:15 ntpd[17171]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:55:15.662 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:15 ntpd[17171]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:55:15.662 INFO:teuthology.orchestra.run.smithi169.stdout: 2 Apr 15:55:15 ntpd[17171]: ntpd: time slew -0.001374 s 2024-04-02T15:55:15.662 INFO:teuthology.orchestra.run.smithi169.stdout:ntpd: time slew -0.001374s 2024-04-02T15:55:15.663 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:15 ntpd[17171]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-02T15:55:15.663 INFO:teuthology.orchestra.run.smithi169.stderr: 2 Apr 15:55:15 ntpd[17171]: can't open /var/log/ntpstats/loopstats.20240402: Permission denied 2024-04-02T15:55:15.686 INFO:teuthology.orchestra.run.smithi053.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:55:15.686 INFO:teuthology.orchestra.run.smithi053.stdout:============================================================================== 2024-04-02T15:55:15.686 INFO:teuthology.orchestra.run.smithi053.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:55:15.687 INFO:teuthology.orchestra.run.smithi053.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:55:15.687 INFO:teuthology.orchestra.run.smithi053.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:55:15.687 INFO:teuthology.orchestra.run.smithi053.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:55:15.688 INFO:teuthology.orchestra.run.smithi153.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:55:15.688 INFO:teuthology.orchestra.run.smithi153.stdout:============================================================================== 2024-04-02T15:55:15.688 INFO:teuthology.orchestra.run.smithi153.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:55:15.688 INFO:teuthology.orchestra.run.smithi153.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:55:15.688 INFO:teuthology.orchestra.run.smithi153.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:55:15.689 INFO:teuthology.orchestra.run.smithi153.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:55:15.722 INFO:teuthology.orchestra.run.smithi169.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:55:15.722 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================== 2024-04-02T15:55:15.722 INFO:teuthology.orchestra.run.smithi169.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:55:15.722 INFO:teuthology.orchestra.run.smithi169.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:55:15.722 INFO:teuthology.orchestra.run.smithi169.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:55:15.722 INFO:teuthology.orchestra.run.smithi169.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:55:15.724 INFO:teuthology.run_tasks:Running task install... 2024-04-02T15:55:15.733 DEBUG:teuthology.task.install:project ceph 2024-04-02T15:55:15.734 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'}} 2024-04-02T15:55:15.734 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'} 2024-04-02T15:55:15.734 INFO:teuthology.task.install:Using flavor: default 2024-04-02T15:55:15.740 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:55:15.740 INFO:teuthology.task.install:extra packages: [] 2024-04-02T15:55:15.740 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-key list | grep Ceph 2024-04-02T15:55:15.741 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-key list | grep Ceph 2024-04-02T15:55:15.741 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-key list | grep Ceph 2024-04-02T15:55:15.800 INFO:teuthology.orchestra.run.smithi153.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-02T15:55:15.802 INFO:teuthology.orchestra.run.smithi053.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-02T15:55:15.819 INFO:teuthology.orchestra.run.smithi169.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-02T15:55:15.826 INFO:teuthology.orchestra.run.smithi153.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-02T15:55:15.827 INFO:teuthology.orchestra.run.smithi153.stdout:uid [ unknown] Ceph.com (release key) 2024-04-02T15:55:15.827 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:55:15.827 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:55:15.833 INFO:teuthology.orchestra.run.smithi053.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-02T15:55:15.833 INFO:teuthology.orchestra.run.smithi053.stdout:uid [ unknown] Ceph.com (release key) 2024-04-02T15:55:15.834 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:55:15.834 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:55:15.845 INFO:teuthology.orchestra.run.smithi169.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-02T15:55:15.845 INFO:teuthology.orchestra.run.smithi169.stdout:uid [ unknown] Ceph.com (release key) 2024-04-02T15:55:15.845 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:55:15.846 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:55:15.974 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:55:15.974 INFO:teuthology.task.install.deb:Package version is 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:55:16.055 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:55:16.055 INFO:teuthology.task.install.deb:Package version is 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:55:16.064 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:55:16.064 INFO:teuthology.task.install.deb:Package version is 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:55:16.145 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-02T15:55:16.145 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-02T15:55:16.159 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get update 2024-04-02T15:55:16.161 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-02T15:55:16.161 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-02T15:55:16.171 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-02T15:55:16.171 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-02T15:55:16.175 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get update 2024-04-02T15:55:16.185 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get update 2024-04-02T15:55:16.330 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T15:55:16.351 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:55:16.357 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T15:55:16.365 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T15:55:16.378 INFO:teuthology.orchestra.run.smithi153.stdout:Ign:2 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy InRelease 2024-04-02T15:55:16.386 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T15:55:16.399 INFO:teuthology.orchestra.run.smithi153.stdout:Get:3 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:55:16.400 INFO:teuthology.orchestra.run.smithi053.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:55:16.405 INFO:teuthology.orchestra.run.smithi169.stdout:Ign:2 https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default jammy InRelease 2024-04-02T15:55:16.420 INFO:teuthology.orchestra.run.smithi053.stdout:Get:5 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:55:16.421 INFO:teuthology.orchestra.run.smithi153.stdout:Ign:4 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:55:16.426 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 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:55:16.442 INFO:teuthology.orchestra.run.smithi153.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 Packages [18.1 kB] 2024-04-02T15:55:16.443 INFO:teuthology.orchestra.run.smithi053.stdout:Ign:6 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:55:16.448 INFO:teuthology.orchestra.run.smithi169.stdout:Ign:4 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:55:16.449 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:55:16.464 INFO:teuthology.orchestra.run.smithi053.stdout:Get:7 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:55:16.469 INFO:teuthology.orchestra.run.smithi169.stdout:Get:5 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:55:16.470 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T15:55:16.470 INFO:teuthology.orchestra.run.smithi153.stdout:Get:7 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:55:16.475 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:55:16.491 INFO:teuthology.orchestra.run.smithi053.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 Packages [18.1 kB] 2024-04-02T15:55:16.496 INFO:teuthology.orchestra.run.smithi169.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:55:16.527 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T15:55:16.556 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T15:55:16.608 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T15:55:16.637 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T15:55:16.733 INFO:teuthology.orchestra.run.smithi053.stdout:Fetched 29.2 kB in 0s (78.4 kB/s) 2024-04-02T15:55:16.754 INFO:teuthology.orchestra.run.smithi153.stdout:Fetched 29.2 kB in 0s (70.7 kB/s) 2024-04-02T15:55:16.786 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 29.2 kB in 0s (70.1 kB/s) 2024-04-02T15:55:17.702 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2024-04-02T15:55:17.706 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-04-02T15:55:17.717 DEBUG:teuthology.orchestra.run.smithi153:> 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:55:17.722 DEBUG:teuthology.orchestra.run.smithi053:> 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:55:17.771 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-04-02T15:55:17.777 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2024-04-02T15:55:17.786 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-04-02T15:55:17.787 DEBUG:teuthology.orchestra.run.smithi169:> 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:55:17.849 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-04-02T15:55:17.973 INFO:teuthology.orchestra.run.smithi153.stdout:Building dependency tree... 2024-04-02T15:55:17.974 INFO:teuthology.orchestra.run.smithi153.stdout:Reading state information... 2024-04-02T15:55:17.987 INFO:teuthology.orchestra.run.smithi053.stdout:Building dependency tree... 2024-04-02T15:55:17.988 INFO:teuthology.orchestra.run.smithi053.stdout:Reading state information... 2024-04-02T15:55:18.055 INFO:teuthology.orchestra.run.smithi169.stdout:Building dependency tree... 2024-04-02T15:55:18.056 INFO:teuthology.orchestra.run.smithi169.stdout:Reading state information... 2024-04-02T15:55:18.154 INFO:teuthology.orchestra.run.smithi153.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:55:18.154 INFO:teuthology.orchestra.run.smithi153.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:55:18.155 INFO:teuthology.orchestra.run.smithi153.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:55:18.155 INFO:teuthology.orchestra.run.smithi153.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:55:18.155 INFO:teuthology.orchestra.run.smithi153.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T15:55:18.155 INFO:teuthology.orchestra.run.smithi153.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T15:55:18.156 INFO:teuthology.orchestra.run.smithi153.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:55:18.156 INFO:teuthology.orchestra.run.smithi153.stdout:The following additional packages will be installed: 2024-04-02T15:55:18.156 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-02T15:55:18.156 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-02T15:55:18.157 INFO:teuthology.orchestra.run.smithi153.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-02T15:55:18.157 INFO:teuthology.orchestra.run.smithi153.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-02T15:55:18.157 INFO:teuthology.orchestra.run.smithi153.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-02T15:55:18.157 INFO:teuthology.orchestra.run.smithi153.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-02T15:55:18.157 INFO:teuthology.orchestra.run.smithi153.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-02T15:55:18.158 INFO:teuthology.orchestra.run.smithi153.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-02T15:55:18.159 INFO:teuthology.orchestra.run.smithi153.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-02T15:55:18.159 INFO:teuthology.orchestra.run.smithi153.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-02T15:55:18.159 INFO:teuthology.orchestra.run.smithi153.stdout: xmlstarlet zip 2024-04-02T15:55:18.159 INFO:teuthology.orchestra.run.smithi153.stdout:Suggested packages: 2024-04-02T15:55:18.159 INFO:teuthology.orchestra.run.smithi153.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-02T15:55:18.159 INFO:teuthology.orchestra.run.smithi153.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-02T15:55:18.159 INFO:teuthology.orchestra.run.smithi153.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-02T15:55:18.159 INFO:teuthology.orchestra.run.smithi153.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-02T15:55:18.159 INFO:teuthology.orchestra.run.smithi153.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-02T15:55:18.159 INFO:teuthology.orchestra.run.smithi153.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-02T15:55:18.160 INFO:teuthology.orchestra.run.smithi153.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-02T15:55:18.160 INFO:teuthology.orchestra.run.smithi153.stdout:Recommended packages: 2024-04-02T15:55:18.160 INFO:teuthology.orchestra.run.smithi153.stdout: btrfs-tools 2024-04-02T15:55:18.188 INFO:teuthology.orchestra.run.smithi053.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:55:18.188 INFO:teuthology.orchestra.run.smithi053.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:55:18.188 INFO:teuthology.orchestra.run.smithi053.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:55:18.188 INFO:teuthology.orchestra.run.smithi053.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:55:18.189 INFO:teuthology.orchestra.run.smithi053.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T15:55:18.189 INFO:teuthology.orchestra.run.smithi053.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T15:55:18.189 INFO:teuthology.orchestra.run.smithi053.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:55:18.190 INFO:teuthology.orchestra.run.smithi053.stdout:The following additional packages will be installed: 2024-04-02T15:55:18.190 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-02T15:55:18.190 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-02T15:55:18.190 INFO:teuthology.orchestra.run.smithi053.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-02T15:55:18.190 INFO:teuthology.orchestra.run.smithi053.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-02T15:55:18.191 INFO:teuthology.orchestra.run.smithi053.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-02T15:55:18.191 INFO:teuthology.orchestra.run.smithi053.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-02T15:55:18.191 INFO:teuthology.orchestra.run.smithi053.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-02T15:55:18.192 INFO:teuthology.orchestra.run.smithi053.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-02T15:55:18.193 INFO:teuthology.orchestra.run.smithi053.stdout: xmlstarlet zip 2024-04-02T15:55:18.193 INFO:teuthology.orchestra.run.smithi053.stdout:Suggested packages: 2024-04-02T15:55:18.193 INFO:teuthology.orchestra.run.smithi053.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-02T15:55:18.193 INFO:teuthology.orchestra.run.smithi053.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-02T15:55:18.193 INFO:teuthology.orchestra.run.smithi053.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-02T15:55:18.193 INFO:teuthology.orchestra.run.smithi053.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-02T15:55:18.193 INFO:teuthology.orchestra.run.smithi053.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-02T15:55:18.193 INFO:teuthology.orchestra.run.smithi053.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-02T15:55:18.193 INFO:teuthology.orchestra.run.smithi053.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-02T15:55:18.193 INFO:teuthology.orchestra.run.smithi053.stdout:Recommended packages: 2024-04-02T15:55:18.194 INFO:teuthology.orchestra.run.smithi053.stdout: btrfs-tools 2024-04-02T15:55:18.241 INFO:teuthology.orchestra.run.smithi169.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:55:18.241 INFO:teuthology.orchestra.run.smithi169.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:55:18.241 INFO:teuthology.orchestra.run.smithi169.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:55:18.241 INFO:teuthology.orchestra.run.smithi169.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:55:18.242 INFO:teuthology.orchestra.run.smithi169.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T15:55:18.242 INFO:teuthology.orchestra.run.smithi169.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T15:55:18.242 INFO:teuthology.orchestra.run.smithi169.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:55:18.242 INFO:teuthology.orchestra.run.smithi169.stdout:The following additional packages will be installed: 2024-04-02T15:55:18.243 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-02T15:55:18.243 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-02T15:55:18.243 INFO:teuthology.orchestra.run.smithi169.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-02T15:55:18.243 INFO:teuthology.orchestra.run.smithi169.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-02T15:55:18.244 INFO:teuthology.orchestra.run.smithi169.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-02T15:55:18.244 INFO:teuthology.orchestra.run.smithi169.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-02T15:55:18.244 INFO:teuthology.orchestra.run.smithi169.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-02T15:55:18.244 INFO:teuthology.orchestra.run.smithi169.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-02T15:55:18.244 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-02T15:55:18.244 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-02T15:55:18.244 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-02T15:55:18.244 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-02T15:55:18.244 INFO:teuthology.orchestra.run.smithi169.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-02T15:55:18.245 INFO:teuthology.orchestra.run.smithi169.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-02T15:55:18.245 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-02T15:55:18.245 INFO:teuthology.orchestra.run.smithi169.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-02T15:55:18.245 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-02T15:55:18.245 INFO:teuthology.orchestra.run.smithi169.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-02T15:55:18.245 INFO:teuthology.orchestra.run.smithi169.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-02T15:55:18.245 INFO:teuthology.orchestra.run.smithi169.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-02T15:55:18.245 INFO:teuthology.orchestra.run.smithi169.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-02T15:55:18.245 INFO:teuthology.orchestra.run.smithi169.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-02T15:55:18.245 INFO:teuthology.orchestra.run.smithi169.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-02T15:55:18.245 INFO:teuthology.orchestra.run.smithi169.stdout: xmlstarlet zip 2024-04-02T15:55:18.245 INFO:teuthology.orchestra.run.smithi169.stdout:Suggested packages: 2024-04-02T15:55:18.246 INFO:teuthology.orchestra.run.smithi169.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-02T15:55:18.246 INFO:teuthology.orchestra.run.smithi169.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-02T15:55:18.246 INFO:teuthology.orchestra.run.smithi169.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-02T15:55:18.246 INFO:teuthology.orchestra.run.smithi169.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-02T15:55:18.246 INFO:teuthology.orchestra.run.smithi169.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-02T15:55:18.246 INFO:teuthology.orchestra.run.smithi169.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-02T15:55:18.246 INFO:teuthology.orchestra.run.smithi169.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-02T15:55:18.246 INFO:teuthology.orchestra.run.smithi169.stdout:Recommended packages: 2024-04-02T15:55:18.246 INFO:teuthology.orchestra.run.smithi169.stdout: btrfs-tools 2024-04-02T15:55:18.256 INFO:teuthology.orchestra.run.smithi153.stdout:The following NEW packages will be installed: 2024-04-02T15:55:18.256 INFO:teuthology.orchestra.run.smithi153.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-02T15:55:18.256 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-02T15:55:18.257 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-02T15:55:18.257 INFO:teuthology.orchestra.run.smithi153.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-02T15:55:18.257 INFO:teuthology.orchestra.run.smithi153.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-02T15:55:18.257 INFO:teuthology.orchestra.run.smithi153.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-02T15:55:18.258 INFO:teuthology.orchestra.run.smithi153.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-02T15:55:18.258 INFO:teuthology.orchestra.run.smithi153.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-02T15:55:18.258 INFO:teuthology.orchestra.run.smithi153.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-02T15:55:18.258 INFO:teuthology.orchestra.run.smithi153.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-02T15:55:18.259 INFO:teuthology.orchestra.run.smithi153.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-02T15:55:18.260 INFO:teuthology.orchestra.run.smithi153.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-02T15:55:18.260 INFO:teuthology.orchestra.run.smithi153.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-02T15:55:18.260 INFO:teuthology.orchestra.run.smithi153.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-02T15:55:18.300 INFO:teuthology.orchestra.run.smithi053.stdout:The following NEW packages will be installed: 2024-04-02T15:55:18.300 INFO:teuthology.orchestra.run.smithi053.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-02T15:55:18.300 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-02T15:55:18.300 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-02T15:55:18.300 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-02T15:55:18.300 INFO:teuthology.orchestra.run.smithi053.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-02T15:55:18.300 INFO:teuthology.orchestra.run.smithi053.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-02T15:55:18.301 INFO:teuthology.orchestra.run.smithi053.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-02T15:55:18.301 INFO:teuthology.orchestra.run.smithi053.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-02T15:55:18.301 INFO:teuthology.orchestra.run.smithi053.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-02T15:55:18.301 INFO:teuthology.orchestra.run.smithi053.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-02T15:55:18.301 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-02T15:55:18.302 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-02T15:55:18.303 INFO:teuthology.orchestra.run.smithi053.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-02T15:55:18.330 INFO:teuthology.orchestra.run.smithi153.stdout:0 upgraded, 118 newly installed, 0 to remove and 299 not upgraded. 2024-04-02T15:55:18.330 INFO:teuthology.orchestra.run.smithi153.stdout:Need to get 179 MB of archives. 2024-04-02T15:55:18.331 INFO:teuthology.orchestra.run.smithi153.stdout:After this operation, 819 MB of additional disk space will be used. 2024-04-02T15:55:18.331 INFO:teuthology.orchestra.run.smithi153.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-02T15:55:18.346 INFO:teuthology.orchestra.run.smithi169.stdout:The following NEW packages will be installed: 2024-04-02T15:55:18.346 INFO:teuthology.orchestra.run.smithi169.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-02T15:55:18.346 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-02T15:55:18.346 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-02T15:55:18.346 INFO:teuthology.orchestra.run.smithi169.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-02T15:55:18.347 INFO:teuthology.orchestra.run.smithi169.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-02T15:55:18.347 INFO:teuthology.orchestra.run.smithi169.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-02T15:55:18.347 INFO:teuthology.orchestra.run.smithi169.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-02T15:55:18.347 INFO:teuthology.orchestra.run.smithi169.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-02T15:55:18.347 INFO:teuthology.orchestra.run.smithi169.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-02T15:55:18.347 INFO:teuthology.orchestra.run.smithi169.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-02T15:55:18.348 INFO:teuthology.orchestra.run.smithi169.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-02T15:55:18.349 INFO:teuthology.orchestra.run.smithi169.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-02T15:55:18.368 INFO:teuthology.orchestra.run.smithi053.stdout:0 upgraded, 118 newly installed, 0 to remove and 299 not upgraded. 2024-04-02T15:55:18.368 INFO:teuthology.orchestra.run.smithi053.stdout:Need to get 179 MB of archives. 2024-04-02T15:55:18.368 INFO:teuthology.orchestra.run.smithi053.stdout:After this operation, 819 MB of additional disk space will be used. 2024-04-02T15:55:18.368 INFO:teuthology.orchestra.run.smithi053.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-02T15:55:18.445 INFO:teuthology.orchestra.run.smithi153.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-02T15:55:18.453 INFO:teuthology.orchestra.run.smithi153.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:55:18.483 INFO:teuthology.orchestra.run.smithi153.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:55:18.491 INFO:teuthology.orchestra.run.smithi053.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-02T15:55:18.493 INFO:teuthology.orchestra.run.smithi053.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:55:18.540 INFO:teuthology.orchestra.run.smithi053.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:55:18.556 INFO:teuthology.orchestra.run.smithi169.stdout:0 upgraded, 118 newly installed, 0 to remove and 299 not upgraded. 2024-04-02T15:55:18.556 INFO:teuthology.orchestra.run.smithi169.stdout:Need to get 179 MB of archives. 2024-04-02T15:55:18.557 INFO:teuthology.orchestra.run.smithi169.stdout:After this operation, 819 MB of additional disk space will be used. 2024-04-02T15:55:18.557 INFO:teuthology.orchestra.run.smithi169.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-02T15:55:18.616 INFO:teuthology.orchestra.run.smithi153.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-02T15:55:18.617 INFO:teuthology.orchestra.run.smithi153.stdout:Get:6 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:55:18.622 INFO:teuthology.orchestra.run.smithi153.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:55:18.642 INFO:teuthology.orchestra.run.smithi153.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:55:18.648 INFO:teuthology.orchestra.run.smithi153.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:55:18.649 INFO:teuthology.orchestra.run.smithi153.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-02T15:55:18.650 INFO:teuthology.orchestra.run.smithi053.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:55:18.650 INFO:teuthology.orchestra.run.smithi153.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-02T15:55:18.662 INFO:teuthology.orchestra.run.smithi153.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-02T15:55:18.666 INFO:teuthology.orchestra.run.smithi153.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-02T15:55:18.668 INFO:teuthology.orchestra.run.smithi053.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:55:18.669 INFO:teuthology.orchestra.run.smithi153.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:55:18.670 INFO:teuthology.orchestra.run.smithi153.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-02T15:55:18.670 INFO:teuthology.orchestra.run.smithi153.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-02T15:55:18.674 INFO:teuthology.orchestra.run.smithi053.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:55:18.686 INFO:teuthology.orchestra.run.smithi169.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:55:18.690 INFO:teuthology.orchestra.run.smithi153.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-02T15:55:18.691 INFO:teuthology.orchestra.run.smithi053.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:55:18.694 INFO:teuthology.orchestra.run.smithi153.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-02T15:55:18.696 INFO:teuthology.orchestra.run.smithi153.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-02T15:55:18.697 INFO:teuthology.orchestra.run.smithi053.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:55:18.697 INFO:teuthology.orchestra.run.smithi153.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:55:18.697 INFO:teuthology.orchestra.run.smithi053.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-02T15:55:18.698 INFO:teuthology.orchestra.run.smithi053.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-02T15:55:18.709 INFO:teuthology.orchestra.run.smithi053.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-02T15:55:18.711 INFO:teuthology.orchestra.run.smithi053.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-02T15:55:18.714 INFO:teuthology.orchestra.run.smithi053.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:55:18.716 INFO:teuthology.orchestra.run.smithi053.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-02T15:55:18.720 INFO:teuthology.orchestra.run.smithi153.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:55:18.722 INFO:teuthology.orchestra.run.smithi153.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:55:18.722 INFO:teuthology.orchestra.run.smithi153.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:55:18.722 INFO:teuthology.orchestra.run.smithi153.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:55:18.723 INFO:teuthology.orchestra.run.smithi153.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-02T15:55:18.723 INFO:teuthology.orchestra.run.smithi153.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-02T15:55:18.730 INFO:teuthology.orchestra.run.smithi053.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-02T15:55:18.733 INFO:teuthology.orchestra.run.smithi053.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-02T15:55:18.736 INFO:teuthology.orchestra.run.smithi053.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-02T15:55:18.738 INFO:teuthology.orchestra.run.smithi053.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-02T15:55:18.738 INFO:teuthology.orchestra.run.smithi053.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:55:18.741 INFO:teuthology.orchestra.run.smithi153.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-02T15:55:18.742 INFO:teuthology.orchestra.run.smithi153.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-02T15:55:18.747 INFO:teuthology.orchestra.run.smithi153.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-02T15:55:18.748 INFO:teuthology.orchestra.run.smithi153.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-02T15:55:18.750 INFO:teuthology.orchestra.run.smithi053.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:55:18.751 INFO:teuthology.orchestra.run.smithi053.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:55:18.752 INFO:teuthology.orchestra.run.smithi053.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:55:18.752 INFO:teuthology.orchestra.run.smithi053.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:55:18.752 INFO:teuthology.orchestra.run.smithi053.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-02T15:55:18.770 INFO:teuthology.orchestra.run.smithi153.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-02T15:55:18.771 INFO:teuthology.orchestra.run.smithi153.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:55:18.773 INFO:teuthology.orchestra.run.smithi153.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-02T15:55:18.774 INFO:teuthology.orchestra.run.smithi153.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:55:18.774 INFO:teuthology.orchestra.run.smithi153.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:55:18.777 INFO:teuthology.orchestra.run.smithi153.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:55:18.782 INFO:teuthology.orchestra.run.smithi053.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-02T15:55:18.783 INFO:teuthology.orchestra.run.smithi053.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-02T15:55:18.783 INFO:teuthology.orchestra.run.smithi053.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-02T15:55:18.786 INFO:teuthology.orchestra.run.smithi053.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-02T15:55:18.787 INFO:teuthology.orchestra.run.smithi053.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-02T15:55:18.793 INFO:teuthology.orchestra.run.smithi153.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-02T15:55:18.793 INFO:teuthology.orchestra.run.smithi153.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-02T15:55:18.803 INFO:teuthology.orchestra.run.smithi053.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-02T15:55:18.803 INFO:teuthology.orchestra.run.smithi053.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:55:18.805 INFO:teuthology.orchestra.run.smithi053.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-02T15:55:18.805 INFO:teuthology.orchestra.run.smithi153.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:55:18.806 INFO:teuthology.orchestra.run.smithi053.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:55:18.806 INFO:teuthology.orchestra.run.smithi053.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:55:18.806 INFO:teuthology.orchestra.run.smithi153.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-02T15:55:18.814 INFO:teuthology.orchestra.run.smithi153.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-02T15:55:18.815 INFO:teuthology.orchestra.run.smithi153.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-02T15:55:18.817 INFO:teuthology.orchestra.run.smithi153.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-02T15:55:18.821 INFO:teuthology.orchestra.run.smithi153.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-02T15:55:18.823 INFO:teuthology.orchestra.run.smithi153.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:55:18.823 INFO:teuthology.orchestra.run.smithi053.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:55:18.823 INFO:teuthology.orchestra.run.smithi053.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-02T15:55:18.824 INFO:teuthology.orchestra.run.smithi053.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-02T15:55:18.825 INFO:teuthology.orchestra.run.smithi153.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:55:18.831 INFO:teuthology.orchestra.run.smithi053.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:55:18.831 INFO:teuthology.orchestra.run.smithi053.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-02T15:55:18.834 INFO:teuthology.orchestra.run.smithi153.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:55:18.839 INFO:teuthology.orchestra.run.smithi153.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-02T15:55:18.840 INFO:teuthology.orchestra.run.smithi153.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-02T15:55:18.841 INFO:teuthology.orchestra.run.smithi153.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-02T15:55:18.842 INFO:teuthology.orchestra.run.smithi053.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-02T15:55:18.843 INFO:teuthology.orchestra.run.smithi053.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-02T15:55:18.844 INFO:teuthology.orchestra.run.smithi053.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-02T15:55:18.847 INFO:teuthology.orchestra.run.smithi053.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-02T15:55:18.848 INFO:teuthology.orchestra.run.smithi053.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:55:18.855 INFO:teuthology.orchestra.run.smithi153.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:55:18.867 INFO:teuthology.orchestra.run.smithi053.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:55:18.868 INFO:teuthology.orchestra.run.smithi053.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:55:18.872 INFO:teuthology.orchestra.run.smithi053.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-02T15:55:18.873 INFO:teuthology.orchestra.run.smithi053.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-02T15:55:18.874 INFO:teuthology.orchestra.run.smithi053.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-02T15:55:18.902 INFO:teuthology.orchestra.run.smithi053.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:55:18.947 INFO:teuthology.orchestra.run.smithi153.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:55:18.948 INFO:teuthology.orchestra.run.smithi153.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:55:18.951 INFO:teuthology.orchestra.run.smithi153.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-02T15:55:18.951 INFO:teuthology.orchestra.run.smithi153.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-02T15:55:18.953 INFO:teuthology.orchestra.run.smithi153.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:55:18.986 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-02T15:55:18.999 INFO:teuthology.orchestra.run.smithi169.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:55:19.048 INFO:teuthology.orchestra.run.smithi153.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-02T15:55:19.051 INFO:teuthology.orchestra.run.smithi153.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-02T15:55:19.052 INFO:teuthology.orchestra.run.smithi153.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-02T15:55:19.058 INFO:teuthology.orchestra.run.smithi053.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:55:19.060 INFO:teuthology.orchestra.run.smithi053.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:55:19.062 INFO:teuthology.orchestra.run.smithi053.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-02T15:55:19.063 INFO:teuthology.orchestra.run.smithi053.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-02T15:55:19.065 INFO:teuthology.orchestra.run.smithi053.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:55:19.079 INFO:teuthology.orchestra.run.smithi153.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-02T15:55:19.079 INFO:teuthology.orchestra.run.smithi153.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-02T15:55:19.080 INFO:teuthology.orchestra.run.smithi153.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:55:19.081 INFO:teuthology.orchestra.run.smithi169.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:55:19.081 INFO:teuthology.orchestra.run.smithi153.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-02T15:55:19.082 INFO:teuthology.orchestra.run.smithi153.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:55:19.083 INFO:teuthology.orchestra.run.smithi153.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:55:19.089 INFO:teuthology.orchestra.run.smithi153.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-02T15:55:19.090 INFO:teuthology.orchestra.run.smithi153.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-02T15:55:19.096 INFO:teuthology.orchestra.run.smithi053.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-02T15:55:19.099 INFO:teuthology.orchestra.run.smithi053.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-02T15:55:19.099 INFO:teuthology.orchestra.run.smithi053.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-02T15:55:19.116 INFO:teuthology.orchestra.run.smithi153.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-02T15:55:19.119 INFO:teuthology.orchestra.run.smithi153.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-02T15:55:19.119 INFO:teuthology.orchestra.run.smithi053.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-02T15:55:19.119 INFO:teuthology.orchestra.run.smithi053.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-02T15:55:19.120 INFO:teuthology.orchestra.run.smithi153.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-02T15:55:19.121 INFO:teuthology.orchestra.run.smithi153.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-02T15:55:19.126 INFO:teuthology.orchestra.run.smithi153.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-02T15:55:19.129 INFO:teuthology.orchestra.run.smithi153.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:55:19.130 INFO:teuthology.orchestra.run.smithi153.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-02T15:55:19.131 INFO:teuthology.orchestra.run.smithi153.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-02T15:55:19.134 INFO:teuthology.orchestra.run.smithi053.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:55:19.134 INFO:teuthology.orchestra.run.smithi053.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-02T15:55:19.135 INFO:teuthology.orchestra.run.smithi053.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:55:19.135 INFO:teuthology.orchestra.run.smithi053.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:55:19.150 INFO:teuthology.orchestra.run.smithi153.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-02T15:55:19.151 INFO:teuthology.orchestra.run.smithi153.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-02T15:55:19.172 INFO:teuthology.orchestra.run.smithi053.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-02T15:55:19.172 INFO:teuthology.orchestra.run.smithi053.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-02T15:55:19.176 INFO:teuthology.orchestra.run.smithi053.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-02T15:55:19.178 INFO:teuthology.orchestra.run.smithi053.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-02T15:55:19.179 INFO:teuthology.orchestra.run.smithi053.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-02T15:55:19.180 INFO:teuthology.orchestra.run.smithi053.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-02T15:55:19.201 INFO:teuthology.orchestra.run.smithi153.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-02T15:55:19.201 INFO:teuthology.orchestra.run.smithi153.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-02T15:55:19.203 INFO:teuthology.orchestra.run.smithi153.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:55:19.204 INFO:teuthology.orchestra.run.smithi153.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-02T15:55:19.207 INFO:teuthology.orchestra.run.smithi153.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-02T15:55:19.209 INFO:teuthology.orchestra.run.smithi153.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-02T15:55:19.223 INFO:teuthology.orchestra.run.smithi153.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:55:19.224 INFO:teuthology.orchestra.run.smithi153.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-02T15:55:19.229 INFO:teuthology.orchestra.run.smithi053.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-02T15:55:19.234 INFO:teuthology.orchestra.run.smithi053.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:55:19.235 INFO:teuthology.orchestra.run.smithi053.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-02T15:55:19.237 INFO:teuthology.orchestra.run.smithi053.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-02T15:55:19.255 INFO:teuthology.orchestra.run.smithi153.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-02T15:55:19.260 INFO:teuthology.orchestra.run.smithi153.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-02T15:55:19.277 INFO:teuthology.orchestra.run.smithi153.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-02T15:55:19.304 INFO:teuthology.orchestra.run.smithi053.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-02T15:55:19.305 INFO:teuthology.orchestra.run.smithi053.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-02T15:55:19.311 INFO:teuthology.orchestra.run.smithi169.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:55:19.313 INFO:teuthology.orchestra.run.smithi053.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-02T15:55:19.314 INFO:teuthology.orchestra.run.smithi053.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-02T15:55:19.316 INFO:teuthology.orchestra.run.smithi053.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:55:19.317 INFO:teuthology.orchestra.run.smithi053.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-02T15:55:19.320 INFO:teuthology.orchestra.run.smithi053.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-02T15:55:19.322 INFO:teuthology.orchestra.run.smithi053.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-02T15:55:19.323 INFO:teuthology.orchestra.run.smithi169.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:55:19.339 INFO:teuthology.orchestra.run.smithi053.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:55:19.340 INFO:teuthology.orchestra.run.smithi053.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-02T15:55:19.349 INFO:teuthology.orchestra.run.smithi053.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-02T15:55:19.353 INFO:teuthology.orchestra.run.smithi169.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:55:19.356 INFO:teuthology.orchestra.run.smithi053.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-02T15:55:19.358 INFO:teuthology.orchestra.run.smithi053.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-02T15:55:19.362 INFO:teuthology.orchestra.run.smithi169.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:55:19.363 INFO:teuthology.orchestra.run.smithi169.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-02T15:55:19.365 INFO:teuthology.orchestra.run.smithi169.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-02T15:55:19.383 INFO:teuthology.orchestra.run.smithi169.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-02T15:55:19.552 INFO:teuthology.orchestra.run.smithi169.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-02T15:55:19.706 INFO:teuthology.orchestra.run.smithi153.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:55:19.960 INFO:teuthology.orchestra.run.smithi169.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:55:19.993 INFO:teuthology.orchestra.run.smithi169.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-02T15:55:19.995 INFO:teuthology.orchestra.run.smithi169.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-02T15:55:20.074 INFO:teuthology.orchestra.run.smithi169.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-02T15:55:20.126 INFO:teuthology.orchestra.run.smithi169.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-02T15:55:20.148 INFO:teuthology.orchestra.run.smithi169.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-02T15:55:20.155 INFO:teuthology.orchestra.run.smithi169.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:55:20.156 INFO:teuthology.orchestra.run.smithi169.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:55:20.167 INFO:teuthology.orchestra.run.smithi169.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:55:20.168 INFO:teuthology.orchestra.run.smithi169.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:55:20.223 INFO:teuthology.orchestra.run.smithi053.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:55:20.333 INFO:teuthology.orchestra.run.smithi169.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:55:20.417 INFO:teuthology.orchestra.run.smithi169.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-02T15:55:20.445 INFO:teuthology.orchestra.run.smithi169.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-02T15:55:20.462 INFO:teuthology.orchestra.run.smithi169.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-02T15:55:20.489 INFO:teuthology.orchestra.run.smithi153.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:55:20.506 INFO:teuthology.orchestra.run.smithi169.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-02T15:55:20.709 INFO:teuthology.orchestra.run.smithi153.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:55:20.717 INFO:teuthology.orchestra.run.smithi169.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-02T15:55:20.732 INFO:teuthology.orchestra.run.smithi169.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-02T15:55:20.740 INFO:teuthology.orchestra.run.smithi169.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-02T15:55:20.745 INFO:teuthology.orchestra.run.smithi169.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:55:20.766 INFO:teuthology.orchestra.run.smithi169.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-02T15:55:20.769 INFO:teuthology.orchestra.run.smithi169.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:55:20.790 INFO:teuthology.orchestra.run.smithi153.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:55:20.792 INFO:teuthology.orchestra.run.smithi153.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:55:20.845 INFO:teuthology.orchestra.run.smithi153.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:55:20.869 INFO:teuthology.orchestra.run.smithi153.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:55:20.918 INFO:teuthology.orchestra.run.smithi053.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:55:20.936 INFO:teuthology.orchestra.run.smithi169.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:55:21.073 INFO:teuthology.orchestra.run.smithi053.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:55:21.095 INFO:teuthology.orchestra.run.smithi153.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:55:21.138 INFO:teuthology.orchestra.run.smithi053.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:55:21.139 INFO:teuthology.orchestra.run.smithi053.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:55:21.191 INFO:teuthology.orchestra.run.smithi053.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:55:21.193 INFO:teuthology.orchestra.run.smithi053.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:55:21.252 INFO:teuthology.orchestra.run.smithi169.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:55:21.262 INFO:teuthology.orchestra.run.smithi053.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:55:21.290 INFO:teuthology.orchestra.run.smithi169.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-02T15:55:21.301 INFO:teuthology.orchestra.run.smithi169.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-02T15:55:21.360 INFO:teuthology.orchestra.run.smithi169.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 librbd1 amd64 19.0.0-2592-g3f3f3ed9-1jammy [3,224 kB] 2024-04-02T15:55:21.506 INFO:teuthology.orchestra.run.smithi169.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:55:21.507 INFO:teuthology.orchestra.run.smithi169.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-02T15:55:21.513 INFO:teuthology.orchestra.run.smithi169.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-02T15:55:21.518 INFO:teuthology.orchestra.run.smithi169.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-02T15:55:21.533 INFO:teuthology.orchestra.run.smithi169.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-02T15:55:21.554 INFO:teuthology.orchestra.run.smithi169.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-02T15:55:21.560 INFO:teuthology.orchestra.run.smithi169.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:55:21.735 INFO:teuthology.orchestra.run.smithi169.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:55:21.990 INFO:teuthology.orchestra.run.smithi169.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:55:22.167 INFO:teuthology.orchestra.run.smithi169.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-02T15:55:22.181 INFO:teuthology.orchestra.run.smithi169.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-02T15:55:22.200 INFO:teuthology.orchestra.run.smithi169.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-02T15:55:22.265 INFO:teuthology.orchestra.run.smithi169.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:55:22.561 INFO:teuthology.orchestra.run.smithi169.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:55:22.564 INFO:teuthology.orchestra.run.smithi169.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:55:22.566 INFO:teuthology.orchestra.run.smithi169.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-02T15:55:22.566 INFO:teuthology.orchestra.run.smithi169.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-02T15:55:22.569 INFO:teuthology.orchestra.run.smithi169.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:55:22.621 INFO:teuthology.orchestra.run.smithi053.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:55:22.671 INFO:teuthology.orchestra.run.smithi053.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:55:22.751 INFO:teuthology.orchestra.run.smithi053.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:55:22.779 INFO:teuthology.orchestra.run.smithi169.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-02T15:55:22.945 INFO:teuthology.orchestra.run.smithi153.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:55:22.958 INFO:teuthology.orchestra.run.smithi153.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:55:23.110 INFO:teuthology.orchestra.run.smithi153.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:55:23.218 INFO:teuthology.orchestra.run.smithi169.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-02T15:55:23.224 INFO:teuthology.orchestra.run.smithi169.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-02T15:55:23.477 INFO:teuthology.orchestra.run.smithi169.stdout:Get:61 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:55:23.515 INFO:teuthology.orchestra.run.smithi169.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-02T15:55:23.516 INFO:teuthology.orchestra.run.smithi169.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-02T15:55:23.518 INFO:teuthology.orchestra.run.smithi169.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-02T15:55:23.519 INFO:teuthology.orchestra.run.smithi169.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-02T15:55:23.521 INFO:teuthology.orchestra.run.smithi169.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-02T15:55:23.523 INFO:teuthology.orchestra.run.smithi169.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-02T15:55:23.524 INFO:teuthology.orchestra.run.smithi169.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-02T15:55:23.525 INFO:teuthology.orchestra.run.smithi169.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-02T15:55:23.708 INFO:teuthology.orchestra.run.smithi169.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-02T15:55:23.894 INFO:teuthology.orchestra.run.smithi169.stdout:Get:71 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:55:24.122 INFO:teuthology.orchestra.run.smithi169.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-02T15:55:24.130 INFO:teuthology.orchestra.run.smithi169.stdout:Get:73 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:55:24.168 INFO:teuthology.orchestra.run.smithi169.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-02T15:55:24.173 INFO:teuthology.orchestra.run.smithi169.stdout:Get:75 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:55:24.204 INFO:teuthology.orchestra.run.smithi169.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-02T15:55:24.286 INFO:teuthology.orchestra.run.smithi169.stdout:Get:77 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:55:24.299 INFO:teuthology.orchestra.run.smithi169.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-02T15:55:24.331 INFO:teuthology.orchestra.run.smithi169.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 python3-rbd amd64 19.0.0-2592-g3f3f3ed9-1jammy [330 kB] 2024-04-02T15:55:24.340 INFO:teuthology.orchestra.run.smithi169.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-02T15:55:24.351 INFO:teuthology.orchestra.run.smithi169.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-02T15:55:24.357 INFO:teuthology.orchestra.run.smithi169.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-02T15:55:24.404 INFO:teuthology.orchestra.run.smithi169.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-02T15:55:24.407 INFO:teuthology.orchestra.run.smithi169.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-02T15:55:24.428 INFO:teuthology.orchestra.run.smithi169.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-02T15:55:24.521 INFO:teuthology.orchestra.run.smithi169.stdout:Get:86 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:55:24.593 INFO:teuthology.orchestra.run.smithi169.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-02T15:55:24.867 INFO:teuthology.orchestra.run.smithi169.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-02T15:55:24.884 INFO:teuthology.orchestra.run.smithi169.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-02T15:55:25.038 INFO:teuthology.orchestra.run.smithi169.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-02T15:55:25.067 INFO:teuthology.orchestra.run.smithi169.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-02T15:55:25.224 INFO:teuthology.orchestra.run.smithi169.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-02T15:55:25.228 INFO:teuthology.orchestra.run.smithi169.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-02T15:55:25.229 INFO:teuthology.orchestra.run.smithi169.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-02T15:55:25.252 INFO:teuthology.orchestra.run.smithi169.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-02T15:55:25.256 INFO:teuthology.orchestra.run.smithi169.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-02T15:55:27.924 INFO:teuthology.orchestra.run.smithi169.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:55:27.959 INFO:teuthology.orchestra.run.smithi169.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:55:28.180 INFO:teuthology.orchestra.run.smithi169.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:55:28.272 INFO:teuthology.orchestra.run.smithi053.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:55:29.548 INFO:teuthology.orchestra.run.smithi053.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:55:29.604 INFO:teuthology.orchestra.run.smithi053.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:55:29.619 INFO:teuthology.orchestra.run.smithi053.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:55:29.978 INFO:teuthology.orchestra.run.smithi053.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:55:30.217 INFO:teuthology.orchestra.run.smithi153.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:55:31.322 INFO:teuthology.orchestra.run.smithi053.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:55:31.523 INFO:teuthology.orchestra.run.smithi153.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:55:31.598 INFO:teuthology.orchestra.run.smithi153.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:55:31.639 INFO:teuthology.orchestra.run.smithi153.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:55:32.103 INFO:teuthology.orchestra.run.smithi153.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:55:33.632 INFO:teuthology.orchestra.run.smithi169.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:55:33.966 INFO:teuthology.orchestra.run.smithi153.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:55:34.414 INFO:teuthology.orchestra.run.smithi169.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:55:34.438 INFO:teuthology.orchestra.run.smithi169.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:55:34.482 INFO:teuthology.orchestra.run.smithi169.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:55:34.711 INFO:teuthology.orchestra.run.smithi169.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:55:35.698 INFO:teuthology.orchestra.run.smithi169.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:55:36.042 INFO:teuthology.orchestra.run.smithi053.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:55:36.042 INFO:teuthology.orchestra.run.smithi053.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:55:36.128 INFO:teuthology.orchestra.run.smithi053.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:55:36.665 INFO:teuthology.orchestra.run.smithi053.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:55:36.812 INFO:teuthology.orchestra.run.smithi053.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:55:36.817 INFO:teuthology.orchestra.run.smithi053.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:55:37.336 INFO:teuthology.orchestra.run.smithi053.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:55:38.912 INFO:teuthology.orchestra.run.smithi053.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:55:38.933 INFO:teuthology.orchestra.run.smithi053.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:55:39.672 INFO:teuthology.orchestra.run.smithi169.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:55:39.672 INFO:teuthology.orchestra.run.smithi169.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:55:39.744 INFO:teuthology.orchestra.run.smithi169.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:55:40.150 INFO:teuthology.orchestra.run.smithi169.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:55:40.313 INFO:teuthology.orchestra.run.smithi169.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:55:40.336 INFO:teuthology.orchestra.run.smithi169.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:55:40.771 INFO:teuthology.orchestra.run.smithi169.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:55:41.132 INFO:teuthology.orchestra.run.smithi153.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:55:41.133 INFO:teuthology.orchestra.run.smithi153.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:55:41.312 INFO:teuthology.orchestra.run.smithi153.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:55:42.003 INFO:teuthology.orchestra.run.smithi153.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:55:42.235 INFO:teuthology.orchestra.run.smithi153.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:55:42.267 INFO:teuthology.orchestra.run.smithi153.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:55:42.483 INFO:teuthology.orchestra.run.smithi169.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:55:42.483 INFO:teuthology.orchestra.run.smithi169.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:55:42.950 INFO:teuthology.orchestra.run.smithi153.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:55:45.317 INFO:teuthology.orchestra.run.smithi153.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:55:45.342 INFO:teuthology.orchestra.run.smithi153.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:55:47.413 INFO:teuthology.orchestra.run.smithi053.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:55:47.416 INFO:teuthology.orchestra.run.smithi053.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:55:47.417 INFO:teuthology.orchestra.run.smithi053.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:55:49.312 INFO:teuthology.orchestra.run.smithi053.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:55:49.897 INFO:teuthology.orchestra.run.smithi053.stdout:Fetched 179 MB in 31s (5,758 kB/s) 2024-04-02T15:55:50.033 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-02T15:55:50.094 INFO:teuthology.orchestra.run.smithi053.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:55:50.099 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-02T15:55:50.166 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-02T15:55:50.512 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-02T15:55:50.539 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-02T15:55:50.578 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-02T15:55:50.940 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-02T15:55:50.967 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-02T15:55:51.006 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-02T15:55:51.368 INFO:teuthology.orchestra.run.smithi169.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:55:51.369 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-02T15:55:51.371 INFO:teuthology.orchestra.run.smithi169.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:55:51.372 INFO:teuthology.orchestra.run.smithi169.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:55:51.395 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:55:51.434 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:55:52.530 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-02T15:55:52.557 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:55:52.597 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:55:52.844 INFO:teuthology.orchestra.run.smithi169.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:55:52.908 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-02T15:55:52.936 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:55:52.966 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:55:53.303 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-02T15:55:53.330 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-02T15:55:53.370 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-02T15:55:53.404 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 179 MB in 34s (5,176 kB/s) 2024-04-02T15:55:53.538 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-02T15:55:53.595 INFO:teuthology.orchestra.run.smithi169.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:55:53.600 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-02T15:55:53.671 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-02T15:55:53.697 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package librados2. 2024-04-02T15:55:53.714 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../007-librados2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:53.764 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking librados2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:53.950 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-02T15:55:53.965 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-02T15:55:54.000 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-02T15:55:54.201 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package librbd1. 2024-04-02T15:55:54.207 INFO:teuthology.orchestra.run.smithi153.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:55:54.210 INFO:teuthology.orchestra.run.smithi153.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:55:54.211 INFO:teuthology.orchestra.run.smithi153.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:55:54.228 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../008-librbd1_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:54.267 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking librbd1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:54.336 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-02T15:55:54.363 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-02T15:55:54.403 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-02T15:55:54.856 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-02T15:55:54.862 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libcephfs2. 2024-04-02T15:55:54.883 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:55:54.888 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:54.920 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libcephfs2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:54.931 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:55:55.206 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-rados. 2024-04-02T15:55:55.233 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:55.281 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-rados (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:55.334 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-02T15:55:55.361 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:55:55.401 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:55:55.484 INFO:teuthology.orchestra.run.smithi153.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:55:55.601 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-02T15:55:55.627 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:55:55.667 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-ceph-argparse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:55.746 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-02T15:55:55.772 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:55:55.813 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:55:55.911 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-cephfs. 2024-04-02T15:55:55.928 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:55.961 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-cephfs (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:56.034 INFO:teuthology.orchestra.run.smithi153.stdout:Fetched 179 MB in 37s (4,797 kB/s) 2024-04-02T15:55:56.132 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-02T15:55:56.147 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-02T15:55:56.190 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-02T15:55:56.200 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-02T15:55:56.214 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-02T15:55:56.241 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:55:56.273 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:56.301 INFO:teuthology.orchestra.run.smithi153.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:55:56.306 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-02T15:55:56.398 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-02T15:55:56.510 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package librados2. 2024-04-02T15:55:56.536 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../007-librados2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:56.576 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking librados2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:56.601 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-02T15:55:56.628 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-02T15:55:56.692 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-02T15:55:56.718 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-02T15:55:56.745 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-02T15:55:56.793 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-02T15:55:57.020 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-prettytable. 2024-04-02T15:55:57.047 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-02T15:55:57.087 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-02T15:55:57.121 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-02T15:55:57.148 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-02T15:55:57.188 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package librbd1. 2024-04-02T15:55:57.188 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-02T15:55:57.214 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../008-librbd1_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:57.254 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking librbd1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:57.348 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-rbd. 2024-04-02T15:55:57.363 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:57.398 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-rbd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:57.674 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libcephfs2. 2024-04-02T15:55:57.676 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-02T15:55:57.700 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:57.703 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-02T15:55:57.708 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-02T15:55:57.734 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:55:57.742 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-02T15:55:57.757 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libcephfs2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:57.783 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:55:58.020 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-02T15:55:58.026 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-rados. 2024-04-02T15:55:58.041 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:58.047 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-02T15:55:58.084 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-rados (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:58.086 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-02T15:55:58.178 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-02T15:55:58.616 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-02T15:55:58.616 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:55:58.616 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-ceph-argparse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:58.616 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-02T15:55:58.616 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-02T15:55:58.616 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-02T15:55:58.617 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:55:58.617 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:55:58.617 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-02T15:55:58.617 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-02T15:55:58.639 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:55:58.764 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-cephfs. 2024-04-02T15:55:58.791 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:58.831 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-cephfs (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:58.835 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package lua5.1. 2024-04-02T15:55:58.862 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-02T15:55:58.909 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-02T15:55:58.910 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-02T15:55:58.935 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-02T15:55:58.975 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-02T15:55:59.125 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-02T15:55:59.152 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:55:59.192 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:59.280 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package lua-any. 2024-04-02T15:55:59.295 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package librados2. 2024-04-02T15:55:59.306 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-02T15:55:59.321 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../007-librados2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:59.354 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-02T15:55:59.361 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking librados2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:59.482 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-02T15:55:59.505 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-02T15:55:59.545 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-02T15:55:59.616 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package zip. 2024-04-02T15:55:59.632 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-02T15:55:59.674 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking zip (3.0-12build2) ... 2024-04-02T15:55:59.806 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package librbd1. 2024-04-02T15:55:59.833 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../008-librbd1_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:55:59.872 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking librbd1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:55:59.873 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-prettytable. 2024-04-02T15:55:59.899 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-02T15:55:59.939 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-02T15:56:00.169 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package unzip. 2024-04-02T15:56:00.196 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-02T15:56:00.208 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-rbd. 2024-04-02T15:56:00.235 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:00.252 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-02T15:56:00.275 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-rbd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:00.302 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libcephfs2. 2024-04-02T15:56:00.326 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:00.358 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libcephfs2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:00.595 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-02T15:56:00.621 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-02T15:56:00.627 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-rados. 2024-04-02T15:56:00.643 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:00.661 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-02T15:56:00.685 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-rados (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:00.731 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package luarocks. 2024-04-02T15:56:00.758 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-02T15:56:00.815 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-02T15:56:00.914 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-02T15:56:00.929 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-02T15:56:00.972 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-02T15:56:01.014 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-02T15:56:01.040 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:01.105 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-ceph-argparse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:01.223 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package librgw2. 2024-04-02T15:56:01.250 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../025-librgw2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:01.284 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-02T15:56:01.289 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking librgw2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:01.310 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-02T15:56:01.350 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-02T15:56:01.366 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-cephfs. 2024-04-02T15:56:01.392 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:01.433 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-cephfs (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:01.695 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package lua5.1. 2024-04-02T15:56:01.722 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-02T15:56:01.762 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-02T15:56:01.794 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-02T15:56:01.820 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:01.850 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-rgw. 2024-04-02T15:56:01.866 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:01.868 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:01.909 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-rgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:02.073 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package lua-any. 2024-04-02T15:56:02.088 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-02T15:56:02.142 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-02T15:56:02.255 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-02T15:56:02.281 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-02T15:56:02.303 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-02T15:56:02.330 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-02T15:56:02.338 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-02T15:56:02.378 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-02T15:56:02.392 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package zip. 2024-04-02T15:56:02.419 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-02T15:56:02.459 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking zip (3.0-12build2) ... 2024-04-02T15:56:02.641 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-prettytable. 2024-04-02T15:56:02.667 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-02T15:56:02.708 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-02T15:56:02.714 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libradosstriper1. 2024-04-02T15:56:02.742 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:02.779 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package unzip. 2024-04-02T15:56:02.781 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libradosstriper1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:02.805 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-02T15:56:02.845 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-02T15:56:02.952 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-rbd. 2024-04-02T15:56:02.967 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:03.010 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-rbd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:03.210 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-common. 2024-04-02T15:56:03.237 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:03.241 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package luarocks. 2024-04-02T15:56:03.268 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-02T15:56:03.276 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:03.307 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-02T15:56:03.355 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-02T15:56:03.381 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-02T15:56:03.421 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-02T15:56:03.650 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-02T15:56:03.665 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-02T15:56:03.674 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package librgw2. 2024-04-02T15:56:03.699 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-02T15:56:03.700 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../025-librgw2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:03.740 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking librgw2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:03.976 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-02T15:56:03.992 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-02T15:56:04.035 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-02T15:56:04.326 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-rgw. 2024-04-02T15:56:04.353 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:04.363 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package lua5.1. 2024-04-02T15:56:04.390 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-02T15:56:04.401 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-rgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:04.430 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-02T15:56:04.657 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-base. 2024-04-02T15:56:04.683 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:04.724 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package lua-any. 2024-04-02T15:56:04.739 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-02T15:56:04.742 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-base (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:04.774 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-02T15:56:04.812 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-02T15:56:04.839 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-02T15:56:04.887 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-02T15:56:05.002 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package zip. 2024-04-02T15:56:05.028 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-02T15:56:05.068 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking zip (3.0-12build2) ... 2024-04-02T15:56:05.198 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libradosstriper1. 2024-04-02T15:56:05.225 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:05.265 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libradosstriper1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:05.372 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package unzip. 2024-04-02T15:56:05.378 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-02T15:56:05.398 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-02T15:56:05.406 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-02T15:56:05.438 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-02T15:56:05.453 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-02T15:56:05.693 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-common. 2024-04-02T15:56:05.720 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:05.759 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:05.773 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-cheroot. 2024-04-02T15:56:05.800 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-02T15:56:05.825 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package luarocks. 2024-04-02T15:56:05.839 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-02T15:56:05.852 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-02T15:56:05.892 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-02T15:56:06.161 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-02T15:56:06.189 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-02T15:56:06.228 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-02T15:56:06.233 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package librgw2. 2024-04-02T15:56:06.259 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../025-librgw2_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:06.300 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking librgw2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:06.606 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-02T15:56:06.634 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-02T15:56:06.680 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-02T15:56:06.810 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-rgw. 2024-04-02T15:56:06.825 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:06.868 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-rgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:07.017 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-02T15:56:07.044 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-02T15:56:07.083 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-02T15:56:07.148 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-base. 2024-04-02T15:56:07.175 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:07.205 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-02T15:56:07.231 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-02T15:56:07.271 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-02T15:56:07.352 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-base (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:07.410 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-tempora. 2024-04-02T15:56:07.437 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-02T15:56:07.478 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-02T15:56:07.724 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libradosstriper1. 2024-04-02T15:56:07.752 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:07.791 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libradosstriper1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:07.814 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-portend. 2024-04-02T15:56:07.842 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-02T15:56:07.889 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-02T15:56:07.928 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-02T15:56:07.954 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-02T15:56:08.003 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-02T15:56:08.136 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-common. 2024-04-02T15:56:08.162 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:08.202 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:08.258 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-02T15:56:08.286 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-02T15:56:08.333 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-02T15:56:08.356 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-cheroot. 2024-04-02T15:56:08.382 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-02T15:56:08.430 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-02T15:56:08.645 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-02T15:56:08.672 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-02T15:56:08.711 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-02T15:56:08.825 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-02T15:56:08.852 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-02T15:56:08.900 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-02T15:56:09.040 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-natsort. 2024-04-02T15:56:09.067 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-02T15:56:09.106 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-02T15:56:09.245 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-02T15:56:09.272 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-02T15:56:09.311 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-02T15:56:09.401 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-logutils. 2024-04-02T15:56:09.429 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-02T15:56:09.468 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-02T15:56:09.608 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-base. 2024-04-02T15:56:09.614 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-02T15:56:09.634 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:09.641 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-02T15:56:09.681 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-02T15:56:09.684 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-base (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:09.771 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-02T15:56:09.797 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-02T15:56:09.837 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-02T15:56:10.076 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-tempora. 2024-04-02T15:56:10.106 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-02T15:56:10.123 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-mako. 2024-04-02T15:56:10.150 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-02T15:56:10.151 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-02T15:56:10.189 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-02T15:56:10.228 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-02T15:56:10.255 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-02T15:56:10.295 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-02T15:56:10.514 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-portend. 2024-04-02T15:56:10.538 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-02T15:56:10.586 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-02T15:56:10.598 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-cheroot. 2024-04-02T15:56:10.625 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-02T15:56:10.665 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-02T15:56:10.710 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-02T15:56:10.737 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-02T15:56:10.776 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-02T15:56:10.889 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-02T15:56:10.916 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-02T15:56:10.956 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-02T15:56:10.959 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-02T15:56:10.974 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-02T15:56:11.009 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-02T15:56:11.071 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-02T15:56:11.098 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-02T15:56:11.129 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-02T15:56:11.278 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-02T15:56:11.292 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-02T15:56:11.305 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-02T15:56:11.319 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-02T15:56:11.345 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-02T15:56:11.367 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-02T15:56:11.456 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-webob. 2024-04-02T15:56:11.484 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-02T15:56:11.523 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-02T15:56:11.633 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-02T15:56:11.660 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-02T15:56:11.700 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-02T15:56:11.713 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-natsort. 2024-04-02T15:56:11.740 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-02T15:56:11.779 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-02T15:56:11.876 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-waitress. 2024-04-02T15:56:11.903 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-02T15:56:11.954 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-02T15:56:11.986 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-tempora. 2024-04-02T15:56:12.002 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-02T15:56:12.044 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-02T15:56:12.091 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-logutils. 2024-04-02T15:56:12.117 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-02T15:56:12.157 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-02T15:56:12.262 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-tempita. 2024-04-02T15:56:12.289 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-02T15:56:12.314 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-portend. 2024-04-02T15:56:12.329 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-02T15:56:12.340 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-02T15:56:12.372 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-02T15:56:12.460 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-02T15:56:12.486 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-02T15:56:12.526 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-02T15:56:12.590 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-paste. 2024-04-02T15:56:12.617 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-02T15:56:12.656 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-02T15:56:12.658 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-02T15:56:12.685 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-02T15:56:12.724 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-02T15:56:12.788 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-mako. 2024-04-02T15:56:12.815 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-02T15:56:12.929 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-02T15:56:13.211 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-02T15:56:13.218 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-02T15:56:13.234 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-02T15:56:13.238 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-02T15:56:13.276 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-02T15:56:13.277 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-02T15:56:13.341 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-02T15:56:13.371 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-02T15:56:13.408 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-02T15:56:13.554 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-02T15:56:13.582 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-02T15:56:13.597 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-natsort. 2024-04-02T15:56:13.612 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-02T15:56:13.624 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-02T15:56:13.660 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-02T15:56:13.664 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-02T15:56:13.676 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-02T15:56:13.710 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-02T15:56:13.882 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-webtest. 2024-04-02T15:56:13.909 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-02T15:56:13.948 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-02T15:56:13.975 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-logutils. 2024-04-02T15:56:14.002 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-02T15:56:14.042 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-02T15:56:14.047 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-webob. 2024-04-02T15:56:14.073 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-02T15:56:14.113 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-02T15:56:14.243 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pecan. 2024-04-02T15:56:14.270 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-02T15:56:14.310 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-02T15:56:14.361 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-02T15:56:14.390 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-02T15:56:14.428 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-02T15:56:14.458 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-waitress. 2024-04-02T15:56:14.484 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-02T15:56:14.527 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-02T15:56:14.681 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-mako. 2024-04-02T15:56:14.689 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-certifi. 2024-04-02T15:56:14.708 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-02T15:56:14.716 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-02T15:56:14.738 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-02T15:56:14.756 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-02T15:56:14.852 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-tempita. 2024-04-02T15:56:14.879 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-02T15:56:14.919 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-02T15:56:15.034 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-02T15:56:15.060 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-02T15:56:15.092 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-idna. 2024-04-02T15:56:15.100 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-02T15:56:15.119 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-02T15:56:15.158 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-02T15:56:15.188 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-paste. 2024-04-02T15:56:15.215 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-02T15:56:15.247 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-02T15:56:15.386 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-02T15:56:15.413 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-02T15:56:15.452 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-02T15:56:15.453 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-urllib3. 2024-04-02T15:56:15.481 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-02T15:56:15.511 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-02T15:56:15.549 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-02T15:56:15.565 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-02T15:56:15.608 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-02T15:56:15.755 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-webob. 2024-04-02T15:56:15.782 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-02T15:56:15.798 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-requests. 2024-04-02T15:56:15.822 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-02T15:56:15.825 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-02T15:56:15.864 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-02T15:56:15.869 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-02T15:56:15.884 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-02T15:56:15.919 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-02T15:56:16.134 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-02T15:56:16.161 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-02T15:56:16.183 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-waitress. 2024-04-02T15:56:16.189 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-webtest. 2024-04-02T15:56:16.192 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-02T15:56:16.209 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-02T15:56:16.215 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-02T15:56:16.247 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-02T15:56:16.261 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-02T15:56:16.495 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-02T15:56:16.523 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:16.552 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-tempita. 2024-04-02T15:56:16.558 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pecan. 2024-04-02T15:56:16.562 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:16.579 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-02T15:56:16.585 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-02T15:56:16.611 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-02T15:56:16.625 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-02T15:56:16.864 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-paste. 2024-04-02T15:56:16.890 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-02T15:56:16.930 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-02T15:56:16.975 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-02T15:56:16.997 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-certifi. 2024-04-02T15:56:17.002 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:17.023 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-02T15:56:17.041 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:17.063 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-02T15:56:17.266 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-02T15:56:17.293 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-02T15:56:17.333 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-02T15:56:17.369 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-02T15:56:17.374 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-idna. 2024-04-02T15:56:17.396 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-02T15:56:17.401 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-02T15:56:17.436 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-02T15:56:17.440 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-02T15:56:17.627 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-02T15:56:17.654 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-02T15:56:17.694 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-02T15:56:17.714 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-openssl. 2024-04-02T15:56:17.741 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-02T15:56:17.768 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-urllib3. 2024-04-02T15:56:17.772 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-02T15:56:17.795 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-02T15:56:17.835 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-02T15:56:17.955 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-webtest. 2024-04-02T15:56:17.982 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-02T15:56:18.091 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr. 2024-04-02T15:56:18.119 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:18.163 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-requests. 2024-04-02T15:56:18.183 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:18.188 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-02T15:56:18.190 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-02T15:56:18.230 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-02T15:56:18.432 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-pecan. 2024-04-02T15:56:18.455 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-02T15:56:18.491 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-02T15:56:18.499 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-02T15:56:18.506 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-02T15:56:18.541 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-02T15:56:18.586 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mon. 2024-04-02T15:56:18.614 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:18.653 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mon (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:18.827 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-02T15:56:18.828 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-certifi. 2024-04-02T15:56:18.844 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-02T15:56:18.854 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:18.879 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-02T15:56:18.894 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:19.131 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-idna. 2024-04-02T15:56:19.158 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-02T15:56:19.198 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-02T15:56:19.249 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-02T15:56:19.273 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-osd. 2024-04-02T15:56:19.275 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:19.300 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:19.307 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:19.339 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-osd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:19.501 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-urllib3. 2024-04-02T15:56:19.527 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-02T15:56:19.567 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-02T15:56:19.618 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-02T15:56:19.645 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-02T15:56:19.684 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-02T15:56:19.887 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-requests. 2024-04-02T15:56:19.914 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-02T15:56:19.954 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-02T15:56:19.981 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-openssl. 2024-04-02T15:56:20.008 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-02T15:56:20.048 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-02T15:56:20.248 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-02T15:56:20.275 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-02T15:56:20.314 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-02T15:56:20.368 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mgr. 2024-04-02T15:56:20.392 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph. 2024-04-02T15:56:20.395 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:20.409 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../066-ceph_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:20.434 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mgr (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:20.451 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:20.609 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-02T15:56:20.636 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:20.676 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:20.779 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mon. 2024-04-02T15:56:20.806 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:20.837 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mon (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:20.920 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-fuse. 2024-04-02T15:56:20.948 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:20.987 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:21.022 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-02T15:56:21.049 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:21.088 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:21.332 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mds. 2024-04-02T15:56:21.360 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:21.391 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-02T15:56:21.406 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mds (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:21.418 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-02T15:56:21.458 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-osd. 2024-04-02T15:56:21.466 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-02T15:56:21.485 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:21.524 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-osd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:21.786 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-openssl. 2024-04-02T15:56:21.801 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package cephadm. 2024-04-02T15:56:21.812 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-02T15:56:21.828 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../069-cephadm_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:21.852 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-02T15:56:21.859 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:22.179 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-02T15:56:22.188 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-mgr. 2024-04-02T15:56:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-02T15:56:22.215 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-02T15:56:22.255 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-mgr (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:22.548 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-02T15:56:22.569 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph. 2024-04-02T15:56:22.575 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-02T15:56:22.585 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../066-ceph_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:22.606 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-02T15:56:22.619 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:22.683 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-mon. 2024-04-02T15:56:22.710 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:22.758 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-mon (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:23.090 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-fuse. 2024-04-02T15:56:23.117 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:23.155 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:23.412 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-osd. 2024-04-02T15:56:23.438 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:23.478 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-osd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:23.550 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mds. 2024-04-02T15:56:23.577 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:23.616 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mds (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:23.669 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-babel. 2024-04-02T15:56:23.697 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-02T15:56:23.736 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-02T15:56:24.028 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package cephadm. 2024-04-02T15:56:24.055 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../069-cephadm_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:24.064 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jinja2. 2024-04-02T15:56:24.091 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-02T15:56:24.094 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:24.130 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-02T15:56:24.364 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-02T15:56:24.391 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-02T15:56:24.431 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-02T15:56:24.491 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-02T15:56:24.514 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph. 2024-04-02T15:56:24.518 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:24.541 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../066-ceph_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:24.558 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:24.581 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:24.742 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-02T15:56:24.769 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-02T15:56:24.808 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-02T15:56:24.878 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-02T15:56:24.894 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-02T15:56:24.900 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-fuse. 2024-04-02T15:56:24.927 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:24.936 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-02T15:56:24.975 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:25.222 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-routes. 2024-04-02T15:56:25.250 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-02T15:56:25.289 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-02T15:56:25.429 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-mds. 2024-04-02T15:56:25.456 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:25.495 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-mds (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:25.659 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-02T15:56:25.686 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:25.725 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:25.855 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-babel. 2024-04-02T15:56:25.873 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-02T15:56:25.905 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-02T15:56:25.906 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package cephadm. 2024-04-02T15:56:25.933 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../069-cephadm_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:25.972 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:26.208 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-jinja2. 2024-04-02T15:56:26.235 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-02T15:56:26.275 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-02T15:56:26.317 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-02T15:56:26.344 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-02T15:56:26.383 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-02T15:56:26.611 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-02T15:56:26.637 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:26.678 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:26.704 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-02T15:56:26.730 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-02T15:56:26.769 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-02T15:56:26.964 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-02T15:56:26.980 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-02T15:56:27.013 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-02T15:56:27.023 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-02T15:56:27.050 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-02T15:56:27.097 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-02T15:56:27.400 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-routes. 2024-04-02T15:56:27.417 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-02T15:56:27.458 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-02T15:56:27.483 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-joblib. 2024-04-02T15:56:27.500 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-02T15:56:27.533 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-02T15:56:27.732 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-babel. 2024-04-02T15:56:27.748 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-02T15:56:27.782 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-02T15:56:27.795 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-02T15:56:27.823 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:27.862 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:27.870 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-02T15:56:27.898 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-02T15:56:27.937 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-02T15:56:28.127 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-jinja2. 2024-04-02T15:56:28.154 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-02T15:56:28.189 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-sklearn. 2024-04-02T15:56:28.193 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-02T15:56:28.217 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-02T15:56:28.256 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-02T15:56:28.630 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-02T15:56:28.656 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:28.696 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:29.024 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-02T15:56:29.052 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-02T15:56:29.089 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-02T15:56:29.186 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-02T15:56:29.186 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:29.186 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-02T15:56:29.186 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-02T15:56:29.209 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-02T15:56:29.250 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:29.344 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-routes. 2024-04-02T15:56:29.371 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-02T15:56:29.410 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-02T15:56:29.722 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-02T15:56:29.737 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-joblib. 2024-04-02T15:56:29.749 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:29.765 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-02T15:56:29.780 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:29.804 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-02T15:56:30.153 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-cachetools. 2024-04-02T15:56:30.157 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-02T15:56:30.181 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-02T15:56:30.185 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-02T15:56:30.211 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-02T15:56:30.224 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-02T15:56:30.481 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-02T15:56:30.509 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-02T15:56:30.543 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-sklearn. 2024-04-02T15:56:30.547 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-02T15:56:30.570 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-02T15:56:30.610 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-02T15:56:30.884 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-02T15:56:30.912 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-02T15:56:30.950 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-02T15:56:30.993 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-02T15:56:31.008 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-02T15:56:31.051 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-02T15:56:31.319 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-02T15:56:31.346 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:31.471 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:31.479 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-rsa. 2024-04-02T15:56:31.507 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-02T15:56:31.538 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-joblib. 2024-04-02T15:56:31.545 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-02T15:56:31.565 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-02T15:56:31.604 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-02T15:56:31.874 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-google-auth. 2024-04-02T15:56:31.902 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-02T15:56:31.940 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-02T15:56:31.949 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-02T15:56:31.976 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-02T15:56:32.015 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-02T15:56:32.260 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-02T15:56:32.288 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-02T15:56:32.326 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-02T15:56:32.327 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-sklearn. 2024-04-02T15:56:32.349 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-02T15:56:32.393 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-02T15:56:32.500 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-cachetools. 2024-04-02T15:56:32.527 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-02T15:56:32.566 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-02T15:56:32.621 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-websocket. 2024-04-02T15:56:32.646 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-02T15:56:32.679 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-02T15:56:32.869 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-02T15:56:32.896 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-02T15:56:32.935 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-02T15:56:32.999 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-02T15:56:33.028 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-02T15:56:33.066 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-02T15:56:33.152 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-02T15:56:33.179 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:33.286 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:33.539 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-02T15:56:33.566 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-02T15:56:33.606 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-02T15:56:33.782 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-02T15:56:33.797 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:33.838 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:33.917 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-rsa. 2024-04-02T15:56:33.944 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-02T15:56:33.985 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-02T15:56:34.157 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-02T15:56:34.185 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-02T15:56:34.223 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-02T15:56:34.232 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-cachetools. 2024-04-02T15:56:34.259 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-02T15:56:34.263 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-google-auth. 2024-04-02T15:56:34.291 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-02T15:56:34.298 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-02T15:56:34.320 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-02T15:56:34.552 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-02T15:56:34.580 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-02T15:56:34.617 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-02T15:56:34.618 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-02T15:56:34.627 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-02T15:56:34.643 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-02T15:56:34.654 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-02T15:56:34.683 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-02T15:56:34.693 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-02T15:56:34.855 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package jq. 2024-04-02T15:56:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-02T15:56:34.912 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-02T15:56:34.993 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-websocket. 2024-04-02T15:56:35.021 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-02T15:56:35.021 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-02T15:56:35.048 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-02T15:56:35.060 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-02T15:56:35.087 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-02T15:56:35.173 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package socat. 2024-04-02T15:56:35.190 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-02T15:56:35.232 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-02T15:56:35.380 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-02T15:56:35.390 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-rsa. 2024-04-02T15:56:35.407 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-02T15:56:35.418 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-02T15:56:35.447 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-02T15:56:35.448 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-02T15:56:35.543 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package xmlstarlet. 2024-04-02T15:56:35.560 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-02T15:56:35.601 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-02T15:56:35.752 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-google-auth. 2024-04-02T15:56:35.779 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-02T15:56:35.818 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-02T15:56:35.964 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-test. 2024-04-02T15:56:35.981 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:36.022 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-test (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:36.153 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-02T15:56:36.163 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-02T15:56:36.180 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:36.191 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-02T15:56:36.219 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:36.230 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-02T15:56:36.514 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-02T15:56:36.541 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-websocket. 2024-04-02T15:56:36.541 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-02T15:56:36.568 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-02T15:56:36.571 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-02T15:56:36.607 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-02T15:56:36.919 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-02T15:56:36.942 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-02T15:56:36.946 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-02T15:56:36.969 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-02T15:56:36.985 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-02T15:56:37.008 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-02T15:56:37.269 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package jq. 2024-04-02T15:56:37.297 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-02T15:56:37.336 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-02T15:56:37.589 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package socat. 2024-04-02T15:56:37.616 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-02T15:56:37.655 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-02T15:56:37.657 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-02T15:56:37.674 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:37.732 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:37.975 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package xmlstarlet. 2024-04-02T15:56:37.992 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-02T15:56:38.033 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-02T15:56:38.060 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-02T15:56:38.088 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-02T15:56:38.126 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-02T15:56:38.277 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-volume. 2024-04-02T15:56:38.305 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:38.343 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-volume (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:38.388 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-test. 2024-04-02T15:56:38.416 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:38.454 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-test (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:38.480 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-02T15:56:38.507 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-02T15:56:38.554 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-02T15:56:38.672 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-02T15:56:38.701 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:38.738 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libcephfs-dev (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:38.999 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package jq. 2024-04-02T15:56:39.016 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-02T15:56:39.026 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-02T15:56:39.033 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-02T15:56:39.065 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-02T15:56:39.066 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-02T15:56:39.301 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package socat. 2024-04-02T15:56:39.317 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-02T15:56:39.351 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-02T15:56:39.362 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-02T15:56:39.390 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-02T15:56:39.428 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-02T15:56:39.637 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package xmlstarlet. 2024-04-02T15:56:39.653 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-02T15:56:39.696 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-02T15:56:39.833 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package nvme-cli. 2024-04-02T15:56:39.861 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-02T15:56:39.899 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-02T15:56:40.024 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-test. 2024-04-02T15:56:40.041 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:40.074 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-test (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:40.321 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package pkg-config. 2024-04-02T15:56:40.349 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-02T15:56:40.387 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-02T15:56:40.640 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-02T15:56:40.657 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-02T15:56:40.698 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-02T15:56:40.717 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-volume. 2024-04-02T15:56:40.745 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:40.800 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-volume (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:41.110 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-02T15:56:41.112 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-02T15:56:41.128 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:41.138 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-02T15:56:41.171 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libcephfs-dev (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:41.176 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-02T15:56:41.457 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-02T15:56:41.471 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pastescript. 2024-04-02T15:56:41.473 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-02T15:56:41.499 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-02T15:56:41.507 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-02T15:56:41.537 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-02T15:56:41.812 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-02T15:56:41.839 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-02T15:56:41.878 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-02T15:56:42.083 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pluggy. 2024-04-02T15:56:42.111 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-02T15:56:42.165 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-02T15:56:42.279 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package ceph-volume. 2024-04-02T15:56:42.306 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2592-g3f3f3ed9-1jammy_all.deb ... 2024-04-02T15:56:42.345 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking ceph-volume (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:42.349 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package nvme-cli. 2024-04-02T15:56:42.376 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-02T15:56:42.423 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-02T15:56:42.477 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-psutil. 2024-04-02T15:56:42.505 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-02T15:56:42.543 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-02T15:56:42.640 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-02T15:56:42.656 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:42.698 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libcephfs-dev (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:42.887 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package pkg-config. 2024-04-02T15:56:42.888 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-py. 2024-04-02T15:56:42.915 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-02T15:56:42.916 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-02T15:56:42.954 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-02T15:56:42.962 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-02T15:56:43.010 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-02T15:56:43.037 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-02T15:56:43.076 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-02T15:56:43.223 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-02T15:56:43.239 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-02T15:56:43.290 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-02T15:56:43.316 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pygments. 2024-04-02T15:56:43.344 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-02T15:56:43.382 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-02T15:56:43.397 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-02T15:56:43.425 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-02T15:56:43.464 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-02T15:56:43.777 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-02T15:56:43.784 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package nvme-cli. 2024-04-02T15:56:43.805 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-02T15:56:43.811 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-02T15:56:43.842 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-02T15:56:43.851 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-02T15:56:43.870 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-02T15:56:43.898 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-02T15:56:43.936 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-02T15:56:44.208 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-toml. 2024-04-02T15:56:44.221 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pastescript. 2024-04-02T15:56:44.236 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-02T15:56:44.248 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-02T15:56:44.266 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-02T15:56:44.296 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-02T15:56:44.297 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package pkg-config. 2024-04-02T15:56:44.325 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-02T15:56:44.364 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-02T15:56:44.535 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pytest. 2024-04-02T15:56:44.563 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-02T15:56:44.601 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-02T15:56:44.608 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-02T15:56:44.632 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-02T15:56:44.674 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-02T15:56:44.691 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pluggy. 2024-04-02T15:56:44.719 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-02T15:56:44.758 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-02T15:56:44.938 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-simplejson. 2024-04-02T15:56:44.966 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-02T15:56:45.004 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-02T15:56:45.069 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-psutil. 2024-04-02T15:56:45.078 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-02T15:56:45.097 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-02T15:56:45.103 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-02T15:56:45.136 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-02T15:56:45.169 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-02T15:56:45.283 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-02T15:56:45.311 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-02T15:56:45.349 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-02T15:56:45.433 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-pastescript. 2024-04-02T15:56:45.458 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-02T15:56:45.472 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-py. 2024-04-02T15:56:45.496 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-02T15:56:45.500 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-02T15:56:45.538 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-02T15:56:45.792 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-pluggy. 2024-04-02T15:56:45.819 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-02T15:56:45.850 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-02T15:56:45.867 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pygments. 2024-04-02T15:56:45.895 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-02T15:56:45.933 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-02T15:56:46.070 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package radosgw. 2024-04-02T15:56:46.098 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../116-radosgw_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:46.136 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking radosgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:46.178 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-psutil. 2024-04-02T15:56:46.205 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-02T15:56:46.244 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-02T15:56:46.380 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-02T15:56:46.408 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-02T15:56:46.446 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-02T15:56:46.564 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-py. 2024-04-02T15:56:46.591 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-02T15:56:46.630 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-02T15:56:46.816 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-toml. 2024-04-02T15:56:46.844 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-02T15:56:46.890 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-02T15:56:46.958 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-pygments. 2024-04-02T15:56:46.973 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package rbd-fuse. 2024-04-02T15:56:46.986 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-02T15:56:47.001 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:47.025 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-02T15:56:47.039 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking rbd-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:47.269 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pytest. 2024-04-02T15:56:47.297 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-02T15:56:47.343 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-02T15:56:47.352 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-02T15:56:47.496 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-02T15:56:47.523 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-02T15:56:47.562 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-02T15:56:47.610 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-02T15:56:47.730 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-simplejson. 2024-04-02T15:56:47.736 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-02T15:56:47.758 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-02T15:56:47.805 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-02T15:56:47.864 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-toml. 2024-04-02T15:56:47.892 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-02T15:56:47.931 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-02T15:56:48.001 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-02T15:56:48.124 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-02T15:56:48.141 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-02T15:56:48.191 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-02T15:56:48.234 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-pytest. 2024-04-02T15:56:48.261 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-02T15:56:48.300 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-02T15:56:48.340 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-02T15:56:48.647 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package python3-simplejson. 2024-04-02T15:56:48.675 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-02T15:56:48.713 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-02T15:56:48.787 INFO:teuthology.orchestra.run.smithi053.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-02T15:56:48.983 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-02T15:56:48.999 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-02T15:56:49.006 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:49.032 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-02T15:56:49.304 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package radosgw. 2024-04-02T15:56:49.332 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../116-radosgw_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:49.378 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking radosgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:49.438 INFO:teuthology.orchestra.run.smithi053.stdout:Adding system user cephadm....done 2024-04-02T15:56:49.587 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-02T15:56:49.686 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package radosgw. 2024-04-02T15:56:49.714 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../116-radosgw_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:49.753 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking radosgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:49.863 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-02T15:56:50.114 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-02T15:56:50.123 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package rbd-fuse. 2024-04-02T15:56:50.139 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:50.181 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking rbd-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:50.215 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-02T15:56:50.475 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-02T15:56:50.494 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-02T15:56:50.522 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package rbd-fuse. 2024-04-02T15:56:50.538 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2592-g3f3f3ed9-1jammy_amd64.deb ... 2024-04-02T15:56:50.580 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking rbd-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:50.742 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-02T15:56:50.762 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-02T15:56:50.843 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-02T15:56:50.868 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-02T15:56:50.888 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-02T15:56:51.077 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-02T15:56:51.146 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-02T15:56:51.170 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-02T15:56:51.211 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-02T15:56:51.472 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-02T15:56:51.481 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-02T15:56:51.539 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-02T15:56:51.784 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-02T15:56:51.840 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-02T15:56:51.916 INFO:teuthology.orchestra.run.smithi169.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-02T15:56:51.982 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:52.116 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-02T15:56:52.222 INFO:teuthology.orchestra.run.smithi153.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-02T15:56:52.296 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:52.368 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-02T15:56:52.556 INFO:teuthology.orchestra.run.smithi169.stdout:Adding system user cephadm....done 2024-04-02T15:56:52.627 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-02T15:56:52.713 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-02T15:56:52.771 INFO:teuthology.orchestra.run.smithi153.stdout:Adding system user cephadm....done 2024-04-02T15:56:52.870 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-02T15:56:52.902 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-02T15:56:53.014 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-02T15:56:53.120 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-ceph-argparse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:53.187 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-02T15:56:53.274 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-02T15:56:53.380 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-02T15:56:53.400 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-02T15:56:53.454 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-02T15:56:53.506 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-02T15:56:53.581 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-02T15:56:53.607 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-02T15:56:53.676 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-02T15:56:53.716 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-02T15:56:53.815 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-02T15:56:53.953 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-02T15:56:54.018 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-02T15:56:54.050 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-02T15:56:54.112 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-02T15:56:54.217 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-02T15:56:54.385 INFO:teuthology.orchestra.run.smithi053.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-02T15:56:54.415 INFO:teuthology.orchestra.run.smithi053.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-02T15:56:54.462 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-02T15:56:54.463 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-02T15:56:54.580 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-02T15:56:54.627 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-02T15:56:54.833 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-02T15:56:54.973 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-02T15:56:55.004 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-02T15:56:55.092 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-02T15:56:55.099 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-02T15:56:55.247 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-02T15:56:55.383 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-02T15:56:55.385 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-02T15:56:55.498 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-02T15:56:55.651 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-02T15:56:55.662 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-02T15:56:55.733 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-02T15:56:55.938 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-02T15:56:55.952 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up zip (3.0-12build2) ... 2024-04-02T15:56:55.983 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-02T15:56:56.078 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-02T15:56:56.197 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-02T15:56:56.251 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-02T15:56:56.511 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-ceph-argparse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:56.515 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-ceph-argparse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:56:56.780 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-02T15:56:56.787 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-02T15:56:56.791 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-02T15:56:56.913 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-02T15:56:56.934 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-02T15:56:57.039 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-02T15:56:57.040 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-02T15:56:57.085 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-02T15:56:57.141 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-02T15:56:57.148 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-02T15:56:57.236 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-02T15:56:57.250 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-02T15:56:57.382 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-02T15:56:57.496 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-02T15:56:57.718 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-02T15:56:57.771 INFO:teuthology.orchestra.run.smithi153.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-02T15:56:57.797 INFO:teuthology.orchestra.run.smithi153.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-02T15:56:57.867 INFO:teuthology.orchestra.run.smithi169.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-02T15:56:57.869 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-02T15:56:57.894 INFO:teuthology.orchestra.run.smithi169.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-02T15:56:57.957 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-02T15:56:58.003 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-02T15:56:58.092 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-02T15:56:58.110 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-02T15:56:58.362 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-02T15:56:58.363 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-02T15:56:58.472 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-02T15:56:58.476 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-02T15:56:58.628 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-02T15:56:58.724 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-02T15:56:58.764 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-02T15:56:58.906 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-02T15:56:58.966 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-02T15:56:59.048 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-02T15:56:59.188 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-02T15:56:59.275 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up zip (3.0-12build2) ... 2024-04-02T15:56:59.374 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-02T15:56:59.401 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-02T15:56:59.506 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up zip (3.0-12build2) ... 2024-04-02T15:56:59.625 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-02T15:56:59.632 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-02T15:56:59.751 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:00.044 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-idna (3.3-1) ... 2024-04-02T15:57:00.087 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-02T15:57:00.301 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-02T15:57:00.345 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-02T15:57:00.354 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-02T15:57:00.480 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-02T15:57:00.586 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-02T15:57:00.589 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-02T15:57:00.737 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-02T15:57:00.882 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-02T15:57:00.888 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-02T15:57:01.189 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-02T15:57:01.250 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-02T15:57:01.501 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-02T15:57:01.582 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-02T15:57:01.601 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-02T15:57:01.850 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-02T15:57:01.852 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:57:01.886 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-02T15:57:01.962 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-02T15:57:02.170 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-02T15:57:02.221 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-02T15:57:02.251 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-02T15:57:02.347 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-02T15:57:02.473 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-02T15:57:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-02T15:57:02.561 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-02T15:57:02.756 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-02T15:57:02.783 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-02T15:57:02.857 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:02.929 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-02T15:57:03.042 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-02T15:57:03.142 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-idna (3.3-1) ... 2024-04-02T15:57:03.189 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-02T15:57:03.302 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:57:03.332 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:03.403 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-02T15:57:03.459 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-02T15:57:03.650 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-idna (3.3-1) ... 2024-04-02T15:57:03.704 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-02T15:57:03.963 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-02T15:57:03.984 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-02T15:57:04.223 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-02T15:57:04.482 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-02T15:57:04.573 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-02T15:57:04.767 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-02T15:57:04.807 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:57:04.942 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-02T15:57:05.043 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-02T15:57:05.099 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-02T15:57:05.160 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-02T15:57:05.210 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-02T15:57:05.336 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-02T15:57:05.376 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:57:05.421 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-02T15:57:05.463 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-02T15:57:05.521 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-02T15:57:05.535 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-02T15:57:05.738 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-02T15:57:05.820 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-02T15:57:05.823 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-02T15:57:05.971 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-02T15:57:05.981 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-02T15:57:06.105 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-02T15:57:06.157 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-02T15:57:06.240 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:57:06.388 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-02T15:57:06.406 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-02T15:57:06.416 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-02T15:57:06.542 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-02T15:57:06.670 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-02T15:57:06.684 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-02T15:57:06.693 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-02T15:57:06.757 INFO:teuthology.orchestra.run.smithi053.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-02T15:57:06.952 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-02T15:57:06.977 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:57:06.986 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-02T15:57:07.096 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-02T15:57:07.103 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-02T15:57:07.228 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-02T15:57:07.421 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-02T15:57:07.479 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-02T15:57:07.497 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-02T15:57:07.689 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-02T15:57:07.721 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-02T15:57:07.756 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-02T15:57:07.882 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-02T15:57:07.957 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-02T15:57:07.964 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-02T15:57:08.065 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-02T15:57:08.150 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:57:08.241 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-02T15:57:08.276 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-02T15:57:08.358 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-02T15:57:08.484 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-02T15:57:08.534 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-02T15:57:08.611 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-02T15:57:08.777 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-02T15:57:08.852 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-02T15:57:08.903 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-02T15:57:08.978 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-02T15:57:09.078 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-02T15:57:09.163 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-02T15:57:09.262 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-02T15:57:09.297 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-02T15:57:09.337 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-02T15:57:09.388 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-02T15:57:09.463 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-02T15:57:09.572 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-02T15:57:09.581 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-02T15:57:09.645 INFO:teuthology.orchestra.run.smithi153.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-02T15:57:09.681 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-02T15:57:09.858 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-02T15:57:09.874 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-02T15:57:09.999 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-02T15:57:10.000 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-02T15:57:10.211 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-02T15:57:10.284 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-02T15:57:10.385 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-02T15:57:10.435 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-02T15:57:10.578 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-02T15:57:10.579 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-02T15:57:10.667 INFO:teuthology.orchestra.run.smithi169.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-02T15:57:10.669 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-02T15:57:10.795 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-02T15:57:10.872 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-02T15:57:10.912 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-02T15:57:11.038 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:57:11.038 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-02T15:57:11.139 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-02T15:57:11.233 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-02T15:57:11.360 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up librados2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:11.432 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-02T15:57:11.440 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-02T15:57:11.477 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:11.603 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-02T15:57:11.707 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-02T15:57:11.749 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-02T15:57:11.901 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-02T15:57:11.956 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libcephfs2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:11.975 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-02T15:57:12.082 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libradosstriper1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:12.101 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-02T15:57:12.185 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-02T15:57:12.208 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-02T15:57:12.311 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-02T15:57:12.385 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-02T15:57:12.485 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up librbd1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:12.611 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-modules-core (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:12.629 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-02T15:57:12.662 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-02T15:57:12.737 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:12.947 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-02T15:57:12.963 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-02T15:57:12.963 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-02T15:57:12.998 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-02T15:57:13.223 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-02T15:57:13.349 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-02T15:57:13.383 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-02T15:57:13.455 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libcephfs-dev (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:13.589 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-rados (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:13.642 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-02T15:57:13.668 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-02T15:57:13.690 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up librgw2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:13.791 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-02T15:57:13.935 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-02T15:57:14.004 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-02T15:57:14.130 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up librados2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:14.231 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:14.313 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-02T15:57:14.332 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-02T15:57:14.676 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libcephfs2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:14.715 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-02T15:57:14.802 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libradosstriper1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:14.937 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-02T15:57:15.008 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-02T15:57:15.053 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-rbd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:15.154 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up rbd-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:15.205 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up librbd1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:15.271 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-rgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:15.306 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-mgr-modules-core (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:15.361 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-02T15:57:15.398 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-cephfs (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:15.415 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:15.486 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up librados2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:15.549 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:15.612 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:15.626 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-02T15:57:15.626 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-02T15:57:15.738 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-02T15:57:16.066 INFO:teuthology.orchestra.run.smithi053.stdout:Adding group ceph....done 2024-04-02T15:57:16.116 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libcephfs2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:16.125 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libcephfs-dev (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:16.259 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-rados (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:16.276 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libradosstriper1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:16.427 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-02T15:57:16.451 INFO:teuthology.orchestra.run.smithi053.stdout:Adding system user ceph....done 2024-04-02T15:57:16.587 INFO:teuthology.orchestra.run.smithi053.stdout:Setting system user ceph properties....done 2024-04-02T15:57:16.601 INFO:teuthology.orchestra.run.smithi053.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-02T15:57:16.728 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up librgw2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:16.745 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-02T15:57:16.745 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up librbd1 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:16.854 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-02T15:57:16.879 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mgr-modules-core (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:17.005 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:17.031 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-02T15:57:17.216 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-02T15:57:17.216 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-02T15:57:17.508 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-test (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:17.634 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up radosgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:17.715 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libcephfs-dev (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:17.841 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-rados (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:17.992 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up librgw2 (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:18.007 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-rbd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:18.126 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:57:18.126 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:57:18.133 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up rbd-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:18.143 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-02T15:57:18.259 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-rgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:18.385 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up python3-cephfs (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:18.511 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:18.594 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-base (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:18.927 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-02T15:57:19.062 INFO:teuthology.orchestra.run.smithi153.stdout:Adding group ceph....done 2024-04-02T15:57:19.397 INFO:teuthology.orchestra.run.smithi153.stdout:Adding system user ceph....done 2024-04-02T15:57:19.405 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-rbd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:19.413 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mds (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:19.531 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up rbd-fuse (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:19.566 INFO:teuthology.orchestra.run.smithi153.stdout:Setting system user ceph properties....done 2024-04-02T15:57:19.579 INFO:teuthology.orchestra.run.smithi153.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-02T15:57:19.658 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-02T15:57:19.659 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-02T15:57:19.671 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-rgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:19.713 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-02T15:57:20.027 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-02T15:57:20.092 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-cephfs (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:20.149 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:20.243 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-common (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:20.426 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-02T15:57:20.426 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-02T15:57:20.495 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-test (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:20.621 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up radosgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:20.844 INFO:teuthology.orchestra.run.smithi169.stdout:Adding group ceph....done 2024-04-02T15:57:20.942 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-osd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:21.191 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:57:21.191 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:57:21.239 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-02T15:57:21.239 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-02T15:57:21.263 INFO:teuthology.orchestra.run.smithi169.stdout:Adding system user ceph....done 2024-04-02T15:57:21.414 INFO:teuthology.orchestra.run.smithi169.stdout:Setting system user ceph properties....done 2024-04-02T15:57:21.433 INFO:teuthology.orchestra.run.smithi169.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-02T15:57:21.571 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-02T15:57:21.656 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-base (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:21.736 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:21.837 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:21.911 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-02T15:57:21.971 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mon (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:21.982 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-02T15:57:22.183 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-02T15:57:22.184 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-02T15:57:22.394 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-test (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:22.441 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-mds (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:22.662 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-02T15:57:22.662 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-02T15:57:22.670 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up radosgw (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:22.678 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:22.807 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:22.925 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-dashboard (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:23.067 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-volume (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:23.143 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:57:23.143 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:57:23.151 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-mgr (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:23.370 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-02T15:57:23.370 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-02T15:57:23.446 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-02T15:57:23.555 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-02T15:57:23.622 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-base (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:23.708 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-02T15:57:23.844 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-osd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:24.002 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-02T15:57:24.111 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-02T15:57:24.111 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-02T15:57:24.491 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mds (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:24.507 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-02T15:57:24.579 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:24.680 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:24.726 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-02T15:57:24.726 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-02T15:57:24.814 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-mon (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:25.026 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-02T15:57:25.026 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-02T15:57:25.152 INFO:teuthology.orchestra.run.smithi053.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-02T15:57:25.158 DEBUG:teuthology.parallel:result is None 2024-04-02T15:57:25.185 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mgr (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:25.408 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-02T15:57:25.408 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-02T15:57:25.911 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-osd (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:25.924 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-mgr-cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:26.086 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:26.177 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-02T15:57:26.177 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-02T15:57:26.203 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-mgr-dashboard (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:26.329 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up ceph-volume (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:26.629 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:26.657 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-02T15:57:26.750 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-02T15:57:26.780 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:26.918 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-02T15:57:26.973 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mon (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:27.210 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-02T15:57:27.210 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-02T15:57:27.775 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mgr-cephadm (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:27.961 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-02T15:57:28.068 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:28.219 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mgr-dashboard (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:28.362 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-volume (19.0.0-2592-g3f3f3ed9-1jammy) ... 2024-04-02T15:57:28.581 INFO:teuthology.orchestra.run.smithi153.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-02T15:57:28.586 DEBUG:teuthology.parallel:result is None 2024-04-02T15:57:28.708 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-02T15:57:28.931 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-02T15:57:29.347 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-02T15:57:30.797 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-02T15:57:31.476 INFO:teuthology.orchestra.run.smithi169.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-02T15:57:31.481 DEBUG:teuthology.parallel:result is None 2024-04-02T15:57:31.482 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:57:31.706 DEBUG:teuthology.orchestra.run.smithi053:> dpkg-query -W -f '${Version}' ceph 2024-04-02T15:57:31.726 INFO:teuthology.orchestra.run.smithi053.stdout:19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:57:31.726 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:57:31.727 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592-g3f3f3ed9-1jammy is installed. 2024-04-02T15:57:31.728 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:57:31.950 DEBUG:teuthology.orchestra.run.smithi153:> dpkg-query -W -f '${Version}' ceph 2024-04-02T15:57:31.969 INFO:teuthology.orchestra.run.smithi153.stdout:19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:57:31.970 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:57:31.970 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592-g3f3f3ed9-1jammy is installed. 2024-04-02T15:57:31.972 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:57:32.107 DEBUG:teuthology.orchestra.run.smithi169:> dpkg-query -W -f '${Version}' ceph 2024-04-02T15:57:32.126 INFO:teuthology.orchestra.run.smithi169.stdout:19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:57:32.126 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:57:32.126 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592-g3f3f3ed9-1jammy is installed. 2024-04-02T15:57:32.128 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-02T15:57:32.128 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-02T15:57:32.128 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T15:57:32.144 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-02T15:57:32.144 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T15:57:32.158 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-02T15:57:32.159 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T15:57:32.181 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-02T15:57:32.181 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-02T15:57:32.182 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T15:57:32.200 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T15:57:32.256 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-02T15:57:32.256 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T15:57:32.269 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T15:57:32.322 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-02T15:57:32.322 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T15:57:32.335 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T15:57:32.389 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-02T15:57:32.389 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-02T15:57:32.390 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T15:57:32.403 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T15:57:32.462 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-02T15:57:32.462 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T15:57:32.475 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T15:57:32.530 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-02T15:57:32.530 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T15:57:32.543 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T15:57:32.596 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-02T15:57:32.597 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-02T15:57:32.597 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T15:57:32.610 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T15:57:32.663 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-02T15:57:32.664 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T15:57:32.677 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T15:57:32.730 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-02T15:57:32.730 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T15:57:32.743 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T15:57:32.796 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-02T15:57:32.890 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:57:32.890 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:57:32.891 INFO:tasks.cephadm:Cluster fsid is b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:57:32.891 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-02T15:57:32.891 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.53', 'mon.b': '172.21.15.153', 'mon.c': '172.21.15.169'} 2024-04-02T15:57:32.891 INFO:tasks.cephadm:First mon is mon.a on smithi053 2024-04-02T15:57:32.891 INFO:tasks.cephadm:First mgr is a 2024-04-02T15:57:32.891 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-02T15:57:32.892 DEBUG:teuthology.orchestra.run.smithi053:> sudo hostname $(hostname -s) 2024-04-02T15:57:32.907 DEBUG:teuthology.orchestra.run.smithi153:> sudo hostname $(hostname -s) 2024-04-02T15:57:32.920 DEBUG:teuthology.orchestra.run.smithi169:> sudo hostname $(hostname -s) 2024-04-02T15:57:32.935 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-02T15:57:32.935 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:57:33.166 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:57:33.306 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:57:33.308 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:57:33.308 DEBUG:teuthology.orchestra.run.smithi053:> 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:57:33.831 INFO:teuthology.orchestra.run.smithi053.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788778 Apr 2 15:57 /home/ubuntu/cephtest/cephadm 2024-04-02T15:57:33.831 DEBUG:teuthology.orchestra.run.smithi153:> 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:57:34.506 INFO:teuthology.orchestra.run.smithi153.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788778 Apr 2 15:57 /home/ubuntu/cephtest/cephadm 2024-04-02T15:57:34.506 DEBUG:teuthology.orchestra.run.smithi169:> 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:57:35.062 INFO:teuthology.orchestra.run.smithi169.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788778 Apr 2 15:57 /home/ubuntu/cephtest/cephadm 2024-04-02T15:57:35.063 DEBUG:teuthology.orchestra.run.smithi053:> 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:57:35.070 DEBUG:teuthology.orchestra.run.smithi153:> 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:57:35.078 DEBUG:teuthology.orchestra.run.smithi169:> 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:57:35.096 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 on all hosts... 2024-04-02T15:57:35.096 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:57:35.113 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:57:35.120 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:57:35.282 INFO:teuthology.orchestra.run.smithi053.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:57:35.286 INFO:teuthology.orchestra.run.smithi153.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:57:35.297 INFO:teuthology.orchestra.run.smithi169.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:58:27.779 INFO:teuthology.orchestra.run.smithi169.stdout:{ 2024-04-02T15:58:27.780 INFO:teuthology.orchestra.run.smithi169.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:58:27.780 INFO:teuthology.orchestra.run.smithi169.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:58:27.780 INFO:teuthology.orchestra.run.smithi169.stdout: "repo_digests": [ 2024-04-02T15:58:27.780 INFO:teuthology.orchestra.run.smithi169.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:58:27.780 INFO:teuthology.orchestra.run.smithi169.stdout: ] 2024-04-02T15:58:27.780 INFO:teuthology.orchestra.run.smithi169.stdout:} 2024-04-02T15:58:58.240 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-04-02T15:58:58.240 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:58:58.240 INFO:teuthology.orchestra.run.smithi053.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:58:58.240 INFO:teuthology.orchestra.run.smithi053.stdout: "repo_digests": [ 2024-04-02T15:58:58.240 INFO:teuthology.orchestra.run.smithi053.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:58:58.240 INFO:teuthology.orchestra.run.smithi053.stdout: ] 2024-04-02T15:58:58.240 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-04-02T15:59:12.091 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-04-02T15:59:12.092 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:59:12.092 INFO:teuthology.orchestra.run.smithi153.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:59:12.092 INFO:teuthology.orchestra.run.smithi153.stdout: "repo_digests": [ 2024-04-02T15:59:12.092 INFO:teuthology.orchestra.run.smithi153.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:59:12.092 INFO:teuthology.orchestra.run.smithi153.stdout: ] 2024-04-02T15:59:12.092 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-04-02T15:59:12.139 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /etc/ceph 2024-04-02T15:59:12.154 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /etc/ceph 2024-04-02T15:59:12.168 DEBUG:teuthology.orchestra.run.smithi169:> sudo mkdir -p /etc/ceph 2024-04-02T15:59:12.182 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 777 /etc/ceph 2024-04-02T15:59:12.208 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 777 /etc/ceph 2024-04-02T15:59:12.223 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 777 /etc/ceph 2024-04-02T15:59:12.241 INFO:tasks.cephadm:Writing seed config... 2024-04-02T15:59:12.242 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-02T15:59:12.242 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-02T15:59:12.242 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-02T15:59:12.242 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-02T15:59:12.242 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-02T15:59:12.242 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-02T15:59:12.242 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-02T15:59:12.242 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-02T15:59:12.242 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-02T15:59:12.243 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-02T15:59:12.243 DEBUG:teuthology.orchestra.run.smithi053:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-02T15:59:12.260 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 = b764ffda-f109-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:59:12.261 DEBUG:teuthology.orchestra.run.smithi053:mon.a> sudo journalctl -f -n 0 -u ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a.service 2024-04-02T15:59:12.306 DEBUG:teuthology.orchestra.run.smithi053:mgr.a> sudo journalctl -f -n 0 -u ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mgr.a.service 2024-04-02T15:59:12.349 INFO:tasks.cephadm:Bootstrapping... 2024-04-02T15:59:12.349 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid b764ffda-f109-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.53 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-02T15:59:12.562 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:59:12.563 INFO:teuthology.orchestra.run.smithi053.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744', '-v', 'bootstrap', '--fsid', 'b764ffda-f109-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.53', '--skip-admin-label'] 2024-04-02T15:59:12.563 INFO:teuthology.orchestra.run.smithi053.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-02T15:59:12.563 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying podman|docker is present... 2024-04-02T15:59:12.564 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying lvm2 is present... 2024-04-02T15:59:12.564 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying time synchronization is in place... 2024-04-02T15:59:12.569 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T15:59:12.570 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T15:59:12.574 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T15:59:12.574 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-02T15:59:12.578 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-02T15:59:12.578 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-02T15:59:12.582 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-02T15:59:12.582 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-02T15:59:12.586 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-02T15:59:12.586 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout masked 2024-04-02T15:59:12.590 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-02T15:59:12.590 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-02T15:59:12.593 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-02T15:59:12.594 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-02T15:59:12.597 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-02T15:59:12.597 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-02T15:59:12.602 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout enabled 2024-04-02T15:59:12.606 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout active 2024-04-02T15:59:12.606 INFO:teuthology.orchestra.run.smithi053.stdout:Unit ntp.service is enabled and running 2024-04-02T15:59:12.606 INFO:teuthology.orchestra.run.smithi053.stdout:Repeating the final host check... 2024-04-02T15:59:12.606 INFO:teuthology.orchestra.run.smithi053.stdout:docker (/usr/bin/docker) is present 2024-04-02T15:59:12.606 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl is present 2024-04-02T15:59:12.606 INFO:teuthology.orchestra.run.smithi053.stdout:lvcreate is present 2024-04-02T15:59:12.610 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T15:59:12.610 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T15:59:12.614 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T15:59:12.614 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-02T15:59:12.618 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-02T15:59:12.618 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-02T15:59:12.621 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-02T15:59:12.621 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-02T15:59:12.625 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-02T15:59:12.625 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout masked 2024-04-02T15:59:12.629 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-02T15:59:12.629 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-02T15:59:12.633 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-02T15:59:12.633 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-02T15:59:12.637 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-02T15:59:12.637 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-02T15:59:12.641 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout enabled 2024-04-02T15:59:12.645 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout active 2024-04-02T15:59:12.645 INFO:teuthology.orchestra.run.smithi053.stdout:Unit ntp.service is enabled and running 2024-04-02T15:59:12.646 INFO:teuthology.orchestra.run.smithi053.stdout:Host looks OK 2024-04-02T15:59:12.646 INFO:teuthology.orchestra.run.smithi053.stdout:Cluster fsid: b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:12.646 INFO:teuthology.orchestra.run.smithi053.stdout:Acquiring lock 140192178251632 on /run/cephadm/b764ffda-f109-11ee-b647-cb9ed24678a4.lock 2024-04-02T15:59:12.646 INFO:teuthology.orchestra.run.smithi053.stdout:Lock 140192178251632 acquired on /run/cephadm/b764ffda-f109-11ee-b647-cb9ed24678a4.lock 2024-04-02T15:59:12.646 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying IP 172.21.15.53 port 3300 ... 2024-04-02T15:59:12.646 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying IP 172.21.15.53 port 6789 ... 2024-04-02T15:59:12.646 INFO:teuthology.orchestra.run.smithi053.stdout:Base mon IP(s) is [172.21.15.53:3300, 172.21.15.53:6789], mon addrv is [v2:172.21.15.53:3300,v1:172.21.15.53:6789] 2024-04-02T15:59:12.648 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-02T15:59:12.648 INFO:teuthology.orchestra.run.smithi053.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:59:12.648 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.53 2024-04-02T15:59:12.651 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-02T15:59:12.651 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-02T15:59:12.651 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-04-02T15:59:12.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-02T15:59:12.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-02T15:59:12.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T15:59:12.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-02T15:59:12.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:3718/64 scope link 2024-04-02T15:59:12.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T15:59:12.654 INFO:teuthology.orchestra.run.smithi053.stdout:Mon IP `172.21.15.53` is in CIDR network `172.21.0.0/20` 2024-04-02T15:59:12.654 INFO:teuthology.orchestra.run.smithi053.stdout:Mon IP `172.21.15.53` is in CIDR network `172.21.0.0/20` 2024-04-02T15:59:12.654 INFO:teuthology.orchestra.run.smithi053.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-02T15:59:12.654 INFO:teuthology.orchestra.run.smithi053.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-02T15:59:12.655 INFO:teuthology.orchestra.run.smithi053.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:59:12.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/docker: stdout 3f3f3ed992429b85be729743ad3b39d52dd90744: Pulling from ceph-ci/ceph 2024-04-02T15:59:12.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/docker: stdout Digest: sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac 2024-04-02T15:59:12.985 INFO:teuthology.orchestra.run.smithi053.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:59:12.986 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:59:14.541 INFO:teuthology.orchestra.run.smithi053.stdout:ceph: stdout ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T15:59:14.542 INFO:teuthology.orchestra.run.smithi053.stdout:Ceph version: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T15:59:14.542 INFO:teuthology.orchestra.run.smithi053.stdout:Extracting ceph user uid/gid from container image... 2024-04-02T15:59:15.780 INFO:teuthology.orchestra.run.smithi053.stdout:stat: stdout 167 167 2024-04-02T15:59:15.780 INFO:teuthology.orchestra.run.smithi053.stdout:Creating initial keys... 2024-04-02T15:59:17.110 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-authtool: stdout AQBUKwxmqEkkHxAATZjolymq7VR2YccKcFtF8A== 2024-04-02T15:59:18.281 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-authtool: stdout AQBVKwxmv51JMBAASPsFnP5KhG1qO/wdZy3nNQ== 2024-04-02T15:59:19.578 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-authtool: stdout AQBXKwxmKdPXABAAkRw1z21Z9nTjKEWoBRPxpg== 2024-04-02T15:59:19.579 INFO:teuthology.orchestra.run.smithi053.stdout:Creating initial monmap... 2024-04-02T15:59:20.892 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T15:59:20.892 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-02T15:59:20.892 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:20.892 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T15:59:20.892 INFO:teuthology.orchestra.run.smithi053.stdout:monmaptool for a [v2:172.21.15.53:3300,v1:172.21.15.53:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T15:59:20.892 INFO:teuthology.orchestra.run.smithi053.stdout:setting min_mon_release = quincy 2024-04-02T15:59:20.892 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: set fsid to b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:20.893 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T15:59:20.893 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-02T15:59:20.893 INFO:teuthology.orchestra.run.smithi053.stdout:Creating mon... 2024-04-02T15:59:22.198 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.624+0000 7fb2abf21c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-02T15:59:22.198 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.624+0000 7fb2abf21c80 1 imported monmap: 2024-04-02T15:59:22.198 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-02T15:59:22.198 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr fsid b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:22.198 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-02T15:59:20.352786+0000 2024-04-02T15:59:22.198 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr created 2024-04-02T15:59:20.352786+0000 2024-04-02T15:59:22.199 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-02T15:59:22.199 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-02T15:59:22.199 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.a 2024-04-02T15:59:22.199 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.199 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.624+0000 7fb2abf21c80 0 /usr/bin/ceph-mon: set fsid to b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:22.199 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-02T15:59:22.199 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.204 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Git sha 0 2024-04-02T15:59:22.204 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Compile date 2024-04-02 09:40:07 2024-04-02T15:59:22.204 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: DB SUMMARY 2024-04-02T15:59:22.204 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.204 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: DB Session ID: 29YZC4BU6ERY01TPIXOL 2024-04-02T15:59:22.204 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.204 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-02T15:59:22.204 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.204 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.error_if_exists: 0 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.create_if_missing: 1 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.env: 0x5635b307ec60 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.info_log: 0x5635b51c8d60 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.statistics: (nil) 2024-04-02T15:59:22.205 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.use_fsync: 0 2024-04-02T15:59:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-02T15:59:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-02T15:59:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-02T15:59:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-02T15:59:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-02T15:59:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-02T15:59:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-02T15:59:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-02T15:59:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-02T15:59:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-02T15:59:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-02T15:59:22.206 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.db_log_dir: 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.wal_dir: 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.write_buffer_manager: 0x5635b519b360 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-02T15:59:22.207 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-02T15:59:22.208 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-02T15:59:22.234 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-02T15:59:22.235 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-02T15:59:22.235 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.unordered_write: 0 2024-04-02T15:59:22.235 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-02T15:59:22.235 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-02T15:59:22.235 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-02T15:59:22.235 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-02T15:59:22.235 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.row_cache: None 2024-04-02T15:59:22.235 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.wal_filter: None 2024-04-02T15:59:22.235 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-02T15:59:22.235 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-02T15:59:22.235 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.two_write_queues: 0 2024-04-02T15:59:22.235 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.wal_compression: 0 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.atomic_flush: 0 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-02T15:59:22.236 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_open_files: -1 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-02T15:59:22.237 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Compression algorithms supported: 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: kZSTD supported: 0 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: kXpressCompression supported: 0 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: kZlibCompression supported: 1 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-02T15:59:22.238 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.merge_operator: 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_filter: None 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-02T15:59:22.239 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5635b51c8f20) 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5635b51cd090 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-02T15:59:22.240 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-02T15:59:22.241 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compression: NoCompression 2024-04-02T15:59:22.242 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.num_levels: 7 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:59:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-02T15:59:22.244 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-02T15:59:22.245 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-02T15:59:22.246 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.bloom_locality: 0 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.ttl: 2592000 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-02T15:59:22.247 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.enable_blob_files: false 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.min_blob_size: 0 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 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:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.248 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-02T15:59:22.249 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.249 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: dfa415dc-ab28-4357-93c8-dc74203c4341 2024-04-02T15:59:22.249 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.249 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.628+0000 7fb2abf21c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-02T15:59:22.249 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.249 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.632+0000 7fb2abf21c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5635b5296000 2024-04-02T15:59:22.249 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.632+0000 7fb2abf21c80 4 rocksdb: DB pointer 0x5635b5286000 2024-04-02T15:59:22.249 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.632+0000 7fb29c084700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-02T15:59:22.249 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.632+0000 7fb29c084700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-02T15:59:22.249 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-02T15:59:22.249 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:59:22.249 INFO:teuthology.orchestra.run.smithi053.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:59:22.249 INFO:teuthology.orchestra.run.smithi053.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:59:22.249 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:59:22.250 INFO:teuthology.orchestra.run.smithi053.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:59:22.250 INFO:teuthology.orchestra.run.smithi053.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:59:22.250 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:59:22.250 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.250 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-02T15:59:22.250 INFO:teuthology.orchestra.run.smithi053.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:59:22.250 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-02T15:59:22.250 INFO:teuthology.orchestra.run.smithi053.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:59:22.250 INFO:teuthology.orchestra.run.smithi053.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:59:22.250 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.250 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-02T15:59:22.250 INFO:teuthology.orchestra.run.smithi053.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:59:22.250 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-02T15:59:22.250 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.251 INFO:teuthology.orchestra.run.smithi053.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:59:22.251 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.251 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:59:22.251 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-02T15:59:22.251 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-02T15:59:22.251 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-02T15:59:22.251 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-02T15:59:22.251 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-02T15:59:22.251 INFO:teuthology.orchestra.run.smithi053.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:59:22.251 INFO:teuthology.orchestra.run.smithi053.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:59:22.251 INFO:teuthology.orchestra.run.smithi053.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:59:22.251 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5635b51cd090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-02T15:59:22.251 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-02T15:59:22.251 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.252 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-02T15:59:22.252 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:59:22.252 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.632+0000 7fb2abf21c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-02T15:59:22.252 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.632+0000 7fb2abf21c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-02T15:59:22.252 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:59:21.632+0000 7fb2abf21c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-02T15:59:22.252 INFO:teuthology.orchestra.run.smithi053.stdout:create mon.a on 2024-04-02T15:59:22.530 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-02T15:59:22.745 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-02T15:59:22.976 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:59:22.977 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:59:23.290 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T15:59:23.290 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T15:59:23.487 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4.target.wants/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a.service -> /etc/systemd/system/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@.service. 2024-04-02T15:59:23.496 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld does not appear to be present 2024-04-02T15:59:23.496 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T15:59:23.496 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mon to start... 2024-04-02T15:59:23.496 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mon... 2024-04-02T15:59:24.940 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:24 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.938832+0000 mon.a (mon.0) 0 : cluster [INF] mkfs b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:24.941 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:24 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.934986+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:59:25.866 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout cluster: 2024-04-02T15:59:25.866 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout id: b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:25.866 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-02T15:59:25.866 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-02T15:59:25.866 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout services: 2024-04-02T15:59:25.866 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.30811s) 2024-04-02T15:59:25.866 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-02T15:59:25.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-02T15:59:25.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-02T15:59:25.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout data: 2024-04-02T15:59:25.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-02T15:59:25.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-02T15:59:25.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-02T15:59:25.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout pgs: 2024-04-02T15:59:25.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-02T15:59:25.868 INFO:teuthology.orchestra.run.smithi053.stdout:mon is available 2024-04-02T15:59:25.868 INFO:teuthology.orchestra.run.smithi053.stdout:Assimilating anything we can from ceph.conf... 2024-04-02T15:59:26.297 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:25 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.937976+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:59:26.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:25 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.938103+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-02T15:59:26.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:25 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.938113+0000 mon.a (mon.0) 4 : cluster [DBG] fsid b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:26.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:25 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.938122+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-02T15:59:20.352786+0000 2024-04-02T15:59:26.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:25 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.938132+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-02T15:59:20.352786+0000 2024-04-02T15:59:26.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:25 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.938140+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-02T15:59:26.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:25 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.938147+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-02T15:59:26.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:25 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.938155+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.a 2024-04-02T15:59:26.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:25 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.940008+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-02T15:59:26.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:25 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.941944+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-02T15:59:26.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:25 smithi053 bash[20949]: cluster 2024-04-02T15:59:24.942366+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-02T15:59:26.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:25 smithi053 bash[20949]: audit 2024-04-02T15:59:25.246053+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.53:0/404842671' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-02T15:59:27.547 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:27 smithi053 bash[20949]: audit 2024-04-02T15:59:27.033163+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.53:0/2003803532' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T15:59:27.547 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:27 smithi053 bash[20949]: audit 2024-04-02T15:59:27.035797+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.53:0/2003803532' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-02T15:59:27.622 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-02T15:59:27.622 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T15:59:27.622 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout fsid = b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.53:3300,v1:172.21.15.53:6789] 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T15:59:27.623 INFO:teuthology.orchestra.run.smithi053.stdout:Generating new minimal ceph.conf... 2024-04-02T15:59:29.047 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:28 smithi053 bash[20949]: audit 2024-04-02T15:59:28.598239+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.53:0/2433792711' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-02T15:59:29.152 INFO:teuthology.orchestra.run.smithi053.stdout:Restarting the monitor... 2024-04-02T15:59:29.442 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:29 smithi053 systemd[1]: Stopping Ceph mon.a for b764ffda-f109-11ee-b647-cb9ed24678a4... 2024-04-02T15:59:29.443 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:29 smithi053 bash[20949]: debug 2024-04-02T15:59:29.276+0000 7f7ef5a49700 -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:59:29.443 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:29 smithi053 bash[20949]: debug 2024-04-02T15:59:29.276+0000 7f7ef5a49700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T15:59:30.018 INFO:teuthology.orchestra.run.smithi053.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-02T15:59:30.297 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:29 smithi053 bash[21335]: ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:59:30.297 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:30 smithi053 bash[21397]: Error response from daemon: No such container: ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:59:30.297 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:30 smithi053 systemd[1]: ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T15:59:30.297 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:30 smithi053 systemd[1]: Stopped Ceph mon.a for b764ffda-f109-11ee-b647-cb9ed24678a4. 2024-04-02T15:59:30.297 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:30 smithi053 systemd[1]: Started Ceph mon.a for b764ffda-f109-11ee-b647-cb9ed24678a4. 2024-04-02T15:59:31.416 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.188+0000 7f8d96809c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.188+0000 7f8d96809c80 0 ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev), process ceph-mon, pid 7 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.188+0000 7f8d96809c80 0 pidfile_write: ignore empty --pid-file 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 0 load: jerasure load: lrc 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Git sha 0 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Compile date 2024-04-02 09:40:07 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: DB SUMMARY 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: DB Session ID: VYTMLX2RRKM3A68MX8D3 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: CURRENT file: CURRENT 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-02T15:59:31.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89093 ; 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.error_if_exists: 0 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.create_if_missing: 0 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.env: 0x562bca8a0c60 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.info_log: 0x562bcc9f1b20 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.statistics: (nil) 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.use_fsync: 0 2024-04-02T15:59:31.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.db_log_dir: 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.wal_dir: 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-02T15:59:31.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.write_buffer_manager: 0x562bcc9c21e0 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-02T15:59:31.420 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-02T15:59:31.422 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-02T15:59:31.422 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-02T15:59:31.422 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.unordered_write: 0 2024-04-02T15:59:31.422 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-02T15:59:31.422 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.row_cache: None 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.wal_filter: None 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.two_write_queues: 0 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.wal_compression: 0 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.atomic_flush: 0 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-02T15:59:31.423 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-02T15:59:31.424 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_open_files: -1 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Compression algorithms supported: 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: kZSTD supported: 0 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: kXpressCompression supported: 0 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-02T15:59:31.425 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: kZlibCompression supported: 1 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.merge_operator: 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_filter: None 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-02T15:59:31.426 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562bcc9f1d00) 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: cache_index_and_filter_blocks: 1 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: pin_top_level_index_and_filter: 1 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: index_type: 0 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: data_block_index_type: 0 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: index_shortening: 1 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: data_block_hash_table_util_ratio: 0.750000 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: checksum: 4 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: no_block_cache: 0 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: block_cache: 0x562bcc9f3090 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: block_cache_name: BinnedLRUCache 2024-04-02T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: block_cache_options: 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: capacity : 536870912 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: num_shard_bits : 4 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: strict_capacity_limit : 0 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: high_pri_pool_ratio: 0.000 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: block_cache_compressed: (nil) 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: persistent_cache: (nil) 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: block_size: 4096 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: block_size_deviation: 10 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: block_restart_interval: 16 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: index_block_restart_interval: 1 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: metadata_block_size: 4096 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: partition_filters: 0 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: use_delta_encoding: 1 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: filter_policy: bloomfilter 2024-04-02T15:59:31.428 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: whole_key_filtering: 1 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: verify_compression: 0 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: read_amp_bytes_per_bit: 0 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: format_version: 5 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: enable_index_compression: 1 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: block_align: 0 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: max_auto_readahead_size: 262144 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: prepopulate_block_cache: 0 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: initial_auto_readahead_size: 8192 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: num_file_reads_for_auto_readahead: 2 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compression: NoCompression 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-02T15:59:31.429 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.num_levels: 7 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:59:31.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-02T15:59:31.431 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-02T15:59:31.431 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-02T15:59:31.431 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-02T15:59:31.431 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:59:31.431 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:59:31.431 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-02T15:59:31.431 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-02T15:59:31.431 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:59:31.431 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-02T15:59:31.431 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-02T15:59:31.434 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-02T15:59:31.434 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-02T15:59:31.434 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-02T15:59:31.434 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-02T15:59:31.434 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-02T15:59:31.434 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-02T15:59:31.434 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-02T15:59:31.434 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-02T15:59:31.434 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-02T15:59:31.434 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-02T15:59:31.434 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-02T15:59:31.434 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-02T15:59:31.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.bloom_locality: 0 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-02T15:59:31.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.ttl: 2592000 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.enable_blob_files: false 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.min_blob_size: 0 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-02T15:59:31.437 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-02T15:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-02T15:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 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:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-02T15:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: dfa415dc-ab28-4357-93c8-dc74203c4341 2024-04-02T15:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712073571201366, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-02T15:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.196+0000 7f8d96809c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-02T15:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.200+0000 7f8d96809c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712073571202853, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85710, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83857, "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": 78064, "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": 1712073571, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "dfa415dc-ab28-4357-93c8-dc74203c4341", "db_session_id": "VYTMLX2RRKM3A68MX8D3", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-02T15:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.200+0000 7f8d96809c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712073571202973, "job": 1, "event": "recovery_finished"} 2024-04-02T15:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.200+0000 7f8d96809c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-02T15:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.200+0000 7f8d96809c80 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:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.200+0000 7f8d96809c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562bccae6000 2024-04-02T15:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.200+0000 7f8d96809c80 4 rocksdb: DB pointer 0x562bccad0000 2024-04-02T15:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.200+0000 7f8d84f64700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-02T15:59:31.438 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.200+0000 7f8d84f64700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-02T15:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: ** DB Stats ** 2024-04-02T15:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: 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:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T15:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: 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:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T15:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: ** Compaction Stats [default] ** 2024-04-02T15:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: 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:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-02T15:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: L0 2/0 85.56 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Sum 2/0 85.56 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:59:31.439 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: ** Compaction Stats [default] ** 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: 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:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 91.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: AddFile(Total Files): cumulative 0, interval 0 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: AddFile(Keys): cumulative 0, interval 0 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Cumulative compaction: 0.00 GB write, 17.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Interval compaction: 0.00 GB write, 17.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T15:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: 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:59:31.440 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: Block cache BinnedLRUCache@0x562bcc9f3090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: 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:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: ** File Read Latency Histogram By Level [default] ** 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.200+0000 7f8d96809c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] at bind addrs [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.204+0000 7f8d96809c80 1 mon.a@-1(???) e1 preinit fsid b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.204+0000 7f8d96809c80 0 mon.a@-1(???).mds e1 new map 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.204+0000 7f8d96809c80 0 mon.a@-1(???).mds e1 print_map 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: e1 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: 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:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: legacy client fscid: -1 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: No filesystems configured 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.204+0000 7f8d96809c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.204+0000 7f8d96809c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:59:31.441 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.204+0000 7f8d96809c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:59:31.442 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.204+0000 7f8d96809c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:59:31.442 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:31 smithi053 bash[21436]: debug 2024-04-02T15:59:31.204+0000 7f8d96809c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-02T15:59:32.088 INFO:teuthology.orchestra.run.smithi053.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-02T15:59:32.113 INFO:teuthology.orchestra.run.smithi053.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-02T15:59:32.114 INFO:teuthology.orchestra.run.smithi053.stdout:Creating mgr... 2024-04-02T15:59:32.114 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-02T15:59:32.114 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-02T15:59:32.455 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mgr.a 2024-04-02T15:59:32.455 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mgr.a.service: Unit ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mgr.a.service not loaded. 2024-04-02T15:59:32.547 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 bash[21436]: cluster 2024-04-02T15:59:31.213367+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:59:32.547 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 bash[21436]: cluster 2024-04-02T15:59:31.213454+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-02T15:59:32.547 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 bash[21436]: cluster 2024-04-02T15:59:31.213469+0000 mon.a (mon.0) 3 : cluster [DBG] fsid b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:32.547 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 bash[21436]: cluster 2024-04-02T15:59:31.213481+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-02T15:59:20.352786+0000 2024-04-02T15:59:32.547 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 bash[21436]: cluster 2024-04-02T15:59:31.213489+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-02T15:59:20.352786+0000 2024-04-02T15:59:32.547 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 bash[21436]: cluster 2024-04-02T15:59:31.213503+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-02T15:59:32.547 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 bash[21436]: cluster 2024-04-02T15:59:31.213510+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-02T15:59:32.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 bash[21436]: cluster 2024-04-02T15:59:31.213526+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.a 2024-04-02T15:59:32.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 bash[21436]: cluster 2024-04-02T15:59:31.214042+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-02T15:59:32.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 bash[21436]: cluster 2024-04-02T15:59:31.214075+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-02T15:59:32.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 bash[21436]: cluster 2024-04-02T15:59:31.214444+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-02T15:59:32.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 bash[21436]: audit 2024-04-02T15:59:31.404880+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.53:0/1573737616' entity='client.admin' 2024-04-02T15:59:32.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 systemd[1]: /etc/systemd/system/ceph-b764ffda-f109-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:59:32.662 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4.target.wants/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mgr.a.service -> /etc/systemd/system/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@.service. 2024-04-02T15:59:32.670 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld does not appear to be present 2024-04-02T15:59:32.670 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T15:59:32.670 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld does not appear to be present 2024-04-02T15:59:32.670 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-02T15:59:32.671 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mgr to start... 2024-04-02T15:59:32.671 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mgr... 2024-04-02T15:59:33.047 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:32 smithi053 systemd[1]: /etc/systemd/system/ceph-b764ffda-f109-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:59:34.128 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.124+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.381 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21436]: audit 2024-04-02T15:59:34.218594+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.53:0/4180154934' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T15:59:34.382 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.124+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.382 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.132+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'k8sevents' 2024-04-02T15:59:34.382 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.132+0000 7faa52c2e200 -1 mgr[py] Error loading module 'k8sevents': (22) Invalid argument 2024-04-02T15:59:34.382 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.148+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.382 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.148+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.152+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'localpool' 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.152+0000 7faa52c2e200 -1 mgr[py] Error loading module 'localpool': (22) Invalid argument 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.168+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.168+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.176+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'rook' 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.176+0000 7faa52c2e200 -1 mgr[py] Error loading module 'rook': (22) Invalid argument 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.192+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.192+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.196+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'iostat' 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.196+0000 7faa52c2e200 -1 mgr[py] Error loading module 'iostat': (22) Invalid argument 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.212+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.212+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.383 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.216+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'telemetry' 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.216+0000 7faa52c2e200 -1 mgr[py] Error loading module 'telemetry': (22) Invalid argument 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.248+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.248+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.252+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'dashboard' 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.252+0000 7faa52c2e200 -1 mgr[py] Error loading module 'dashboard': (22) Invalid argument 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.268+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.268+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.276+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'osd_support' 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.276+0000 7faa52c2e200 -1 mgr[py] Error loading module 'osd_support': (22) Invalid argument 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.292+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.292+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.296+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'selftest' 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.296+0000 7faa52c2e200 -1 mgr[py] Error loading module 'selftest': (22) Invalid argument 2024-04-02T15:59:34.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.312+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.312+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.320+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'progress' 2024-04-02T15:59:34.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.320+0000 7faa52c2e200 -1 mgr[py] Error loading module 'progress': (22) Invalid argument 2024-04-02T15:59:34.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.336+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.336+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.340+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'rgw' 2024-04-02T15:59:34.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.340+0000 7faa52c2e200 -1 mgr[py] Error loading module 'rgw': (22) Invalid argument 2024-04-02T15:59:34.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.356+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.356+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.360+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'crash' 2024-04-02T15:59:34.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.360+0000 7faa52c2e200 -1 mgr[py] Error loading module 'crash': (22) Invalid argument 2024-04-02T15:59:34.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.380+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.645 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.380+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.384+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'telegraf' 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.384+0000 7faa52c2e200 -1 mgr[py] Error loading module 'telegraf': (22) Invalid argument 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.400+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.400+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.404+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'mds_autoscaler' 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.404+0000 7faa52c2e200 -1 mgr[py] Error loading module 'mds_autoscaler': (22) Invalid argument 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.424+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.424+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.428+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'pg_autoscaler' 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.428+0000 7faa52c2e200 -1 mgr[py] Error loading module 'pg_autoscaler': (22) Invalid argument 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.444+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.444+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.646 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.452+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'zabbix' 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.452+0000 7faa52c2e200 -1 mgr[py] Error loading module 'zabbix': (22) Invalid argument 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.488+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.488+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.496+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'nfs' 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.496+0000 7faa52c2e200 -1 mgr[py] Error loading module 'nfs': (22) Invalid argument 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.512+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.512+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.516+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'balancer' 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.516+0000 7faa52c2e200 -1 mgr[py] Error loading module 'balancer': (22) Invalid argument 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.532+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.532+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.540+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'mirroring' 2024-04-02T15:59:34.647 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.540+0000 7faa52c2e200 -1 mgr[py] Error loading module 'mirroring': (22) Invalid argument 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.556+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.556+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.560+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'diskprediction_local' 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.560+0000 7faa52c2e200 -1 mgr[py] Error loading module 'diskprediction_local': (22) Invalid argument 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.576+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.576+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.580+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'orchestrator' 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.580+0000 7faa52c2e200 -1 mgr[py] Error loading module 'orchestrator': (22) Invalid argument 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.600+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.600+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.604+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'insights' 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.604+0000 7faa52c2e200 -1 mgr[py] Error loading module 'insights': (22) Invalid argument 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.620+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.648 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.620+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:34.649 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.624+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'rbd_support' 2024-04-02T15:59:34.649 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.624+0000 7faa52c2e200 -1 mgr[py] Error loading module 'rbd_support': (22) Invalid argument 2024-04-02T15:59:34.649 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.640+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:34.867 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsid": "b764ffda-f109-11ee-b647-cb9ed24678a4", 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 0 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T15:59:34.868 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T15:59:34.869 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:59:34.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:59:34.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T15:59:24.939217+0000", 2024-04-02T15:59:34.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:59:34.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:34.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T15:59:34.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2024-04-02T15:59:34.872 INFO:teuthology.orchestra.run.smithi053.stdout:mgr not available, waiting (1/15)... 2024-04-02T15:59:35.048 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.640+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:35.048 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.648+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'alerts' 2024-04-02T15:59:35.048 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.648+0000 7faa52c2e200 -1 mgr[py] Error loading module 'alerts': (22) Invalid argument 2024-04-02T15:59:35.048 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.664+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:35.048 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.664+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:35.048 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.668+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'test_orchestrator' 2024-04-02T15:59:35.048 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.668+0000 7faa52c2e200 -1 mgr[py] Error loading module 'test_orchestrator': (22) Invalid argument 2024-04-02T15:59:35.048 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.684+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.684+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.692+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'cephadm' 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.692+0000 7faa52c2e200 -1 mgr[py] Error loading module 'cephadm': (22) Invalid argument 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.744+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.744+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.748+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'influx' 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.748+0000 7faa52c2e200 -1 mgr[py] Error loading module 'influx': (22) Invalid argument 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.764+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.764+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.768+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'status' 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.768+0000 7faa52c2e200 -1 mgr[py] Error loading module 'status': (22) Invalid argument 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.788+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.788+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:35.049 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.792+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'volumes' 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.792+0000 7faa52c2e200 -1 mgr[py] Error loading module 'volumes': (22) Invalid argument 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.808+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.808+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.812+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'osd_perf_query' 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.812+0000 7faa52c2e200 -1 mgr[py] Error loading module 'osd_perf_query': (22) Invalid argument 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.832+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.832+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.836+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'prometheus' 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.836+0000 7faa52c2e200 -1 mgr[py] Error loading module 'prometheus': (22) Invalid argument 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.852+0000 7faa52c2e200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.852+0000 7faa52c2e200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.856+0000 7faa52c2e200 -1 mgr[py] Class not found in module 'snap_schedule' 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.856+0000 7faa52c2e200 -1 mgr[py] Error loading module 'snap_schedule': (22) Invalid argument 2024-04-02T15:59:35.050 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:34 smithi053 bash[21693]: debug 2024-04-02T15:59:34.856+0000 7faa52c2e200 -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:59:35.547 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:35 smithi053 bash[21436]: cluster 2024-04-02T15:59:34.883252+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon a 2024-04-02T15:59:35.547 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:35 smithi053 bash[21436]: cluster 2024-04-02T15:59:34.885744+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00251176s) 2024-04-02T15:59:35.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:35 smithi053 bash[21436]: audit 2024-04-02T15:59:34.886432+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.53:0/97269772' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-02T15:59:35.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:35 smithi053 bash[21436]: audit 2024-04-02T15:59:34.886636+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.53:0/97269772' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-02T15:59:35.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:35 smithi053 bash[21436]: audit 2024-04-02T15:59:34.886817+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.53:0/97269772' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-02T15:59:35.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:35 smithi053 bash[21436]: audit 2024-04-02T15:59:34.887016+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.53:0/97269772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-02T15:59:35.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:35 smithi053 bash[21436]: audit 2024-04-02T15:59:34.887806+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.53:0/97269772' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-02T15:59:35.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:35 smithi053 bash[21436]: cluster 2024-04-02T15:59:34.923464+0000 mon.a (mon.0) 21 : cluster [INF] Manager daemon a is now available 2024-04-02T15:59:37.297 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:36 smithi053 bash[21436]: cluster 2024-04-02T15:59:35.890073+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e3: a(active, since 1.00683s) 2024-04-02T15:59:38.297 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:38 smithi053 bash[21436]: audit 2024-04-02T15:59:37.995173+0000 mon.a (mon.0) 23 : audit [DBG] from='client.? 172.21.15.53:0/2616839074' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T15:59:38.637 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-02T15:59:38.637 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2024-04-02T15:59:38.637 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsid": "b764ffda-f109-11ee-b647-cb9ed24678a4", 2024-04-02T15:59:38.637 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T15:59:38.637 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T15:59:38.637 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T15:59:38.637 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T15:59:38.637 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:38.637 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T15:59:38.638 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T15:59:38.638 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 0 2024-04-02T15:59:38.638 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:59:38.638 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T15:59:38.638 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T15:59:38.638 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:59:38.638 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-02T15:59:38.638 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T15:59:38.638 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:59:38.638 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T15:59:38.638 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T15:59:38.638 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:38.639 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T15:59:38.639 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:59:38.639 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T15:59:38.639 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T15:59:38.639 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T15:59:38.639 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T15:59:38.639 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T15:59:38.639 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T15:59:38.639 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:38.639 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T15:59:38.639 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T15:59:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T15:59:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-02T15:59:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T15:59:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T15:59:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T15:59:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T15:59:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T15:59:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:59:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:59:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T15:59:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:59:38.642 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T15:59:24.939217+0000", 2024-04-02T15:59:38.642 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:59:38.642 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:59:38.642 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T15:59:38.642 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2024-04-02T15:59:38.642 INFO:teuthology.orchestra.run.smithi053.stdout:mgr is available 2024-04-02T15:59:40.047 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:39 smithi053 bash[21436]: audit 2024-04-02T15:59:39.689625+0000 mon.a (mon.0) 24 : audit [INF] from='client.? 172.21.15.53:0/2122533483' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T15:59:40.336 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-02T15:59:40.336 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T15:59:40.336 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout fsid = b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:40.336 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T15:59:40.336 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T15:59:40.337 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T15:59:40.337 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T15:59:40.337 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-02T15:59:40.339 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T15:59:40.339 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-02T15:59:40.339 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T15:59:40.339 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-02T15:59:40.339 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T15:59:40.339 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T15:59:40.339 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T15:59:40.339 INFO:teuthology.orchestra.run.smithi053.stdout:Enabling cephadm module... 2024-04-02T15:59:41.797 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:41 smithi053 bash[21436]: audit 2024-04-02T15:59:41.441300+0000 mon.a (mon.0) 25 : audit [INF] from='client.? 172.21.15.53:0/3955173616' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-02T15:59:42.015 INFO:teuthology.orchestra.run.smithi053.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=smithi053 -v /var/log/ceph/b764ffda-f109-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpqh25q2_g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpw7zbsmkw:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm 2024-04-02T15:59:42.015 INFO:teuthology.orchestra.run.smithi053.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:59:42.015 INFO:teuthology.orchestra.run.smithi053.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=smithi053 -v /var/log/ceph/b764ffda-f109-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpqh25q2_g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpw7zbsmkw:/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:59:42.015 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-02T15:59:42.016 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-02T15:59:42.016 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-02T15:59:42.016 INFO:teuthology.orchestra.run.smithi053.stdout: *************** 2024-04-02T15:59:42.016 INFO:teuthology.orchestra.run.smithi053.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-04-02T15:59:42.016 INFO:teuthology.orchestra.run.smithi053.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-04-02T15:59:42.016 INFO:teuthology.orchestra.run.smithi053.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-04-02T15:59:42.016 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-02T15:59:42.016 INFO:teuthology.orchestra.run.smithi053.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-04-02T15:59:42.016 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-02T15:59:42.016 INFO:teuthology.orchestra.run.smithi053.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-04-02T15:59:42.016 INFO:teuthology.orchestra.run.smithi053.stdout: *************** 2024-04-02T15:59:42.016 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-02T15:59:42.017 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-02T15:59:42.017 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:44.551 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/docker: stdout 6c037a13c12b,96.38MiB / 31.24GiB 2024-04-02T15:59:44.551 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/docker: stdout 8a34bf6b66ee,18.12MiB / 31.24GiB 2024-04-02T15:59:46.562 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/docker: stdout 6c037a13c12b,0.17% 2024-04-02T15:59:46.562 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/docker: stdout 8a34bf6b66ee,0.12% 2024-04-02T15:59:46.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:46 smithi053 systemd[1]: Stopping Ceph mon.a for b764ffda-f109-11ee-b647-cb9ed24678a4... 2024-04-02T15:59:46.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:46 smithi053 bash[21436]: debug 2024-04-02T15:59:46.684+0000 7f8d8d775700 -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:59:46.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:46 smithi053 bash[21436]: debug 2024-04-02T15:59:46.684+0000 7f8d8d775700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T15:59:47.692 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:47 smithi053 bash[22207]: ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:59:47.692 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:47 smithi053 bash[22268]: Error response from daemon: No such container: ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:59:47.692 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:47 smithi053 systemd[1]: ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T15:59:47.692 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:47 smithi053 systemd[1]: Stopped Ceph mon.a for b764ffda-f109-11ee-b647-cb9ed24678a4. 2024-04-02T15:59:47.776 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4.target.wants/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a.service. 2024-04-02T15:59:47.782 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 5 from systemctl stop ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:59:47.782 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to stop ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T15:59:47.786 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:59:47.787 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T15:59:47.795 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl disable ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:59:47.795 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mon.a.service does not exist. 2024-04-02T15:59:47.953 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 02 15:59:47 smithi053 systemd[1]: /etc/systemd/system/ceph-b764ffda-f109-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:59:47.953 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:47 smithi053 systemd[1]: /etc/systemd/system/ceph-b764ffda-f109-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:59:47.953 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:47 smithi053 systemd[1]: Stopping Ceph mgr.a for b764ffda-f109-11ee-b647-cb9ed24678a4... 2024-04-02T15:59:47.953 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:47 smithi053 bash[21693]: debug 2024-04-02T15:59:47.916+0000 7faa4721c700 -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:59:48.754 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:48 smithi053 bash[22338]: ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-mgr-a 2024-04-02T15:59:48.755 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:48 smithi053 bash[22397]: Error response from daemon: No such container: ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-mgr-a 2024-04-02T15:59:48.755 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:48 smithi053 systemd[1]: ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mgr.a.service: Deactivated successfully. 2024-04-02T15:59:48.755 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:48 smithi053 systemd[1]: Stopped Ceph mgr.a for b764ffda-f109-11ee-b647-cb9ed24678a4. 2024-04-02T15:59:48.774 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4.target.wants/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mgr.a.service. 2024-04-02T15:59:48.780 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 5 from systemctl stop ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mgr.a.service 2024-04-02T15:59:48.780 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to stop ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mgr.a.service: Unit ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mgr.a.service not loaded. 2024-04-02T15:59:48.784 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mgr.a.service 2024-04-02T15:59:48.784 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mgr.a.service: Unit ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mgr.a.service not loaded. 2024-04-02T15:59:48.793 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl disable ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mgr.a.service 2024-04-02T15:59:48.793 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-b764ffda-f109-11ee-b647-cb9ed24678a4-init@mgr.a.service does not exist. 2024-04-02T15:59:49.019 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:59:49.020 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed /etc/systemd/system/ceph.target.wants/ceph-b764ffda-f109-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:59:49.025 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 02 15:59:48 smithi053 systemd[1]: /etc/systemd/system/ceph-b764ffda-f109-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:59:49.258 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-02T15:59:49.259 INFO:teuthology.orchestra.run.smithi053.stderr:Traceback (most recent call last): 2024-04-02T15:59:49.259 INFO:teuthology.orchestra.run.smithi053.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-02T15:59:49.268 INFO:teuthology.orchestra.run.smithi053.stderr: return _run_code(code, main_globals, None, 2024-04-02T15:59:49.268 INFO:teuthology.orchestra.run.smithi053.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-02T15:59:49.268 INFO:teuthology.orchestra.run.smithi053.stderr: exec(code, run_globals) 2024-04-02T15:59:49.268 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 5608, in 2024-04-02T15:59:49.268 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 5596, in main 2024-04-02T15:59:49.268 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 2693, in _rollback 2024-04-02T15:59:49.268 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 445, in _default_image 2024-04-02T15:59:49.268 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 2925, in command_bootstrap 2024-04-02T15:59:49.268 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 2387, in enable_cephadm_mgr_module 2024-04-02T15:59:49.268 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 2854, in cli 2024-04-02T15:59:49.268 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-04-02T15:59:49.268 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-02T15:59:49.269 INFO:teuthology.orchestra.run.smithi053.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=smithi053 -v /var/log/ceph/b764ffda-f109-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpqh25q2_g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpw7zbsmkw:/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:59:49.269 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-02T15:59:49.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:59:49.292 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-02T15:59:49.292 DEBUG:teuthology.orchestra.run.smithi053:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:59:49.297 DEBUG:teuthology.orchestra.run.smithi153:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:59:49.302 DEBUG:teuthology.orchestra.run.smithi169:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:59:49.308 INFO:tasks.cephadm:Stopping all daemons... 2024-04-02T15:59:49.309 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-02T15:59:49.309 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T15:59:49.354 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T15:59:49.355 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-04-02T15:59:49.356 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 smithi053 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid b764ffda-f109-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.53 --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 smithi053 with status 5: 'sudo systemctl stop ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:59:49.358 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 smithi053 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid b764ffda-f109-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.53 --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 smithi053 with status 5: 'sudo systemctl stop ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:59:49.358 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-02T15:59:49.360 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/lib/ceph/b764ffda-f109-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/7636224/remote/smithi053/crash 2024-04-02T15:59:49.361 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/lib/ceph/b764ffda-f109-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:59:49.405 INFO:teuthology.orchestra.run.smithi053.stderr:tar: /var/lib/ceph/b764ffda-f109-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:59:49.405 INFO:teuthology.orchestra.run.smithi053.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:59:49.406 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/lib/ceph/b764ffda-f109-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/7636224/remote/smithi153/crash 2024-04-02T15:59:49.407 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/lib/ceph/b764ffda-f109-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:59:49.420 INFO:teuthology.orchestra.run.smithi153.stderr:tar: /var/lib/ceph/b764ffda-f109-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:59:49.420 INFO:teuthology.orchestra.run.smithi153.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:59:49.422 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/lib/ceph/b764ffda-f109-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/7636224/remote/smithi169/crash 2024-04-02T15:59:49.423 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/lib/ceph/b764ffda-f109-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:59:49.436 INFO:teuthology.orchestra.run.smithi169.stderr:tar: /var/lib/ceph/b764ffda-f109-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:59:49.436 INFO:teuthology.orchestra.run.smithi169.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:59:49.438 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-02T15:59:49.438 DEBUG:teuthology.orchestra.run.smithi053:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b764ffda-f109-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:59:49.460 INFO:teuthology.orchestra.run.smithi053.stderr:grep: /var/log/ceph/b764ffda-f109-11ee-b647-cb9ed24678a4/ceph.log: No such file or directory 2024-04-02T15:59:49.461 INFO:tasks.cephadm:Compressing logs... 2024-04-02T15:59:49.462 DEBUG:teuthology.orchestra.run.smithi053:> 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:59:49.506 DEBUG:teuthology.orchestra.run.smithi153:> 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:59:49.508 DEBUG:teuthology.orchestra.run.smithi169:> 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:59:49.513 INFO:teuthology.orchestra.run.smithi053.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-02T15:59:49.519 INFO:teuthology.orchestra.run.smithi153.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-02T15:59:49.522 INFO:teuthology.orchestra.run.smithi169.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-02T15:59:49.526 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-02T15:59:49.526 INFO:teuthology.orchestra.run.smithi053.stderr:real 0m0.018s 2024-04-02T15:59:49.526 INFO:teuthology.orchestra.run.smithi053.stderr:user 0m0.010s 2024-04-02T15:59:49.526 INFO:teuthology.orchestra.run.smithi053.stderr:sys 0m0.005s 2024-04-02T15:59:49.533 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-02T15:59:49.534 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/cephadm.log: 56.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-02T15:59:49.534 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-02T15:59:49.536 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/cephadm.log: 56.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-02T15:59:49.536 INFO:teuthology.orchestra.run.smithi169.stderr: 2024-04-02T15:59:49.536 INFO:teuthology.orchestra.run.smithi169.stderr:real 0m0.022s 2024-04-02T15:59:49.536 INFO:teuthology.orchestra.run.smithi169.stderr:user 0m0.014s 2024-04-02T15:59:49.536 INFO:teuthology.orchestra.run.smithi169.stderr:sys 0m0.007s 2024-04-02T15:59:49.537 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-04-02T15:59:49.538 INFO:teuthology.orchestra.run.smithi153.stderr:real 0m0.026s 2024-04-02T15:59:49.538 INFO:teuthology.orchestra.run.smithi153.stderr:user 0m0.014s 2024-04-02T15:59:49.538 INFO:teuthology.orchestra.run.smithi153.stderr:sys 0m0.006s 2024-04-02T15:59:49.538 INFO:tasks.cephadm:Archiving logs... 2024-04-02T15:59:49.539 DEBUG:teuthology.misc:Transferring archived files from smithi053:/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/7636224/remote/smithi053/log 2024-04-02T15:59:49.540 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:59:49.578 DEBUG:teuthology.misc:Transferring archived files from smithi153:/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/7636224/remote/smithi153/log 2024-04-02T15:59:49.579 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:59:49.594 DEBUG:teuthology.misc:Transferring archived files from smithi169:/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/7636224/remote/smithi169/log 2024-04-02T15:59:49.595 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:59:49.610 INFO:tasks.cephadm:Removing cluster... 2024-04-02T15:59:49.610 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b764ffda-f109-11ee-b647-cb9ed24678a4 --force 2024-04-02T15:59:49.796 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:51.109 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b764ffda-f109-11ee-b647-cb9ed24678a4 --force 2024-04-02T15:59:51.278 INFO:teuthology.orchestra.run.smithi153.stdout:Deleting cluster with fsid: b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:52.613 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b764ffda-f109-11ee-b647-cb9ed24678a4 --force 2024-04-02T15:59:52.780 INFO:teuthology.orchestra.run.smithi169.stdout:Deleting cluster with fsid: b764ffda-f109-11ee-b647-cb9ed24678a4 2024-04-02T15:59:54.103 INFO:tasks.cephadm:Removing cephadm ... 2024-04-02T15:59:54.103 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:59:54.109 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:59:54.115 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:59:54.120 INFO:tasks.cephadm:Teardown complete 2024-04-02T15:59:54.121 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 smithi053 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid b764ffda-f109-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.53 --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 smithi053 with status 5: 'sudo systemctl stop ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:59:54.411 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=72567caf10e844c7bd25b139e5c4c5ad 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 smithi053 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid b764ffda-f109-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.53 --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 smithi053 with status 5: 'sudo systemctl stop ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:59:54.416 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-02T15:59:54.426 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-02T15:59:54.474 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:59:54.474 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T15:59:54.488 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T15:59:54.491 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T15:59:54.576 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-02T15:59:54.586 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-02T15:59:54.586 DEBUG:teuthology.orchestra.run.smithi053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:59:54.589 DEBUG:teuthology.orchestra.run.smithi153:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:59:54.592 DEBUG:teuthology.orchestra.run.smithi169:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:59:54.600 INFO:teuthology.orchestra.run.smithi053.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:59:54.600 INFO:teuthology.orchestra.run.smithi053.stdout:============================================================================== 2024-04-02T15:59:54.600 INFO:teuthology.orchestra.run.smithi053.stdout:*hv01.front.sepi 44.4.53.2 2 u 11 64 37 0.098 -0.207 0.812 2024-04-02T15:59:54.600 INFO:teuthology.orchestra.run.smithi053.stdout:+hv02.front.sepi 63.231.80.2 3 u 15 64 37 0.079 -0.788 0.846 2024-04-02T15:59:54.600 INFO:teuthology.orchestra.run.smithi053.stdout:+hv03.front.sepi 74.6.168.72 3 u 15 64 37 0.084 -1.324 0.809 2024-04-02T15:59:54.600 INFO:teuthology.orchestra.run.smithi053.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:59:54.603 INFO:teuthology.orchestra.run.smithi153.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:59:54.603 INFO:teuthology.orchestra.run.smithi153.stdout:============================================================================== 2024-04-02T15:59:54.603 INFO:teuthology.orchestra.run.smithi153.stdout:*hv01.front.sepi 44.4.53.2 2 u 10 64 37 0.122 -0.046 0.921 2024-04-02T15:59:54.604 INFO:teuthology.orchestra.run.smithi153.stdout:+hv02.front.sepi 63.231.80.2 3 u 18 64 37 0.096 -0.844 0.837 2024-04-02T15:59:54.604 INFO:teuthology.orchestra.run.smithi153.stdout:+hv03.front.sepi 74.6.168.72 3 u 13 64 37 0.088 -1.256 0.918 2024-04-02T15:59:54.604 INFO:teuthology.orchestra.run.smithi153.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:59:54.605 INFO:teuthology.orchestra.run.smithi169.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:59:54.605 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================== 2024-04-02T15:59:54.605 INFO:teuthology.orchestra.run.smithi169.stdout:*hv01.front.sepi 44.4.53.2 2 u 14 64 37 0.096 -0.392 0.564 2024-04-02T15:59:54.605 INFO:teuthology.orchestra.run.smithi169.stdout:+hv02.front.sepi 63.231.80.2 3 u 17 64 37 0.127 -1.042 0.645 2024-04-02T15:59:54.605 INFO:teuthology.orchestra.run.smithi169.stdout:+hv03.front.sepi 74.6.168.72 3 u 15 64 37 0.118 -1.570 0.572 2024-04-02T15:59:54.605 INFO:teuthology.orchestra.run.smithi169.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:59:54.606 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-02T15:59:54.642 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-02T15:59:54.642 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-02T15:59:54.691 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-02T15:59:54.740 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-02T15:59:54.791 INFO:teuthology.task.internal:Duration was 722.650579 seconds 2024-04-02T15:59:54.792 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-02T15:59:54.841 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-02T15:59:54.841 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:59:54.844 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:59:54.846 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:59:54.883 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-02T15:59:54.883 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi053.front.sepia.ceph.com 2024-04-02T15:59:54.884 DEBUG:teuthology.orchestra.run.smithi053:> 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:59:54.933 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi153.front.sepia.ceph.com 2024-04-02T15:59:54.934 DEBUG:teuthology.orchestra.run.smithi153:> 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:59:54.943 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi169.front.sepia.ceph.com 2024-04-02T15:59:54.944 DEBUG:teuthology.orchestra.run.smithi169:> 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:59:54.953 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-02T15:59:54.953 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:59:54.978 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:59:54.986 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:59:55.018 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-02T15:59:55.019 DEBUG:teuthology.orchestra.run.smithi053:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:59:55.050 DEBUG:teuthology.orchestra.run.smithi153:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:59:55.053 DEBUG:teuthology.orchestra.run.smithi169:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:59:55.120 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-02T15:59:55.130 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-02T15:59:55.131 DEBUG:teuthology.orchestra.run.smithi053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:59:55.141 DEBUG:teuthology.orchestra.run.smithi153:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:59:55.154 DEBUG:teuthology.orchestra.run.smithi169:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:59:55.167 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-02T15:59:55.178 DEBUG:teuthology.orchestra.run.smithi053:> 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:59:55.190 DEBUG:teuthology.orchestra.run.smithi153:> 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:59:55.197 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = core 2024-04-02T15:59:55.198 DEBUG:teuthology.orchestra.run.smithi169:> 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:59:55.207 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = core 2024-04-02T15:59:55.219 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = core 2024-04-02T15:59:55.246 DEBUG:teuthology.orchestra.run.smithi053:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:59:55.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:59:55.268 DEBUG:teuthology.orchestra.run.smithi153:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:59:55.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:59:55.284 DEBUG:teuthology.orchestra.run.smithi169:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:59:55.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:59:55.293 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-02T15:59:55.304 INFO:teuthology.task.internal:Transferring archived files... 2024-04-02T15:59:55.305 DEBUG:teuthology.misc:Transferring archived files from smithi053:/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/7636224/remote/smithi053 2024-04-02T15:59:55.305 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:59:55.333 DEBUG:teuthology.misc:Transferring archived files from smithi153:/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/7636224/remote/smithi153 2024-04-02T15:59:55.333 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:59:55.353 DEBUG:teuthology.misc:Transferring archived files from smithi169:/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/7636224/remote/smithi169 2024-04-02T15:59:55.354 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:59:55.375 INFO:teuthology.task.internal:Removing archive directory... 2024-04-02T15:59:55.376 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:59:55.378 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:59:55.394 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:59:55.418 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-02T15:59:55.429 INFO:teuthology.task.internal:Not uploading archives. 2024-04-02T15:59:55.429 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-02T15:59:55.509 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-02T15:59:55.510 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:59:55.512 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:59:55.515 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:59:55.516 INFO:teuthology.orchestra.run.smithi053.stdout: 658461 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:59 /home/ubuntu/cephtest 2024-04-02T15:59:55.519 INFO:teuthology.orchestra.run.smithi153.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:59 /home/ubuntu/cephtest 2024-04-02T15:59:55.521 INFO:teuthology.orchestra.run.smithi169.stdout: 658623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:59 /home/ubuntu/cephtest 2024-04-02T15:59:55.523 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-02T15:59:55.560 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-02T15:59:55.660 INFO:teuthology.nuke:Checking targets against current locks 2024-04-02T15:59:55.688 DEBUG:teuthology.nuke:shortname: smithi053 2024-04-02T15:59:55.689 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:59:55.716 DEBUG:teuthology.nuke:shortname: smithi153 2024-04-02T15:59:55.716 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:59:55.721 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.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/7636224', '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 15:35:44.760034', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIUL3Xfa8oWdeKYdfkx9hhXGaT5b5flL0NJ9GxCFaxRa+GmfYGjimwb9Rs8gIW6ymMac4Y3iuZBhzoFYy+IBz54='} 2024-04-02T15:59:55.739 DEBUG:teuthology.nuke:shortname: smithi169 2024-04-02T15:59:55.739 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:59:55.743 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.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/7636224', '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 15:35:44.761038', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAHUzBgskhR3Rx2R+X0V5LuYRialLMI993GDdaw9SU4lPabZy1/wnp45mYUlAFTbz9lkeRKVAU6tk71+wL+3M8Q='} 2024-04-02T15:59:55.760 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.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/7636224', '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 15:35:44.762584', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJFtJlLYCw3LZV3MOhSP5AToLZRzl4Lueo+yCW0hv1si6HgOiS4aV4fjNxhYe8EEv0CLCC8dBfnNF+n3eZHF/A0='} 2024-04-02T15:59:55.775 INFO:teuthology.orchestra.console.smithi053:Power off 2024-04-02T15:59:55.775 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:59:55.799 INFO:teuthology.orchestra.console.smithi153:Power off 2024-04-02T15:59:55.800 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:59:55.812 DEBUG:teuthology.orchestra.console.smithi053:power off output: Chassis Power Control: Down/Off 2024-04-02T15:59:55.812 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:59:55.824 DEBUG:teuthology.orchestra.console.smithi153:power off output: Chassis Power Control: Down/Off 2024-04-02T15:59:55.824 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:59:55.842 INFO:teuthology.orchestra.console.smithi169:Power off 2024-04-02T15:59:55.843 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:59:55.853 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-04-02T15:59:55.853 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is on 2024-04-02T15:59:55.868 DEBUG:teuthology.orchestra.console.smithi169:power off output: Chassis Power Control: Down/Off 2024-04-02T15:59:55.868 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:59:55.892 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-04-02T15:59:59.854 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:59:59.863 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:59:59.893 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:59:59.965 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-04-02T15:59:59.974 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is on 2024-04-02T16:00:00.005 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-04-02T16:00:03.969 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T16:00:03.978 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T16:00:04.007 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T16:00:04.080 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-04-02T16:00:04.087 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is off 2024-04-02T16:00:04.120 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-04-02T16:00:04.188 INFO:teuthology.orchestra.console.smithi053:Power off completed 2024-04-02T16:00:08.082 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T16:00:08.121 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T16:00:08.193 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is off 2024-04-02T16:00:08.234 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is off 2024-04-02T16:00:08.295 INFO:teuthology.orchestra.console.smithi153:Power off completed 2024-04-02T16:00:08.336 INFO:teuthology.orchestra.console.smithi169:Power off completed 2024-04-02T16:00:08.440 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} duration: 722.6505787372589 failure_reason: 'Command failed on smithi053 with status 5: ''sudo systemctl stop ceph-b764ffda-f109-11ee-b647-cb9ed24678a4@mon.a''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=72567caf10e844c7bd25b139e5c4c5ad status: fail success: false 2024-04-02T16:00:08.440 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T16:00:08.523 INFO:teuthology.run:FAIL