2024-04-15T01:31:34.030 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T01:31:34.030 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --name teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi --owner scheduled_teuthology@teuthology --verbose --archive /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310 -- /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310/orig.config.yaml 2024-04-15T01:31:34.061 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T01:31:34.146 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310 branch: squid description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7656310' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid 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: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 workunit: branch: squid sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 owner: scheduled_teuthology@teuthology priority: 101 repo: https://git.ceph.com/ceph.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: 5975 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 25083/100000 suite: rados suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 targets: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJqaNxqw2CHQolQdq3q04LZ+DZBVIR/hxkz0Yl5ZDRG+HLGLJGwxQyZcWZT5Di8J1zS5wR2+iM/FDtAlbM6bMuI= smithi186.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMxjaSpXniw1If80LdvHGkzX8angbFvP7jVi18g7QlI4QjOnmrl69VVpAoB/L43jTTbpZF+i2bOMy8XyHTG/3JY= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJUC0ai4DCvivnksnx65Xj+Y9iRAj0v52oYFF0ZF6yP9CiDtWLUYxnNZIMniBvLrPbYHr90fu1pBPCePKLT0weY= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-14_21:00:09 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T01:31:34.146 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa; will attempt to use it 2024-04-15T01:31:34.147 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks 2024-04-15T01:31:34.147 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T01:31:34.149 INFO:teuthology.task.internal:Checking packages... 2024-04-15T01:31:34.172 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T01:31:34.173 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T01:31:34.173 INFO:teuthology.packaging:ref: None 2024-04-15T01:31:34.173 INFO:teuthology.packaging:tag: None 2024-04-15T01:31:34.173 INFO:teuthology.packaging:branch: squid 2024-04-15T01:31:34.173 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:31:34.173 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-04-15T01:31:34.486 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:31:34.488 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T01:31:34.494 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T01:31:34.494 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T01:31:34.518 INFO:teuthology.task.internal:Saving configuration 2024-04-15T01:31:34.532 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T01:31:34.538 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:31:34.565 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310', '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-15 01:25:32.971005', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE3qqOZvjcqzWCxw7Y8d4Dily5f2Rx+QkPlcn77cNnHA'} 2024-04-15T01:31:34.589 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310', '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-15 01:25:32.972928', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOlvugjfLmMrxuYpXdaTbqDMT0J1QYjBubHnBLAzMS2z'} 2024-04-15T01:31:34.611 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310', '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-15 01:25:32.974597', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDQO6fvZ624QfOD956mbbaGSU4bLSLXJGJ2ShMs7p8CH'} 2024-04-15T01:31:34.611 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T01:31:34.617 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-15T01:31:34.617 INFO:teuthology.task.internal:roles: ubuntu@smithi186.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-15T01:31:34.617 INFO:teuthology.task.internal:roles: ubuntu@smithi190.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-15T01:31:34.617 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T01:31:34.730 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe621fed280>, signals=[15]) 2024-04-15T01:31:34.731 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T01:31:34.738 INFO:teuthology.task.internal:Opening connections... 2024-04-15T01:31:34.738 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2024-04-15T01:31:34.741 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:31:34.826 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2024-04-15T01:31:34.826 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:31:34.905 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2024-04-15T01:31:34.906 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:31:34.985 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T01:31:34.992 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2024-04-15T01:31:34.998 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2024-04-15T01:31:34.999 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2024-04-15T01:31:35.046 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T01:31:35.046 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="Ubuntu" 2024-04-15T01:31:35.046 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="22.04" 2024-04-15T01:31:35.046 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T01:31:35.046 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_CODENAME=jammy 2024-04-15T01:31:35.046 INFO:teuthology.orchestra.run.smithi045.stdout:ID=ubuntu 2024-04-15T01:31:35.046 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE=debian 2024-04-15T01:31:35.046 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T01:31:35.046 INFO:teuthology.orchestra.run.smithi045.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T01:31:35.046 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T01:31:35.047 INFO:teuthology.orchestra.run.smithi045.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T01:31:35.047 INFO:teuthology.orchestra.run.smithi045.stdout:UBUNTU_CODENAME=jammy 2024-04-15T01:31:35.047 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2024-04-15T01:31:35.073 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2024-04-15T01:31:35.079 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2024-04-15T01:31:35.079 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2024-04-15T01:31:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T01:31:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="Ubuntu" 2024-04-15T01:31:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="22.04" 2024-04-15T01:31:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T01:31:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_CODENAME=jammy 2024-04-15T01:31:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:ID=ubuntu 2024-04-15T01:31:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE=debian 2024-04-15T01:31:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T01:31:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T01:31:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T01:31:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T01:31:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:UBUNTU_CODENAME=jammy 2024-04-15T01:31:35.128 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2024-04-15T01:31:35.148 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2024-04-15T01:31:35.153 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2024-04-15T01:31:35.154 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2024-04-15T01:31:35.200 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T01:31:35.200 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="Ubuntu" 2024-04-15T01:31:35.200 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="22.04" 2024-04-15T01:31:35.200 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T01:31:35.201 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_CODENAME=jammy 2024-04-15T01:31:35.201 INFO:teuthology.orchestra.run.smithi190.stdout:ID=ubuntu 2024-04-15T01:31:35.201 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE=debian 2024-04-15T01:31:35.201 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T01:31:35.201 INFO:teuthology.orchestra.run.smithi190.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T01:31:35.201 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T01:31:35.201 INFO:teuthology.orchestra.run.smithi190.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T01:31:35.201 INFO:teuthology.orchestra.run.smithi190.stdout:UBUNTU_CODENAME=jammy 2024-04-15T01:31:35.201 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2024-04-15T01:31:35.231 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T01:31:35.240 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T01:31:35.245 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T01:31:35.245 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2024-04-15T01:31:35.248 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2024-04-15T01:31:35.250 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2024-04-15T01:31:35.255 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T01:31:35.261 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T01:31:35.261 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2024-04-15T01:31:35.295 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2024-04-15T01:31:35.297 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2024-04-15T01:31:35.370 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T01:31:35.450 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T01:31:35.464 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T01:31:35.464 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T01:31:35.464 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T01:31:35.465 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T01:31:35.465 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T01:31:35.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:31:35.470 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-04-15T01:31:35.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:31:35.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:31:35.472 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-04-15T01:31:35.472 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-04-15T01:31:35.519 INFO:teuthology.orchestra.run.smithi045.stdout:5.15.0-56-generic 2024-04-15T01:31:35.519 INFO:teuthology.task.kernel:Running kernel on smithi045: 5.15.0-56-generic 2024-04-15T01:31:35.519 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get clean 2024-04-15T01:31:35.520 INFO:teuthology.orchestra.run.smithi186.stdout:5.15.0-56-generic 2024-04-15T01:31:35.520 INFO:teuthology.task.kernel:Running kernel on smithi186: 5.15.0-56-generic 2024-04-15T01:31:35.521 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get clean 2024-04-15T01:31:35.521 INFO:teuthology.orchestra.run.smithi190.stdout:5.15.0-56-generic 2024-04-15T01:31:35.522 INFO:teuthology.task.kernel:Running kernel on smithi190: 5.15.0-56-generic 2024-04-15T01:31:35.522 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get clean 2024-04-15T01:31:35.641 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get update 2024-04-15T01:31:35.656 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get update 2024-04-15T01:31:35.658 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get update 2024-04-15T01:31:35.774 INFO:teuthology.orchestra.run.smithi045.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T01:31:35.792 INFO:teuthology.orchestra.run.smithi186.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T01:31:35.817 INFO:teuthology.orchestra.run.smithi190.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T01:31:35.886 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T01:31:35.902 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T01:31:35.921 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T01:31:35.968 INFO:teuthology.orchestra.run.smithi045.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T01:31:35.984 INFO:teuthology.orchestra.run.smithi186.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T01:31:36.003 INFO:teuthology.orchestra.run.smithi190.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T01:31:36.022 INFO:teuthology.orchestra.run.smithi190.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T01:31:36.035 INFO:teuthology.orchestra.run.smithi045.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T01:31:36.035 INFO:teuthology.orchestra.run.smithi186.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T01:31:36.099 INFO:teuthology.orchestra.run.smithi190.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T01:31:36.118 INFO:teuthology.orchestra.run.smithi045.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T01:31:36.121 INFO:teuthology.orchestra.run.smithi186.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T01:31:36.143 INFO:teuthology.orchestra.run.smithi190.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T01:31:36.148 INFO:teuthology.orchestra.run.smithi190.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T01:31:36.148 INFO:teuthology.orchestra.run.smithi190.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T01:31:36.173 INFO:teuthology.orchestra.run.smithi045.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T01:31:36.182 INFO:teuthology.orchestra.run.smithi186.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T01:31:36.183 INFO:teuthology.orchestra.run.smithi045.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T01:31:36.183 INFO:teuthology.orchestra.run.smithi045.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T01:31:36.184 INFO:teuthology.orchestra.run.smithi045.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T01:31:36.185 INFO:teuthology.orchestra.run.smithi190.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T01:31:36.186 INFO:teuthology.orchestra.run.smithi190.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T01:31:36.189 INFO:teuthology.orchestra.run.smithi186.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T01:31:36.189 INFO:teuthology.orchestra.run.smithi186.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T01:31:36.191 INFO:teuthology.orchestra.run.smithi190.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T01:31:36.191 INFO:teuthology.orchestra.run.smithi190.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T01:31:36.201 INFO:teuthology.orchestra.run.smithi190.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T01:31:36.217 INFO:teuthology.orchestra.run.smithi190.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T01:31:36.219 INFO:teuthology.orchestra.run.smithi190.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T01:31:36.232 INFO:teuthology.orchestra.run.smithi190.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T01:31:36.233 INFO:teuthology.orchestra.run.smithi190.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T01:31:36.238 INFO:teuthology.orchestra.run.smithi045.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T01:31:36.242 INFO:teuthology.orchestra.run.smithi186.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T01:31:36.243 INFO:teuthology.orchestra.run.smithi186.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T01:31:36.244 INFO:teuthology.orchestra.run.smithi045.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T01:31:36.245 INFO:teuthology.orchestra.run.smithi045.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T01:31:36.248 INFO:teuthology.orchestra.run.smithi186.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T01:31:36.249 INFO:teuthology.orchestra.run.smithi186.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T01:31:36.256 INFO:teuthology.orchestra.run.smithi045.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T01:31:36.267 INFO:teuthology.orchestra.run.smithi186.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T01:31:36.274 INFO:teuthology.orchestra.run.smithi045.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T01:31:36.276 INFO:teuthology.orchestra.run.smithi045.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T01:31:36.276 INFO:teuthology.orchestra.run.smithi045.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T01:31:36.279 INFO:teuthology.orchestra.run.smithi186.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T01:31:36.285 INFO:teuthology.orchestra.run.smithi190.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T01:31:36.286 INFO:teuthology.orchestra.run.smithi190.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T01:31:36.289 INFO:teuthology.orchestra.run.smithi045.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T01:31:36.290 INFO:teuthology.orchestra.run.smithi045.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T01:31:36.290 INFO:teuthology.orchestra.run.smithi045.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T01:31:36.310 INFO:teuthology.orchestra.run.smithi186.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T01:31:36.310 INFO:teuthology.orchestra.run.smithi186.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T01:31:36.311 INFO:teuthology.orchestra.run.smithi186.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T01:31:36.311 INFO:teuthology.orchestra.run.smithi186.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T01:31:36.311 INFO:teuthology.orchestra.run.smithi186.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T01:31:36.322 INFO:teuthology.orchestra.run.smithi045.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T01:31:36.338 INFO:teuthology.orchestra.run.smithi186.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T01:31:36.366 INFO:teuthology.orchestra.run.smithi190.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T01:31:36.461 INFO:teuthology.orchestra.run.smithi045.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T01:31:36.477 INFO:teuthology.orchestra.run.smithi186.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T01:31:36.505 INFO:teuthology.orchestra.run.smithi190.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T01:31:36.704 INFO:teuthology.orchestra.run.smithi190.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T01:31:36.769 INFO:teuthology.orchestra.run.smithi045.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T01:31:36.784 INFO:teuthology.orchestra.run.smithi186.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T01:31:36.808 INFO:teuthology.orchestra.run.smithi045.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T01:31:36.827 INFO:teuthology.orchestra.run.smithi045.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T01:31:36.828 INFO:teuthology.orchestra.run.smithi186.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T01:31:36.828 INFO:teuthology.orchestra.run.smithi045.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T01:31:36.829 INFO:teuthology.orchestra.run.smithi045.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T01:31:36.842 INFO:teuthology.orchestra.run.smithi186.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T01:31:36.843 INFO:teuthology.orchestra.run.smithi186.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T01:31:36.844 INFO:teuthology.orchestra.run.smithi186.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T01:31:36.852 INFO:teuthology.orchestra.run.smithi190.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T01:31:36.866 INFO:teuthology.orchestra.run.smithi190.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T01:31:36.867 INFO:teuthology.orchestra.run.smithi190.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T01:31:36.869 INFO:teuthology.orchestra.run.smithi190.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T01:31:36.887 INFO:teuthology.orchestra.run.smithi045.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T01:31:36.904 INFO:teuthology.orchestra.run.smithi186.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T01:31:36.911 INFO:teuthology.orchestra.run.smithi186.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T01:31:36.919 INFO:teuthology.orchestra.run.smithi045.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T01:31:36.928 INFO:teuthology.orchestra.run.smithi190.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T01:31:36.935 INFO:teuthology.orchestra.run.smithi190.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T01:31:37.075 INFO:teuthology.orchestra.run.smithi186.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T01:31:37.085 INFO:teuthology.orchestra.run.smithi045.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T01:31:37.100 INFO:teuthology.orchestra.run.smithi190.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-15T01:31:37.659 INFO:teuthology.orchestra.run.smithi186.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-15T01:31:37.669 INFO:teuthology.orchestra.run.smithi045.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-15T01:31:37.729 INFO:teuthology.orchestra.run.smithi190.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T01:31:37.767 INFO:teuthology.orchestra.run.smithi190.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T01:31:37.771 INFO:teuthology.orchestra.run.smithi186.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T01:31:37.779 INFO:teuthology.orchestra.run.smithi190.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T01:31:37.781 INFO:teuthology.orchestra.run.smithi190.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T01:31:37.781 INFO:teuthology.orchestra.run.smithi045.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T01:31:37.783 INFO:teuthology.orchestra.run.smithi190.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T01:31:37.783 INFO:teuthology.orchestra.run.smithi190.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T01:31:37.784 INFO:teuthology.orchestra.run.smithi190.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T01:31:37.784 INFO:teuthology.orchestra.run.smithi190.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T01:31:37.791 INFO:teuthology.orchestra.run.smithi186.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T01:31:37.793 INFO:teuthology.orchestra.run.smithi186.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T01:31:37.796 INFO:teuthology.orchestra.run.smithi186.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T01:31:37.797 INFO:teuthology.orchestra.run.smithi186.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T01:31:37.797 INFO:teuthology.orchestra.run.smithi186.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T01:31:37.798 INFO:teuthology.orchestra.run.smithi186.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T01:31:37.802 INFO:teuthology.orchestra.run.smithi186.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T01:31:37.802 INFO:teuthology.orchestra.run.smithi045.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T01:31:37.804 INFO:teuthology.orchestra.run.smithi045.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T01:31:37.806 INFO:teuthology.orchestra.run.smithi186.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T01:31:37.807 INFO:teuthology.orchestra.run.smithi045.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T01:31:37.808 INFO:teuthology.orchestra.run.smithi045.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T01:31:37.809 INFO:teuthology.orchestra.run.smithi045.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T01:31:37.809 INFO:teuthology.orchestra.run.smithi045.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T01:31:37.811 INFO:teuthology.orchestra.run.smithi190.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T01:31:37.813 INFO:teuthology.orchestra.run.smithi045.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T01:31:37.817 INFO:teuthology.orchestra.run.smithi045.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T01:31:37.818 INFO:teuthology.orchestra.run.smithi190.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T01:31:37.972 INFO:teuthology.orchestra.run.smithi186.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T01:31:37.982 INFO:teuthology.orchestra.run.smithi190.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T01:31:37.983 INFO:teuthology.orchestra.run.smithi045.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T01:31:38.055 INFO:teuthology.orchestra.run.smithi186.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T01:31:38.064 INFO:teuthology.orchestra.run.smithi190.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T01:31:38.065 INFO:teuthology.orchestra.run.smithi045.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T01:31:38.150 INFO:teuthology.orchestra.run.smithi045.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T01:31:38.156 INFO:teuthology.orchestra.run.smithi186.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T01:31:38.171 INFO:teuthology.orchestra.run.smithi190.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T01:31:38.217 INFO:teuthology.orchestra.run.smithi186.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T01:31:38.230 INFO:teuthology.orchestra.run.smithi190.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T01:31:38.231 INFO:teuthology.orchestra.run.smithi045.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T01:31:38.248 INFO:teuthology.orchestra.run.smithi186.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T01:31:38.264 INFO:teuthology.orchestra.run.smithi190.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T01:31:38.265 INFO:teuthology.orchestra.run.smithi045.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T01:31:42.400 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 12.9 MB in 3s (5,089 kB/s) 2024-04-15T01:31:42.659 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 12.9 MB in 3s (5,077 kB/s) 2024-04-15T01:31:42.864 INFO:teuthology.orchestra.run.smithi045.stdout:Fetched 12.9 MB in 3s (5,017 kB/s) 2024-04-15T01:31:43.794 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-04-15T01:31:43.811 DEBUG:teuthology.orchestra.run.smithi186:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T01:31:43.874 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-04-15T01:31:44.044 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-04-15T01:31:44.062 DEBUG:teuthology.orchestra.run.smithi190:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T01:31:44.069 INFO:teuthology.orchestra.run.smithi186.stdout:Building dependency tree... 2024-04-15T01:31:44.070 INFO:teuthology.orchestra.run.smithi186.stdout:Reading state information... 2024-04-15T01:31:44.120 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-04-15T01:31:44.244 INFO:teuthology.orchestra.run.smithi186.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T01:31:44.244 INFO:teuthology.orchestra.run.smithi186.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T01:31:44.244 INFO:teuthology.orchestra.run.smithi186.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T01:31:44.245 INFO:teuthology.orchestra.run.smithi186.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T01:31:44.245 INFO:teuthology.orchestra.run.smithi186.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T01:31:44.245 INFO:teuthology.orchestra.run.smithi186.stdout: python2.7-minimal 2024-04-15T01:31:44.245 INFO:teuthology.orchestra.run.smithi186.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T01:31:44.246 INFO:teuthology.orchestra.run.smithi186.stdout:The following additional packages will be installed: 2024-04-15T01:31:44.246 INFO:teuthology.orchestra.run.smithi186.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T01:31:44.246 INFO:teuthology.orchestra.run.smithi186.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T01:31:44.247 INFO:teuthology.orchestra.run.smithi186.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T01:31:44.248 INFO:teuthology.orchestra.run.smithi186.stdout:Suggested packages: 2024-04-15T01:31:44.248 INFO:teuthology.orchestra.run.smithi186.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T01:31:44.248 INFO:teuthology.orchestra.run.smithi186.stdout:Recommended packages: 2024-04-15T01:31:44.248 INFO:teuthology.orchestra.run.smithi186.stdout: thermald 2024-04-15T01:31:44.273 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2024-04-15T01:31:44.292 DEBUG:teuthology.orchestra.run.smithi045:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T01:31:44.298 INFO:teuthology.orchestra.run.smithi186.stdout:The following NEW packages will be installed: 2024-04-15T01:31:44.299 INFO:teuthology.orchestra.run.smithi186.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T01:31:44.299 INFO:teuthology.orchestra.run.smithi186.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T01:31:44.299 INFO:teuthology.orchestra.run.smithi186.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T01:31:44.301 INFO:teuthology.orchestra.run.smithi186.stdout:The following packages will be upgraded: 2024-04-15T01:31:44.301 INFO:teuthology.orchestra.run.smithi186.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T01:31:44.316 INFO:teuthology.orchestra.run.smithi190.stdout:Building dependency tree... 2024-04-15T01:31:44.317 INFO:teuthology.orchestra.run.smithi190.stdout:Reading state information... 2024-04-15T01:31:44.359 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2024-04-15T01:31:44.360 INFO:teuthology.orchestra.run.smithi186.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T01:31:44.360 INFO:teuthology.orchestra.run.smithi186.stdout:Need to get 113 MB of archives. 2024-04-15T01:31:44.360 INFO:teuthology.orchestra.run.smithi186.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T01:31:44.360 INFO:teuthology.orchestra.run.smithi186.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T01:31:44.484 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T01:31:44.484 INFO:teuthology.orchestra.run.smithi190.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T01:31:44.484 INFO:teuthology.orchestra.run.smithi190.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T01:31:44.485 INFO:teuthology.orchestra.run.smithi190.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T01:31:44.485 INFO:teuthology.orchestra.run.smithi190.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T01:31:44.485 INFO:teuthology.orchestra.run.smithi190.stdout: python2.7-minimal 2024-04-15T01:31:44.485 INFO:teuthology.orchestra.run.smithi190.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T01:31:44.486 INFO:teuthology.orchestra.run.smithi190.stdout:The following additional packages will be installed: 2024-04-15T01:31:44.486 INFO:teuthology.orchestra.run.smithi190.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T01:31:44.486 INFO:teuthology.orchestra.run.smithi190.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T01:31:44.486 INFO:teuthology.orchestra.run.smithi190.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T01:31:44.487 INFO:teuthology.orchestra.run.smithi190.stdout:Suggested packages: 2024-04-15T01:31:44.487 INFO:teuthology.orchestra.run.smithi190.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T01:31:44.487 INFO:teuthology.orchestra.run.smithi190.stdout:Recommended packages: 2024-04-15T01:31:44.487 INFO:teuthology.orchestra.run.smithi190.stdout: thermald 2024-04-15T01:31:44.539 INFO:teuthology.orchestra.run.smithi190.stdout:The following NEW packages will be installed: 2024-04-15T01:31:44.540 INFO:teuthology.orchestra.run.smithi190.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T01:31:44.540 INFO:teuthology.orchestra.run.smithi190.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T01:31:44.540 INFO:teuthology.orchestra.run.smithi190.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T01:31:44.541 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages will be upgraded: 2024-04-15T01:31:44.541 INFO:teuthology.orchestra.run.smithi190.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T01:31:44.561 INFO:teuthology.orchestra.run.smithi045.stdout:Building dependency tree... 2024-04-15T01:31:44.561 INFO:teuthology.orchestra.run.smithi045.stdout:Reading state information... 2024-04-15T01:31:44.637 INFO:teuthology.orchestra.run.smithi190.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T01:31:44.637 INFO:teuthology.orchestra.run.smithi190.stdout:Need to get 113 MB of archives. 2024-04-15T01:31:44.637 INFO:teuthology.orchestra.run.smithi190.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T01:31:44.638 INFO:teuthology.orchestra.run.smithi190.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T01:31:44.740 INFO:teuthology.orchestra.run.smithi045.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T01:31:44.741 INFO:teuthology.orchestra.run.smithi045.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T01:31:44.741 INFO:teuthology.orchestra.run.smithi045.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T01:31:44.741 INFO:teuthology.orchestra.run.smithi045.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T01:31:44.742 INFO:teuthology.orchestra.run.smithi045.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T01:31:44.742 INFO:teuthology.orchestra.run.smithi045.stdout: python2.7-minimal 2024-04-15T01:31:44.742 INFO:teuthology.orchestra.run.smithi045.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T01:31:44.743 INFO:teuthology.orchestra.run.smithi045.stdout:The following additional packages will be installed: 2024-04-15T01:31:44.743 INFO:teuthology.orchestra.run.smithi045.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T01:31:44.743 INFO:teuthology.orchestra.run.smithi045.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T01:31:44.743 INFO:teuthology.orchestra.run.smithi045.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T01:31:44.744 INFO:teuthology.orchestra.run.smithi045.stdout:Suggested packages: 2024-04-15T01:31:44.745 INFO:teuthology.orchestra.run.smithi045.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T01:31:44.745 INFO:teuthology.orchestra.run.smithi045.stdout:Recommended packages: 2024-04-15T01:31:44.745 INFO:teuthology.orchestra.run.smithi045.stdout: thermald 2024-04-15T01:31:44.797 INFO:teuthology.orchestra.run.smithi045.stdout:The following NEW packages will be installed: 2024-04-15T01:31:44.797 INFO:teuthology.orchestra.run.smithi045.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T01:31:44.797 INFO:teuthology.orchestra.run.smithi045.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T01:31:44.798 INFO:teuthology.orchestra.run.smithi045.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T01:31:44.799 INFO:teuthology.orchestra.run.smithi045.stdout:The following packages will be upgraded: 2024-04-15T01:31:44.799 INFO:teuthology.orchestra.run.smithi045.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T01:31:44.867 INFO:teuthology.orchestra.run.smithi045.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T01:31:44.867 INFO:teuthology.orchestra.run.smithi045.stdout:Need to get 113 MB of archives. 2024-04-15T01:31:44.867 INFO:teuthology.orchestra.run.smithi045.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T01:31:44.868 INFO:teuthology.orchestra.run.smithi045.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T01:31:44.938 INFO:teuthology.orchestra.run.smithi186.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T01:31:45.230 INFO:teuthology.orchestra.run.smithi186.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T01:31:45.553 INFO:teuthology.orchestra.run.smithi190.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T01:31:45.970 INFO:teuthology.orchestra.run.smithi190.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T01:31:46.184 INFO:teuthology.orchestra.run.smithi045.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T01:31:46.636 INFO:teuthology.orchestra.run.smithi045.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T01:31:47.389 INFO:teuthology.orchestra.run.smithi186.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T01:31:47.444 INFO:teuthology.orchestra.run.smithi186.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T01:31:47.445 INFO:teuthology.orchestra.run.smithi186.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T01:31:47.769 INFO:teuthology.orchestra.run.smithi186.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T01:31:47.826 INFO:teuthology.orchestra.run.smithi186.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T01:31:48.011 INFO:teuthology.orchestra.run.smithi190.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T01:31:48.011 INFO:teuthology.orchestra.run.smithi190.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T01:31:48.011 INFO:teuthology.orchestra.run.smithi190.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T01:31:48.203 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 113 MB in 4s (32.2 MB/s) 2024-04-15T01:31:48.223 INFO:teuthology.orchestra.run.smithi190.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T01:31:48.269 INFO:teuthology.orchestra.run.smithi190.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T01:31:48.458 INFO:teuthology.orchestra.run.smithi045.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T01:31:48.458 INFO:teuthology.orchestra.run.smithi045.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T01:31:48.459 INFO:teuthology.orchestra.run.smithi045.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T01:31:48.468 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T01:31:48.616 INFO:teuthology.orchestra.run.smithi045.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T01:31:48.651 INFO:teuthology.orchestra.run.smithi045.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T01:31:48.662 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 113 MB in 4s (30.5 MB/s) 2024-04-15T01:31:48.872 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T01:31:49.065 INFO:teuthology.orchestra.run.smithi045.stdout:Fetched 113 MB in 4s (29.5 MB/s) 2024-04-15T01:31:49.217 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T01:31:50.448 INFO:teuthology.orchestra.run.smithi186.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-15T01:31:50.452 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T01:31:50.573 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:31:50.836 INFO:teuthology.orchestra.run.smithi190.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-15T01:31:50.840 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T01:31:50.960 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:31:51.208 INFO:teuthology.orchestra.run.smithi045.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-15T01:31:51.212 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T01:31:51.315 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:31:52.688 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T01:31:52.709 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T01:31:52.903 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:31:53.094 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T01:31:53.116 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T01:31:53.216 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:31:53.502 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T01:31:53.522 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T01:31:53.560 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:31:53.688 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T01:31:53.709 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T01:31:53.746 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:31:54.000 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T01:31:54.022 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T01:31:54.110 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:31:54.545 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T01:31:54.566 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T01:31:54.612 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:31:59.801 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T01:31:59.901 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T01:32:00.175 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T01:32:00.313 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T01:32:00.607 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T01:32:00.618 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T01:32:00.655 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T01:32:00.657 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T01:32:00.733 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T01:32:00.779 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T01:32:00.859 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T01:32:01.078 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T01:32:01.192 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T01:32:01.199 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T01:32:01.296 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T01:32:01.519 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T01:32:01.530 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T01:32:01.550 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T01:32:01.572 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T01:32:01.586 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T01:32:01.615 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T01:32:05.920 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T01:32:05.958 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T01:32:05.995 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:06.904 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T01:32:06.942 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T01:32:06.987 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:07.569 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T01:32:07.606 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T01:32:07.663 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:08.998 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T01:32:09.123 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T01:32:09.473 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T01:32:09.586 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:09.703 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T01:32:09.833 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:10.195 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T01:32:10.308 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T01:32:10.317 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T01:32:10.447 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T01:32:10.643 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T01:32:10.747 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:10.789 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T01:32:10.857 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T01:32:10.911 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:10.985 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:11.062 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T01:32:11.190 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:11.253 INFO:teuthology.orchestra.run.smithi186.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T01:32:11.253 INFO:teuthology.orchestra.run.smithi186.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T01:32:11.254 INFO:teuthology.orchestra.run.smithi186.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T01:32:11.254 INFO:teuthology.orchestra.run.smithi186.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T01:32:11.976 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:12.334 INFO:teuthology.orchestra.run.smithi045.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T01:32:12.334 INFO:teuthology.orchestra.run.smithi045.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T01:32:12.334 INFO:teuthology.orchestra.run.smithi045.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T01:32:12.334 INFO:teuthology.orchestra.run.smithi045.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T01:32:12.488 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:13.269 INFO:teuthology.orchestra.run.smithi190.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T01:32:13.269 INFO:teuthology.orchestra.run.smithi190.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T01:32:13.269 INFO:teuthology.orchestra.run.smithi190.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T01:32:13.269 INFO:teuthology.orchestra.run.smithi190.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T01:32:13.394 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:13.427 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:13.898 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:14.804 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T01:32:14.836 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:14.921 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T01:32:15.031 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:15.086 INFO:teuthology.orchestra.run.smithi186.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T01:32:15.086 INFO:teuthology.orchestra.run.smithi186.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T01:32:15.316 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T01:32:15.442 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T01:32:15.569 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:15.631 INFO:teuthology.orchestra.run.smithi045.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T01:32:15.631 INFO:teuthology.orchestra.run.smithi045.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T01:32:16.238 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T01:32:16.364 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T01:32:16.515 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T01:32:16.584 INFO:teuthology.orchestra.run.smithi190.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T01:32:16.584 INFO:teuthology.orchestra.run.smithi190.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T01:32:28.913 INFO:teuthology.orchestra.run.smithi186.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T01:32:28.914 INFO:teuthology.orchestra.run.smithi186.stdout:Sourcing file `/etc/default/grub' 2024-04-15T01:32:28.938 INFO:teuthology.orchestra.run.smithi186.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T01:32:28.967 INFO:teuthology.orchestra.run.smithi186.stdout:Generating grub configuration file ... 2024-04-15T01:32:29.233 INFO:teuthology.orchestra.run.smithi186.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T01:32:29.256 INFO:teuthology.orchestra.run.smithi186.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T01:32:29.585 INFO:teuthology.orchestra.run.smithi186.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T01:32:29.590 INFO:teuthology.orchestra.run.smithi186.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T01:32:29.658 INFO:teuthology.orchestra.run.smithi186.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T01:32:29.664 INFO:teuthology.orchestra.run.smithi186.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T01:32:29.813 INFO:teuthology.orchestra.run.smithi186.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T01:32:29.813 INFO:teuthology.orchestra.run.smithi186.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T01:32:29.813 INFO:teuthology.orchestra.run.smithi186.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T01:32:29.854 INFO:teuthology.orchestra.run.smithi186.stdout:done 2024-04-15T01:32:30.129 INFO:teuthology.orchestra.run.smithi045.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T01:32:30.129 INFO:teuthology.orchestra.run.smithi045.stdout:Sourcing file `/etc/default/grub' 2024-04-15T01:32:30.143 INFO:teuthology.orchestra.run.smithi045.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T01:32:30.161 INFO:teuthology.orchestra.run.smithi045.stdout:Generating grub configuration file ... 2024-04-15T01:32:30.344 DEBUG:teuthology.orchestra.run.smithi186:> dpkg -s linux-image-generic 2024-04-15T01:32:30.370 INFO:teuthology.orchestra.run.smithi186.stdout:Package: linux-image-generic 2024-04-15T01:32:30.370 INFO:teuthology.orchestra.run.smithi186.stdout:Status: install ok installed 2024-04-15T01:32:30.370 INFO:teuthology.orchestra.run.smithi186.stdout:Priority: optional 2024-04-15T01:32:30.370 INFO:teuthology.orchestra.run.smithi186.stdout:Section: kernel 2024-04-15T01:32:30.370 INFO:teuthology.orchestra.run.smithi186.stdout:Installed-Size: 21 2024-04-15T01:32:30.370 INFO:teuthology.orchestra.run.smithi186.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T01:32:30.370 INFO:teuthology.orchestra.run.smithi186.stdout:Architecture: amd64 2024-04-15T01:32:30.371 INFO:teuthology.orchestra.run.smithi186.stdout:Source: linux-meta 2024-04-15T01:32:30.371 INFO:teuthology.orchestra.run.smithi186.stdout:Version: 5.15.0.102.99 2024-04-15T01:32:30.371 INFO:teuthology.orchestra.run.smithi186.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T01:32:30.371 INFO:teuthology.orchestra.run.smithi186.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T01:32:30.371 INFO:teuthology.orchestra.run.smithi186.stdout:Recommends: thermald 2024-04-15T01:32:30.371 INFO:teuthology.orchestra.run.smithi186.stdout:Description: Generic Linux kernel image 2024-04-15T01:32:30.371 INFO:teuthology.orchestra.run.smithi186.stdout: This package will always depend on the latest generic kernel image 2024-04-15T01:32:30.371 INFO:teuthology.orchestra.run.smithi186.stdout: available. 2024-04-15T01:32:30.372 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T01:32:30.372 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T01:32:30.372 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T01:32:30.372 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T01:32:30.372 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi186.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T01:32:30.373 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get clean 2024-04-15T01:32:30.398 INFO:teuthology.orchestra.run.smithi045.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T01:32:30.416 INFO:teuthology.orchestra.run.smithi045.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T01:32:30.561 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get update 2024-04-15T01:32:30.680 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T01:32:30.710 INFO:teuthology.orchestra.run.smithi045.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T01:32:30.716 INFO:teuthology.orchestra.run.smithi045.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T01:32:30.784 INFO:teuthology.orchestra.run.smithi045.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T01:32:30.790 INFO:teuthology.orchestra.run.smithi045.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T01:32:30.794 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T01:32:30.865 INFO:teuthology.orchestra.run.smithi190.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T01:32:30.865 INFO:teuthology.orchestra.run.smithi190.stdout:Sourcing file `/etc/default/grub' 2024-04-15T01:32:30.878 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T01:32:30.893 INFO:teuthology.orchestra.run.smithi190.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T01:32:30.909 INFO:teuthology.orchestra.run.smithi190.stdout:Generating grub configuration file ... 2024-04-15T01:32:30.942 INFO:teuthology.orchestra.run.smithi045.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T01:32:30.942 INFO:teuthology.orchestra.run.smithi045.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T01:32:30.942 INFO:teuthology.orchestra.run.smithi045.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T01:32:30.957 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T01:32:30.994 INFO:teuthology.orchestra.run.smithi045.stdout:done 2024-04-15T01:32:31.187 INFO:teuthology.orchestra.run.smithi190.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T01:32:31.206 INFO:teuthology.orchestra.run.smithi190.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T01:32:31.478 DEBUG:teuthology.orchestra.run.smithi045:> dpkg -s linux-image-generic 2024-04-15T01:32:31.485 INFO:teuthology.orchestra.run.smithi190.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T01:32:31.490 INFO:teuthology.orchestra.run.smithi190.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T01:32:31.503 INFO:teuthology.orchestra.run.smithi045.stdout:Package: linux-image-generic 2024-04-15T01:32:31.503 INFO:teuthology.orchestra.run.smithi045.stdout:Status: install ok installed 2024-04-15T01:32:31.503 INFO:teuthology.orchestra.run.smithi045.stdout:Priority: optional 2024-04-15T01:32:31.503 INFO:teuthology.orchestra.run.smithi045.stdout:Section: kernel 2024-04-15T01:32:31.503 INFO:teuthology.orchestra.run.smithi045.stdout:Installed-Size: 21 2024-04-15T01:32:31.503 INFO:teuthology.orchestra.run.smithi045.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T01:32:31.503 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: amd64 2024-04-15T01:32:31.503 INFO:teuthology.orchestra.run.smithi045.stdout:Source: linux-meta 2024-04-15T01:32:31.503 INFO:teuthology.orchestra.run.smithi045.stdout:Version: 5.15.0.102.99 2024-04-15T01:32:31.504 INFO:teuthology.orchestra.run.smithi045.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T01:32:31.504 INFO:teuthology.orchestra.run.smithi045.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T01:32:31.504 INFO:teuthology.orchestra.run.smithi045.stdout:Recommends: thermald 2024-04-15T01:32:31.504 INFO:teuthology.orchestra.run.smithi045.stdout:Description: Generic Linux kernel image 2024-04-15T01:32:31.504 INFO:teuthology.orchestra.run.smithi045.stdout: This package will always depend on the latest generic kernel image 2024-04-15T01:32:31.504 INFO:teuthology.orchestra.run.smithi045.stdout: available. 2024-04-15T01:32:31.504 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T01:32:31.504 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T01:32:31.504 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T01:32:31.505 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T01:32:31.505 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T01:32:31.505 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get clean 2024-04-15T01:32:31.559 INFO:teuthology.orchestra.run.smithi190.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T01:32:31.565 INFO:teuthology.orchestra.run.smithi190.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T01:32:31.668 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get update 2024-04-15T01:32:31.751 INFO:teuthology.orchestra.run.smithi190.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T01:32:31.751 INFO:teuthology.orchestra.run.smithi190.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T01:32:31.751 INFO:teuthology.orchestra.run.smithi190.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T01:32:31.799 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T01:32:31.799 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T01:32:31.809 INFO:teuthology.orchestra.run.smithi190.stdout:done 2024-04-15T01:32:31.816 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T01:32:31.836 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T01:32:32.077 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-04-15T01:32:32.094 DEBUG:teuthology.orchestra.run.smithi186:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T01:32:32.147 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-04-15T01:32:32.308 DEBUG:teuthology.orchestra.run.smithi190:> dpkg -s linux-image-generic 2024-04-15T01:32:32.323 INFO:teuthology.orchestra.run.smithi186.stdout:Building dependency tree... 2024-04-15T01:32:32.324 INFO:teuthology.orchestra.run.smithi186.stdout:Reading state information... 2024-04-15T01:32:32.332 INFO:teuthology.orchestra.run.smithi190.stdout:Package: linux-image-generic 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout:Status: install ok installed 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout:Priority: optional 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout:Section: kernel 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout:Installed-Size: 21 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: amd64 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout:Source: linux-meta 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout:Version: 5.15.0.102.99 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout:Recommends: thermald 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout:Description: Generic Linux kernel image 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout: This package will always depend on the latest generic kernel image 2024-04-15T01:32:32.333 INFO:teuthology.orchestra.run.smithi190.stdout: available. 2024-04-15T01:32:32.334 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T01:32:32.334 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T01:32:32.334 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T01:32:32.335 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-15T01:32:32.335 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi190.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T01:32:32.335 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get clean 2024-04-15T01:32:32.482 INFO:teuthology.orchestra.run.smithi186.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T01:32:32.482 INFO:teuthology.orchestra.run.smithi186.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T01:32:32.483 INFO:teuthology.orchestra.run.smithi186.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T01:32:32.483 INFO:teuthology.orchestra.run.smithi186.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T01:32:32.483 INFO:teuthology.orchestra.run.smithi186.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T01:32:32.483 INFO:teuthology.orchestra.run.smithi186.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T01:32:32.483 INFO:teuthology.orchestra.run.smithi186.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T01:32:32.483 INFO:teuthology.orchestra.run.smithi186.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T01:32:32.522 INFO:teuthology.orchestra.run.smithi186.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T01:32:32.524 DEBUG:teuthology.orchestra.run.smithi186:> dpkg -s linux-image-generic 2024-04-15T01:32:32.566 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get update 2024-04-15T01:32:32.578 INFO:teuthology.orchestra.run.smithi186.stdout:Package: linux-image-generic 2024-04-15T01:32:32.578 INFO:teuthology.orchestra.run.smithi186.stdout:Status: install ok installed 2024-04-15T01:32:32.578 INFO:teuthology.orchestra.run.smithi186.stdout:Priority: optional 2024-04-15T01:32:32.578 INFO:teuthology.orchestra.run.smithi186.stdout:Section: kernel 2024-04-15T01:32:32.578 INFO:teuthology.orchestra.run.smithi186.stdout:Installed-Size: 21 2024-04-15T01:32:32.578 INFO:teuthology.orchestra.run.smithi186.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T01:32:32.578 INFO:teuthology.orchestra.run.smithi186.stdout:Architecture: amd64 2024-04-15T01:32:32.579 INFO:teuthology.orchestra.run.smithi186.stdout:Source: linux-meta 2024-04-15T01:32:32.579 INFO:teuthology.orchestra.run.smithi186.stdout:Version: 5.15.0.102.99 2024-04-15T01:32:32.579 INFO:teuthology.orchestra.run.smithi186.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T01:32:32.579 INFO:teuthology.orchestra.run.smithi186.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T01:32:32.579 INFO:teuthology.orchestra.run.smithi186.stdout:Recommends: thermald 2024-04-15T01:32:32.579 INFO:teuthology.orchestra.run.smithi186.stdout:Description: Generic Linux kernel image 2024-04-15T01:32:32.579 INFO:teuthology.orchestra.run.smithi186.stdout: This package will always depend on the latest generic kernel image 2024-04-15T01:32:32.579 INFO:teuthology.orchestra.run.smithi186.stdout: available. 2024-04-15T01:32:32.579 DEBUG:teuthology.orchestra.run.smithi186:> mktemp 2024-04-15T01:32:32.623 INFO:teuthology.orchestra.run.smithi186.stdout:/tmp/tmp.jf3lGbjgnz 2024-04-15T01:32:32.623 DEBUG:teuthology.orchestra.run.smithi186:> sudo cp /boot/grub/grub.cfg /tmp/tmp.jf3lGbjgnz 2024-04-15T01:32:32.678 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 0666 /tmp/tmp.jf3lGbjgnz 2024-04-15T01:32:32.766 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T01:32:32.791 DEBUG:teuthology.orchestra.remote:smithi186:/tmp/tmp.jf3lGbjgnz is 10KB 2024-04-15T01:32:32.811 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T01:32:32.841 DEBUG:teuthology.orchestra.run.smithi186:> rm -fr /tmp/tmp.jf3lGbjgnz 2024-04-15T01:32:32.846 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T01:32:32.893 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T01:32:32.899 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-15T01:32:32.899 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T01:32:32.899 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T01:32:32.972 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T01:32:32.972 DEBUG:teuthology.orchestra.run.smithi186:> sudo update-grub 2024-04-15T01:32:32.974 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T01:32:33.113 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2024-04-15T01:32:33.132 DEBUG:teuthology.orchestra.run.smithi045:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T01:32:33.185 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2024-04-15T01:32:33.363 INFO:teuthology.orchestra.run.smithi045.stdout:Building dependency tree... 2024-04-15T01:32:33.364 INFO:teuthology.orchestra.run.smithi045.stdout:Reading state information... 2024-04-15T01:32:33.527 INFO:teuthology.orchestra.run.smithi045.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T01:32:33.527 INFO:teuthology.orchestra.run.smithi045.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T01:32:33.527 INFO:teuthology.orchestra.run.smithi045.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T01:32:33.527 INFO:teuthology.orchestra.run.smithi045.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T01:32:33.527 INFO:teuthology.orchestra.run.smithi045.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T01:32:33.527 INFO:teuthology.orchestra.run.smithi045.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T01:32:33.528 INFO:teuthology.orchestra.run.smithi045.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T01:32:33.528 INFO:teuthology.orchestra.run.smithi045.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T01:32:33.567 INFO:teuthology.orchestra.run.smithi045.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T01:32:33.569 DEBUG:teuthology.orchestra.run.smithi045:> dpkg -s linux-image-generic 2024-04-15T01:32:33.628 INFO:teuthology.orchestra.run.smithi045.stdout:Package: linux-image-generic 2024-04-15T01:32:33.628 INFO:teuthology.orchestra.run.smithi045.stdout:Status: install ok installed 2024-04-15T01:32:33.628 INFO:teuthology.orchestra.run.smithi045.stdout:Priority: optional 2024-04-15T01:32:33.628 INFO:teuthology.orchestra.run.smithi045.stdout:Section: kernel 2024-04-15T01:32:33.628 INFO:teuthology.orchestra.run.smithi045.stdout:Installed-Size: 21 2024-04-15T01:32:33.628 INFO:teuthology.orchestra.run.smithi045.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T01:32:33.628 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: amd64 2024-04-15T01:32:33.628 INFO:teuthology.orchestra.run.smithi045.stdout:Source: linux-meta 2024-04-15T01:32:33.628 INFO:teuthology.orchestra.run.smithi045.stdout:Version: 5.15.0.102.99 2024-04-15T01:32:33.629 INFO:teuthology.orchestra.run.smithi045.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T01:32:33.629 INFO:teuthology.orchestra.run.smithi045.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T01:32:33.629 INFO:teuthology.orchestra.run.smithi045.stdout:Recommends: thermald 2024-04-15T01:32:33.629 INFO:teuthology.orchestra.run.smithi045.stdout:Description: Generic Linux kernel image 2024-04-15T01:32:33.629 INFO:teuthology.orchestra.run.smithi045.stdout: This package will always depend on the latest generic kernel image 2024-04-15T01:32:33.629 INFO:teuthology.orchestra.run.smithi045.stdout: available. 2024-04-15T01:32:33.629 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2024-04-15T01:32:33.673 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.r1VSKAaRVt 2024-04-15T01:32:33.673 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub/grub.cfg /tmp/tmp.r1VSKAaRVt 2024-04-15T01:32:33.730 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.r1VSKAaRVt 2024-04-15T01:32:33.843 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.r1VSKAaRVt is 10KB 2024-04-15T01:32:33.856 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.r1VSKAaRVt 2024-04-15T01:32:33.861 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T01:32:33.917 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-15T01:32:33.918 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T01:32:33.918 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T01:32:33.984 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T01:32:33.984 DEBUG:teuthology.orchestra.run.smithi045:> sudo update-grub 2024-04-15T01:32:34.126 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-04-15T01:32:34.145 DEBUG:teuthology.orchestra.run.smithi190:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T01:32:34.156 INFO:teuthology.orchestra.run.smithi186.stderr:Sourcing file `/etc/default/grub' 2024-04-15T01:32:34.157 INFO:teuthology.orchestra.run.smithi186.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T01:32:34.159 INFO:teuthology.orchestra.run.smithi186.stderr:Generating grub configuration file ... 2024-04-15T01:32:34.205 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-04-15T01:32:34.353 INFO:teuthology.orchestra.run.smithi186.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T01:32:34.359 INFO:teuthology.orchestra.run.smithi186.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T01:32:34.408 INFO:teuthology.orchestra.run.smithi190.stdout:Building dependency tree... 2024-04-15T01:32:34.409 INFO:teuthology.orchestra.run.smithi190.stdout:Reading state information... 2024-04-15T01:32:34.575 INFO:teuthology.orchestra.run.smithi190.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T01:32:34.575 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T01:32:34.575 INFO:teuthology.orchestra.run.smithi190.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T01:32:34.575 INFO:teuthology.orchestra.run.smithi190.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T01:32:34.575 INFO:teuthology.orchestra.run.smithi190.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T01:32:34.575 INFO:teuthology.orchestra.run.smithi190.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T01:32:34.576 INFO:teuthology.orchestra.run.smithi190.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T01:32:34.576 INFO:teuthology.orchestra.run.smithi190.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T01:32:34.593 INFO:teuthology.orchestra.run.smithi186.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T01:32:34.599 INFO:teuthology.orchestra.run.smithi186.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T01:32:34.613 INFO:teuthology.orchestra.run.smithi190.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T01:32:34.615 DEBUG:teuthology.orchestra.run.smithi190:> dpkg -s linux-image-generic 2024-04-15T01:32:34.630 INFO:teuthology.orchestra.run.smithi190.stdout:Package: linux-image-generic 2024-04-15T01:32:34.631 INFO:teuthology.orchestra.run.smithi190.stdout:Status: install ok installed 2024-04-15T01:32:34.631 INFO:teuthology.orchestra.run.smithi190.stdout:Priority: optional 2024-04-15T01:32:34.631 INFO:teuthology.orchestra.run.smithi190.stdout:Section: kernel 2024-04-15T01:32:34.631 INFO:teuthology.orchestra.run.smithi190.stdout:Installed-Size: 21 2024-04-15T01:32:34.631 INFO:teuthology.orchestra.run.smithi190.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T01:32:34.631 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: amd64 2024-04-15T01:32:34.631 INFO:teuthology.orchestra.run.smithi190.stdout:Source: linux-meta 2024-04-15T01:32:34.631 INFO:teuthology.orchestra.run.smithi190.stdout:Version: 5.15.0.102.99 2024-04-15T01:32:34.631 INFO:teuthology.orchestra.run.smithi190.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T01:32:34.631 INFO:teuthology.orchestra.run.smithi190.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T01:32:34.631 INFO:teuthology.orchestra.run.smithi190.stdout:Recommends: thermald 2024-04-15T01:32:34.631 INFO:teuthology.orchestra.run.smithi190.stdout:Description: Generic Linux kernel image 2024-04-15T01:32:34.632 INFO:teuthology.orchestra.run.smithi190.stdout: This package will always depend on the latest generic kernel image 2024-04-15T01:32:34.632 INFO:teuthology.orchestra.run.smithi190.stdout: available. 2024-04-15T01:32:34.632 DEBUG:teuthology.orchestra.run.smithi190:> mktemp 2024-04-15T01:32:34.637 INFO:teuthology.orchestra.run.smithi186.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T01:32:34.642 INFO:teuthology.orchestra.run.smithi186.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T01:32:34.679 INFO:teuthology.orchestra.run.smithi190.stdout:/tmp/tmp.fCTGkpouNA 2024-04-15T01:32:34.679 DEBUG:teuthology.orchestra.run.smithi190:> sudo cp /boot/grub/grub.cfg /tmp/tmp.fCTGkpouNA 2024-04-15T01:32:34.739 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0666 /tmp/tmp.fCTGkpouNA 2024-04-15T01:32:34.750 INFO:teuthology.orchestra.run.smithi186.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T01:32:34.750 INFO:teuthology.orchestra.run.smithi186.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T01:32:34.750 INFO:teuthology.orchestra.run.smithi186.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T01:32:34.757 INFO:teuthology.orchestra.run.smithi186.stderr:done 2024-04-15T01:32:34.771 DEBUG:teuthology.orchestra.run.smithi186:> sudo shutdown -r now 2024-04-15T01:32:34.888 DEBUG:teuthology.orchestra.remote:smithi190:/tmp/tmp.fCTGkpouNA is 10KB 2024-04-15T01:32:34.900 DEBUG:teuthology.orchestra.run.smithi190:> rm -fr /tmp/tmp.fCTGkpouNA 2024-04-15T01:32:34.905 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T01:32:34.962 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T01:32:34.962 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T01:32:34.962 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T01:32:35.026 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T01:32:35.026 DEBUG:teuthology.orchestra.run.smithi190:> sudo update-grub 2024-04-15T01:32:35.137 INFO:teuthology.orchestra.run.smithi045.stderr:Sourcing file `/etc/default/grub' 2024-04-15T01:32:35.138 INFO:teuthology.orchestra.run.smithi045.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T01:32:35.140 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2024-04-15T01:32:35.318 INFO:teuthology.orchestra.run.smithi045.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T01:32:35.324 INFO:teuthology.orchestra.run.smithi045.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T01:32:35.540 INFO:teuthology.orchestra.run.smithi045.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T01:32:35.546 INFO:teuthology.orchestra.run.smithi045.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T01:32:35.590 INFO:teuthology.orchestra.run.smithi045.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T01:32:35.596 INFO:teuthology.orchestra.run.smithi045.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T01:32:35.708 INFO:teuthology.orchestra.run.smithi045.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T01:32:35.708 INFO:teuthology.orchestra.run.smithi045.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T01:32:35.708 INFO:teuthology.orchestra.run.smithi045.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T01:32:35.727 INFO:teuthology.orchestra.run.smithi045.stderr:done 2024-04-15T01:32:35.746 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2024-04-15T01:32:36.302 INFO:teuthology.orchestra.run.smithi190.stderr:Sourcing file `/etc/default/grub' 2024-04-15T01:32:36.303 INFO:teuthology.orchestra.run.smithi190.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T01:32:36.306 INFO:teuthology.orchestra.run.smithi190.stderr:Generating grub configuration file ... 2024-04-15T01:32:36.488 INFO:teuthology.orchestra.run.smithi190.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T01:32:36.493 INFO:teuthology.orchestra.run.smithi190.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T01:32:36.721 INFO:teuthology.orchestra.run.smithi190.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T01:32:36.726 INFO:teuthology.orchestra.run.smithi190.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T01:32:36.769 INFO:teuthology.orchestra.run.smithi190.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T01:32:36.775 INFO:teuthology.orchestra.run.smithi190.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T01:32:36.920 INFO:teuthology.orchestra.run.smithi190.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T01:32:36.920 INFO:teuthology.orchestra.run.smithi190.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T01:32:36.920 INFO:teuthology.orchestra.run.smithi190.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T01:32:36.939 INFO:teuthology.orchestra.run.smithi190.stderr:done 2024-04-15T01:32:36.948 DEBUG:teuthology.orchestra.run.smithi190:> sudo shutdown -r now 2024-04-15T01:33:04.802 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T01:33:04.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-15T01:33:04.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:33:05.750 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T01:33:05.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-04-15T01:33:05.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:33:06.952 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-15T01:33:06.952 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T01:33:06.952 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:33:23.359 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-04-15T01:33:24.126 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-04-15T01:33:25.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-04-15T01:33:32.366 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-15T01:33:32.367 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:33:33.128 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-04-15T01:33:33.128 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:33:34.408 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T01:33:34.409 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:33:35.422 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-04-15T01:33:37.470 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-04-15T01:33:47.433 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-15T01:33:47.434 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:33:49.473 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T01:33:49.474 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:34:07.903 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-04-15T01:34:22.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T01:34:22.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:34:23.297 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-04-15T01:34:23.878 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T01:34:23.878 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-102-generic"... 2024-04-15T01:34:23.878 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-04-15T01:34:23.927 INFO:teuthology.orchestra.run.smithi190.stdout:5.15.0-102-generic 2024-04-15T01:34:23.927 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T01:34:23.927 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T01:34:23.927 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T01:34:24.928 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-15T01:34:24.928 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T01:34:25.295 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2024-04-15T01:34:25.324 DEBUG:teuthology.parallel:result is None 2024-04-15T01:34:33.131 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T01:34:45.131 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-04-15T01:34:45.132 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:34:45.352 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-04-15T01:34:45.996 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-04-15T01:34:45.996 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-102-generic"... 2024-04-15T01:34:45.996 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-04-15T01:34:46.042 INFO:teuthology.orchestra.run.smithi045.stdout:5.15.0-102-generic 2024-04-15T01:34:46.042 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T01:34:46.042 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T01:34:46.042 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T01:34:47.044 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T01:34:47.044 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T01:34:47.119 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2024-04-15T01:34:47.143 DEBUG:teuthology.parallel:result is None 2024-04-15T01:34:47.436 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T01:35:02.437 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-15T01:35:02.438 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:35:02.547 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-04-15T01:35:03.111 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-15T01:35:03.111 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-102-generic"... 2024-04-15T01:35:03.111 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-04-15T01:35:03.158 INFO:teuthology.orchestra.run.smithi186.stdout:5.15.0-102-generic 2024-04-15T01:35:03.158 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T01:35:03.158 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T01:35:03.158 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T01:35:04.159 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T01:35:04.159 DEBUG:teuthology.orchestra.run.smithi186:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T01:35:04.508 INFO:teuthology.orchestra.run.smithi186.stdout:ttyS1 2024-04-15T01:35:04.540 DEBUG:teuthology.parallel:result is None 2024-04-15T01:35:04.540 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T01:35:04.548 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T01:35:04.548 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T01:35:04.551 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T01:35:04.553 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T01:35:04.560 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T01:35:04.567 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T01:35:04.577 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T01:35:04.577 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T01:35:04.599 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T01:35:04.601 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T01:35:04.628 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T01:35:04.636 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T01:35:04.637 DEBUG:teuthology.orchestra.run.smithi045:> 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-15T01:35:04.654 DEBUG:teuthology.orchestra.run.smithi186:> 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-15T01:35:04.659 DEBUG:teuthology.orchestra.run.smithi190:> 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-15T01:35:04.673 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:35:04.681 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:35:04.683 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:35:04.689 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:35:04.692 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:35:04.699 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T01:35:04.701 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T01:35:04.708 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T01:35:04.708 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T01:35:04.727 DEBUG:teuthology.orchestra.run.smithi186:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T01:35:04.739 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T01:35:04.753 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T01:35:04.762 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T01:35:04.763 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T01:35:04.783 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T01:35:04.799 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T01:35:04.804 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:35:04.834 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:35:04.882 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-15T01:35:04.882 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T01:35:04.953 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:35:04.958 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:35:05.006 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-15T01:35:05.006 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T01:35:05.076 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T01:35:05.082 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T01:35:05.131 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T01:35:05.131 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T01:35:05.198 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2024-04-15T01:35:05.201 DEBUG:teuthology.orchestra.run.smithi186:> sudo service rsyslog restart 2024-04-15T01:35:05.203 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2024-04-15T01:35:05.277 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T01:35:05.285 INFO:teuthology.task.internal:Starting timer... 2024-04-15T01:35:05.285 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T01:35:05.299 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T01:35:05.310 DEBUG:teuthology.task.selinux:Excluding smithi045: OS 'ubuntu' does not support SELinux 2024-04-15T01:35:05.310 DEBUG:teuthology.task.selinux:Excluding smithi186: OS 'ubuntu' does not support SELinux 2024-04-15T01:35:05.311 DEBUG:teuthology.task.selinux:Excluding smithi190: OS 'ubuntu' does not support SELinux 2024-04-15T01:35:05.311 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T01:35:05.311 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-15T01:35:05.311 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T01:35:05.311 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T01:35:05.321 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T01:35:05.338 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-15T01:35:05.339 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi186.front.sepia.ceph.com,smithi190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T01:42:13.315 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi186.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com')] 2024-04-15T01:42:13.317 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-04-15T01:42:13.318 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:42:13.402 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-04-15T01:42:13.486 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-04-15T01:42:13.486 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-15T01:42:13.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:42:13.567 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-04-15T01:42:13.646 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-15T01:42:13.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T01:42:13.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:42:13.727 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-04-15T01:42:13.802 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T01:42:13.802 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T01:42:13.813 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T01:42:13.813 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T01:42:13.814 DEBUG:teuthology.orchestra.run.smithi045:> 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-15T01:42:13.816 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T01:42:13.816 DEBUG:teuthology.orchestra.run.smithi186:> 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-15T01:42:13.819 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T01:42:13.819 DEBUG:teuthology.orchestra.run.smithi190:> 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-15T01:42:13.844 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T01:42:13.844 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: Command line: ntpd -gq 2024-04-15T01:42:13.844 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: ---------------------------------------------------- 2024-04-15T01:42:13.844 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T01:42:13.844 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T01:42:13.844 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: corporation. Support and training for ntp-4 are 2024-04-15T01:42:13.845 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: available at https://www.nwtime.org/support 2024-04-15T01:42:13.845 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: ---------------------------------------------------- 2024-04-15T01:42:13.845 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: proto: precision = 0.046 usec (-24) 2024-04-15T01:42:13.845 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: basedate set to 2022-02-04 2024-04-15T01:42:13.845 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: gps base set to 2022-02-06 (week 2196) 2024-04-15T01:42:13.845 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T01:42:13.846 INFO:teuthology.orchestra.run.smithi045.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T01:42:13.846 INFO:teuthology.orchestra.run.smithi045.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T01:42:13.847 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T01:42:13.847 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T01:42:13.847 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T01:42:13.847 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T01:42:13.847 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: Listen normally on 3 ens1f0 172.21.15.45:123 2024-04-15T01:42:13.847 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: Listen normally on 4 lo [::1]:123 2024-04-15T01:42:13.847 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:12be%4]:123 2024-04-15T01:42:13.847 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:13 ntpd[17067]: Listening on routing socket on fd #22 for interface updates 2024-04-15T01:42:13.848 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T01:42:13.848 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: Command line: ntpd -gq 2024-04-15T01:42:13.848 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: ---------------------------------------------------- 2024-04-15T01:42:13.848 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T01:42:13.849 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T01:42:13.849 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: corporation. Support and training for ntp-4 are 2024-04-15T01:42:13.849 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: available at https://www.nwtime.org/support 2024-04-15T01:42:13.849 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: ---------------------------------------------------- 2024-04-15T01:42:13.849 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: proto: precision = 0.043 usec (-24) 2024-04-15T01:42:13.849 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: basedate set to 2022-02-04 2024-04-15T01:42:13.849 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: gps base set to 2022-02-06 (week 2196) 2024-04-15T01:42:13.849 INFO:teuthology.orchestra.run.smithi186.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T01:42:13.850 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T01:42:13.850 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T01:42:13.850 INFO:teuthology.orchestra.run.smithi186.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T01:42:13.851 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T01:42:13.851 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T01:42:13.851 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T01:42:13.851 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: Listen normally on 3 enp3s0f1 172.21.15.186:123 2024-04-15T01:42:13.851 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: Listen normally on 4 lo [::1]:123 2024-04-15T01:42:13.851 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6df5%5]:123 2024-04-15T01:42:13.851 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:13 ntpd[17176]: Listening on routing socket on fd #22 for interface updates 2024-04-15T01:42:13.875 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T01:42:13.875 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: Command line: ntpd -gq 2024-04-15T01:42:13.875 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: ---------------------------------------------------- 2024-04-15T01:42:13.875 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T01:42:13.875 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T01:42:13.875 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: corporation. Support and training for ntp-4 are 2024-04-15T01:42:13.875 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: available at https://www.nwtime.org/support 2024-04-15T01:42:13.875 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: ---------------------------------------------------- 2024-04-15T01:42:13.876 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: proto: precision = 0.060 usec (-24) 2024-04-15T01:42:13.876 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: basedate set to 2022-02-04 2024-04-15T01:42:13.876 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: gps base set to 2022-02-06 (week 2196) 2024-04-15T01:42:13.876 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T01:42:13.877 INFO:teuthology.orchestra.run.smithi190.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T01:42:13.877 INFO:teuthology.orchestra.run.smithi190.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T01:42:13.878 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T01:42:13.878 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T01:42:13.878 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T01:42:13.878 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T01:42:13.878 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: Listen normally on 3 enp3s0f1 172.21.15.190:123 2024-04-15T01:42:13.878 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: Listen normally on 4 lo [::1]:123 2024-04-15T01:42:13.878 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7763%5]:123 2024-04-15T01:42:13.878 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:13 ntpd[17229]: Listening on routing socket on fd #22 for interface updates 2024-04-15T01:42:14.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:14 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:14.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:14 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:14.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:14 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:14.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:14 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:14.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:14 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:14.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:14 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:14.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:14 ntpd[17067]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:14.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:14 ntpd[17067]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:14.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:14 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:14.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:14 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:14.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:14 ntpd[17067]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:14.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:14 ntpd[17067]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:14.846 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:14 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:14.847 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:14 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:14.847 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:14 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:14.847 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:14 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:14.847 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:14 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:14.847 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:14 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:14.847 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:14 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:14.847 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:14 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:14.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:14 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:14.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:14 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:14.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:14 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:14.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:14 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:14.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:14 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:14.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:14 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:15.844 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:15 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:15.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:15 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:15.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:15 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:15.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:15 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:15.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:15 ntpd[17067]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:15.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:15 ntpd[17067]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:16.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:16 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:16 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:16 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:16 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:16 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:16 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:16 ntpd[17067]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:16.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:16 ntpd[17067]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:16.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:16 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:16 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:16 ntpd[17067]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:16.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:16 ntpd[17067]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:16.847 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:16 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.847 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:16 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.847 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:16 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.847 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:16 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.847 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:16 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:16 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:16 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:16.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:16 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:16.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:16 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:16 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:16 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:16.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:16 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:16.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:16.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:16.877 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:16.877 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:16.877 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:16.877 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:16 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:17.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:17 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:17.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:17 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:17.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:17 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:17.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:17 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:17.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:17 ntpd[17067]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:17.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:17 ntpd[17067]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:17.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:17 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:17.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:17 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:17.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:17 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:17.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:17 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:17.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:17 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:17.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:17 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:18.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:18.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:18.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:18.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:18 ntpd[17067]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:18.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:18.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:18 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:18.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:18 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:18 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:18 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:18 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:18 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:18 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:18 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:18.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:18 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:18.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:18 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:18.877 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:18 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:18.877 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:18 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:18.877 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:18 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:19.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:19 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:19.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:19 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:19.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:19 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:19.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:19 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:19.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:19 ntpd[17067]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:19.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:19 ntpd[17067]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:19.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:19 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:19.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:19 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:19.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:19 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:19.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:19 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:19.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:19 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:19.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:19 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:20.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:20 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:20.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:20 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:20.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:20 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:20.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:20 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:20.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:20 ntpd[17067]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:20.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:20 ntpd[17067]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:20.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:20 ntpd[17067]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:20.845 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:20 ntpd[17067]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:20.846 INFO:teuthology.orchestra.run.smithi045.stdout:15 Apr 01:42:20 ntpd[17067]: ntpd: time slew -0.000274 s 2024-04-15T01:42:20.846 INFO:teuthology.orchestra.run.smithi045.stdout:ntpd: time slew -0.000274s 2024-04-15T01:42:20.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:20 ntpd[17067]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T01:42:20.846 INFO:teuthology.orchestra.run.smithi045.stderr:15 Apr 01:42:20 ntpd[17067]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T01:42:20.848 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:20.849 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:20.850 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:20.850 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:20.850 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:20.850 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:20.850 INFO:teuthology.orchestra.run.smithi186.stdout:15 Apr 01:42:20 ntpd[17176]: ntpd: time slew -0.001348 s 2024-04-15T01:42:20.850 INFO:teuthology.orchestra.run.smithi186.stdout:ntpd: time slew -0.001348s 2024-04-15T01:42:20.851 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T01:42:20.851 INFO:teuthology.orchestra.run.smithi186.stderr:15 Apr 01:42:20 ntpd[17176]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T01:42:20.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:20 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:20.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:20 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:20.875 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:20 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:20.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:20 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:20.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:20 ntpd[17229]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:42:20.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:20 ntpd[17229]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:42:20.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:20 ntpd[17229]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:42:20.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:20 ntpd[17229]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:42:20.876 INFO:teuthology.orchestra.run.smithi190.stdout:15 Apr 01:42:20 ntpd[17229]: ntpd: time slew -0.000729 s 2024-04-15T01:42:20.876 INFO:teuthology.orchestra.run.smithi190.stdout:ntpd: time slew -0.000729s 2024-04-15T01:42:20.876 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:20 ntpd[17229]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T01:42:20.877 INFO:teuthology.orchestra.run.smithi190.stderr:15 Apr 01:42:20 ntpd[17229]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T01:42:20.894 INFO:teuthology.orchestra.run.smithi186.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T01:42:20.894 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================== 2024-04-15T01:42:20.894 INFO:teuthology.orchestra.run.smithi186.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:42:20.894 INFO:teuthology.orchestra.run.smithi186.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:42:20.894 INFO:teuthology.orchestra.run.smithi186.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:42:20.894 INFO:teuthology.orchestra.run.smithi186.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:42:20.895 INFO:teuthology.orchestra.run.smithi045.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T01:42:20.895 INFO:teuthology.orchestra.run.smithi045.stdout:============================================================================== 2024-04-15T01:42:20.895 INFO:teuthology.orchestra.run.smithi045.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:42:20.895 INFO:teuthology.orchestra.run.smithi045.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:42:20.895 INFO:teuthology.orchestra.run.smithi045.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:42:20.895 INFO:teuthology.orchestra.run.smithi045.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:42:20.934 INFO:teuthology.orchestra.run.smithi190.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T01:42:20.935 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================== 2024-04-15T01:42:20.935 INFO:teuthology.orchestra.run.smithi190.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:42:20.935 INFO:teuthology.orchestra.run.smithi190.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:42:20.935 INFO:teuthology.orchestra.run.smithi190.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:42:20.935 INFO:teuthology.orchestra.run.smithi190.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:42:20.936 INFO:teuthology.run_tasks:Running task install... 2024-04-15T01:42:20.945 DEBUG:teuthology.task.install:project ceph 2024-04-15T01:42:20.945 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'}} 2024-04-15T01:42:20.945 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T01:42:20.945 INFO:teuthology.task.install:Using flavor: default 2024-04-15T01:42:20.951 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-15T01:42:20.951 INFO:teuthology.task.install:extra packages: [] 2024-04-15T01:42:20.952 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-key list | grep Ceph 2024-04-15T01:42:20.952 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-key list | grep Ceph 2024-04-15T01:42:20.952 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-key list | grep Ceph 2024-04-15T01:42:21.010 INFO:teuthology.orchestra.run.smithi186.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-15T01:42:21.013 INFO:teuthology.orchestra.run.smithi045.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-15T01:42:21.031 INFO:teuthology.orchestra.run.smithi190.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-15T01:42:21.036 INFO:teuthology.orchestra.run.smithi186.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-15T01:42:21.036 INFO:teuthology.orchestra.run.smithi186.stdout:uid [ unknown] Ceph.com (release key) 2024-04-15T01:42:21.037 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-15T01:42:21.037 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:42:21.043 INFO:teuthology.orchestra.run.smithi045.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-15T01:42:21.043 INFO:teuthology.orchestra.run.smithi045.stdout:uid [ unknown] Ceph.com (release key) 2024-04-15T01:42:21.043 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-15T01:42:21.043 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:42:21.058 INFO:teuthology.orchestra.run.smithi190.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-15T01:42:21.058 INFO:teuthology.orchestra.run.smithi190.stdout:uid [ unknown] Ceph.com (release key) 2024-04-15T01:42:21.059 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-15T01:42:21.059 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:42:21.189 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/ 2024-04-15T01:42:21.190 INFO:teuthology.task.install.deb:Package version is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:42:21.251 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/ 2024-04-15T01:42:21.251 INFO:teuthology.task.install.deb:Package version is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:42:21.274 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/ 2024-04-15T01:42:21.274 INFO:teuthology.task.install.deb:Package version is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:42:21.297 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-15T01:42:21.297 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-15T01:42:21.352 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get update 2024-04-15T01:42:21.361 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-15T01:42:21.361 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-15T01:42:21.374 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get update 2024-04-15T01:42:21.380 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T01:42:21.380 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-15T01:42:21.394 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get update 2024-04-15T01:42:21.526 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T01:42:21.526 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T01:42:21.537 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T01:42:21.557 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T01:42:21.567 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T01:42:21.595 INFO:teuthology.orchestra.run.smithi186.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy InRelease 2024-04-15T01:42:21.614 INFO:teuthology.orchestra.run.smithi190.stdout:Ign:2 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy InRelease 2024-04-15T01:42:21.617 INFO:teuthology.orchestra.run.smithi186.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-15T01:42:21.636 INFO:teuthology.orchestra.run.smithi190.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-15T01:42:21.638 INFO:teuthology.orchestra.run.smithi045.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy InRelease 2024-04-15T01:42:21.640 INFO:teuthology.orchestra.run.smithi186.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-15T01:42:21.657 INFO:teuthology.orchestra.run.smithi190.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-15T01:42:21.671 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T01:42:21.671 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T01:42:21.671 INFO:teuthology.orchestra.run.smithi186.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-04-15T01:42:21.674 INFO:teuthology.orchestra.run.smithi045.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-15T01:42:21.678 INFO:teuthology.orchestra.run.smithi190.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-04-15T01:42:21.684 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T01:42:21.700 INFO:teuthology.orchestra.run.smithi186.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-04-15T01:42:21.705 INFO:teuthology.orchestra.run.smithi190.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-04-15T01:42:21.711 INFO:teuthology.orchestra.run.smithi045.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-15T01:42:21.742 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T01:42:21.748 INFO:teuthology.orchestra.run.smithi045.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-04-15T01:42:21.762 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T01:42:21.792 INFO:teuthology.orchestra.run.smithi045.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-04-15T01:42:21.823 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T01:42:21.844 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T01:42:21.891 INFO:teuthology.orchestra.run.smithi045.stdout:Fetched 28.9 kB in 0s (80.4 kB/s) 2024-04-15T01:42:21.977 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 28.9 kB in 0s (71.1 kB/s) 2024-04-15T01:42:22.038 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 28.9 kB in 0s (59.8 kB/s) 2024-04-15T01:42:22.880 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-04-15T01:42:22.889 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2024-04-15T01:42:22.895 DEBUG:teuthology.orchestra.run.smithi190:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2114-ga9a752df-1jammy cephadm=19.0.0-2114-ga9a752df-1jammy ceph-mds=19.0.0-2114-ga9a752df-1jammy ceph-mgr=19.0.0-2114-ga9a752df-1jammy ceph-common=19.0.0-2114-ga9a752df-1jammy ceph-fuse=19.0.0-2114-ga9a752df-1jammy ceph-test=19.0.0-2114-ga9a752df-1jammy ceph-volume=19.0.0-2114-ga9a752df-1jammy radosgw=19.0.0-2114-ga9a752df-1jammy python3-rados=19.0.0-2114-ga9a752df-1jammy python3-rgw=19.0.0-2114-ga9a752df-1jammy python3-cephfs=19.0.0-2114-ga9a752df-1jammy python3-rbd=19.0.0-2114-ga9a752df-1jammy libcephfs2=19.0.0-2114-ga9a752df-1jammy libcephfs-dev=19.0.0-2114-ga9a752df-1jammy librados2=19.0.0-2114-ga9a752df-1jammy librbd1=19.0.0-2114-ga9a752df-1jammy rbd-fuse=19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:42:22.906 DEBUG:teuthology.orchestra.run.smithi045:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2114-ga9a752df-1jammy cephadm=19.0.0-2114-ga9a752df-1jammy ceph-mds=19.0.0-2114-ga9a752df-1jammy ceph-mgr=19.0.0-2114-ga9a752df-1jammy ceph-common=19.0.0-2114-ga9a752df-1jammy ceph-fuse=19.0.0-2114-ga9a752df-1jammy ceph-test=19.0.0-2114-ga9a752df-1jammy ceph-volume=19.0.0-2114-ga9a752df-1jammy radosgw=19.0.0-2114-ga9a752df-1jammy python3-rados=19.0.0-2114-ga9a752df-1jammy python3-rgw=19.0.0-2114-ga9a752df-1jammy python3-cephfs=19.0.0-2114-ga9a752df-1jammy python3-rbd=19.0.0-2114-ga9a752df-1jammy libcephfs2=19.0.0-2114-ga9a752df-1jammy libcephfs-dev=19.0.0-2114-ga9a752df-1jammy librados2=19.0.0-2114-ga9a752df-1jammy librbd1=19.0.0-2114-ga9a752df-1jammy rbd-fuse=19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:42:22.957 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-04-15T01:42:22.969 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2024-04-15T01:42:23.017 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-04-15T01:42:23.033 DEBUG:teuthology.orchestra.run.smithi186:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2114-ga9a752df-1jammy cephadm=19.0.0-2114-ga9a752df-1jammy ceph-mds=19.0.0-2114-ga9a752df-1jammy ceph-mgr=19.0.0-2114-ga9a752df-1jammy ceph-common=19.0.0-2114-ga9a752df-1jammy ceph-fuse=19.0.0-2114-ga9a752df-1jammy ceph-test=19.0.0-2114-ga9a752df-1jammy ceph-volume=19.0.0-2114-ga9a752df-1jammy radosgw=19.0.0-2114-ga9a752df-1jammy python3-rados=19.0.0-2114-ga9a752df-1jammy python3-rgw=19.0.0-2114-ga9a752df-1jammy python3-cephfs=19.0.0-2114-ga9a752df-1jammy python3-rbd=19.0.0-2114-ga9a752df-1jammy libcephfs2=19.0.0-2114-ga9a752df-1jammy libcephfs-dev=19.0.0-2114-ga9a752df-1jammy librados2=19.0.0-2114-ga9a752df-1jammy librbd1=19.0.0-2114-ga9a752df-1jammy rbd-fuse=19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:42:23.096 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-04-15T01:42:23.158 INFO:teuthology.orchestra.run.smithi190.stdout:Building dependency tree... 2024-04-15T01:42:23.158 INFO:teuthology.orchestra.run.smithi190.stdout:Reading state information... 2024-04-15T01:42:23.176 INFO:teuthology.orchestra.run.smithi045.stdout:Building dependency tree... 2024-04-15T01:42:23.177 INFO:teuthology.orchestra.run.smithi045.stdout:Reading state information... 2024-04-15T01:42:23.294 INFO:teuthology.orchestra.run.smithi186.stdout:Building dependency tree... 2024-04-15T01:42:23.295 INFO:teuthology.orchestra.run.smithi186.stdout:Reading state information... 2024-04-15T01:42:23.352 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T01:42:23.352 INFO:teuthology.orchestra.run.smithi190.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T01:42:23.352 INFO:teuthology.orchestra.run.smithi190.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T01:42:23.352 INFO:teuthology.orchestra.run.smithi190.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T01:42:23.353 INFO:teuthology.orchestra.run.smithi190.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T01:42:23.353 INFO:teuthology.orchestra.run.smithi190.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T01:42:23.353 INFO:teuthology.orchestra.run.smithi190.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T01:42:23.353 INFO:teuthology.orchestra.run.smithi190.stdout:The following additional packages will be installed: 2024-04-15T01:42:23.353 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-15T01:42:23.354 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-15T01:42:23.354 INFO:teuthology.orchestra.run.smithi190.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-15T01:42:23.354 INFO:teuthology.orchestra.run.smithi190.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-15T01:42:23.358 INFO:teuthology.orchestra.run.smithi190.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-15T01:42:23.358 INFO:teuthology.orchestra.run.smithi190.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-15T01:42:23.358 INFO:teuthology.orchestra.run.smithi190.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-15T01:42:23.358 INFO:teuthology.orchestra.run.smithi190.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-15T01:42:23.358 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-15T01:42:23.358 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T01:42:23.358 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T01:42:23.358 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T01:42:23.358 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T01:42:23.358 INFO:teuthology.orchestra.run.smithi190.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T01:42:23.358 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T01:42:23.358 INFO:teuthology.orchestra.run.smithi190.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: xmlstarlet zip 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout:Suggested packages: 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-15T01:42:23.359 INFO:teuthology.orchestra.run.smithi190.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-15T01:42:23.360 INFO:teuthology.orchestra.run.smithi190.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-15T01:42:23.360 INFO:teuthology.orchestra.run.smithi190.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-15T01:42:23.360 INFO:teuthology.orchestra.run.smithi190.stdout:Recommended packages: 2024-04-15T01:42:23.360 INFO:teuthology.orchestra.run.smithi190.stdout: btrfs-tools 2024-04-15T01:42:23.383 INFO:teuthology.orchestra.run.smithi045.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T01:42:23.383 INFO:teuthology.orchestra.run.smithi045.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T01:42:23.383 INFO:teuthology.orchestra.run.smithi045.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T01:42:23.383 INFO:teuthology.orchestra.run.smithi045.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T01:42:23.384 INFO:teuthology.orchestra.run.smithi045.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T01:42:23.384 INFO:teuthology.orchestra.run.smithi045.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T01:42:23.384 INFO:teuthology.orchestra.run.smithi045.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T01:42:23.385 INFO:teuthology.orchestra.run.smithi045.stdout:The following additional packages will be installed: 2024-04-15T01:42:23.385 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-15T01:42:23.385 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-15T01:42:23.386 INFO:teuthology.orchestra.run.smithi045.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-15T01:42:23.386 INFO:teuthology.orchestra.run.smithi045.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T01:42:23.387 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-15T01:42:23.388 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-15T01:42:23.388 INFO:teuthology.orchestra.run.smithi045.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-15T01:42:23.388 INFO:teuthology.orchestra.run.smithi045.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-15T01:42:23.388 INFO:teuthology.orchestra.run.smithi045.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-15T01:42:23.388 INFO:teuthology.orchestra.run.smithi045.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-15T01:42:23.388 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-15T01:42:23.388 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet zip 2024-04-15T01:42:23.388 INFO:teuthology.orchestra.run.smithi045.stdout:Suggested packages: 2024-04-15T01:42:23.388 INFO:teuthology.orchestra.run.smithi045.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-15T01:42:23.388 INFO:teuthology.orchestra.run.smithi045.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-15T01:42:23.389 INFO:teuthology.orchestra.run.smithi045.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-15T01:42:23.389 INFO:teuthology.orchestra.run.smithi045.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-15T01:42:23.389 INFO:teuthology.orchestra.run.smithi045.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-15T01:42:23.389 INFO:teuthology.orchestra.run.smithi045.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-15T01:42:23.389 INFO:teuthology.orchestra.run.smithi045.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-15T01:42:23.389 INFO:teuthology.orchestra.run.smithi045.stdout:Recommended packages: 2024-04-15T01:42:23.389 INFO:teuthology.orchestra.run.smithi045.stdout: btrfs-tools 2024-04-15T01:42:23.456 INFO:teuthology.orchestra.run.smithi190.stdout:The following NEW packages will be installed: 2024-04-15T01:42:23.456 INFO:teuthology.orchestra.run.smithi190.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-15T01:42:23.456 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-15T01:42:23.456 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-15T01:42:23.456 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-15T01:42:23.456 INFO:teuthology.orchestra.run.smithi190.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-15T01:42:23.456 INFO:teuthology.orchestra.run.smithi190.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-15T01:42:23.458 INFO:teuthology.orchestra.run.smithi190.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-15T01:42:23.458 INFO:teuthology.orchestra.run.smithi190.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-15T01:42:23.458 INFO:teuthology.orchestra.run.smithi190.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-15T01:42:23.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-15T01:42:23.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-15T01:42:23.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T01:42:23.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T01:42:23.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T01:42:23.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T01:42:23.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T01:42:23.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T01:42:23.458 INFO:teuthology.orchestra.run.smithi190.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T01:42:23.459 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-15T01:42:23.459 INFO:teuthology.orchestra.run.smithi190.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-15T01:42:23.459 INFO:teuthology.orchestra.run.smithi190.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-15T01:42:23.459 INFO:teuthology.orchestra.run.smithi190.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-15T01:42:23.459 INFO:teuthology.orchestra.run.smithi190.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-15T01:42:23.459 INFO:teuthology.orchestra.run.smithi190.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-15T01:42:23.459 INFO:teuthology.orchestra.run.smithi190.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-15T01:42:23.459 INFO:teuthology.orchestra.run.smithi190.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-15T01:42:23.488 INFO:teuthology.orchestra.run.smithi186.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T01:42:23.488 INFO:teuthology.orchestra.run.smithi186.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T01:42:23.488 INFO:teuthology.orchestra.run.smithi186.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T01:42:23.488 INFO:teuthology.orchestra.run.smithi186.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T01:42:23.489 INFO:teuthology.orchestra.run.smithi186.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T01:42:23.489 INFO:teuthology.orchestra.run.smithi186.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T01:42:23.489 INFO:teuthology.orchestra.run.smithi186.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T01:42:23.490 INFO:teuthology.orchestra.run.smithi186.stdout:The following additional packages will be installed: 2024-04-15T01:42:23.490 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-15T01:42:23.490 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-15T01:42:23.490 INFO:teuthology.orchestra.run.smithi186.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-15T01:42:23.490 INFO:teuthology.orchestra.run.smithi186.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-15T01:42:23.491 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-15T01:42:23.491 INFO:teuthology.orchestra.run.smithi186.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-15T01:42:23.491 INFO:teuthology.orchestra.run.smithi186.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-15T01:42:23.492 INFO:teuthology.orchestra.run.smithi186.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-15T01:42:23.493 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet zip 2024-04-15T01:42:23.493 INFO:teuthology.orchestra.run.smithi186.stdout:Suggested packages: 2024-04-15T01:42:23.493 INFO:teuthology.orchestra.run.smithi186.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-15T01:42:23.493 INFO:teuthology.orchestra.run.smithi186.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-15T01:42:23.493 INFO:teuthology.orchestra.run.smithi186.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-15T01:42:23.493 INFO:teuthology.orchestra.run.smithi186.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-15T01:42:23.494 INFO:teuthology.orchestra.run.smithi186.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-15T01:42:23.494 INFO:teuthology.orchestra.run.smithi186.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-15T01:42:23.494 INFO:teuthology.orchestra.run.smithi186.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-15T01:42:23.494 INFO:teuthology.orchestra.run.smithi186.stdout:Recommended packages: 2024-04-15T01:42:23.494 INFO:teuthology.orchestra.run.smithi186.stdout: btrfs-tools 2024-04-15T01:42:23.495 INFO:teuthology.orchestra.run.smithi045.stdout:The following NEW packages will be installed: 2024-04-15T01:42:23.495 INFO:teuthology.orchestra.run.smithi045.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-15T01:42:23.495 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-15T01:42:23.495 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-15T01:42:23.495 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-15T01:42:23.495 INFO:teuthology.orchestra.run.smithi045.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-15T01:42:23.495 INFO:teuthology.orchestra.run.smithi045.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-15T01:42:23.496 INFO:teuthology.orchestra.run.smithi045.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-15T01:42:23.496 INFO:teuthology.orchestra.run.smithi045.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-15T01:42:23.496 INFO:teuthology.orchestra.run.smithi045.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-15T01:42:23.496 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-15T01:42:23.496 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-15T01:42:23.497 INFO:teuthology.orchestra.run.smithi045.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-15T01:42:23.568 INFO:teuthology.orchestra.run.smithi190.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-15T01:42:23.568 INFO:teuthology.orchestra.run.smithi190.stdout:Need to get 178 MB of archives. 2024-04-15T01:42:23.568 INFO:teuthology.orchestra.run.smithi190.stdout:After this operation, 816 MB of additional disk space will be used. 2024-04-15T01:42:23.568 INFO:teuthology.orchestra.run.smithi190.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-15T01:42:23.587 INFO:teuthology.orchestra.run.smithi045.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-15T01:42:23.587 INFO:teuthology.orchestra.run.smithi045.stdout:Need to get 178 MB of archives. 2024-04-15T01:42:23.587 INFO:teuthology.orchestra.run.smithi045.stdout:After this operation, 816 MB of additional disk space will be used. 2024-04-15T01:42:23.587 INFO:teuthology.orchestra.run.smithi045.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-15T01:42:23.595 INFO:teuthology.orchestra.run.smithi186.stdout:The following NEW packages will be installed: 2024-04-15T01:42:23.595 INFO:teuthology.orchestra.run.smithi186.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-15T01:42:23.596 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-15T01:42:23.596 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-15T01:42:23.597 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-15T01:42:23.597 INFO:teuthology.orchestra.run.smithi186.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-15T01:42:23.597 INFO:teuthology.orchestra.run.smithi186.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-15T01:42:23.597 INFO:teuthology.orchestra.run.smithi186.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-15T01:42:23.597 INFO:teuthology.orchestra.run.smithi186.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-15T01:42:23.597 INFO:teuthology.orchestra.run.smithi186.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-15T01:42:23.597 INFO:teuthology.orchestra.run.smithi186.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-15T01:42:23.598 INFO:teuthology.orchestra.run.smithi186.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-15T01:42:23.599 INFO:teuthology.orchestra.run.smithi186.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-15T01:42:23.599 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-15T01:42:23.599 INFO:teuthology.orchestra.run.smithi186.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-15T01:42:23.599 INFO:teuthology.orchestra.run.smithi190.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2114-ga9a752df-1jammy [3,543 kB] 2024-04-15T01:42:23.699 INFO:teuthology.orchestra.run.smithi190.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-15T01:42:23.702 INFO:teuthology.orchestra.run.smithi045.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-15T01:42:23.703 INFO:teuthology.orchestra.run.smithi190.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-15T01:42:23.706 INFO:teuthology.orchestra.run.smithi045.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-15T01:42:23.728 INFO:teuthology.orchestra.run.smithi190.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-15T01:42:23.729 INFO:teuthology.orchestra.run.smithi045.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-15T01:42:23.738 INFO:teuthology.orchestra.run.smithi186.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-15T01:42:23.738 INFO:teuthology.orchestra.run.smithi186.stdout:Need to get 178 MB of archives. 2024-04-15T01:42:23.739 INFO:teuthology.orchestra.run.smithi186.stdout:After this operation, 816 MB of additional disk space will be used. 2024-04-15T01:42:23.739 INFO:teuthology.orchestra.run.smithi186.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2114-ga9a752df-1jammy [3,543 kB] 2024-04-15T01:42:23.743 INFO:teuthology.orchestra.run.smithi045.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2114-ga9a752df-1jammy [3,543 kB] 2024-04-15T01:42:23.785 INFO:teuthology.orchestra.run.smithi186.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-15T01:42:23.817 INFO:teuthology.orchestra.run.smithi190.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2114-ga9a752df-1jammy [3,218 kB] 2024-04-15T01:42:23.823 INFO:teuthology.orchestra.run.smithi045.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-15T01:42:23.825 INFO:teuthology.orchestra.run.smithi190.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-15T01:42:23.829 INFO:teuthology.orchestra.run.smithi045.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-15T01:42:23.830 INFO:teuthology.orchestra.run.smithi190.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-15T01:42:23.848 INFO:teuthology.orchestra.run.smithi045.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-15T01:42:23.852 INFO:teuthology.orchestra.run.smithi190.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-15T01:42:23.855 INFO:teuthology.orchestra.run.smithi045.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-15T01:42:23.856 INFO:teuthology.orchestra.run.smithi045.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-15T01:42:23.857 INFO:teuthology.orchestra.run.smithi045.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-15T01:42:23.862 INFO:teuthology.orchestra.run.smithi190.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-15T01:42:23.864 INFO:teuthology.orchestra.run.smithi190.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-15T01:42:23.865 INFO:teuthology.orchestra.run.smithi190.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-15T01:42:23.873 INFO:teuthology.orchestra.run.smithi045.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-15T01:42:23.876 INFO:teuthology.orchestra.run.smithi045.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-15T01:42:23.880 INFO:teuthology.orchestra.run.smithi190.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-15T01:42:23.880 INFO:teuthology.orchestra.run.smithi045.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-15T01:42:23.882 INFO:teuthology.orchestra.run.smithi045.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-15T01:42:23.884 INFO:teuthology.orchestra.run.smithi190.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-15T01:42:23.888 INFO:teuthology.orchestra.run.smithi190.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-15T01:42:23.890 INFO:teuthology.orchestra.run.smithi190.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-15T01:42:23.906 INFO:teuthology.orchestra.run.smithi045.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-15T01:42:23.909 INFO:teuthology.orchestra.run.smithi045.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-15T01:42:23.913 INFO:teuthology.orchestra.run.smithi045.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-15T01:42:23.914 INFO:teuthology.orchestra.run.smithi190.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-15T01:42:23.916 INFO:teuthology.orchestra.run.smithi045.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-15T01:42:23.917 INFO:teuthology.orchestra.run.smithi045.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-15T01:42:23.918 INFO:teuthology.orchestra.run.smithi190.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-15T01:42:23.918 INFO:teuthology.orchestra.run.smithi045.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-15T01:42:23.921 INFO:teuthology.orchestra.run.smithi190.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-15T01:42:23.924 INFO:teuthology.orchestra.run.smithi190.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-15T01:42:23.925 INFO:teuthology.orchestra.run.smithi190.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-15T01:42:23.925 INFO:teuthology.orchestra.run.smithi190.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-15T01:42:23.927 INFO:teuthology.orchestra.run.smithi190.stdout:Get:23 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2114-ga9a752df-1jammy [712 kB] 2024-04-15T01:42:23.937 INFO:teuthology.orchestra.run.smithi045.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-15T01:42:23.938 INFO:teuthology.orchestra.run.smithi045.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-15T01:42:23.938 INFO:teuthology.orchestra.run.smithi045.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-15T01:42:23.939 INFO:teuthology.orchestra.run.smithi045.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-15T01:42:23.939 INFO:teuthology.orchestra.run.smithi190.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-15T01:42:23.940 INFO:teuthology.orchestra.run.smithi190.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-15T01:42:23.940 INFO:teuthology.orchestra.run.smithi190.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-15T01:42:23.941 INFO:teuthology.orchestra.run.smithi190.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-15T01:42:23.953 INFO:teuthology.orchestra.run.smithi190.stdout:Get:28 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2114-ga9a752df-1jammy [356 kB] 2024-04-15T01:42:23.957 INFO:teuthology.orchestra.run.smithi045.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-15T01:42:23.958 INFO:teuthology.orchestra.run.smithi045.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-15T01:42:23.958 INFO:teuthology.orchestra.run.smithi045.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-15T01:42:23.960 INFO:teuthology.orchestra.run.smithi190.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-15T01:42:23.961 INFO:teuthology.orchestra.run.smithi190.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-15T01:42:23.961 INFO:teuthology.orchestra.run.smithi190.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-15T01:42:23.963 INFO:teuthology.orchestra.run.smithi045.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-15T01:42:23.963 INFO:teuthology.orchestra.run.smithi045.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-15T01:42:23.964 INFO:teuthology.orchestra.run.smithi045.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-15T01:42:23.965 INFO:teuthology.orchestra.run.smithi190.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-15T01:42:23.966 INFO:teuthology.orchestra.run.smithi190.stdout:Get:33 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2114-ga9a752df-1jammy [32.8 kB] 2024-04-15T01:42:23.966 INFO:teuthology.orchestra.run.smithi190.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-15T01:42:23.967 INFO:teuthology.orchestra.run.smithi190.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-15T01:42:23.968 INFO:teuthology.orchestra.run.smithi190.stdout:Get:36 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2114-ga9a752df-1jammy [180 kB] 2024-04-15T01:42:23.973 INFO:teuthology.orchestra.run.smithi190.stdout:Get:37 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2114-ga9a752df-1jammy [64.6 kB] 2024-04-15T01:42:23.975 INFO:teuthology.orchestra.run.smithi190.stdout:Get:38 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2114-ga9a752df-1jammy [330 kB] 2024-04-15T01:42:23.977 INFO:teuthology.orchestra.run.smithi045.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-15T01:42:23.979 INFO:teuthology.orchestra.run.smithi045.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-15T01:42:23.979 INFO:teuthology.orchestra.run.smithi045.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-15T01:42:23.980 INFO:teuthology.orchestra.run.smithi045.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-15T01:42:23.981 INFO:teuthology.orchestra.run.smithi190.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-15T01:42:23.983 INFO:teuthology.orchestra.run.smithi190.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-15T01:42:23.983 INFO:teuthology.orchestra.run.smithi190.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-15T01:42:23.984 INFO:teuthology.orchestra.run.smithi190.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-15T01:42:23.990 INFO:teuthology.orchestra.run.smithi190.stdout:Get:43 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2114-ga9a752df-1jammy [6,621 kB] 2024-04-15T01:42:23.997 INFO:teuthology.orchestra.run.smithi045.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-15T01:42:23.998 INFO:teuthology.orchestra.run.smithi045.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-15T01:42:23.999 INFO:teuthology.orchestra.run.smithi045.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-15T01:42:24.006 INFO:teuthology.orchestra.run.smithi190.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-15T01:42:24.007 INFO:teuthology.orchestra.run.smithi190.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-15T01:42:24.008 INFO:teuthology.orchestra.run.smithi190.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-15T01:42:24.008 INFO:teuthology.orchestra.run.smithi045.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-15T01:42:24.008 INFO:teuthology.orchestra.run.smithi045.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-15T01:42:24.009 INFO:teuthology.orchestra.run.smithi045.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-15T01:42:24.016 INFO:teuthology.orchestra.run.smithi190.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-15T01:42:24.017 INFO:teuthology.orchestra.run.smithi190.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-15T01:42:24.017 INFO:teuthology.orchestra.run.smithi190.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-15T01:42:24.020 INFO:teuthology.orchestra.run.smithi045.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-15T01:42:24.022 INFO:teuthology.orchestra.run.smithi045.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-15T01:42:24.025 INFO:teuthology.orchestra.run.smithi045.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-15T01:42:24.026 INFO:teuthology.orchestra.run.smithi045.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-15T01:42:24.028 INFO:teuthology.orchestra.run.smithi190.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-15T01:42:24.030 INFO:teuthology.orchestra.run.smithi190.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-15T01:42:24.033 INFO:teuthology.orchestra.run.smithi190.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-15T01:42:24.034 INFO:teuthology.orchestra.run.smithi190.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-15T01:42:24.040 INFO:teuthology.orchestra.run.smithi045.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-15T01:42:24.041 INFO:teuthology.orchestra.run.smithi045.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-15T01:42:24.045 INFO:teuthology.orchestra.run.smithi045.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-15T01:42:24.046 INFO:teuthology.orchestra.run.smithi045.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-15T01:42:24.048 INFO:teuthology.orchestra.run.smithi045.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-15T01:42:24.052 INFO:teuthology.orchestra.run.smithi045.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-15T01:42:24.055 INFO:teuthology.orchestra.run.smithi190.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-15T01:42:24.056 INFO:teuthology.orchestra.run.smithi190.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-15T01:42:24.060 INFO:teuthology.orchestra.run.smithi190.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-15T01:42:24.061 INFO:teuthology.orchestra.run.smithi190.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-15T01:42:24.062 INFO:teuthology.orchestra.run.smithi190.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-15T01:42:24.066 INFO:teuthology.orchestra.run.smithi190.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-15T01:42:24.149 INFO:teuthology.orchestra.run.smithi045.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-15T01:42:24.150 INFO:teuthology.orchestra.run.smithi045.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-15T01:42:24.152 INFO:teuthology.orchestra.run.smithi045.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-15T01:42:24.153 INFO:teuthology.orchestra.run.smithi045.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-15T01:42:24.154 INFO:teuthology.orchestra.run.smithi045.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-15T01:42:24.181 INFO:teuthology.orchestra.run.smithi190.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-15T01:42:24.183 INFO:teuthology.orchestra.run.smithi190.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-15T01:42:24.185 INFO:teuthology.orchestra.run.smithi190.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-15T01:42:24.185 INFO:teuthology.orchestra.run.smithi190.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-15T01:42:24.187 INFO:teuthology.orchestra.run.smithi190.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-15T01:42:24.197 INFO:teuthology.orchestra.run.smithi045.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-15T01:42:24.203 INFO:teuthology.orchestra.run.smithi045.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-15T01:42:24.203 INFO:teuthology.orchestra.run.smithi045.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-15T01:42:24.212 INFO:teuthology.orchestra.run.smithi186.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-15T01:42:24.225 INFO:teuthology.orchestra.run.smithi186.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-15T01:42:24.233 INFO:teuthology.orchestra.run.smithi190.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-15T01:42:24.237 INFO:teuthology.orchestra.run.smithi190.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-15T01:42:24.237 INFO:teuthology.orchestra.run.smithi190.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-15T01:42:24.238 INFO:teuthology.orchestra.run.smithi190.stdout:Get:68 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2114-ga9a752df-1jammy [112 kB] 2024-04-15T01:42:24.241 INFO:teuthology.orchestra.run.smithi190.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2114-ga9a752df-1jammy [466 kB] 2024-04-15T01:42:24.242 INFO:teuthology.orchestra.run.smithi045.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-15T01:42:24.242 INFO:teuthology.orchestra.run.smithi045.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-15T01:42:24.258 INFO:teuthology.orchestra.run.smithi045.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-15T01:42:24.259 INFO:teuthology.orchestra.run.smithi045.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-15T01:42:24.260 INFO:teuthology.orchestra.run.smithi045.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-15T01:42:24.260 INFO:teuthology.orchestra.run.smithi190.stdout:Get:70 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2114-ga9a752df-1jammy [25.3 MB] 2024-04-15T01:42:24.261 INFO:teuthology.orchestra.run.smithi045.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-15T01:42:24.262 INFO:teuthology.orchestra.run.smithi045.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-15T01:42:24.262 INFO:teuthology.orchestra.run.smithi045.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-15T01:42:24.265 INFO:teuthology.orchestra.run.smithi190.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-15T01:42:24.265 INFO:teuthology.orchestra.run.smithi190.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-15T01:42:24.267 INFO:teuthology.orchestra.run.smithi045.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-15T01:42:24.271 INFO:teuthology.orchestra.run.smithi190.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-15T01:42:24.272 INFO:teuthology.orchestra.run.smithi190.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-15T01:42:24.273 INFO:teuthology.orchestra.run.smithi190.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-15T01:42:24.274 INFO:teuthology.orchestra.run.smithi190.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-15T01:42:24.274 INFO:teuthology.orchestra.run.smithi190.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-15T01:42:24.275 INFO:teuthology.orchestra.run.smithi190.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-15T01:42:24.278 INFO:teuthology.orchestra.run.smithi045.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-15T01:42:24.280 INFO:teuthology.orchestra.run.smithi190.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-15T01:42:24.281 INFO:teuthology.orchestra.run.smithi045.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-15T01:42:24.282 INFO:teuthology.orchestra.run.smithi045.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-15T01:42:24.291 INFO:teuthology.orchestra.run.smithi190.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-15T01:42:24.293 INFO:teuthology.orchestra.run.smithi190.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-15T01:42:24.294 INFO:teuthology.orchestra.run.smithi190.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-15T01:42:24.305 INFO:teuthology.orchestra.run.smithi045.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-15T01:42:24.306 INFO:teuthology.orchestra.run.smithi186.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-15T01:42:24.309 INFO:teuthology.orchestra.run.smithi045.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-15T01:42:24.310 INFO:teuthology.orchestra.run.smithi045.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-15T01:42:24.312 INFO:teuthology.orchestra.run.smithi045.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-15T01:42:24.317 INFO:teuthology.orchestra.run.smithi190.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-15T01:42:24.318 INFO:teuthology.orchestra.run.smithi045.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-15T01:42:24.319 INFO:teuthology.orchestra.run.smithi045.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-15T01:42:24.320 INFO:teuthology.orchestra.run.smithi190.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-15T01:42:24.321 INFO:teuthology.orchestra.run.smithi190.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-15T01:42:24.322 INFO:teuthology.orchestra.run.smithi190.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-15T01:42:24.323 INFO:teuthology.orchestra.run.smithi045.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-15T01:42:24.333 INFO:teuthology.orchestra.run.smithi190.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-15T01:42:24.334 INFO:teuthology.orchestra.run.smithi190.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-15T01:42:24.337 INFO:teuthology.orchestra.run.smithi045.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-15T01:42:24.338 INFO:teuthology.orchestra.run.smithi045.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-15T01:42:24.338 INFO:teuthology.orchestra.run.smithi190.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-15T01:42:24.339 INFO:teuthology.orchestra.run.smithi045.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-15T01:42:24.339 INFO:teuthology.orchestra.run.smithi190.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-15T01:42:24.340 INFO:teuthology.orchestra.run.smithi190.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-15T01:42:24.341 INFO:teuthology.orchestra.run.smithi190.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-15T01:42:24.357 INFO:teuthology.orchestra.run.smithi045.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-15T01:42:24.359 INFO:teuthology.orchestra.run.smithi045.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-15T01:42:24.362 INFO:teuthology.orchestra.run.smithi190.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-15T01:42:24.363 INFO:teuthology.orchestra.run.smithi190.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-15T01:42:24.370 INFO:teuthology.orchestra.run.smithi045.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-15T01:42:24.371 INFO:teuthology.orchestra.run.smithi045.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-15T01:42:24.371 INFO:teuthology.orchestra.run.smithi045.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-15T01:42:24.375 INFO:teuthology.orchestra.run.smithi045.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-15T01:42:24.377 INFO:teuthology.orchestra.run.smithi045.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-15T01:42:24.378 INFO:teuthology.orchestra.run.smithi190.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-15T01:42:24.378 INFO:teuthology.orchestra.run.smithi190.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-15T01:42:24.378 INFO:teuthology.orchestra.run.smithi190.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-15T01:42:24.401 INFO:teuthology.orchestra.run.smithi190.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-15T01:42:24.402 INFO:teuthology.orchestra.run.smithi190.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-15T01:42:24.537 INFO:teuthology.orchestra.run.smithi186.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-15T01:42:24.550 INFO:teuthology.orchestra.run.smithi186.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-15T01:42:24.578 INFO:teuthology.orchestra.run.smithi186.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-15T01:42:24.587 INFO:teuthology.orchestra.run.smithi186.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-15T01:42:24.588 INFO:teuthology.orchestra.run.smithi186.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-15T01:42:24.590 INFO:teuthology.orchestra.run.smithi186.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-15T01:42:24.608 INFO:teuthology.orchestra.run.smithi186.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-15T01:42:24.776 INFO:teuthology.orchestra.run.smithi186.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-15T01:42:25.011 INFO:teuthology.orchestra.run.smithi186.stdout:Get:14 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2114-ga9a752df-1jammy [3,218 kB] 2024-04-15T01:42:25.185 INFO:teuthology.orchestra.run.smithi186.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-15T01:42:25.217 INFO:teuthology.orchestra.run.smithi186.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-15T01:42:25.220 INFO:teuthology.orchestra.run.smithi186.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-15T01:42:25.300 INFO:teuthology.orchestra.run.smithi186.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-15T01:42:25.340 INFO:teuthology.orchestra.run.smithi190.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2114-ga9a752df-1jammy [5,077 kB] 2024-04-15T01:42:25.351 INFO:teuthology.orchestra.run.smithi186.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-15T01:42:25.373 INFO:teuthology.orchestra.run.smithi186.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-15T01:42:25.379 INFO:teuthology.orchestra.run.smithi186.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-15T01:42:25.380 INFO:teuthology.orchestra.run.smithi186.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-15T01:42:25.392 INFO:teuthology.orchestra.run.smithi186.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-15T01:42:25.393 INFO:teuthology.orchestra.run.smithi186.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-15T01:42:25.507 INFO:teuthology.orchestra.run.smithi190.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2114-ga9a752df-1jammy [244 kB] 2024-04-15T01:42:25.515 INFO:teuthology.orchestra.run.smithi190.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2114-ga9a752df-1jammy [124 kB] 2024-04-15T01:42:25.520 INFO:teuthology.orchestra.run.smithi190.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2114-ga9a752df-1jammy [1,527 kB] 2024-04-15T01:42:25.534 INFO:teuthology.orchestra.run.smithi186.stdout:Get:25 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2114-ga9a752df-1jammy [712 kB] 2024-04-15T01:42:25.558 INFO:teuthology.orchestra.run.smithi186.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-15T01:42:25.590 INFO:teuthology.orchestra.run.smithi190.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2114-ga9a752df-1jammy [6,247 kB] 2024-04-15T01:42:25.607 INFO:teuthology.orchestra.run.smithi186.stdout:Get:27 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2114-ga9a752df-1jammy [356 kB] 2024-04-15T01:42:25.641 INFO:teuthology.orchestra.run.smithi186.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-15T01:42:25.669 INFO:teuthology.orchestra.run.smithi186.stdout:Get:29 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2114-ga9a752df-1jammy [32.8 kB] 2024-04-15T01:42:25.670 INFO:teuthology.orchestra.run.smithi186.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-15T01:42:25.671 INFO:teuthology.orchestra.run.smithi186.stdout:Get:31 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2114-ga9a752df-1jammy [180 kB] 2024-04-15T01:42:25.687 INFO:teuthology.orchestra.run.smithi186.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-15T01:42:25.722 INFO:teuthology.orchestra.run.smithi186.stdout:Get:33 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2114-ga9a752df-1jammy [64.6 kB] 2024-04-15T01:42:25.724 INFO:teuthology.orchestra.run.smithi186.stdout:Get:34 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2114-ga9a752df-1jammy [330 kB] 2024-04-15T01:42:25.731 INFO:teuthology.orchestra.run.smithi186.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-15T01:42:25.735 INFO:teuthology.orchestra.run.smithi186.stdout:Get:36 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2114-ga9a752df-1jammy [6,621 kB] 2024-04-15T01:42:25.785 INFO:teuthology.orchestra.run.smithi045.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2114-ga9a752df-1jammy [3,218 kB] 2024-04-15T01:42:25.899 INFO:teuthology.orchestra.run.smithi190.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2114-ga9a752df-1jammy [22.7 MB] 2024-04-15T01:42:25.942 INFO:teuthology.orchestra.run.smithi186.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-15T01:42:25.957 INFO:teuthology.orchestra.run.smithi186.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-15T01:42:25.964 INFO:teuthology.orchestra.run.smithi186.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-15T01:42:25.969 INFO:teuthology.orchestra.run.smithi186.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-15T01:42:25.991 INFO:teuthology.orchestra.run.smithi186.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-15T01:42:25.994 INFO:teuthology.orchestra.run.smithi186.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-15T01:42:26.161 INFO:teuthology.orchestra.run.smithi186.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-15T01:42:26.493 INFO:teuthology.orchestra.run.smithi186.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-15T01:42:26.524 INFO:teuthology.orchestra.run.smithi186.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-15T01:42:26.534 INFO:teuthology.orchestra.run.smithi186.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-15T01:42:26.563 INFO:teuthology.orchestra.run.smithi186.stdout:Get:47 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2114-ga9a752df-1jammy [112 kB] 2024-04-15T01:42:26.566 INFO:teuthology.orchestra.run.smithi186.stdout:Get:48 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2114-ga9a752df-1jammy [466 kB] 2024-04-15T01:42:26.611 INFO:teuthology.orchestra.run.smithi045.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2114-ga9a752df-1jammy [712 kB] 2024-04-15T01:42:26.626 INFO:teuthology.orchestra.run.smithi186.stdout:Get:49 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2114-ga9a752df-1jammy [25.3 MB] 2024-04-15T01:42:26.737 INFO:teuthology.orchestra.run.smithi186.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-15T01:42:26.738 INFO:teuthology.orchestra.run.smithi186.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-15T01:42:26.744 INFO:teuthology.orchestra.run.smithi186.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-15T01:42:26.749 INFO:teuthology.orchestra.run.smithi045.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2114-ga9a752df-1jammy [356 kB] 2024-04-15T01:42:26.750 INFO:teuthology.orchestra.run.smithi186.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-15T01:42:26.765 INFO:teuthology.orchestra.run.smithi186.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-15T01:42:26.787 INFO:teuthology.orchestra.run.smithi186.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-15T01:42:26.792 INFO:teuthology.orchestra.run.smithi186.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-15T01:42:26.811 INFO:teuthology.orchestra.run.smithi045.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2114-ga9a752df-1jammy [32.8 kB] 2024-04-15T01:42:26.821 INFO:teuthology.orchestra.run.smithi045.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2114-ga9a752df-1jammy [180 kB] 2024-04-15T01:42:26.848 INFO:teuthology.orchestra.run.smithi045.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2114-ga9a752df-1jammy [64.6 kB] 2024-04-15T01:42:26.860 INFO:teuthology.orchestra.run.smithi045.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2114-ga9a752df-1jammy [330 kB] 2024-04-15T01:42:26.914 INFO:teuthology.orchestra.run.smithi045.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2114-ga9a752df-1jammy [6,621 kB] 2024-04-15T01:42:26.968 INFO:teuthology.orchestra.run.smithi186.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-15T01:42:27.231 INFO:teuthology.orchestra.run.smithi186.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-15T01:42:27.282 INFO:teuthology.orchestra.run.smithi190.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2114-ga9a752df-1jammy [14.1 kB] 2024-04-15T01:42:27.282 INFO:teuthology.orchestra.run.smithi190.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2114-ga9a752df-1jammy [869 kB] 2024-04-15T01:42:27.300 INFO:teuthology.orchestra.run.smithi190.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2114-ga9a752df-1jammy [2,436 kB] 2024-04-15T01:42:27.409 INFO:teuthology.orchestra.run.smithi186.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-15T01:42:27.423 INFO:teuthology.orchestra.run.smithi186.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-15T01:42:27.431 INFO:teuthology.orchestra.run.smithi190.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2114-ga9a752df-1jammy [777 kB] 2024-04-15T01:42:27.443 INFO:teuthology.orchestra.run.smithi186.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-15T01:42:27.480 INFO:teuthology.orchestra.run.smithi190.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2114-ga9a752df-1jammy [145 kB] 2024-04-15T01:42:27.488 INFO:teuthology.orchestra.run.smithi190.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2114-ga9a752df-1jammy [2,260 kB] 2024-04-15T01:42:27.507 INFO:teuthology.orchestra.run.smithi186.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-15T01:42:27.650 INFO:teuthology.orchestra.run.smithi190.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2114-ga9a752df-1jammy [8,625 kB] 2024-04-15T01:42:27.804 INFO:teuthology.orchestra.run.smithi186.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-15T01:42:27.806 INFO:teuthology.orchestra.run.smithi186.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-15T01:42:27.809 INFO:teuthology.orchestra.run.smithi186.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-15T01:42:27.809 INFO:teuthology.orchestra.run.smithi186.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-15T01:42:27.811 INFO:teuthology.orchestra.run.smithi186.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-15T01:42:27.868 INFO:teuthology.orchestra.run.smithi045.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2114-ga9a752df-1jammy [112 kB] 2024-04-15T01:42:27.872 INFO:teuthology.orchestra.run.smithi045.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2114-ga9a752df-1jammy [466 kB] 2024-04-15T01:42:27.925 INFO:teuthology.orchestra.run.smithi045.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2114-ga9a752df-1jammy [25.3 MB] 2024-04-15T01:42:28.029 INFO:teuthology.orchestra.run.smithi186.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-15T01:42:28.341 INFO:teuthology.orchestra.run.smithi190.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2114-ga9a752df-1jammy [14.2 kB] 2024-04-15T01:42:28.342 INFO:teuthology.orchestra.run.smithi190.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2114-ga9a752df-1jammy [50.1 MB] 2024-04-15T01:42:28.458 INFO:teuthology.orchestra.run.smithi186.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-15T01:42:28.464 INFO:teuthology.orchestra.run.smithi186.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-15T01:42:28.753 INFO:teuthology.orchestra.run.smithi186.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-15T01:42:28.753 INFO:teuthology.orchestra.run.smithi186.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-15T01:42:28.755 INFO:teuthology.orchestra.run.smithi186.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-15T01:42:28.757 INFO:teuthology.orchestra.run.smithi186.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-15T01:42:28.759 INFO:teuthology.orchestra.run.smithi186.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-15T01:42:28.761 INFO:teuthology.orchestra.run.smithi186.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-15T01:42:28.762 INFO:teuthology.orchestra.run.smithi186.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-15T01:42:28.763 INFO:teuthology.orchestra.run.smithi186.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-15T01:42:28.945 INFO:teuthology.orchestra.run.smithi186.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-15T01:42:29.359 INFO:teuthology.orchestra.run.smithi186.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-15T01:42:29.406 INFO:teuthology.orchestra.run.smithi186.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-15T01:42:29.441 INFO:teuthology.orchestra.run.smithi186.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-15T01:42:29.539 INFO:teuthology.orchestra.run.smithi186.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-15T01:42:29.579 INFO:teuthology.orchestra.run.smithi186.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-15T01:42:29.590 INFO:teuthology.orchestra.run.smithi186.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-15T01:42:29.596 INFO:teuthology.orchestra.run.smithi186.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-15T01:42:29.644 INFO:teuthology.orchestra.run.smithi186.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-15T01:42:29.646 INFO:teuthology.orchestra.run.smithi186.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-15T01:42:29.668 INFO:teuthology.orchestra.run.smithi186.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-15T01:42:29.833 INFO:teuthology.orchestra.run.smithi186.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-15T01:42:29.885 INFO:teuthology.orchestra.run.smithi186.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2114-ga9a752df-1jammy [5,077 kB] 2024-04-15T01:42:30.107 INFO:teuthology.orchestra.run.smithi186.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-15T01:42:30.123 INFO:teuthology.orchestra.run.smithi186.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-15T01:42:30.159 INFO:teuthology.orchestra.run.smithi045.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2114-ga9a752df-1jammy [5,077 kB] 2024-04-15T01:42:30.277 INFO:teuthology.orchestra.run.smithi186.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-15T01:42:30.306 INFO:teuthology.orchestra.run.smithi186.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-15T01:42:30.433 INFO:teuthology.orchestra.run.smithi186.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2114-ga9a752df-1jammy [244 kB] 2024-04-15T01:42:30.448 INFO:teuthology.orchestra.run.smithi186.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2114-ga9a752df-1jammy [124 kB] 2024-04-15T01:42:30.463 INFO:teuthology.orchestra.run.smithi186.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-15T01:42:30.466 INFO:teuthology.orchestra.run.smithi186.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-15T01:42:30.466 INFO:teuthology.orchestra.run.smithi186.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2114-ga9a752df-1jammy [1,527 kB] 2024-04-15T01:42:30.468 INFO:teuthology.orchestra.run.smithi186.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-15T01:42:30.478 INFO:teuthology.orchestra.run.smithi045.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2114-ga9a752df-1jammy [244 kB] 2024-04-15T01:42:30.490 INFO:teuthology.orchestra.run.smithi186.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-15T01:42:30.493 INFO:teuthology.orchestra.run.smithi045.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2114-ga9a752df-1jammy [124 kB] 2024-04-15T01:42:30.495 INFO:teuthology.orchestra.run.smithi186.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-15T01:42:30.513 INFO:teuthology.orchestra.run.smithi045.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2114-ga9a752df-1jammy [1,527 kB] 2024-04-15T01:42:30.647 INFO:teuthology.orchestra.run.smithi045.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2114-ga9a752df-1jammy [6,247 kB] 2024-04-15T01:42:30.653 INFO:teuthology.orchestra.run.smithi186.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2114-ga9a752df-1jammy [6,247 kB] 2024-04-15T01:42:31.167 INFO:teuthology.orchestra.run.smithi045.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2114-ga9a752df-1jammy [22.7 MB] 2024-04-15T01:42:31.426 INFO:teuthology.orchestra.run.smithi186.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2114-ga9a752df-1jammy [22.7 MB] 2024-04-15T01:42:33.034 INFO:teuthology.orchestra.run.smithi045.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2114-ga9a752df-1jammy [14.1 kB] 2024-04-15T01:42:33.034 INFO:teuthology.orchestra.run.smithi045.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2114-ga9a752df-1jammy [869 kB] 2024-04-15T01:42:33.051 INFO:teuthology.orchestra.run.smithi045.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2114-ga9a752df-1jammy [2,436 kB] 2024-04-15T01:42:33.205 INFO:teuthology.orchestra.run.smithi045.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2114-ga9a752df-1jammy [777 kB] 2024-04-15T01:42:33.262 INFO:teuthology.orchestra.run.smithi045.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2114-ga9a752df-1jammy [145 kB] 2024-04-15T01:42:33.271 INFO:teuthology.orchestra.run.smithi045.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2114-ga9a752df-1jammy [2,260 kB] 2024-04-15T01:42:33.419 INFO:teuthology.orchestra.run.smithi190.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2114-ga9a752df-1jammy [121 kB] 2024-04-15T01:42:33.421 INFO:teuthology.orchestra.run.smithi190.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2114-ga9a752df-1jammy [39.0 kB] 2024-04-15T01:42:33.422 INFO:teuthology.orchestra.run.smithi190.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2114-ga9a752df-1jammy [13.1 MB] 2024-04-15T01:42:33.427 INFO:teuthology.orchestra.run.smithi045.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2114-ga9a752df-1jammy [8,625 kB] 2024-04-15T01:42:34.062 INFO:teuthology.orchestra.run.smithi045.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2114-ga9a752df-1jammy [14.2 kB] 2024-04-15T01:42:34.063 INFO:teuthology.orchestra.run.smithi045.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2114-ga9a752df-1jammy [50.1 MB] 2024-04-15T01:42:34.528 INFO:teuthology.orchestra.run.smithi190.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2114-ga9a752df-1jammy [91.4 kB] 2024-04-15T01:42:34.720 INFO:teuthology.orchestra.run.smithi186.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2114-ga9a752df-1jammy [14.1 kB] 2024-04-15T01:42:34.721 INFO:teuthology.orchestra.run.smithi186.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2114-ga9a752df-1jammy [869 kB] 2024-04-15T01:42:34.738 INFO:teuthology.orchestra.run.smithi186.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2114-ga9a752df-1jammy [2,436 kB] 2024-04-15T01:42:34.805 INFO:teuthology.orchestra.run.smithi186.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2114-ga9a752df-1jammy [777 kB] 2024-04-15T01:42:34.877 INFO:teuthology.orchestra.run.smithi186.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2114-ga9a752df-1jammy [145 kB] 2024-04-15T01:42:34.893 INFO:teuthology.orchestra.run.smithi186.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2114-ga9a752df-1jammy [2,260 kB] 2024-04-15T01:42:35.087 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 178 MB in 11s (16.1 MB/s) 2024-04-15T01:42:35.087 INFO:teuthology.orchestra.run.smithi186.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2114-ga9a752df-1jammy [8,625 kB] 2024-04-15T01:42:35.252 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-15T01:42:35.353 INFO:teuthology.orchestra.run.smithi190.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 ... 165995 files and directories currently installed.) 2024-04-15T01:42:35.358 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-15T01:42:35.442 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T01:42:35.746 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-15T01:42:35.772 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-15T01:42:35.790 INFO:teuthology.orchestra.run.smithi186.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2114-ga9a752df-1jammy [14.2 kB] 2024-04-15T01:42:35.791 INFO:teuthology.orchestra.run.smithi186.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2114-ga9a752df-1jammy [50.1 MB] 2024-04-15T01:42:35.812 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T01:42:36.157 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-15T01:42:36.183 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-15T01:42:36.223 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T01:42:36.660 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-15T01:42:36.686 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:42:36.735 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:42:37.121 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-15T01:42:37.148 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:42:37.179 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:42:37.243 INFO:teuthology.orchestra.run.smithi045.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2114-ga9a752df-1jammy [121 kB] 2024-04-15T01:42:37.245 INFO:teuthology.orchestra.run.smithi045.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2114-ga9a752df-1jammy [39.0 kB] 2024-04-15T01:42:37.247 INFO:teuthology.orchestra.run.smithi045.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2114-ga9a752df-1jammy [13.1 MB] 2024-04-15T01:42:37.491 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-15T01:42:37.517 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:42:37.549 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:42:37.851 INFO:teuthology.orchestra.run.smithi045.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2114-ga9a752df-1jammy [91.4 kB] 2024-04-15T01:42:37.903 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-15T01:42:37.928 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-15T01:42:37.968 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T01:42:38.288 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librados2. 2024-04-15T01:42:38.314 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../007-librados2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:38.354 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:38.431 INFO:teuthology.orchestra.run.smithi045.stdout:Fetched 178 MB in 14s (12.4 MB/s) 2024-04-15T01:42:38.596 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-15T01:42:38.699 INFO:teuthology.orchestra.run.smithi045.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 ... 165995 files and directories currently installed.) 2024-04-15T01:42:38.705 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-15T01:42:38.791 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librbd1. 2024-04-15T01:42:38.795 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T01:42:38.816 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../008-librbd1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:38.857 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:38.925 INFO:teuthology.orchestra.run.smithi186.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2114-ga9a752df-1jammy [121 kB] 2024-04-15T01:42:38.996 INFO:teuthology.orchestra.run.smithi186.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2114-ga9a752df-1jammy [39.0 kB] 2024-04-15T01:42:38.997 INFO:teuthology.orchestra.run.smithi186.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2114-ga9a752df-1jammy [13.1 MB] 2024-04-15T01:42:39.140 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-15T01:42:39.166 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-15T01:42:39.206 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T01:42:39.285 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libcephfs2. 2024-04-15T01:42:39.309 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:39.351 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:39.379 INFO:teuthology.orchestra.run.smithi186.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2114-ga9a752df-1jammy [91.4 kB] 2024-04-15T01:42:39.592 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-15T01:42:39.619 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-15T01:42:39.629 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rados. 2024-04-15T01:42:39.644 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:39.667 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T01:42:39.704 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:39.932 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 178 MB in 16s (11.3 MB/s) 2024-04-15T01:42:39.990 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-15T01:42:40.016 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:42:40.056 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:40.161 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-15T01:42:40.221 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-15T01:42:40.247 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:42:40.263 INFO:teuthology.orchestra.run.smithi186.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 ... 165995 files and directories currently installed.) 2024-04-15T01:42:40.268 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-15T01:42:40.292 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cephfs. 2024-04-15T01:42:40.304 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:42:40.307 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:40.350 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:40.367 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T01:42:40.645 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-15T01:42:40.671 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:42:40.711 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:40.724 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-15T01:42:40.750 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:42:40.762 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-15T01:42:40.789 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-15T01:42:40.790 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:42:40.837 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T01:42:41.039 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-15T01:42:41.066 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-15T01:42:41.106 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T01:42:41.168 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-15T01:42:41.182 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-15T01:42:41.195 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:42:41.209 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-15T01:42:41.249 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T01:42:41.263 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:42:41.646 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-15T01:42:41.673 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-15T01:42:41.712 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T01:42:41.761 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-15T01:42:41.787 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:42:41.843 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:42:41.884 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-prettytable. 2024-04-15T01:42:41.910 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-15T01:42:41.950 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-15T01:42:41.998 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package librados2. 2024-04-15T01:42:42.014 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../007-librados2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:42.090 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:42.203 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rbd. 2024-04-15T01:42:42.229 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:42.247 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-15T01:42:42.270 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:42.273 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:42:42.313 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:42:42.485 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package librbd1. 2024-04-15T01:42:42.512 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../008-librbd1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:42.543 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:42.589 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-15T01:42:42.615 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-15T01:42:42.650 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-15T01:42:42.655 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T01:42:42.676 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:42:42.716 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:42:42.933 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-15T01:42:42.948 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-15T01:42:42.991 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T01:42:43.012 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libcephfs2. 2024-04-15T01:42:43.039 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:43.053 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-15T01:42:43.079 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:43.080 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-15T01:42:43.111 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T01:42:43.269 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-15T01:42:43.284 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-15T01:42:43.327 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T01:42:43.364 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-rados. 2024-04-15T01:42:43.391 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:43.431 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:43.447 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package librados2. 2024-04-15T01:42:43.474 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../007-librados2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:43.514 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:43.639 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua5.1. 2024-04-15T01:42:43.665 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-15T01:42:43.705 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-15T01:42:43.717 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-15T01:42:43.744 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:42:43.775 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:43.967 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package librbd1. 2024-04-15T01:42:43.986 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-cephfs. 2024-04-15T01:42:43.993 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../008-librbd1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:44.008 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua-any. 2024-04-15T01:42:44.013 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:44.033 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:44.035 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-15T01:42:44.044 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:44.083 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-15T01:42:44.327 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package zip. 2024-04-15T01:42:44.353 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-15T01:42:44.402 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking zip (3.0-12build2) ... 2024-04-15T01:42:44.413 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-15T01:42:44.440 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:42:44.445 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libcephfs2. 2024-04-15T01:42:44.471 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:44.488 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:44.511 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:44.672 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package unzip. 2024-04-15T01:42:44.688 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-15T01:42:44.730 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-15T01:42:44.755 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-rados. 2024-04-15T01:42:44.770 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:44.814 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:44.891 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-15T01:42:44.918 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-15T01:42:44.966 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T01:42:45.142 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-15T01:42:45.142 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package luarocks. 2024-04-15T01:42:45.168 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:42:45.168 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-15T01:42:45.208 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:45.209 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-15T01:42:45.377 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-prettytable. 2024-04-15T01:42:45.404 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-15T01:42:45.444 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-15T01:42:45.452 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-cephfs. 2024-04-15T01:42:45.468 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:45.502 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:45.591 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librgw2. 2024-04-15T01:42:45.617 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../025-librgw2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:45.658 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:45.713 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-rbd. 2024-04-15T01:42:45.729 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:45.771 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:45.797 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-15T01:42:45.823 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:42:45.863 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:46.174 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-15T01:42:46.185 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rgw. 2024-04-15T01:42:46.201 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-15T01:42:46.211 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:46.216 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-15T01:42:46.243 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-15T01:42:46.249 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T01:42:46.251 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:46.283 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T01:42:46.546 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-15T01:42:46.568 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-15T01:42:46.572 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-15T01:42:46.595 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-15T01:42:46.603 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-prettytable. 2024-04-15T01:42:46.614 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T01:42:46.629 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-15T01:42:46.643 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T01:42:46.669 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-15T01:42:46.913 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-rbd. 2024-04-15T01:42:46.924 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libradosstriper1. 2024-04-15T01:42:46.939 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:46.950 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:46.970 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-15T01:42:46.980 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:46.990 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:46.994 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-15T01:42:47.046 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T01:42:47.299 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-15T01:42:47.326 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-15T01:42:47.366 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T01:42:47.368 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-common. 2024-04-15T01:42:47.395 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:47.398 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package lua5.1. 2024-04-15T01:42:47.415 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-15T01:42:47.435 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:47.457 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-15T01:42:47.644 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-15T01:42:47.670 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-15T01:42:47.710 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T01:42:47.810 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package lua-any. 2024-04-15T01:42:47.837 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-15T01:42:47.885 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-15T01:42:48.013 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-15T01:42:48.039 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-15T01:42:48.080 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T01:42:48.188 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package zip. 2024-04-15T01:42:48.214 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-15T01:42:48.262 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking zip (3.0-12build2) ... 2024-04-15T01:42:48.374 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package lua5.1. 2024-04-15T01:42:48.398 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-15T01:42:48.441 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-15T01:42:48.632 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package unzip. 2024-04-15T01:42:48.659 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-15T01:42:48.698 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-15T01:42:48.752 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package lua-any. 2024-04-15T01:42:48.768 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-15T01:42:48.773 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-base. 2024-04-15T01:42:48.800 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:48.811 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-15T01:42:48.850 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:49.063 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package zip. 2024-04-15T01:42:49.079 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-15T01:42:49.121 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking zip (3.0-12build2) ... 2024-04-15T01:42:49.127 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package luarocks. 2024-04-15T01:42:49.154 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-15T01:42:49.194 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-15T01:42:49.411 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-15T01:42:49.438 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-15T01:42:49.442 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package unzip. 2024-04-15T01:42:49.468 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-15T01:42:49.477 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-15T01:42:49.508 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-15T01:42:49.551 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package librgw2. 2024-04-15T01:42:49.567 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../025-librgw2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:49.601 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:49.780 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cheroot. 2024-04-15T01:42:49.807 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-15T01:42:49.846 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T01:42:49.870 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package luarocks. 2024-04-15T01:42:49.896 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-15T01:42:49.937 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-15T01:42:50.162 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-rgw. 2024-04-15T01:42:50.166 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-15T01:42:50.188 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:50.193 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-15T01:42:50.228 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:50.232 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-15T01:42:50.311 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package librgw2. 2024-04-15T01:42:50.338 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../025-librgw2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:50.377 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:50.494 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-15T01:42:50.520 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-15T01:42:50.552 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-15T01:42:50.564 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-15T01:42:50.591 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-15T01:42:50.631 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T01:42:50.847 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-15T01:42:50.873 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-15T01:42:50.913 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-15T01:42:50.914 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-rgw. 2024-04-15T01:42:50.929 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:50.942 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libradosstriper1. 2024-04-15T01:42:50.969 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:50.972 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:51.008 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:51.216 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-tempora. 2024-04-15T01:42:51.244 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-15T01:42:51.282 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-15T01:42:51.324 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-15T01:42:51.351 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-15T01:42:51.353 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-common. 2024-04-15T01:42:51.380 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:51.391 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T01:42:51.420 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:51.568 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-portend. 2024-04-15T01:42:51.595 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-15T01:42:51.635 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-15T01:42:51.753 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libradosstriper1. 2024-04-15T01:42:51.779 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:51.828 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:52.054 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-15T01:42:52.070 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-15T01:42:52.105 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-15T01:42:52.298 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-common. 2024-04-15T01:42:52.324 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:52.364 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:52.407 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-15T01:42:52.434 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-15T01:42:52.474 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-15T01:42:52.819 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-natsort. 2024-04-15T01:42:52.846 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-15T01:42:52.877 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-15T01:42:53.041 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-base. 2024-04-15T01:42:53.068 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:53.117 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:53.163 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-logutils. 2024-04-15T01:42:53.190 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-15T01:42:53.230 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-15T01:42:53.533 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-15T01:42:53.559 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-15T01:42:53.599 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-15T01:42:53.703 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-base. 2024-04-15T01:42:53.712 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-15T01:42:53.730 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:42:53.739 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-15T01:42:53.778 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-15T01:42:53.779 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:42:53.902 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-mako. 2024-04-15T01:42:53.929 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-15T01:42:53.968 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T01:42:54.081 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-cheroot. 2024-04-15T01:42:54.108 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-15T01:42:54.148 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T01:42:54.297 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-15T01:42:54.323 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-15T01:42:54.357 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-15T01:42:54.363 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-15T01:42:54.384 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-15T01:42:54.423 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-15T01:42:54.450 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-15T01:42:54.466 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-15T01:42:54.500 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-15T01:42:54.616 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-15T01:42:54.643 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-15T01:42:54.674 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-15T01:42:54.770 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-15T01:42:54.776 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-cheroot. 2024-04-15T01:42:54.797 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-15T01:42:54.803 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-15T01:42:54.851 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T01:42:54.853 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-15T01:42:54.960 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-webob. 2024-04-15T01:42:54.987 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-15T01:42:55.026 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-15T01:42:55.156 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-15T01:42:55.183 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-15T01:42:55.223 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-15T01:42:55.246 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-15T01:42:55.273 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-15T01:42:55.321 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-15T01:42:55.388 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-waitress. 2024-04-15T01:42:55.415 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-15T01:42:55.458 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T01:42:55.525 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-tempora. 2024-04-15T01:42:55.552 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-15T01:42:55.591 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-15T01:42:55.766 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-tempita. 2024-04-15T01:42:55.793 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-15T01:42:55.832 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T01:42:55.852 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-portend. 2024-04-15T01:42:55.880 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-15T01:42:55.899 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-15T01:42:55.910 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-15T01:42:55.925 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-15T01:42:55.957 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-15T01:42:56.126 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-paste. 2024-04-15T01:42:56.153 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-15T01:42:56.193 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T01:42:56.214 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-15T01:42:56.241 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-15T01:42:56.252 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-15T01:42:56.278 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-15T01:42:56.280 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-15T01:42:56.318 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-15T01:42:56.513 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-15T01:42:56.540 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-15T01:42:56.579 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T01:42:56.583 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-15T01:42:56.610 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-15T01:42:56.621 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-tempora. 2024-04-15T01:42:56.647 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-15T01:42:56.666 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-15T01:42:56.788 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-15T01:42:57.474 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-15T01:42:57.501 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-15T01:42:57.653 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-natsort. 2024-04-15T01:42:57.666 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-15T01:42:57.681 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-15T01:42:57.691 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-portend. 2024-04-15T01:42:57.717 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-15T01:42:57.721 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-15T01:42:57.757 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-15T01:42:57.927 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-webtest. 2024-04-15T01:42:57.953 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-15T01:42:57.993 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-15T01:42:58.033 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-logutils. 2024-04-15T01:42:58.060 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-15T01:42:58.085 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-15T01:42:58.099 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-15T01:42:58.111 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-15T01:42:58.160 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-15T01:42:58.263 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pecan. 2024-04-15T01:42:58.290 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-15T01:42:58.321 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T01:42:58.360 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-15T01:42:58.388 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-15T01:42:58.418 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-15T01:42:58.513 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-15T01:42:58.540 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-15T01:42:58.588 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-15T01:42:58.634 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-certifi. 2024-04-15T01:42:58.649 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-15T01:42:58.684 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-15T01:42:58.696 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-mako. 2024-04-15T01:42:58.723 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-15T01:42:58.763 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T01:42:58.925 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-natsort. 2024-04-15T01:42:58.951 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-15T01:42:58.970 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-idna. 2024-04-15T01:42:58.991 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-15T01:42:58.996 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-15T01:42:59.045 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-15T01:42:59.091 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-15T01:42:59.118 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-15T01:42:59.157 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-15T01:42:59.356 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-urllib3. 2024-04-15T01:42:59.369 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-logutils. 2024-04-15T01:42:59.382 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-15T01:42:59.396 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-15T01:42:59.423 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T01:42:59.444 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-15T01:42:59.460 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-15T01:42:59.487 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-15T01:42:59.526 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-15T01:42:59.751 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-requests. 2024-04-15T01:42:59.777 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-15T01:42:59.787 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-webob. 2024-04-15T01:42:59.803 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-15T01:42:59.817 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T01:42:59.831 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-15T01:42:59.837 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-15T01:42:59.857 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-15T01:42:59.905 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-15T01:43:00.129 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-15T01:43:00.155 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-15T01:43:00.157 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-waitress. 2024-04-15T01:43:00.184 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-15T01:43:00.203 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T01:43:00.208 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-mako. 2024-04-15T01:43:00.218 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T01:43:00.235 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-15T01:43:00.275 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T01:43:00.489 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-15T01:43:00.505 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:00.547 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:00.610 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-tempita. 2024-04-15T01:43:00.620 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-15T01:43:00.636 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-15T01:43:00.646 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-15T01:43:00.684 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T01:43:00.686 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-15T01:43:00.877 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-15T01:43:00.904 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:00.935 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:00.947 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-15T01:43:00.963 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-15T01:43:00.997 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-15T01:43:01.037 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-paste. 2024-04-15T01:43:01.064 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-15T01:43:01.112 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T01:43:01.255 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-15T01:43:01.281 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-15T01:43:01.283 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-webob. 2024-04-15T01:43:01.310 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-15T01:43:01.321 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-15T01:43:01.359 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-15T01:43:01.440 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-15T01:43:01.467 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-15T01:43:01.506 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T01:43:01.674 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-openssl. 2024-04-15T01:43:01.701 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-15T01:43:01.711 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-waitress. 2024-04-15T01:43:01.738 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-15T01:43:01.740 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-15T01:43:01.782 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T01:43:01.817 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-15T01:43:01.844 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-15T01:43:01.884 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-15T01:43:02.044 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr. 2024-04-15T01:43:02.070 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:02.089 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-tempita. 2024-04-15T01:43:02.110 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:02.116 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-15T01:43:02.153 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-webtest. 2024-04-15T01:43:02.156 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T01:43:02.180 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-15T01:43:02.211 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-15T01:43:02.442 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-paste. 2024-04-15T01:43:02.468 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-15T01:43:02.473 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-pecan. 2024-04-15T01:43:02.500 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-15T01:43:02.509 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T01:43:02.539 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T01:43:02.657 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mon. 2024-04-15T01:43:02.683 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:02.723 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:02.820 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-15T01:43:02.847 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-15T01:43:02.887 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T01:43:02.919 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-certifi. 2024-04-15T01:43:02.946 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-15T01:43:02.986 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-15T01:43:03.164 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-15T01:43:03.180 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-15T01:43:03.214 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-15T01:43:03.360 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-osd. 2024-04-15T01:43:03.387 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:03.426 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:03.488 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-idna. 2024-04-15T01:43:03.515 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-15T01:43:03.526 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-webtest. 2024-04-15T01:43:03.552 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-15T01:43:03.554 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-15T01:43:03.592 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-15T01:43:03.833 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-urllib3. 2024-04-15T01:43:03.860 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-15T01:43:03.891 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T01:43:03.955 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pecan. 2024-04-15T01:43:03.980 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-15T01:43:04.020 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T01:43:04.160 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-requests. 2024-04-15T01:43:04.177 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-15T01:43:04.210 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T01:43:04.383 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-certifi. 2024-04-15T01:43:04.410 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-15T01:43:04.429 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph. 2024-04-15T01:43:04.442 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../066-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:04.450 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-15T01:43:04.471 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:04.521 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-15T01:43:04.549 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-15T01:43:04.579 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T01:43:04.799 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-fuse. 2024-04-15T01:43:04.825 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:04.836 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-idna. 2024-04-15T01:43:04.863 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-15T01:43:04.865 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:04.874 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-15T01:43:04.901 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:04.911 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-15T01:43:04.941 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:05.235 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mds. 2024-04-15T01:43:05.262 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:05.272 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-urllib3. 2024-04-15T01:43:05.295 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-15T01:43:05.299 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-15T01:43:05.301 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:05.322 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:05.339 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T01:43:05.370 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:05.671 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package cephadm. 2024-04-15T01:43:05.689 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-15T01:43:05.693 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-requests. 2024-04-15T01:43:05.697 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../069-cephadm_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:05.717 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-15T01:43:05.718 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-15T01:43:05.729 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:05.756 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-15T01:43:05.758 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T01:43:06.048 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-15T01:43:06.058 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-openssl. 2024-04-15T01:43:06.070 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-15T01:43:06.075 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-15T01:43:06.086 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-15T01:43:06.097 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-15T01:43:06.115 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-15T01:43:06.125 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-15T01:43:06.136 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T01:43:06.401 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-15T01:43:06.423 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-15T01:43:06.427 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T01:43:06.436 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-mgr. 2024-04-15T01:43:06.449 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:06.463 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:06.467 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T01:43:06.481 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:06.503 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:06.869 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-15T01:43:06.872 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-mon. 2024-04-15T01:43:06.896 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:06.899 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:06.936 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:06.947 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:07.247 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-15T01:43:07.274 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-15T01:43:07.313 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-15T01:43:07.397 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-babel. 2024-04-15T01:43:07.424 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T01:43:07.464 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T01:43:07.616 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-openssl. 2024-04-15T01:43:07.617 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-osd. 2024-04-15T01:43:07.642 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-15T01:43:07.644 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:07.682 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-15T01:43:07.683 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:07.783 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jinja2. 2024-04-15T01:43:07.810 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-15T01:43:07.866 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T01:43:08.003 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr. 2024-04-15T01:43:08.029 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:08.061 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:08.194 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-15T01:43:08.221 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:08.261 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:08.447 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mon. 2024-04-15T01:43:08.474 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:08.514 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:08.547 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-15T01:43:08.574 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-15T01:43:08.614 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-15T01:43:08.753 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph. 2024-04-15T01:43:08.769 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../066-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:08.811 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:08.900 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-routes. 2024-04-15T01:43:08.927 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-15T01:43:08.966 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T01:43:09.097 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-fuse. 2024-04-15T01:43:09.124 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:09.134 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-osd. 2024-04-15T01:43:09.160 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:09.164 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:09.200 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:09.295 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-15T01:43:09.321 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:09.361 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:09.534 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-mds. 2024-04-15T01:43:09.561 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:09.600 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:09.995 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package cephadm. 2024-04-15T01:43:10.022 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../069-cephadm_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:10.061 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:10.229 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph. 2024-04-15T01:43:10.244 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../066-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:10.278 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:10.380 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-15T01:43:10.408 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-15T01:43:10.447 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-15T01:43:10.565 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-fuse. 2024-04-15T01:43:10.591 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:10.601 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-15T01:43:10.628 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-15T01:43:10.631 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:10.666 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T01:43:10.758 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-15T01:43:10.774 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T01:43:10.808 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T01:43:11.018 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mds. 2024-04-15T01:43:11.044 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:11.084 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:11.094 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-joblib. 2024-04-15T01:43:11.110 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-15T01:43:11.144 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T01:43:11.496 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package cephadm. 2024-04-15T01:43:11.497 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-15T01:43:11.522 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../069-cephadm_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:11.524 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-15T01:43:11.562 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:11.572 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-15T01:43:11.837 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-babel. 2024-04-15T01:43:11.853 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T01:43:11.873 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-15T01:43:11.875 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-sklearn. 2024-04-15T01:43:11.887 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T01:43:11.900 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-15T01:43:11.902 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-15T01:43:11.931 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-15T01:43:11.941 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T01:43:12.234 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-15T01:43:12.240 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-jinja2. 2024-04-15T01:43:12.249 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T01:43:12.267 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-15T01:43:12.283 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T01:43:12.298 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T01:43:12.608 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-15T01:43:12.618 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-15T01:43:12.635 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:12.645 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:12.676 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:12.935 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:13.029 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-15T01:43:13.057 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-15T01:43:13.095 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-15T01:43:13.281 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-babel. 2024-04-15T01:43:13.308 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T01:43:13.339 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T01:43:13.407 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-routes. 2024-04-15T01:43:13.434 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-15T01:43:13.465 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T01:43:13.608 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jinja2. 2024-04-15T01:43:13.624 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-15T01:43:13.666 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T01:43:13.782 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-15T01:43:13.809 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:13.830 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cachetools. 2024-04-15T01:43:13.843 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:13.846 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-15T01:43:13.880 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-15T01:43:14.003 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-15T01:43:14.030 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:14.069 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:14.149 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-15T01:43:14.177 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-15T01:43:14.216 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-15T01:43:14.372 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-15T01:43:14.388 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-15T01:43:14.431 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-15T01:43:14.519 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-15T01:43:14.546 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-15T01:43:14.586 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T01:43:14.734 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-routes. 2024-04-15T01:43:14.760 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-15T01:43:14.800 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T01:43:14.922 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rsa. 2024-04-15T01:43:14.949 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-15T01:43:14.988 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-15T01:43:15.098 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-15T01:43:15.126 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-15T01:43:15.139 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-15T01:43:15.164 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T01:43:15.166 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:15.205 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:15.309 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-google-auth. 2024-04-15T01:43:15.336 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-15T01:43:15.375 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-15T01:43:15.676 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-joblib. 2024-04-15T01:43:15.695 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-15T01:43:15.703 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-15T01:43:15.722 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-15T01:43:15.742 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T01:43:15.761 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T01:43:16.039 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-websocket. 2024-04-15T01:43:16.066 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-15T01:43:16.097 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-15T01:43:16.120 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-15T01:43:16.148 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-15T01:43:16.187 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-15T01:43:16.401 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-15T01:43:16.428 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-15T01:43:16.467 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T01:43:16.506 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-sklearn. 2024-04-15T01:43:16.534 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-15T01:43:16.535 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-15T01:43:16.562 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-15T01:43:16.572 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T01:43:16.602 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T01:43:17.097 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-15T01:43:17.125 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:17.130 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-joblib. 2024-04-15T01:43:17.158 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-15T01:43:17.164 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:17.197 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T01:43:17.265 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-15T01:43:17.292 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:17.416 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:17.450 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-15T01:43:17.477 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-15T01:43:17.508 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T01:43:17.542 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-15T01:43:17.569 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-15T01:43:17.600 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-15T01:43:17.836 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-15T01:43:17.863 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T01:43:17.903 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T01:43:17.903 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-sklearn. 2024-04-15T01:43:17.930 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-15T01:43:18.094 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T01:43:18.322 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package jq. 2024-04-15T01:43:18.350 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T01:43:18.388 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-15T01:43:18.561 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-cachetools. 2024-04-15T01:43:18.588 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-15T01:43:18.627 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-15T01:43:18.641 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package socat. 2024-04-15T01:43:18.668 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-15T01:43:18.708 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-15T01:43:18.761 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-15T01:43:18.789 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:18.913 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:18.947 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-15T01:43:18.974 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-15T01:43:19.002 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package xmlstarlet. 2024-04-15T01:43:19.013 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-15T01:43:19.030 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-15T01:43:19.069 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-15T01:43:19.350 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-15T01:43:19.377 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-15T01:43:19.417 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T01:43:19.465 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-test. 2024-04-15T01:43:19.492 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:19.539 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:19.727 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-rsa. 2024-04-15T01:43:19.756 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-15T01:43:19.786 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-15T01:43:19.817 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-cachetools. 2024-04-15T01:43:19.844 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-15T01:43:19.883 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-15T01:43:20.056 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-google-auth. 2024-04-15T01:43:20.084 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-15T01:43:20.122 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-15T01:43:20.161 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-15T01:43:20.188 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-15T01:43:20.219 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-15T01:43:20.442 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-15T01:43:20.470 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-15T01:43:20.509 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T01:43:20.531 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-15T01:43:20.558 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-15T01:43:20.598 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T01:43:20.820 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-websocket. 2024-04-15T01:43:20.847 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-15T01:43:20.886 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-15T01:43:20.892 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-rsa. 2024-04-15T01:43:20.920 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-15T01:43:20.950 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-15T01:43:21.181 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-15T01:43:21.209 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-15T01:43:21.229 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-google-auth. 2024-04-15T01:43:21.239 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T01:43:21.257 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-15T01:43:21.526 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-15T01:43:21.849 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-15T01:43:21.852 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-volume. 2024-04-15T01:43:21.876 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-15T01:43:21.879 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:21.911 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-15T01:43:21.915 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T01:43:21.918 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:21.928 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:21.969 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:22.168 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-websocket. 2024-04-15T01:43:22.183 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-15T01:43:22.189 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-15T01:43:22.205 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:22.218 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-15T01:43:22.247 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:22.297 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-15T01:43:22.325 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-15T01:43:22.363 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T01:43:22.530 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-15T01:43:22.557 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-15T01:43:22.558 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-15T01:43:22.586 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-15T01:43:22.596 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T01:43:22.624 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T01:43:22.708 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-15T01:43:22.736 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T01:43:22.774 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T01:43:22.929 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-15T01:43:22.957 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-15T01:43:22.985 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package jq. 2024-04-15T01:43:22.995 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-15T01:43:23.001 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T01:43:23.035 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-15T01:43:23.245 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package socat. 2024-04-15T01:43:23.262 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-15T01:43:23.276 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-15T01:43:23.293 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:23.304 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-15T01:43:23.307 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package nvme-cli. 2024-04-15T01:43:23.323 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-15T01:43:23.334 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:23.357 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T01:43:23.646 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-15T01:43:23.673 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-15T01:43:23.682 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package xmlstarlet. 2024-04-15T01:43:23.710 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-15T01:43:23.712 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T01:43:23.746 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package pkg-config. 2024-04-15T01:43:23.757 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-15T01:43:23.762 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-15T01:43:23.795 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T01:43:24.024 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-15T01:43:24.040 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-15T01:43:24.051 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T01:43:24.068 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-15T01:43:24.107 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-15T01:43:24.115 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T01:43:24.169 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-test. 2024-04-15T01:43:24.197 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:24.244 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:24.377 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package jq. 2024-04-15T01:43:24.392 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T01:43:24.434 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-15T01:43:24.468 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-15T01:43:24.495 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-15T01:43:24.534 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-15T01:43:24.687 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package socat. 2024-04-15T01:43:24.714 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-15T01:43:24.754 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-15T01:43:24.837 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pastescript. 2024-04-15T01:43:24.864 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-15T01:43:24.903 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-15T01:43:25.049 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package xmlstarlet. 2024-04-15T01:43:25.064 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-15T01:43:25.098 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-15T01:43:25.207 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pluggy. 2024-04-15T01:43:25.234 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-15T01:43:25.282 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-15T01:43:25.453 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-test. 2024-04-15T01:43:25.480 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:25.510 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:25.585 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-psutil. 2024-04-15T01:43:25.612 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-15T01:43:25.651 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-15T01:43:25.987 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-py. 2024-04-15T01:43:26.015 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-15T01:43:26.053 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-15T01:43:26.357 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pygments. 2024-04-15T01:43:26.386 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-15T01:43:26.423 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T01:43:26.556 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package ceph-volume. 2024-04-15T01:43:26.584 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:26.631 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:26.869 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-15T01:43:26.896 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-15T01:43:26.935 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-15T01:43:26.951 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-15T01:43:26.968 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:27.010 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:27.230 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-toml. 2024-04-15T01:43:27.257 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-15T01:43:27.295 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-15T01:43:27.296 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-15T01:43:27.312 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-15T01:43:27.362 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T01:43:27.557 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pytest. 2024-04-15T01:43:27.585 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-15T01:43:27.615 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T01:43:27.658 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-15T01:43:27.686 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-15T01:43:27.716 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-15T01:43:27.757 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-volume. 2024-04-15T01:43:27.784 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:43:27.823 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:27.994 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-simplejson. 2024-04-15T01:43:28.022 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-15T01:43:28.060 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-15T01:43:28.103 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package nvme-cli. 2024-04-15T01:43:28.118 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-15T01:43:28.131 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-15T01:43:28.146 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:28.169 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T01:43:28.210 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:28.321 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-15T01:43:28.337 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-15T01:43:28.379 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-15T01:43:28.471 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-15T01:43:28.499 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-15T01:43:28.529 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T01:43:28.600 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package pkg-config. 2024-04-15T01:43:28.630 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-15T01:43:28.666 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T01:43:28.859 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-15T01:43:28.886 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-15T01:43:28.925 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-15T01:43:28.927 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-15T01:43:28.944 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-15T01:43:28.985 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-15T01:43:29.092 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package radosgw. 2024-04-15T01:43:29.120 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../116-radosgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:29.150 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:29.313 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package nvme-cli. 2024-04-15T01:43:29.341 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-15T01:43:29.379 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T01:43:29.438 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-15T01:43:29.466 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-15T01:43:29.504 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-15T01:43:29.782 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-pastescript. 2024-04-15T01:43:29.801 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package pkg-config. 2024-04-15T01:43:29.810 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-15T01:43:29.829 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-15T01:43:29.840 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-15T01:43:29.867 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T01:43:29.944 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package rbd-fuse. 2024-04-15T01:43:29.961 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:30.002 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:30.102 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-pluggy. 2024-04-15T01:43:30.129 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-15T01:43:30.130 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-15T01:43:30.145 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-15T01:43:30.160 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-15T01:43:30.187 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-15T01:43:30.289 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-15T01:43:30.471 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-psutil. 2024-04-15T01:43:30.499 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-15T01:43:30.538 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-15T01:43:30.540 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T01:43:30.624 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-15T01:43:30.651 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-15T01:43:30.667 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T01:43:30.690 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-15T01:43:30.874 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-py. 2024-04-15T01:43:30.902 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-15T01:43:30.928 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-15T01:43:30.940 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-15T01:43:31.009 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pastescript. 2024-04-15T01:43:31.037 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-15T01:43:31.076 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-15T01:43:31.223 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-15T01:43:31.268 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-pygments. 2024-04-15T01:43:31.298 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-15T01:43:31.335 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T01:43:31.354 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pluggy. 2024-04-15T01:43:31.378 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-15T01:43:31.421 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-15T01:43:31.636 INFO:teuthology.orchestra.run.smithi190.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-15T01:43:31.694 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:31.717 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-psutil. 2024-04-15T01:43:31.743 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-15T01:43:31.781 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-15T01:43:31.797 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-15T01:43:31.826 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-15T01:43:31.863 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-15T01:43:32.118 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-py. 2024-04-15T01:43:32.145 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-15T01:43:32.184 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-15T01:43:32.191 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-toml. 2024-04-15T01:43:32.201 INFO:teuthology.orchestra.run.smithi190.stdout:Adding system user cephadm....done 2024-04-15T01:43:32.220 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-15T01:43:32.257 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-15T01:43:32.357 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T01:43:32.529 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pygments. 2024-04-15T01:43:32.544 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-pytest. 2024-04-15T01:43:32.557 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-15T01:43:32.572 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-15T01:43:32.604 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T01:43:32.610 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T01:43:32.650 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-15T01:43:32.893 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-15T01:43:32.913 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package python3-simplejson. 2024-04-15T01:43:32.930 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-15T01:43:32.963 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-15T01:43:33.011 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-15T01:43:33.075 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-15T01:43:33.103 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-15T01:43:33.141 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-15T01:43:33.199 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-15T01:43:33.228 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-15T01:43:33.265 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-15T01:43:33.270 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-15T01:43:33.452 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-toml. 2024-04-15T01:43:33.480 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-15T01:43:33.519 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-15T01:43:33.521 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T01:43:33.639 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-15T01:43:33.780 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pytest. 2024-04-15T01:43:33.796 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-15T01:43:33.830 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T01:43:33.932 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T01:43:34.167 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-simplejson. 2024-04-15T01:43:34.194 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-15T01:43:34.233 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-15T01:43:34.286 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package radosgw. 2024-04-15T01:43:34.314 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../116-radosgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:34.351 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-15T01:43:34.352 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:34.511 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-15T01:43:34.527 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-15T01:43:34.569 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-15T01:43:34.602 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-15T01:43:34.861 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-15T01:43:35.121 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-15T01:43:35.197 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package rbd-fuse. 2024-04-15T01:43:35.225 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:35.263 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:35.348 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package radosgw. 2024-04-15T01:43:35.372 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-15T01:43:35.376 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../116-radosgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:35.414 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:35.577 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-15T01:43:35.631 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-15T01:43:35.834 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T01:43:35.882 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:35.961 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T01:43:36.142 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T01:43:36.175 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package rbd-fuse. 2024-04-15T01:43:36.192 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:43:36.225 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:36.228 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-15T01:43:36.243 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T01:43:36.344 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T01:43:36.470 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-15T01:43:36.538 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-15T01:43:36.539 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-15T01:43:36.745 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-15T01:43:36.789 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T01:43:36.915 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T01:43:36.940 INFO:teuthology.orchestra.run.smithi045.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-15T01:43:37.021 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:37.135 INFO:teuthology.orchestra.run.smithi190.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-15T01:43:37.159 INFO:teuthology.orchestra.run.smithi190.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-15T01:43:37.176 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-15T01:43:37.225 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T01:43:37.350 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-15T01:43:37.495 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-15T01:43:37.529 INFO:teuthology.orchestra.run.smithi045.stdout:Adding system user cephadm....done 2024-04-15T01:43:37.685 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T01:43:37.709 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T01:43:37.810 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-15T01:43:37.928 INFO:teuthology.orchestra.run.smithi186.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-15T01:43:37.961 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-15T01:43:38.000 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:38.070 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T01:43:38.220 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-15T01:43:38.329 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-15T01:43:38.346 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-15T01:43:38.517 INFO:teuthology.orchestra.run.smithi186.stdout:Adding system user cephadm....done 2024-04-15T01:43:38.581 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-15T01:43:38.630 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up zip (3.0-12build2) ... 2024-04-15T01:43:38.673 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T01:43:38.740 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T01:43:38.875 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T01:43:38.949 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-15T01:43:39.002 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-15T01:43:39.192 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-15T01:43:39.293 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-15T01:43:39.303 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T01:43:39.433 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T01:43:39.519 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-15T01:43:39.676 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T01:43:39.697 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-15T01:43:39.770 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T01:43:39.802 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-15T01:43:39.896 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-15T01:43:39.928 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T01:43:39.940 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-15T01:43:40.198 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T01:43:40.229 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-15T01:43:40.232 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-15T01:43:40.501 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-15T01:43:40.584 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-15T01:43:40.597 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-15T01:43:40.752 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-15T01:43:40.818 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-15T01:43:40.848 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T01:43:40.995 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-15T01:43:41.077 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-15T01:43:41.242 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T01:43:41.254 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:41.304 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-15T01:43:41.534 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T01:43:41.547 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T01:43:41.563 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-15T01:43:41.648 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T01:43:41.749 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T01:43:41.822 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-15T01:43:41.875 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-15T01:43:41.885 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-15T01:43:42.098 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:42.137 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-15T01:43:42.143 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-15T01:43:42.262 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:42.399 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T01:43:42.497 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-15T01:43:42.517 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T01:43:42.523 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-15T01:43:42.555 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-idna (3.3-1) ... 2024-04-15T01:43:42.579 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T01:43:42.618 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T01:43:42.730 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-15T01:43:42.736 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-15T01:43:42.865 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T01:43:42.987 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-15T01:43:43.115 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T01:43:43.240 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-15T01:43:43.362 INFO:teuthology.orchestra.run.smithi186.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-15T01:43:43.394 INFO:teuthology.orchestra.run.smithi186.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-15T01:43:43.457 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T01:43:43.525 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T01:43:43.583 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-15T01:43:43.801 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-15T01:43:43.917 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T01:43:44.018 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-15T01:43:44.037 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T01:43:44.086 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up zip (3.0-12build2) ... 2024-04-15T01:43:44.212 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T01:43:44.261 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T01:43:44.280 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:43:44.423 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-15T01:43:44.520 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-15T01:43:44.699 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T01:43:44.825 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-15T01:43:44.846 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up zip (3.0-12build2) ... 2024-04-15T01:43:44.939 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T01:43:44.951 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T01:43:44.972 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T01:43:45.182 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T01:43:45.261 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-15T01:43:45.325 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-15T01:43:45.459 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T01:43:45.512 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-15T01:43:45.649 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T01:43:45.746 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:43:45.768 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-15T01:43:45.847 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-15T01:43:45.892 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T01:43:45.993 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-15T01:43:46.111 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T01:43:46.140 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-15T01:43:46.153 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-15T01:43:46.400 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-15T01:43:46.412 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-15T01:43:46.412 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T01:43:46.668 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-15T01:43:46.796 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-15T01:43:46.822 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T01:43:46.927 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-15T01:43:47.048 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T01:43:47.140 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T01:43:47.203 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-15T01:43:47.416 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T01:43:47.496 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T01:43:47.517 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-15T01:43:47.613 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-15T01:43:47.692 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T01:43:47.768 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-15T01:43:47.883 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T01:43:47.893 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:48.009 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T01:43:48.018 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-15T01:43:48.186 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-idna (3.3-1) ... 2024-04-15T01:43:48.253 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-15T01:43:48.302 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-15T01:43:48.379 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:48.521 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T01:43:48.620 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-15T01:43:48.705 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-idna (3.3-1) ... 2024-04-15T01:43:48.888 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T01:43:48.997 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-15T01:43:49.023 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T01:43:49.098 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T01:43:49.187 INFO:teuthology.orchestra.run.smithi190.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-15T01:43:49.433 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T01:43:49.609 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T01:43:49.668 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T01:43:49.928 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:43:49.994 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-15T01:43:50.062 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-15T01:43:50.195 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T01:43:50.253 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-15T01:43:50.339 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T01:43:50.379 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-15T01:43:50.447 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:43:50.490 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-15T01:43:50.581 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-15T01:43:50.599 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T01:43:50.630 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:43:50.739 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T01:43:50.849 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T01:43:50.900 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-15T01:43:50.975 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-15T01:43:51.057 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T01:43:51.101 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T01:43:51.151 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-15T01:43:51.367 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T01:43:51.385 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-15T01:43:51.411 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:43:51.520 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-15T01:43:51.619 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-15T01:43:51.643 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-15T01:43:51.769 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-15T01:43:51.830 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-15T01:43:51.870 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:43:52.005 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-15T01:43:52.045 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-15T01:43:52.089 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-15T01:43:52.321 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T01:43:52.349 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-15T01:43:52.562 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-15T01:43:52.600 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-15T01:43:52.649 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-15T01:43:52.851 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-15T01:43:52.874 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-15T01:43:53.034 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-15T01:43:53.102 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T01:43:53.134 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-15T01:43:53.228 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-15T01:43:53.319 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T01:43:53.393 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-15T01:43:53.537 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T01:43:53.644 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-15T01:43:53.663 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T01:43:53.671 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T01:43:53.772 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:53.886 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T01:43:53.898 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:53.965 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-15T01:43:54.021 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-15T01:43:54.041 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-15T01:43:54.274 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-15T01:43:54.289 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T01:43:54.410 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:54.415 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T01:43:54.536 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:54.542 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T01:43:54.651 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-15T01:43:54.662 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-15T01:43:54.699 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-15T01:43:54.752 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T01:43:54.825 INFO:teuthology.orchestra.run.smithi045.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-15T01:43:54.930 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:55.000 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-15T01:43:55.048 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:55.070 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T01:43:55.174 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:55.196 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T01:43:55.243 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T01:43:55.369 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-15T01:43:55.395 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T01:43:55.395 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T01:43:55.495 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T01:43:55.583 INFO:teuthology.orchestra.run.smithi186.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-15T01:43:55.598 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-15T01:43:55.830 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T01:43:55.849 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-15T01:43:55.858 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:55.956 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T01:43:55.975 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-15T01:43:55.985 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:56.111 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:56.226 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:43:56.237 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T01:43:56.327 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T01:43:56.341 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-15T01:43:56.600 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-15T01:43:56.645 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T01:43:56.709 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-15T01:43:56.960 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:43:56.962 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T01:43:57.087 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T01:43:57.257 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-15T01:43:57.356 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-15T01:43:57.413 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T01:43:57.507 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:57.607 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-15T01:43:57.633 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:57.706 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T01:43:57.767 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:57.892 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T01:43:57.893 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:57.965 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-15T01:43:58.019 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:58.091 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-15T01:43:58.237 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-15T01:43:58.350 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-15T01:43:58.579 INFO:teuthology.orchestra.run.smithi190.stdout:Adding group ceph....done 2024-04-15T01:43:58.626 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T01:43:58.655 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-15T01:43:58.955 INFO:teuthology.orchestra.run.smithi190.stdout:Adding system user ceph....done 2024-04-15T01:43:58.963 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-15T01:43:58.965 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T01:43:59.124 INFO:teuthology.orchestra.run.smithi190.stdout:Setting system user ceph properties....done 2024-04-15T01:43:59.143 INFO:teuthology.orchestra.run.smithi190.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-15T01:43:59.274 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-15T01:43:59.318 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T01:43:59.348 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-15T01:43:59.444 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:59.570 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:43:59.575 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-15T01:43:59.633 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T01:43:59.696 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-15T01:43:59.977 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T01:44:00.007 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:00.054 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:00.078 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:00.116 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:00.171 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:00.204 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:00.243 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-15T01:44:00.339 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-15T01:44:00.519 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:00.611 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:44:00.611 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:44:00.645 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:00.675 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:00.771 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:00.800 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:00.910 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-15T01:44:00.989 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T01:44:00.989 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T01:44:01.048 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:01.195 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:01.323 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:01.408 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-15T01:44:01.439 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:01.449 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:01.540 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:01.641 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:01.663 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T01:44:01.663 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T01:44:01.767 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T01:44:01.858 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:02.086 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T01:44:02.086 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T01:44:02.175 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:02.301 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:02.410 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:02.511 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T01:44:02.552 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:02.791 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T01:44:02.791 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T01:44:03.071 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:03.197 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:03.236 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:03.323 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:03.449 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:03.515 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T01:44:03.516 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T01:44:03.575 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:03.740 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:03.866 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:03.979 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:03.992 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:04.051 INFO:teuthology.orchestra.run.smithi045.stdout:Adding group ceph....done 2024-04-15T01:44:04.080 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:04.118 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:04.231 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:04.244 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:04.386 INFO:teuthology.orchestra.run.smithi045.stdout:Adding system user ceph....done 2024-04-15T01:44:04.447 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T01:44:04.468 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T01:44:04.538 INFO:teuthology.orchestra.run.smithi045.stdout:Setting system user ceph properties....done 2024-04-15T01:44:04.551 INFO:teuthology.orchestra.run.smithi045.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-15T01:44:04.704 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-15T01:44:04.762 INFO:teuthology.orchestra.run.smithi186.stdout:Adding group ceph....done 2024-04-15T01:44:04.900 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:05.008 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-15T01:44:05.051 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:05.105 INFO:teuthology.orchestra.run.smithi186.stdout:Adding system user ceph....done 2024-04-15T01:44:05.200 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:05.282 INFO:teuthology.orchestra.run.smithi186.stdout:Setting system user ceph properties....done 2024-04-15T01:44:05.298 INFO:teuthology.orchestra.run.smithi186.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-15T01:44:05.353 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:05.437 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-15T01:44:05.484 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:05.585 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:05.689 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-15T01:44:05.764 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-15T01:44:05.789 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-15T01:44:05.933 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-15T01:44:06.017 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:44:06.017 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:44:06.253 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:06.379 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:06.462 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:06.830 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-15T01:44:06.847 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:44:06.847 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:44:07.067 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-15T01:44:07.306 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:07.322 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:07.552 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T01:44:07.552 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T01:44:07.678 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-15T01:44:07.712 INFO:teuthology.orchestra.run.smithi190.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-15T01:44:07.718 DEBUG:teuthology.parallel:result is None 2024-04-15T01:44:08.049 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:08.166 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:08.267 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T01:44:08.267 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T01:44:08.426 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T01:44:08.426 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T01:44:08.734 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:08.893 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:09.014 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T01:44:09.014 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T01:44:09.122 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T01:44:09.122 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T01:44:09.469 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:09.620 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:09.628 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:09.771 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:09.886 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T01:44:09.886 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T01:44:09.987 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T01:44:09.988 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T01:44:10.365 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:10.439 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:10.573 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:10.589 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:10.715 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:10.857 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:10.901 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:11.123 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T01:44:11.123 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T01:44:11.246 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-15T01:44:11.372 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-15T01:44:11.524 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-15T01:44:11.617 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:11.793 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:11.919 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:12.045 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:44:12.381 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-15T01:44:12.499 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-15T01:44:12.659 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-15T01:44:12.783 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-15T01:44:13.402 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-15T01:44:13.454 INFO:teuthology.orchestra.run.smithi045.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-15T01:44:13.459 DEBUG:teuthology.parallel:result is None 2024-04-15T01:44:14.053 INFO:teuthology.orchestra.run.smithi186.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-15T01:44:14.057 DEBUG:teuthology.parallel:result is None 2024-04-15T01:44:14.057 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:44:14.289 DEBUG:teuthology.orchestra.run.smithi045:> dpkg-query -W -f '${Version}' ceph 2024-04-15T01:44:14.308 INFO:teuthology.orchestra.run.smithi045.stdout:19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:44:14.309 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:44:14.309 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114-ga9a752df-1jammy is installed. 2024-04-15T01:44:14.311 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:44:14.530 DEBUG:teuthology.orchestra.run.smithi186:> dpkg-query -W -f '${Version}' ceph 2024-04-15T01:44:14.549 INFO:teuthology.orchestra.run.smithi186.stdout:19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:44:14.549 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:44:14.549 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114-ga9a752df-1jammy is installed. 2024-04-15T01:44:14.551 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:44:14.801 DEBUG:teuthology.orchestra.run.smithi190:> dpkg-query -W -f '${Version}' ceph 2024-04-15T01:44:14.820 INFO:teuthology.orchestra.run.smithi190.stdout:19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:44:14.821 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:44:14.821 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114-ga9a752df-1jammy is installed. 2024-04-15T01:44:14.823 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-15T01:44:14.824 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-15T01:44:14.824 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T01:44:14.839 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-15T01:44:14.839 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T01:44:14.854 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T01:44:14.854 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T01:44:14.878 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-15T01:44:14.878 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-15T01:44:14.878 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T01:44:14.894 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T01:44:14.949 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-15T01:44:14.949 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T01:44:14.962 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T01:44:15.016 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T01:44:15.016 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T01:44:15.030 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T01:44:15.084 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-15T01:44:15.084 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-15T01:44:15.084 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T01:44:15.098 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T01:44:15.153 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-15T01:44:15.153 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T01:44:15.167 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T01:44:15.220 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T01:44:15.220 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T01:44:15.233 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T01:44:15.290 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-15T01:44:15.290 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-15T01:44:15.290 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T01:44:15.304 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T01:44:15.357 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-15T01:44:15.357 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T01:44:15.371 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T01:44:15.424 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T01:44:15.424 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T01:44:15.438 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T01:44:15.495 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T01:44:15.597 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': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T01:44:15.597 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:44:15.598 INFO:tasks.cephadm:Cluster fsid is aaccc7ac-fac9-11ee-bc8e-c7b262605968 2024-04-15T01:44:15.598 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T01:44:15.598 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.45', 'mon.b': '172.21.15.186', 'mon.c': '172.21.15.190'} 2024-04-15T01:44:15.598 INFO:tasks.cephadm:First mon is mon.a on smithi045 2024-04-15T01:44:15.598 INFO:tasks.cephadm:First mgr is a 2024-04-15T01:44:15.598 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T01:44:15.599 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2024-04-15T01:44:15.613 DEBUG:teuthology.orchestra.run.smithi186:> sudo hostname $(hostname -s) 2024-04-15T01:44:15.628 DEBUG:teuthology.orchestra.run.smithi190:> sudo hostname $(hostname -s) 2024-04-15T01:44:15.642 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T01:44:15.642 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:44:15.796 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.2.9+braggi09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2114-ga9a752df-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-14 16:20:13.371699', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-15T01:44:15.937 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:44:15.939 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-15T01:44:15.939 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T01:44:16.567 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-rw-r-- 1 ubuntu ubuntu 775006 Apr 15 01:44 /home/ubuntu/cephtest/cephadm 2024-04-15T01:44:16.567 DEBUG:teuthology.orchestra.run.smithi186:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T01:44:17.020 INFO:teuthology.orchestra.run.smithi186.stdout:-rw-rw-r-- 1 ubuntu ubuntu 775006 Apr 15 01:44 /home/ubuntu/cephtest/cephadm 2024-04-15T01:44:17.020 DEBUG:teuthology.orchestra.run.smithi190:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T01:44:17.473 INFO:teuthology.orchestra.run.smithi190.stdout:-rw-rw-r-- 1 ubuntu ubuntu 775006 Apr 15 01:44 /home/ubuntu/cephtest/cephadm 2024-04-15T01:44:17.474 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T01:44:17.482 DEBUG:teuthology.orchestra.run.smithi186:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T01:44:17.490 DEBUG:teuthology.orchestra.run.smithi190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T01:44:17.510 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T01:44:17.510 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T01:44:17.527 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T01:44:17.534 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T01:44:17.697 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:44:17.697 INFO:teuthology.orchestra.run.smithi186.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:44:17.706 INFO:teuthology.orchestra.run.smithi190.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:44:17.913 INFO:teuthology.orchestra.run.smithi190.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:44:17.913 INFO:teuthology.orchestra.run.smithi190.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 not found: manifest unknown: manifest unknown 2024-04-15T01:44:17.913 INFO:teuthology.orchestra.run.smithi190.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:44:17.917 INFO:teuthology.orchestra.run.smithi186.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:44:17.918 INFO:teuthology.orchestra.run.smithi186.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 not found: manifest unknown: manifest unknown 2024-04-15T01:44:17.918 INFO:teuthology.orchestra.run.smithi186.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:44:17.938 INFO:teuthology.orchestra.run.smithi045.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:44:17.939 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 not found: manifest unknown: manifest unknown 2024-04-15T01:44:17.939 INFO:teuthology.orchestra.run.smithi045.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:44:17.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:44:17.969 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi045 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T01:44:17.971 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T01:44:17.973 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/aaccc7ac-fac9-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310/remote/smithi045/crash 2024-04-15T01:44:17.974 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/aaccc7ac-fac9-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T01:44:17.985 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/aaccc7ac-fac9-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T01:44:17.985 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2024-04-15T01:44:17.987 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/lib/ceph/aaccc7ac-fac9-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310/remote/smithi186/crash 2024-04-15T01:44:17.988 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/lib/ceph/aaccc7ac-fac9-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T01:44:17.999 INFO:teuthology.orchestra.run.smithi186.stderr:tar: /var/lib/ceph/aaccc7ac-fac9-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T01:44:17.999 INFO:teuthology.orchestra.run.smithi186.stderr:tar: Error is not recoverable: exiting now 2024-04-15T01:44:18.001 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/lib/ceph/aaccc7ac-fac9-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310/remote/smithi190/crash 2024-04-15T01:44:18.002 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/lib/ceph/aaccc7ac-fac9-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T01:44:18.015 INFO:teuthology.orchestra.run.smithi190.stderr:tar: /var/lib/ceph/aaccc7ac-fac9-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T01:44:18.015 INFO:teuthology.orchestra.run.smithi190.stderr:tar: Error is not recoverable: exiting now 2024-04-15T01:44:18.016 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T01:44:18.016 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/aaccc7ac-fac9-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-15T01:44:18.041 INFO:teuthology.orchestra.run.smithi045.stderr:grep: /var/log/ceph/aaccc7ac-fac9-11ee-bc8e-c7b262605968/ceph.log: No such file or directory 2024-04-15T01:44:18.043 INFO:tasks.cephadm:Compressing logs... 2024-04-15T01:44:18.043 DEBUG:teuthology.orchestra.run.smithi045:> 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-15T01:44:18.086 DEBUG:teuthology.orchestra.run.smithi186:> 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-15T01:44:18.089 DEBUG:teuthology.orchestra.run.smithi190:> 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-15T01:44:18.095 INFO:teuthology.orchestra.run.smithi045.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T01:44:18.097 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T01:44:18.098 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/cephadm.log: 69.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T01:44:18.099 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-04-15T01:44:18.099 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m0.011s 2024-04-15T01:44:18.100 INFO:teuthology.orchestra.run.smithi045.stderr:user 0m0.014s 2024-04-15T01:44:18.100 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m0.005s 2024-04-15T01:44:18.100 INFO:teuthology.orchestra.run.smithi186.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T01:44:18.101 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T01:44:18.102 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/cephadm.log: 70.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T01:44:18.103 INFO:teuthology.orchestra.run.smithi190.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T01:44:18.104 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-04-15T01:44:18.104 INFO:teuthology.orchestra.run.smithi186.stderr:real 0m0.012s 2024-04-15T01:44:18.104 INFO:teuthology.orchestra.run.smithi186.stderr:user 0m0.011s 2024-04-15T01:44:18.104 INFO:teuthology.orchestra.run.smithi186.stderr:sys 0m0.010s 2024-04-15T01:44:18.109 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T01:44:18.110 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/cephadm.log: 70.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T01:44:18.112 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-15T01:44:18.112 INFO:teuthology.orchestra.run.smithi190.stderr:real 0m0.018s 2024-04-15T01:44:18.112 INFO:teuthology.orchestra.run.smithi190.stderr:user 0m0.015s 2024-04-15T01:44:18.112 INFO:teuthology.orchestra.run.smithi190.stderr:sys 0m0.008s 2024-04-15T01:44:18.112 INFO:tasks.cephadm:Archiving logs... 2024-04-15T01:44:18.112 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310/remote/smithi045/log 2024-04-15T01:44:18.113 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T01:44:18.157 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310/remote/smithi186/log 2024-04-15T01:44:18.158 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T01:44:18.170 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310/remote/smithi190/log 2024-04-15T01:44:18.171 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T01:44:18.186 INFO:tasks.cephadm:Removing cluster... 2024-04-15T01:44:18.186 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aaccc7ac-fac9-11ee-bc8e-c7b262605968 --force 2024-04-15T01:44:18.363 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: aaccc7ac-fac9-11ee-bc8e-c7b262605968 2024-04-15T01:44:19.671 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aaccc7ac-fac9-11ee-bc8e-c7b262605968 --force 2024-04-15T01:44:19.838 INFO:teuthology.orchestra.run.smithi186.stdout:Deleting cluster with fsid: aaccc7ac-fac9-11ee-bc8e-c7b262605968 2024-04-15T01:44:21.175 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aaccc7ac-fac9-11ee-bc8e-c7b262605968 --force 2024-04-15T01:44:21.338 INFO:teuthology.orchestra.run.smithi190.stdout:Deleting cluster with fsid: aaccc7ac-fac9-11ee-bc8e-c7b262605968 2024-04-15T01:44:22.671 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T01:44:22.671 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T01:44:22.677 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T01:44:22.685 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T01:44:22.691 INFO:tasks.cephadm:Teardown complete 2024-04-15T01:44:22.691 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi045 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T01:44:22.899 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=083b9b74b9eb490f8279424e91c39c9e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi045 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T01:44:22.903 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T01:44:22.912 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-15T01:44:22.928 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-15T01:44:22.928 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T01:44:22.942 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T01:44:22.945 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T01:44:23.030 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T01:44:23.038 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T01:44:23.039 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:44:23.041 DEBUG:teuthology.orchestra.run.smithi186:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:44:23.044 DEBUG:teuthology.orchestra.run.smithi190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:44:23.053 INFO:teuthology.orchestra.run.smithi045.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T01:44:23.053 INFO:teuthology.orchestra.run.smithi045.stdout:============================================================================== 2024-04-15T01:44:23.053 INFO:teuthology.orchestra.run.smithi045.stdout: hv01.front.sepi 67.205.162.81 3 u 52 64 3 0.140 -2.226 0.475 2024-04-15T01:44:23.053 INFO:teuthology.orchestra.run.smithi045.stdout: hv02.front.sepi 63.231.80.2 3 u 57 64 3 0.272 -0.553 0.499 2024-04-15T01:44:23.053 INFO:teuthology.orchestra.run.smithi045.stdout: hv03.front.sepi 74.6.168.72 3 u 55 64 3 0.196 -0.958 0.466 2024-04-15T01:44:23.053 INFO:teuthology.orchestra.run.smithi045.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:44:23.055 INFO:teuthology.orchestra.run.smithi186.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T01:44:23.055 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================== 2024-04-15T01:44:23.055 INFO:teuthology.orchestra.run.smithi186.stdout: hv01.front.sepi 67.205.162.81 3 u 57 64 3 0.202 -0.632 0.307 2024-04-15T01:44:23.055 INFO:teuthology.orchestra.run.smithi186.stdout: hv02.front.sepi 63.231.80.2 3 u 55 64 3 0.207 +1.043 0.228 2024-04-15T01:44:23.056 INFO:teuthology.orchestra.run.smithi186.stdout: hv03.front.sepi 74.6.168.72 3 u 53 64 3 0.195 +0.601 0.622 2024-04-15T01:44:23.056 INFO:teuthology.orchestra.run.smithi186.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:44:23.056 INFO:teuthology.orchestra.run.smithi190.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T01:44:23.057 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================== 2024-04-15T01:44:23.057 INFO:teuthology.orchestra.run.smithi190.stdout: hv01.front.sepi 67.205.162.81 3 u 54 64 3 0.197 -2.680 1.328 2024-04-15T01:44:23.057 INFO:teuthology.orchestra.run.smithi190.stdout: hv02.front.sepi 63.231.80.2 3 u 56 64 3 0.107 -0.895 1.020 2024-04-15T01:44:23.057 INFO:teuthology.orchestra.run.smithi190.stdout: hv03.front.sepi 74.6.168.72 3 u 55 64 3 0.190 -1.360 1.044 2024-04-15T01:44:23.057 INFO:teuthology.orchestra.run.smithi190.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:44:23.058 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T01:44:23.068 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T01:44:23.068 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T01:44:23.076 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T01:44:23.085 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T01:44:23.094 INFO:teuthology.task.internal:Duration was 557.809029 seconds 2024-04-15T01:44:23.095 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T01:44:23.103 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T01:44:23.103 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T01:44:23.105 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T01:44:23.108 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T01:44:23.145 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T01:44:23.145 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2024-04-15T01:44:23.146 DEBUG:teuthology.orchestra.run.smithi045:> 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-15T01:44:23.190 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi186.front.sepia.ceph.com 2024-04-15T01:44:23.191 DEBUG:teuthology.orchestra.run.smithi186:> 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-15T01:44:23.200 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi190.front.sepia.ceph.com 2024-04-15T01:44:23.200 DEBUG:teuthology.orchestra.run.smithi190:> 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-15T01:44:23.210 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T01:44:23.210 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T01:44:23.235 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T01:44:23.246 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T01:44:23.276 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T01:44:23.277 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T01:44:23.303 DEBUG:teuthology.orchestra.run.smithi186:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T01:44:23.314 DEBUG:teuthology.orchestra.run.smithi190:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T01:44:23.371 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T01:44:23.381 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T01:44:23.381 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T01:44:23.394 DEBUG:teuthology.orchestra.run.smithi186:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T01:44:23.406 DEBUG:teuthology.orchestra.run.smithi190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T01:44:23.418 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T01:44:23.428 DEBUG:teuthology.orchestra.run.smithi045:> 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-15T01:44:23.439 DEBUG:teuthology.orchestra.run.smithi186:> 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-15T01:44:23.449 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2024-04-15T01:44:23.453 DEBUG:teuthology.orchestra.run.smithi190:> 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-15T01:44:23.463 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = core 2024-04-15T01:44:23.468 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = core 2024-04-15T01:44:23.490 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:44:23.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:44:23.522 DEBUG:teuthology.orchestra.run.smithi186:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:44:23.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:44:23.537 DEBUG:teuthology.orchestra.run.smithi190:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:44:23.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:44:23.542 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T01:44:23.552 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T01:44:23.552 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310/remote/smithi045 2024-04-15T01:44:23.553 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T01:44:23.586 DEBUG:teuthology.misc:Transferring archived files from smithi186:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310/remote/smithi186 2024-04-15T01:44:23.586 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T01:44:23.605 DEBUG:teuthology.misc:Transferring archived files from smithi190:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310/remote/smithi190 2024-04-15T01:44:23.605 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T01:44:23.625 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T01:44:23.626 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T01:44:23.628 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T01:44:23.645 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T01:44:23.673 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T01:44:23.684 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T01:44:23.685 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T01:44:23.694 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T01:44:23.694 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T01:44:23.698 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T01:44:23.699 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T01:44:23.700 INFO:teuthology.orchestra.run.smithi045.stdout: 658643 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 01:44 /home/ubuntu/cephtest 2024-04-15T01:44:23.702 INFO:teuthology.orchestra.run.smithi186.stdout: 658624 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 01:44 /home/ubuntu/cephtest 2024-04-15T01:44:23.721 INFO:teuthology.orchestra.run.smithi190.stdout: 658644 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 01:44 /home/ubuntu/cephtest 2024-04-15T01:44:23.722 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T01:44:23.732 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T01:44:23.751 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T01:44:23.777 DEBUG:teuthology.nuke:shortname: smithi045 2024-04-15T01:44:23.777 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:44:23.800 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310', '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-15 01:25:32.971005', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJqaNxqw2CHQolQdq3q04LZ+DZBVIR/hxkz0Yl5ZDRG+HLGLJGwxQyZcWZT5Di8J1zS5wR2+iM/FDtAlbM6bMuI='} 2024-04-15T01:44:23.805 DEBUG:teuthology.nuke:shortname: smithi186 2024-04-15T01:44:23.805 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:44:23.829 DEBUG:teuthology.nuke:shortname: smithi190 2024-04-15T01:44:23.829 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:44:23.834 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310', '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-15 01:25:32.972928', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMxjaSpXniw1If80LdvHGkzX8angbFvP7jVi18g7QlI4QjOnmrl69VVpAoB/L43jTTbpZF+i2bOMy8XyHTG/3JY='} 2024-04-15T01:44:23.858 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656310', '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-15 01:25:32.974597', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJUC0ai4DCvivnksnx65Xj+Y9iRAj0v52oYFF0ZF6yP9CiDtWLUYxnNZIMniBvLrPbYHr90fu1pBPCePKLT0weY='} 2024-04-15T01:44:23.868 INFO:teuthology.orchestra.console.smithi045:Power off 2024-04-15T01:44:23.869 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T01:44:23.897 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2024-04-15T01:44:23.897 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:44:23.919 INFO:teuthology.orchestra.console.smithi186:Power off 2024-04-15T01:44:23.919 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T01:44:23.932 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-04-15T01:44:23.943 DEBUG:teuthology.orchestra.console.smithi186:power off output: Chassis Power Control: Down/Off 2024-04-15T01:44:23.943 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:44:23.961 INFO:teuthology.orchestra.console.smithi190:Power off 2024-04-15T01:44:23.961 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T01:44:23.971 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-04-15T01:44:23.985 DEBUG:teuthology.orchestra.console.smithi190:power off output: Chassis Power Control: Down/Off 2024-04-15T01:44:23.985 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:44:24.008 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-04-15T01:44:27.932 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:44:27.973 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:44:28.009 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:44:28.044 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-04-15T01:44:28.084 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-04-15T01:44:28.120 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-04-15T01:44:32.046 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:44:32.085 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:44:32.121 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:44:32.157 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-04-15T01:44:32.196 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is off 2024-04-15T01:44:32.231 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is off 2024-04-15T01:44:32.297 INFO:teuthology.orchestra.console.smithi186:Power off completed 2024-04-15T01:44:32.332 INFO:teuthology.orchestra.console.smithi190:Power off completed 2024-04-15T01:44:36.158 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:44:36.272 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2024-04-15T01:44:36.372 INFO:teuthology.orchestra.console.smithi045:Power off completed 2024-04-15T01:44:36.477 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 557.809029340744 failure_reason: 'Command failed on smithi045 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=083b9b74b9eb490f8279424e91c39c9e status: fail success: false 2024-04-15T01:44:36.477 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T01:44:36.552 INFO:teuthology.run:FAIL