2023-12-01T05:28:24.342 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:28:24.342 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938 --verbose --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --description orch:cephadm/workunits/{0-distro/ubuntu_20.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --owner scheduled_phlogistonjohn@teuthology -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938/orig.config.yaml 2023-12-01T05:28:24.375 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:28:24.462 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/workunits/{0-distro/ubuntu_20.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: jmulligan@redhat.com first_in_suite: false job_id: '7472938' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-phlogistonjohn-testing-2023-11-30-1010 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\) sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d kernel: hwe: true workunit: branch: wip-phlogistonjohn-testing-2023-11-30-1010 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d owner: scheduled_phlogistonjohn@teuthology priority: 99 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 9533 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2023-11-30-1010 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d targets: smithi023.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi099.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi142.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= 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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-11-30_21:17:15 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T05:28:24.462 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa; will attempt to use it 2023-12-01T05:28:24.463 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:28:24.463 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:28:24.464 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:28:24.495 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:28:24.495 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:28:24.495 INFO:teuthology.packaging:ref: None 2023-12-01T05:28:24.495 INFO:teuthology.packaging:tag: None 2023-12-01T05:28:24.495 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:28:24.495 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:28:24.495 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:28:24.712 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662-g875037c4-1focal 2023-12-01T05:28:24.713 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:28:24.721 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:28:24.721 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:28:24.735 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:28:24.748 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:28:24.759 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:28:24.783 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:21:12.058094', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-01T05:28:24.803 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:21:12.060544', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-01T05:28:24.829 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:21:12.059622', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-01T05:28:24.829 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:28:24.839 INFO:teuthology.task.internal:roles: ubuntu@smithi023.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-01T05:28:24.840 INFO:teuthology.task.internal:roles: ubuntu@smithi099.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-01T05:28:24.840 INFO:teuthology.task.internal:roles: ubuntu@smithi142.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-01T05:28:24.840 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:28:24.953 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff3353279d0>, signals=[15]) 2023-12-01T05:28:24.954 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:28:24.962 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:28:24.962 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi023.front.sepia.ceph.com 2023-12-01T05:28:24.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:28:25.014 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi099.front.sepia.ceph.com 2023-12-01T05:28:25.014 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:28:25.061 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi142.front.sepia.ceph.com 2023-12-01T05:28:25.062 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:28:25.110 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:28:25.118 DEBUG:teuthology.orchestra.run.smithi023:> uname -m 2023-12-01T05:28:25.125 INFO:teuthology.orchestra.run.smithi023.stdout:x86_64 2023-12-01T05:28:25.125 DEBUG:teuthology.orchestra.run.smithi023:> cat /etc/os-release 2023-12-01T05:28:25.173 INFO:teuthology.orchestra.run.smithi023.stdout:NAME="Ubuntu" 2023-12-01T05:28:25.173 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-01T05:28:25.173 INFO:teuthology.orchestra.run.smithi023.stdout:ID=ubuntu 2023-12-01T05:28:25.173 INFO:teuthology.orchestra.run.smithi023.stdout:ID_LIKE=debian 2023-12-01T05:28:25.173 INFO:teuthology.orchestra.run.smithi023.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-01T05:28:25.173 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION_ID="20.04" 2023-12-01T05:28:25.173 INFO:teuthology.orchestra.run.smithi023.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-01T05:28:25.173 INFO:teuthology.orchestra.run.smithi023.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-01T05:28:25.173 INFO:teuthology.orchestra.run.smithi023.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-01T05:28:25.173 INFO:teuthology.orchestra.run.smithi023.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-01T05:28:25.173 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION_CODENAME=focal 2023-12-01T05:28:25.174 INFO:teuthology.orchestra.run.smithi023.stdout:UBUNTU_CODENAME=focal 2023-12-01T05:28:25.174 INFO:teuthology.lock.ops:Updating smithi023.front.sepia.ceph.com on lock server 2023-12-01T05:28:25.197 DEBUG:teuthology.orchestra.run.smithi099:> uname -m 2023-12-01T05:28:25.204 INFO:teuthology.orchestra.run.smithi099.stdout:x86_64 2023-12-01T05:28:25.204 DEBUG:teuthology.orchestra.run.smithi099:> cat /etc/os-release 2023-12-01T05:28:25.254 INFO:teuthology.orchestra.run.smithi099.stdout:NAME="Ubuntu" 2023-12-01T05:28:25.254 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-01T05:28:25.254 INFO:teuthology.orchestra.run.smithi099.stdout:ID=ubuntu 2023-12-01T05:28:25.254 INFO:teuthology.orchestra.run.smithi099.stdout:ID_LIKE=debian 2023-12-01T05:28:25.254 INFO:teuthology.orchestra.run.smithi099.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-01T05:28:25.254 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION_ID="20.04" 2023-12-01T05:28:25.255 INFO:teuthology.orchestra.run.smithi099.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-01T05:28:25.255 INFO:teuthology.orchestra.run.smithi099.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-01T05:28:25.255 INFO:teuthology.orchestra.run.smithi099.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-01T05:28:25.255 INFO:teuthology.orchestra.run.smithi099.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-01T05:28:25.255 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION_CODENAME=focal 2023-12-01T05:28:25.255 INFO:teuthology.orchestra.run.smithi099.stdout:UBUNTU_CODENAME=focal 2023-12-01T05:28:25.255 INFO:teuthology.lock.ops:Updating smithi099.front.sepia.ceph.com on lock server 2023-12-01T05:28:25.272 DEBUG:teuthology.orchestra.run.smithi142:> uname -m 2023-12-01T05:28:25.279 INFO:teuthology.orchestra.run.smithi142.stdout:x86_64 2023-12-01T05:28:25.279 DEBUG:teuthology.orchestra.run.smithi142:> cat /etc/os-release 2023-12-01T05:28:25.286 INFO:teuthology.orchestra.run.smithi142.stdout:NAME="Ubuntu" 2023-12-01T05:28:25.286 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-01T05:28:25.286 INFO:teuthology.orchestra.run.smithi142.stdout:ID=ubuntu 2023-12-01T05:28:25.286 INFO:teuthology.orchestra.run.smithi142.stdout:ID_LIKE=debian 2023-12-01T05:28:25.286 INFO:teuthology.orchestra.run.smithi142.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-01T05:28:25.286 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_ID="20.04" 2023-12-01T05:28:25.286 INFO:teuthology.orchestra.run.smithi142.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-01T05:28:25.286 INFO:teuthology.orchestra.run.smithi142.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-01T05:28:25.287 INFO:teuthology.orchestra.run.smithi142.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-01T05:28:25.287 INFO:teuthology.orchestra.run.smithi142.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-01T05:28:25.287 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_CODENAME=focal 2023-12-01T05:28:25.287 INFO:teuthology.orchestra.run.smithi142.stdout:UBUNTU_CODENAME=focal 2023-12-01T05:28:25.287 INFO:teuthology.lock.ops:Updating smithi142.front.sepia.ceph.com on lock server 2023-12-01T05:28:25.305 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:28:25.316 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:28:25.329 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:28:25.329 DEBUG:teuthology.orchestra.run.smithi023:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:28:25.332 DEBUG:teuthology.orchestra.run.smithi099:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:28:25.334 DEBUG:teuthology.orchestra.run.smithi142:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:28:25.339 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:28:25.350 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:28:25.350 DEBUG:teuthology.orchestra.run.smithi023:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:28:25.381 DEBUG:teuthology.orchestra.run.smithi099:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:28:25.383 DEBUG:teuthology.orchestra.run.smithi142:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:28:25.411 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:28:25.487 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:28:25.509 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:28:25.509 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-01T05:28:25.509 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'mon.a': {'hwe': True}, 'mgr.a': {'hwe': True}, 'osd.0': {'hwe': True}, 'host.b': {'hwe': True}, 'mon.b': {'hwe': True}, 'mgr.b': {'hwe': True}, 'osd.1': {'hwe': True}, 'host.c': {'hwe': True}, 'mon.c': {'hwe': True}, 'osd.2': {'hwe': True}} 2023-12-01T05:28:25.510 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.c': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-12-01T05:28:25.510 DEBUG:teuthology.orchestra.run.smithi023:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:28:25.510 DEBUG:teuthology.orchestra.run.smithi099:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:28:25.511 DEBUG:teuthology.orchestra.run.smithi142:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:28:25.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:28:25.518 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2023-12-01T05:28:25.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:28:25.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:28:25.519 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2023-12-01T05:28:25.520 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2023-12-01T05:28:25.525 INFO:teuthology.orchestra.run.smithi099.stdout:5.4.0-124-generic 2023-12-01T05:28:25.525 INFO:teuthology.task.kernel:Running kernel on smithi099: 5.4.0-124-generic 2023-12-01T05:28:25.526 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get clean 2023-12-01T05:28:25.527 INFO:teuthology.orchestra.run.smithi023.stdout:5.4.0-124-generic 2023-12-01T05:28:25.527 INFO:teuthology.task.kernel:Running kernel on smithi023: 5.4.0-124-generic 2023-12-01T05:28:25.527 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get clean 2023-12-01T05:28:25.568 INFO:teuthology.orchestra.run.smithi142.stdout:5.4.0-124-generic 2023-12-01T05:28:25.568 INFO:teuthology.task.kernel:Running kernel on smithi142: 5.4.0-124-generic 2023-12-01T05:28:25.569 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get clean 2023-12-01T05:28:25.680 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get update 2023-12-01T05:28:25.683 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get update 2023-12-01T05:28:25.692 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get update 2023-12-01T05:28:25.846 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:28:25.853 INFO:teuthology.orchestra.run.smithi023.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-01T05:28:25.856 INFO:teuthology.orchestra.run.smithi099.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-01T05:28:25.868 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:28:25.868 INFO:teuthology.orchestra.run.smithi142.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-01T05:28:25.871 INFO:teuthology.orchestra.run.smithi142.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-01T05:28:25.912 INFO:teuthology.orchestra.run.smithi023.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-01T05:28:25.953 INFO:teuthology.orchestra.run.smithi142.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-01T05:28:25.967 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:28:25.971 INFO:teuthology.orchestra.run.smithi023.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-01T05:28:26.049 INFO:teuthology.orchestra.run.smithi099.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-01T05:28:26.153 INFO:teuthology.orchestra.run.smithi099.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-01T05:28:26.235 INFO:teuthology.orchestra.run.smithi023.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-01T05:28:26.257 INFO:teuthology.orchestra.run.smithi099.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-01T05:28:26.290 INFO:teuthology.orchestra.run.smithi142.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-01T05:28:26.299 INFO:teuthology.orchestra.run.smithi099.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-01T05:28:26.304 INFO:teuthology.orchestra.run.smithi099.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-01T05:28:26.305 INFO:teuthology.orchestra.run.smithi099.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-01T05:28:26.315 INFO:teuthology.orchestra.run.smithi023.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-01T05:28:26.329 INFO:teuthology.orchestra.run.smithi099.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-01T05:28:26.329 INFO:teuthology.orchestra.run.smithi099.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-01T05:28:26.332 INFO:teuthology.orchestra.run.smithi099.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:28:26.332 INFO:teuthology.orchestra.run.smithi099.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [911 kB] 2023-12-01T05:28:26.339 INFO:teuthology.orchestra.run.smithi099.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [630 kB] 2023-12-01T05:28:26.343 INFO:teuthology.orchestra.run.smithi099.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [191 kB] 2023-12-01T05:28:26.345 INFO:teuthology.orchestra.run.smithi099.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-01T05:28:26.345 INFO:teuthology.orchestra.run.smithi099.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-01T05:28:26.345 INFO:teuthology.orchestra.run.smithi099.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-01T05:28:26.351 INFO:teuthology.orchestra.run.smithi099.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-01T05:28:26.351 INFO:teuthology.orchestra.run.smithi099.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-01T05:28:26.353 INFO:teuthology.orchestra.run.smithi023.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-01T05:28:26.357 INFO:teuthology.orchestra.run.smithi023.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-01T05:28:26.357 INFO:teuthology.orchestra.run.smithi023.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-01T05:28:26.378 INFO:teuthology.orchestra.run.smithi023.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-01T05:28:26.379 INFO:teuthology.orchestra.run.smithi023.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-01T05:28:26.381 INFO:teuthology.orchestra.run.smithi023.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:28:26.382 INFO:teuthology.orchestra.run.smithi023.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,136 kB] 2023-12-01T05:28:26.392 INFO:teuthology.orchestra.run.smithi023.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [758 kB] 2023-12-01T05:28:26.399 INFO:teuthology.orchestra.run.smithi023.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [272 kB] 2023-12-01T05:28:26.403 INFO:teuthology.orchestra.run.smithi099.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-01T05:28:26.404 INFO:teuthology.orchestra.run.smithi023.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-01T05:28:26.404 INFO:teuthology.orchestra.run.smithi023.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-01T05:28:26.404 INFO:teuthology.orchestra.run.smithi023.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-01T05:28:26.405 INFO:teuthology.orchestra.run.smithi023.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-01T05:28:26.405 INFO:teuthology.orchestra.run.smithi023.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-01T05:28:26.406 INFO:teuthology.orchestra.run.smithi023.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-01T05:28:26.407 INFO:teuthology.orchestra.run.smithi023.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-01T05:28:26.417 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-01T05:28:26.421 INFO:teuthology.orchestra.run.smithi023.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-01T05:28:26.421 INFO:teuthology.orchestra.run.smithi023.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-01T05:28:26.422 INFO:teuthology.orchestra.run.smithi023.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-01T05:28:26.429 INFO:teuthology.orchestra.run.smithi142.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-01T05:28:26.431 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-01T05:28:26.432 INFO:teuthology.orchestra.run.smithi142.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-01T05:28:26.432 INFO:teuthology.orchestra.run.smithi142.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-01T05:28:26.433 INFO:teuthology.orchestra.run.smithi142.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-01T05:28:26.438 INFO:teuthology.orchestra.run.smithi023.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-01T05:28:26.452 INFO:teuthology.orchestra.run.smithi142.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-01T05:28:26.455 INFO:teuthology.orchestra.run.smithi142.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:28:26.455 INFO:teuthology.orchestra.run.smithi142.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [911 kB] 2023-12-01T05:28:26.462 INFO:teuthology.orchestra.run.smithi142.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [630 kB] 2023-12-01T05:28:26.467 INFO:teuthology.orchestra.run.smithi142.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [191 kB] 2023-12-01T05:28:26.468 INFO:teuthology.orchestra.run.smithi142.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-01T05:28:26.468 INFO:teuthology.orchestra.run.smithi142.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-01T05:28:26.469 INFO:teuthology.orchestra.run.smithi142.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-01T05:28:26.469 INFO:teuthology.orchestra.run.smithi142.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-01T05:28:26.479 INFO:teuthology.orchestra.run.smithi142.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-01T05:28:26.510 INFO:teuthology.orchestra.run.smithi142.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-01T05:28:26.544 INFO:teuthology.orchestra.run.smithi023.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-01T05:28:26.545 INFO:teuthology.orchestra.run.smithi099.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-01T05:28:26.562 INFO:teuthology.orchestra.run.smithi142.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-01T05:28:26.567 INFO:teuthology.orchestra.run.smithi142.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-01T05:28:26.567 INFO:teuthology.orchestra.run.smithi142.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-01T05:28:26.598 INFO:teuthology.orchestra.run.smithi142.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-01T05:28:26.599 INFO:teuthology.orchestra.run.smithi142.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-01T05:28:26.601 INFO:teuthology.orchestra.run.smithi142.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:28:26.601 INFO:teuthology.orchestra.run.smithi142.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [758 kB] 2023-12-01T05:28:26.609 INFO:teuthology.orchestra.run.smithi142.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,136 kB] 2023-12-01T05:28:26.622 INFO:teuthology.orchestra.run.smithi142.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [272 kB] 2023-12-01T05:28:26.625 INFO:teuthology.orchestra.run.smithi142.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-01T05:28:26.625 INFO:teuthology.orchestra.run.smithi142.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-01T05:28:26.625 INFO:teuthology.orchestra.run.smithi142.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-01T05:28:26.625 INFO:teuthology.orchestra.run.smithi142.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-01T05:28:26.644 INFO:teuthology.orchestra.run.smithi142.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-01T05:28:26.645 INFO:teuthology.orchestra.run.smithi142.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-01T05:28:26.645 INFO:teuthology.orchestra.run.smithi142.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-01T05:28:26.646 INFO:teuthology.orchestra.run.smithi142.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-01T05:28:26.646 INFO:teuthology.orchestra.run.smithi142.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-01T05:28:26.664 INFO:teuthology.orchestra.run.smithi142.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-01T05:28:26.664 INFO:teuthology.orchestra.run.smithi142.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-01T05:28:26.876 INFO:teuthology.orchestra.run.smithi023.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-01T05:28:26.932 INFO:teuthology.orchestra.run.smithi099.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-01T05:28:26.961 INFO:teuthology.orchestra.run.smithi099.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-01T05:28:26.974 INFO:teuthology.orchestra.run.smithi099.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-01T05:28:26.974 INFO:teuthology.orchestra.run.smithi099.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-01T05:28:27.040 INFO:teuthology.orchestra.run.smithi099.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-01T05:28:27.041 INFO:teuthology.orchestra.run.smithi099.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-01T05:28:27.050 INFO:teuthology.orchestra.run.smithi099.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:28:27.066 INFO:teuthology.orchestra.run.smithi023.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-01T05:28:27.080 INFO:teuthology.orchestra.run.smithi023.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-01T05:28:27.081 INFO:teuthology.orchestra.run.smithi023.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-01T05:28:27.158 INFO:teuthology.orchestra.run.smithi023.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-01T05:28:27.159 INFO:teuthology.orchestra.run.smithi023.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-01T05:28:27.165 INFO:teuthology.orchestra.run.smithi023.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:28:27.165 INFO:teuthology.orchestra.run.smithi023.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [630 kB] 2023-12-01T05:28:27.175 INFO:teuthology.orchestra.run.smithi023.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [911 kB] 2023-12-01T05:28:27.214 INFO:teuthology.orchestra.run.smithi099.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [758 kB] 2023-12-01T05:28:27.374 INFO:teuthology.orchestra.run.smithi023.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [191 kB] 2023-12-01T05:28:27.803 INFO:teuthology.orchestra.run.smithi023.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-01T05:28:27.807 INFO:teuthology.orchestra.run.smithi099.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,136 kB] 2023-12-01T05:28:27.809 INFO:teuthology.orchestra.run.smithi023.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-01T05:28:27.816 INFO:teuthology.orchestra.run.smithi023.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-01T05:28:27.818 INFO:teuthology.orchestra.run.smithi023.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-01T05:28:27.820 INFO:teuthology.orchestra.run.smithi023.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-01T05:28:27.917 INFO:teuthology.orchestra.run.smithi099.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [272 kB] 2023-12-01T05:28:27.937 INFO:teuthology.orchestra.run.smithi099.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-01T05:28:27.939 INFO:teuthology.orchestra.run.smithi099.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-01T05:28:27.940 INFO:teuthology.orchestra.run.smithi099.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-01T05:28:27.941 INFO:teuthology.orchestra.run.smithi099.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-01T05:28:27.942 INFO:teuthology.orchestra.run.smithi099.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-01T05:28:27.942 INFO:teuthology.orchestra.run.smithi099.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-01T05:28:27.945 INFO:teuthology.orchestra.run.smithi099.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-01T05:28:27.970 INFO:teuthology.orchestra.run.smithi099.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-01T05:28:28.135 INFO:teuthology.orchestra.run.smithi099.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-01T05:28:28.323 INFO:teuthology.orchestra.run.smithi099.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-01T05:28:28.345 INFO:teuthology.orchestra.run.smithi099.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-01T05:28:30.137 INFO:teuthology.orchestra.run.smithi099.stdout:Fetched 18.3 MB in 3s (7,098 kB/s) 2023-12-01T05:28:30.364 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 18.3 MB in 3s (6,859 kB/s) 2023-12-01T05:28:30.379 INFO:teuthology.orchestra.run.smithi023.stdout:Fetched 18.3 MB in 3s (6,823 kB/s) 2023-12-01T05:28:31.574 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2023-12-01T05:28:31.602 DEBUG:teuthology.orchestra.run.smithi099:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:28:31.672 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2023-12-01T05:28:31.854 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2023-12-01T05:28:31.865 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2023-12-01T05:28:31.877 INFO:teuthology.orchestra.run.smithi099.stdout:Building dependency tree... 2023-12-01T05:28:31.877 INFO:teuthology.orchestra.run.smithi099.stdout:Reading state information... 2023-12-01T05:28:31.879 DEBUG:teuthology.orchestra.run.smithi142:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:28:31.891 DEBUG:teuthology.orchestra.run.smithi023:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:28:31.954 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2023-12-01T05:28:31.975 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2023-12-01T05:28:32.048 INFO:teuthology.orchestra.run.smithi099.stdout:The following additional packages will be installed: 2023-12-01T05:28:32.048 INFO:teuthology.orchestra.run.smithi099.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:28:32.048 INFO:teuthology.orchestra.run.smithi099.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-01T05:28:32.048 INFO:teuthology.orchestra.run.smithi099.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-01T05:28:32.049 INFO:teuthology.orchestra.run.smithi099.stdout:Suggested packages: 2023-12-01T05:28:32.049 INFO:teuthology.orchestra.run.smithi099.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-01T05:28:32.049 INFO:teuthology.orchestra.run.smithi099.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-01T05:28:32.103 INFO:teuthology.orchestra.run.smithi099.stdout:The following NEW packages will be installed: 2023-12-01T05:28:32.104 INFO:teuthology.orchestra.run.smithi099.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:28:32.104 INFO:teuthology.orchestra.run.smithi099.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-01T05:28:32.104 INFO:teuthology.orchestra.run.smithi099.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-01T05:28:32.104 INFO:teuthology.orchestra.run.smithi099.stdout: thermald upower usbmuxd 2023-12-01T05:28:32.158 INFO:teuthology.orchestra.run.smithi142.stdout:Building dependency tree... 2023-12-01T05:28:32.158 INFO:teuthology.orchestra.run.smithi142.stdout:Reading state information... 2023-12-01T05:28:32.160 INFO:teuthology.orchestra.run.smithi099.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:28:32.160 INFO:teuthology.orchestra.run.smithi099.stdout:Need to get 90.8 MB of archives. 2023-12-01T05:28:32.160 INFO:teuthology.orchestra.run.smithi099.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-01T05:28:32.160 INFO:teuthology.orchestra.run.smithi099.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-01T05:28:32.184 INFO:teuthology.orchestra.run.smithi023.stdout:Building dependency tree... 2023-12-01T05:28:32.185 INFO:teuthology.orchestra.run.smithi023.stdout:Reading state information... 2023-12-01T05:28:32.217 INFO:teuthology.orchestra.run.smithi099.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-01T05:28:32.222 INFO:teuthology.orchestra.run.smithi099.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-01T05:28:32.227 INFO:teuthology.orchestra.run.smithi099.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-01T05:28:32.242 INFO:teuthology.orchestra.run.smithi099.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-01T05:28:32.249 INFO:teuthology.orchestra.run.smithi099.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [20.9 MB] 2023-12-01T05:28:32.337 INFO:teuthology.orchestra.run.smithi142.stdout:The following additional packages will be installed: 2023-12-01T05:28:32.337 INFO:teuthology.orchestra.run.smithi142.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:28:32.337 INFO:teuthology.orchestra.run.smithi142.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-01T05:28:32.338 INFO:teuthology.orchestra.run.smithi142.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-01T05:28:32.339 INFO:teuthology.orchestra.run.smithi142.stdout:Suggested packages: 2023-12-01T05:28:32.339 INFO:teuthology.orchestra.run.smithi142.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-01T05:28:32.339 INFO:teuthology.orchestra.run.smithi142.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-01T05:28:32.370 INFO:teuthology.orchestra.run.smithi023.stdout:The following additional packages will be installed: 2023-12-01T05:28:32.370 INFO:teuthology.orchestra.run.smithi023.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:28:32.370 INFO:teuthology.orchestra.run.smithi023.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-01T05:28:32.371 INFO:teuthology.orchestra.run.smithi023.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-01T05:28:32.372 INFO:teuthology.orchestra.run.smithi023.stdout:Suggested packages: 2023-12-01T05:28:32.372 INFO:teuthology.orchestra.run.smithi023.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-01T05:28:32.372 INFO:teuthology.orchestra.run.smithi023.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-01T05:28:32.398 INFO:teuthology.orchestra.run.smithi142.stdout:The following NEW packages will be installed: 2023-12-01T05:28:32.399 INFO:teuthology.orchestra.run.smithi142.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:28:32.399 INFO:teuthology.orchestra.run.smithi142.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-01T05:28:32.399 INFO:teuthology.orchestra.run.smithi142.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-01T05:28:32.399 INFO:teuthology.orchestra.run.smithi142.stdout: thermald upower usbmuxd 2023-12-01T05:28:32.426 INFO:teuthology.orchestra.run.smithi023.stdout:The following NEW packages will be installed: 2023-12-01T05:28:32.427 INFO:teuthology.orchestra.run.smithi023.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:28:32.427 INFO:teuthology.orchestra.run.smithi023.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-01T05:28:32.427 INFO:teuthology.orchestra.run.smithi023.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-01T05:28:32.427 INFO:teuthology.orchestra.run.smithi023.stdout: thermald upower usbmuxd 2023-12-01T05:28:32.530 INFO:teuthology.orchestra.run.smithi099.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [11.4 MB] 2023-12-01T05:28:32.583 INFO:teuthology.orchestra.run.smithi142.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:28:32.583 INFO:teuthology.orchestra.run.smithi142.stdout:Need to get 90.8 MB of archives. 2023-12-01T05:28:32.583 INFO:teuthology.orchestra.run.smithi142.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-01T05:28:32.583 INFO:teuthology.orchestra.run.smithi142.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-01T05:28:32.611 INFO:teuthology.orchestra.run.smithi023.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:28:32.611 INFO:teuthology.orchestra.run.smithi023.stdout:Need to get 90.8 MB of archives. 2023-12-01T05:28:32.611 INFO:teuthology.orchestra.run.smithi023.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-01T05:28:32.611 INFO:teuthology.orchestra.run.smithi023.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-01T05:28:32.629 INFO:teuthology.orchestra.run.smithi099.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [58.0 MB] 2023-12-01T05:28:32.865 INFO:teuthology.orchestra.run.smithi142.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-01T05:28:32.893 INFO:teuthology.orchestra.run.smithi142.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-01T05:28:32.894 INFO:teuthology.orchestra.run.smithi023.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-01T05:28:32.911 INFO:teuthology.orchestra.run.smithi142.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-01T05:28:32.923 INFO:teuthology.orchestra.run.smithi023.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-01T05:28:32.942 INFO:teuthology.orchestra.run.smithi023.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-01T05:28:32.983 INFO:teuthology.orchestra.run.smithi142.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-01T05:28:33.014 INFO:teuthology.orchestra.run.smithi023.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-01T05:28:33.018 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [20.9 MB] 2023-12-01T05:28:33.050 INFO:teuthology.orchestra.run.smithi023.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [20.9 MB] 2023-12-01T05:28:33.311 INFO:teuthology.orchestra.run.smithi099.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.89.99~20.04.47 [2,628 B] 2023-12-01T05:28:33.390 INFO:teuthology.orchestra.run.smithi099.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-01T05:28:33.390 INFO:teuthology.orchestra.run.smithi099.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-01T05:28:33.395 INFO:teuthology.orchestra.run.smithi099.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-01T05:28:33.397 INFO:teuthology.orchestra.run.smithi099.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-01T05:28:33.913 INFO:teuthology.orchestra.run.smithi142.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [11.4 MB] 2023-12-01T05:28:33.944 INFO:teuthology.orchestra.run.smithi023.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [11.4 MB] 2023-12-01T05:28:34.069 INFO:teuthology.orchestra.run.smithi099.stdout:Fetched 90.8 MB in 1s (70.7 MB/s) 2023-12-01T05:28:34.204 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [58.0 MB] 2023-12-01T05:28:34.232 INFO:teuthology.orchestra.run.smithi023.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [58.0 MB] 2023-12-01T05:28:34.274 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-01T05:28:35.951 INFO:teuthology.orchestra.run.smithi099.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 ... 104373 files and directories currently installed.) 2023-12-01T05:28:35.956 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-01T05:28:36.103 INFO:teuthology.orchestra.run.smithi023.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.89.99~20.04.47 [2,628 B] 2023-12-01T05:28:36.105 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:28:36.121 INFO:teuthology.orchestra.run.smithi142.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.89.99~20.04.47 [2,628 B] 2023-12-01T05:28:36.122 INFO:teuthology.orchestra.run.smithi142.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-01T05:28:36.122 INFO:teuthology.orchestra.run.smithi142.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-01T05:28:36.178 INFO:teuthology.orchestra.run.smithi023.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-01T05:28:36.181 INFO:teuthology.orchestra.run.smithi023.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-01T05:28:36.291 INFO:teuthology.orchestra.run.smithi142.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-01T05:28:36.348 INFO:teuthology.orchestra.run.smithi023.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-01T05:28:36.425 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-01T05:28:36.438 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-01T05:28:36.467 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:28:36.644 INFO:teuthology.orchestra.run.smithi142.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-01T05:28:36.693 INFO:teuthology.orchestra.run.smithi023.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-01T05:28:36.820 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-01T05:28:36.833 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-01T05:28:36.878 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:28:37.206 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-01T05:28:37.221 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-01T05:28:37.264 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:28:37.359 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 90.8 MB in 4s (21.3 MB/s) 2023-12-01T05:28:37.434 INFO:teuthology.orchestra.run.smithi023.stdout:Fetched 90.8 MB in 4s (21.2 MB/s) 2023-12-01T05:28:37.584 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-01T05:28:37.597 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-01T05:28:37.607 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-01T05:28:37.626 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:28:37.665 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-01T05:28:37.945 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-01T05:28:37.961 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:28:38.004 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:39.334 INFO:teuthology.orchestra.run.smithi142.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 ... 104373 files and directories currently installed.) 2023-12-01T05:28:39.339 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-01T05:28:39.423 INFO:teuthology.orchestra.run.smithi023.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 ... 104373 files and directories currently installed.) 2023-12-01T05:28:39.429 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-01T05:28:39.554 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:28:39.596 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:28:39.949 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-01T05:28:39.964 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-01T05:28:39.984 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-01T05:28:39.999 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-01T05:28:40.007 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:28:40.042 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:28:40.393 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-01T05:28:40.402 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-01T05:28:40.405 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-01T05:28:40.414 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-01T05:28:40.443 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:28:40.451 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:28:40.522 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-01T05:28:40.538 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:28:40.643 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:40.737 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-01T05:28:40.751 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-01T05:28:40.779 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-01T05:28:40.794 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-01T05:28:40.809 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:28:40.863 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:28:41.165 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-01T05:28:41.165 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-01T05:28:41.179 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-01T05:28:41.180 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-01T05:28:41.192 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-01T05:28:41.206 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:28:41.216 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:28:41.243 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:28:41.250 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:41.552 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-01T05:28:41.565 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:28:41.584 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-01T05:28:41.597 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:28:41.602 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:41.634 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:44.061 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-01T05:28:44.077 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:28:44.205 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:44.375 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-01T05:28:44.389 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:28:44.520 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:44.739 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-01T05:28:44.752 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:28:44.797 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:45.053 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-01T05:28:45.067 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:28:45.136 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:48.120 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-01T05:28:48.138 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-01T05:28:48.177 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:28:48.530 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-01T05:28:48.547 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-01T05:28:48.588 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:28:48.949 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package thermald. 2023-12-01T05:28:48.965 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-01T05:28:49.007 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:28:49.546 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package upower. 2023-12-01T05:28:49.563 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-01T05:28:49.618 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-01T05:28:50.033 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package usbmuxd. 2023-12-01T05:28:50.047 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-01T05:28:50.091 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:28:50.399 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:28:50.521 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:28:50.646 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:28:50.806 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:28:50.932 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:28:51.074 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:28:51.200 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-01T05:28:51.680 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-01T05:28:51.698 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-01T05:28:51.752 INFO:teuthology.orchestra.run.smithi099.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-01T05:28:51.755 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:28:51.804 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:28:51.997 INFO:teuthology.orchestra.run.smithi099.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-01T05:28:52.004 INFO:teuthology.orchestra.run.smithi099.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-01T05:28:52.004 INFO:teuthology.orchestra.run.smithi099.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-01T05:28:52.099 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-01T05:28:52.113 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-01T05:28:52.158 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:28:52.294 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-01T05:28:52.309 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-01T05:28:52.352 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:28:52.496 INFO:teuthology.orchestra.run.smithi099.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-01T05:28:52.536 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package thermald. 2023-12-01T05:28:52.552 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-01T05:28:52.619 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:28:52.717 INFO:teuthology.orchestra.run.smithi099.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-01T05:28:52.730 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-01T05:28:52.744 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-01T05:28:52.759 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:28:52.788 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:28:53.098 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:28:53.098 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:28:53.124 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package upower. 2023-12-01T05:28:53.139 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-01T05:28:53.199 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package thermald. 2023-12-01T05:28:53.213 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-01T05:28:53.216 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-01T05:28:53.257 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:28:53.538 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:53.645 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package usbmuxd. 2023-12-01T05:28:53.659 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-01T05:28:53.695 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:28:53.979 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package upower. 2023-12-01T05:28:53.992 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-01T05:28:54.002 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:28:54.067 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-01T05:28:54.133 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:28:54.250 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:28:54.401 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:28:54.527 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:28:54.534 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package usbmuxd. 2023-12-01T05:28:54.548 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-01T05:28:54.592 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:28:54.678 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:28:54.804 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-01T05:28:54.840 INFO:teuthology.orchestra.run.smithi099.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:28:54.841 INFO:teuthology.orchestra.run.smithi099.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-01T05:28:54.933 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:28:54.999 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:55.098 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:28:55.231 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:28:55.389 INFO:teuthology.orchestra.run.smithi023.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-01T05:28:55.390 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:28:55.441 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:28:55.541 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:28:55.634 INFO:teuthology.orchestra.run.smithi023.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-01T05:28:55.652 INFO:teuthology.orchestra.run.smithi023.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-01T05:28:55.653 INFO:teuthology.orchestra.run.smithi023.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-01T05:28:55.669 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:28:55.827 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-01T05:28:56.192 INFO:teuthology.orchestra.run.smithi023.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-01T05:28:56.420 INFO:teuthology.orchestra.run.smithi023.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-01T05:28:56.424 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:56.433 INFO:teuthology.orchestra.run.smithi142.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-01T05:28:56.463 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:28:56.489 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:28:56.678 INFO:teuthology.orchestra.run.smithi142.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-01T05:28:56.687 INFO:teuthology.orchestra.run.smithi142.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-01T05:28:56.687 INFO:teuthology.orchestra.run.smithi142.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-01T05:28:56.803 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:28:56.803 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:28:57.223 INFO:teuthology.orchestra.run.smithi142.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-01T05:28:57.242 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:57.441 INFO:teuthology.orchestra.run.smithi142.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-01T05:28:57.519 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:28:57.784 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:28:57.832 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:28:57.833 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:28:57.910 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:28:58.207 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:28:58.298 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:58.598 INFO:teuthology.orchestra.run.smithi023.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:28:58.599 INFO:teuthology.orchestra.run.smithi023.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-01T05:28:58.809 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:58.976 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-01T05:28:59.085 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:28:59.160 INFO:teuthology.orchestra.run.smithi099.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-01T05:28:59.160 INFO:teuthology.orchestra.run.smithi099.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:28:59.665 INFO:teuthology.orchestra.run.smithi142.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:28:59.666 INFO:teuthology.orchestra.run.smithi142.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-01T05:28:59.851 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:29:01.155 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:29:01.258 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:29:02.581 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:29:02.645 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:29:02.707 INFO:teuthology.orchestra.run.smithi023.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:29:02.795 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:29:03.013 INFO:teuthology.orchestra.run.smithi023.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:29:03.093 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:29:03.799 INFO:teuthology.orchestra.run.smithi023.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-01T05:29:03.888 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-01T05:29:03.907 INFO:teuthology.orchestra.run.smithi023.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:29:03.996 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:29:04.008 INFO:teuthology.orchestra.run.smithi023.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-01T05:29:04.008 INFO:teuthology.orchestra.run.smithi023.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:29:04.093 INFO:teuthology.orchestra.run.smithi142.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-01T05:29:04.093 INFO:teuthology.orchestra.run.smithi142.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:29:24.499 INFO:teuthology.orchestra.run.smithi099.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-01T05:29:24.499 INFO:teuthology.orchestra.run.smithi099.stdout:Sourcing file `/etc/default/grub' 2023-12-01T05:29:24.509 INFO:teuthology.orchestra.run.smithi099.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:29:24.528 INFO:teuthology.orchestra.run.smithi099.stdout:Generating grub configuration file ... 2023-12-01T05:29:24.845 INFO:teuthology.orchestra.run.smithi099.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:29:24.865 INFO:teuthology.orchestra.run.smithi099.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:29:25.262 INFO:teuthology.orchestra.run.smithi099.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:29:25.276 INFO:teuthology.orchestra.run.smithi099.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:29:27.756 INFO:teuthology.orchestra.run.smithi099.stdout:done 2023-12-01T05:29:28.192 DEBUG:teuthology.orchestra.run.smithi099:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:29:28.240 INFO:teuthology.orchestra.run.smithi099.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:29:28.240 INFO:teuthology.orchestra.run.smithi099.stdout:Status: install ok installed 2023-12-01T05:29:28.240 INFO:teuthology.orchestra.run.smithi099.stdout:Priority: optional 2023-12-01T05:29:28.240 INFO:teuthology.orchestra.run.smithi099.stdout:Section: kernel 2023-12-01T05:29:28.240 INFO:teuthology.orchestra.run.smithi099.stdout:Installed-Size: 20 2023-12-01T05:29:28.240 INFO:teuthology.orchestra.run.smithi099.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:29:28.240 INFO:teuthology.orchestra.run.smithi099.stdout:Architecture: amd64 2023-12-01T05:29:28.241 INFO:teuthology.orchestra.run.smithi099.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:29:28.241 INFO:teuthology.orchestra.run.smithi099.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:29:28.241 INFO:teuthology.orchestra.run.smithi099.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:29:28.241 INFO:teuthology.orchestra.run.smithi099.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:29:28.241 INFO:teuthology.orchestra.run.smithi099.stdout:Recommends: thermald 2023-12-01T05:29:28.241 INFO:teuthology.orchestra.run.smithi099.stdout:Description: Generic Linux kernel image 2023-12-01T05:29:28.241 INFO:teuthology.orchestra.run.smithi099.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:29:28.241 INFO:teuthology.orchestra.run.smithi099.stdout: available. 2023-12-01T05:29:28.241 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-01T05:29:28.241 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:29:28.241 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:29:28.242 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-01T05:29:28.242 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi099.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:29:28.242 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get clean 2023-12-01T05:29:28.323 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get update 2023-12-01T05:29:28.470 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:29:28.569 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:29:28.651 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T05:29:28.733 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:29:29.543 INFO:teuthology.orchestra.run.smithi142.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-01T05:29:29.544 INFO:teuthology.orchestra.run.smithi142.stdout:Sourcing file `/etc/default/grub' 2023-12-01T05:29:29.558 INFO:teuthology.orchestra.run.smithi142.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:29:29.591 INFO:teuthology.orchestra.run.smithi142.stdout:Generating grub configuration file ... 2023-12-01T05:29:29.953 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:29:29.976 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:29:30.118 INFO:teuthology.orchestra.run.smithi023.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-01T05:29:30.118 INFO:teuthology.orchestra.run.smithi023.stdout:Sourcing file `/etc/default/grub' 2023-12-01T05:29:30.131 INFO:teuthology.orchestra.run.smithi023.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:29:30.171 INFO:teuthology.orchestra.run.smithi023.stdout:Generating grub configuration file ... 2023-12-01T05:29:30.223 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2023-12-01T05:29:30.250 DEBUG:teuthology.orchestra.run.smithi099:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:29:30.365 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:29:30.376 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:29:30.401 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2023-12-01T05:29:30.537 INFO:teuthology.orchestra.run.smithi023.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:29:30.571 INFO:teuthology.orchestra.run.smithi023.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:29:30.584 INFO:teuthology.orchestra.run.smithi099.stdout:Building dependency tree... 2023-12-01T05:29:30.585 INFO:teuthology.orchestra.run.smithi099.stdout:Reading state information... 2023-12-01T05:29:30.793 INFO:teuthology.orchestra.run.smithi099.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-01T05:29:30.793 INFO:teuthology.orchestra.run.smithi099.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:29:30.795 DEBUG:teuthology.orchestra.run.smithi099:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:29:30.819 INFO:teuthology.orchestra.run.smithi099.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:29:30.819 INFO:teuthology.orchestra.run.smithi099.stdout:Status: install ok installed 2023-12-01T05:29:30.819 INFO:teuthology.orchestra.run.smithi099.stdout:Priority: optional 2023-12-01T05:29:30.819 INFO:teuthology.orchestra.run.smithi099.stdout:Section: kernel 2023-12-01T05:29:30.820 INFO:teuthology.orchestra.run.smithi099.stdout:Installed-Size: 20 2023-12-01T05:29:30.820 INFO:teuthology.orchestra.run.smithi099.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:29:30.820 INFO:teuthology.orchestra.run.smithi099.stdout:Architecture: amd64 2023-12-01T05:29:30.820 INFO:teuthology.orchestra.run.smithi099.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:29:30.820 INFO:teuthology.orchestra.run.smithi099.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:29:30.820 INFO:teuthology.orchestra.run.smithi099.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:29:30.820 INFO:teuthology.orchestra.run.smithi099.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:29:30.820 INFO:teuthology.orchestra.run.smithi099.stdout:Recommends: thermald 2023-12-01T05:29:30.820 INFO:teuthology.orchestra.run.smithi099.stdout:Description: Generic Linux kernel image 2023-12-01T05:29:30.820 INFO:teuthology.orchestra.run.smithi099.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:29:30.820 INFO:teuthology.orchestra.run.smithi099.stdout: available. 2023-12-01T05:29:30.821 DEBUG:teuthology.orchestra.run.smithi099:> mktemp 2023-12-01T05:29:30.826 INFO:teuthology.orchestra.run.smithi099.stdout:/tmp/tmp.jrpBF2oeZY 2023-12-01T05:29:30.827 DEBUG:teuthology.orchestra.run.smithi099:> sudo cp /boot/grub/grub.cfg /tmp/tmp.jrpBF2oeZY 2023-12-01T05:29:30.842 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 0666 /tmp/tmp.jrpBF2oeZY 2023-12-01T05:29:30.881 DEBUG:teuthology.orchestra.remote:smithi099:/tmp/tmp.jrpBF2oeZY is 9KB 2023-12-01T05:29:30.893 DEBUG:teuthology.orchestra.run.smithi099:> rm -fr /tmp/tmp.jrpBF2oeZY 2023-12-01T05:29:30.899 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-01T05:29:30.956 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T05:29:30.957 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-01T05:29:30.957 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-01T05:29:30.966 INFO:teuthology.orchestra.run.smithi023.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:29:30.978 INFO:teuthology.orchestra.run.smithi023.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:29:30.985 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-01T05:29:30.985 DEBUG:teuthology.orchestra.run.smithi099:> sudo update-grub 2023-12-01T05:29:32.305 INFO:teuthology.orchestra.run.smithi099.stderr:Sourcing file `/etc/default/grub' 2023-12-01T05:29:32.315 INFO:teuthology.orchestra.run.smithi099.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:29:32.331 INFO:teuthology.orchestra.run.smithi099.stderr:Generating grub configuration file ... 2023-12-01T05:29:32.563 INFO:teuthology.orchestra.run.smithi099.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:29:32.574 INFO:teuthology.orchestra.run.smithi099.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:29:32.919 INFO:teuthology.orchestra.run.smithi099.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:29:32.930 INFO:teuthology.orchestra.run.smithi099.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:29:33.048 INFO:teuthology.orchestra.run.smithi142.stdout:done 2023-12-01T05:29:33.504 DEBUG:teuthology.orchestra.run.smithi142:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:29:33.557 INFO:teuthology.orchestra.run.smithi142.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:29:33.557 INFO:teuthology.orchestra.run.smithi142.stdout:Status: install ok installed 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout:Priority: optional 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout:Section: kernel 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout:Installed-Size: 20 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout:Architecture: amd64 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout:Recommends: thermald 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout:Description: Generic Linux kernel image 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:29:33.558 INFO:teuthology.orchestra.run.smithi142.stdout: available. 2023-12-01T05:29:33.559 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-01T05:29:33.559 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:29:33.559 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:29:33.560 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-12-01T05:29:33.560 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi142.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:29:33.560 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get clean 2023-12-01T05:29:33.628 INFO:teuthology.orchestra.run.smithi023.stdout:done 2023-12-01T05:29:33.642 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get update 2023-12-01T05:29:33.799 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:29:33.807 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T05:29:33.827 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:29:33.890 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:29:34.089 DEBUG:teuthology.orchestra.run.smithi023:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:29:34.138 INFO:teuthology.orchestra.run.smithi023.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:29:34.139 INFO:teuthology.orchestra.run.smithi023.stdout:Status: install ok installed 2023-12-01T05:29:34.139 INFO:teuthology.orchestra.run.smithi023.stdout:Priority: optional 2023-12-01T05:29:34.139 INFO:teuthology.orchestra.run.smithi023.stdout:Section: kernel 2023-12-01T05:29:34.139 INFO:teuthology.orchestra.run.smithi023.stdout:Installed-Size: 20 2023-12-01T05:29:34.139 INFO:teuthology.orchestra.run.smithi023.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:29:34.139 INFO:teuthology.orchestra.run.smithi023.stdout:Architecture: amd64 2023-12-01T05:29:34.139 INFO:teuthology.orchestra.run.smithi023.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:29:34.139 INFO:teuthology.orchestra.run.smithi023.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:29:34.139 INFO:teuthology.orchestra.run.smithi023.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:29:34.140 INFO:teuthology.orchestra.run.smithi023.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:29:34.140 INFO:teuthology.orchestra.run.smithi023.stdout:Recommends: thermald 2023-12-01T05:29:34.140 INFO:teuthology.orchestra.run.smithi023.stdout:Description: Generic Linux kernel image 2023-12-01T05:29:34.140 INFO:teuthology.orchestra.run.smithi023.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:29:34.140 INFO:teuthology.orchestra.run.smithi023.stdout: available. 2023-12-01T05:29:34.140 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-01T05:29:34.140 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:29:34.141 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:29:34.141 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-01T05:29:34.141 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi023.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:29:34.141 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get clean 2023-12-01T05:29:34.227 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get update 2023-12-01T05:29:34.358 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:29:34.358 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:29:34.371 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T05:29:34.391 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:29:34.401 INFO:teuthology.orchestra.run.smithi099.stderr:done 2023-12-01T05:29:34.403 DEBUG:teuthology.orchestra.run.smithi099:> sudo shutdown -r now 2023-12-01T05:29:35.569 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2023-12-01T05:29:35.592 DEBUG:teuthology.orchestra.run.smithi142:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:29:35.660 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2023-12-01T05:29:35.843 INFO:teuthology.orchestra.run.smithi142.stdout:Building dependency tree... 2023-12-01T05:29:35.843 INFO:teuthology.orchestra.run.smithi142.stdout:Reading state information... 2023-12-01T05:29:36.053 INFO:teuthology.orchestra.run.smithi142.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-01T05:29:36.053 INFO:teuthology.orchestra.run.smithi142.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:29:36.055 DEBUG:teuthology.orchestra.run.smithi142:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:29:36.075 INFO:teuthology.orchestra.run.smithi142.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:29:36.075 INFO:teuthology.orchestra.run.smithi142.stdout:Status: install ok installed 2023-12-01T05:29:36.075 INFO:teuthology.orchestra.run.smithi142.stdout:Priority: optional 2023-12-01T05:29:36.075 INFO:teuthology.orchestra.run.smithi142.stdout:Section: kernel 2023-12-01T05:29:36.075 INFO:teuthology.orchestra.run.smithi142.stdout:Installed-Size: 20 2023-12-01T05:29:36.075 INFO:teuthology.orchestra.run.smithi142.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:29:36.075 INFO:teuthology.orchestra.run.smithi142.stdout:Architecture: amd64 2023-12-01T05:29:36.075 INFO:teuthology.orchestra.run.smithi142.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:29:36.076 INFO:teuthology.orchestra.run.smithi142.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:29:36.076 INFO:teuthology.orchestra.run.smithi142.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:29:36.076 INFO:teuthology.orchestra.run.smithi142.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:29:36.076 INFO:teuthology.orchestra.run.smithi142.stdout:Recommends: thermald 2023-12-01T05:29:36.076 INFO:teuthology.orchestra.run.smithi142.stdout:Description: Generic Linux kernel image 2023-12-01T05:29:36.076 INFO:teuthology.orchestra.run.smithi142.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:29:36.076 INFO:teuthology.orchestra.run.smithi142.stdout: available. 2023-12-01T05:29:36.076 DEBUG:teuthology.orchestra.run.smithi142:> mktemp 2023-12-01T05:29:36.083 INFO:teuthology.orchestra.run.smithi142.stdout:/tmp/tmp.aRicjR6RZr 2023-12-01T05:29:36.083 DEBUG:teuthology.orchestra.run.smithi142:> sudo cp /boot/grub/grub.cfg /tmp/tmp.aRicjR6RZr 2023-12-01T05:29:36.153 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 0666 /tmp/tmp.aRicjR6RZr 2023-12-01T05:29:36.162 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2023-12-01T05:29:36.188 DEBUG:teuthology.orchestra.run.smithi023:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:29:36.199 DEBUG:teuthology.orchestra.remote:smithi142:/tmp/tmp.aRicjR6RZr is 9KB 2023-12-01T05:29:36.213 DEBUG:teuthology.orchestra.run.smithi142:> rm -fr /tmp/tmp.aRicjR6RZr 2023-12-01T05:29:36.220 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-01T05:29:36.257 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2023-12-01T05:29:36.282 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-12-01T05:29:36.282 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-01T05:29:36.282 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-01T05:29:36.324 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-01T05:29:36.324 DEBUG:teuthology.orchestra.run.smithi142:> sudo update-grub 2023-12-01T05:29:36.464 INFO:teuthology.orchestra.run.smithi023.stdout:Building dependency tree... 2023-12-01T05:29:36.465 INFO:teuthology.orchestra.run.smithi023.stdout:Reading state information... 2023-12-01T05:29:36.694 INFO:teuthology.orchestra.run.smithi023.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-01T05:29:36.694 INFO:teuthology.orchestra.run.smithi023.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:29:36.698 DEBUG:teuthology.orchestra.run.smithi023:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:29:36.721 INFO:teuthology.orchestra.run.smithi023.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:Status: install ok installed 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:Priority: optional 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:Section: kernel 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:Installed-Size: 20 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:Architecture: amd64 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:Recommends: thermald 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout:Description: Generic Linux kernel image 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:29:36.722 INFO:teuthology.orchestra.run.smithi023.stdout: available. 2023-12-01T05:29:36.723 DEBUG:teuthology.orchestra.run.smithi023:> mktemp 2023-12-01T05:29:36.769 INFO:teuthology.orchestra.run.smithi023.stdout:/tmp/tmp.zV5PETvWJF 2023-12-01T05:29:36.769 DEBUG:teuthology.orchestra.run.smithi023:> sudo cp /boot/grub/grub.cfg /tmp/tmp.zV5PETvWJF 2023-12-01T05:29:36.784 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0666 /tmp/tmp.zV5PETvWJF 2023-12-01T05:29:36.861 DEBUG:teuthology.orchestra.remote:smithi023:/tmp/tmp.zV5PETvWJF is 9KB 2023-12-01T05:29:36.875 DEBUG:teuthology.orchestra.run.smithi023:> rm -fr /tmp/tmp.zV5PETvWJF 2023-12-01T05:29:36.881 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-01T05:29:36.939 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-01T05:29:36.939 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-01T05:29:36.939 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-01T05:29:36.977 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-01T05:29:36.977 DEBUG:teuthology.orchestra.run.smithi023:> sudo update-grub 2023-12-01T05:29:37.931 INFO:teuthology.orchestra.run.smithi142.stderr:Sourcing file `/etc/default/grub' 2023-12-01T05:29:37.941 INFO:teuthology.orchestra.run.smithi142.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:29:37.957 INFO:teuthology.orchestra.run.smithi142.stderr:Generating grub configuration file ... 2023-12-01T05:29:38.241 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:29:38.253 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:29:38.421 INFO:teuthology.orchestra.run.smithi023.stderr:Sourcing file `/etc/default/grub' 2023-12-01T05:29:38.431 INFO:teuthology.orchestra.run.smithi023.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:29:38.444 INFO:teuthology.orchestra.run.smithi023.stderr:Generating grub configuration file ... 2023-12-01T05:29:38.641 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:29:38.652 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:29:38.701 INFO:teuthology.orchestra.run.smithi023.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:29:38.713 INFO:teuthology.orchestra.run.smithi023.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:29:39.126 INFO:teuthology.orchestra.run.smithi023.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:29:39.138 INFO:teuthology.orchestra.run.smithi023.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:29:40.340 INFO:teuthology.orchestra.run.smithi142.stderr:done 2023-12-01T05:29:40.342 DEBUG:teuthology.orchestra.run.smithi142:> sudo shutdown -r now 2023-12-01T05:29:40.816 INFO:teuthology.orchestra.run.smithi023.stderr:done 2023-12-01T05:29:40.818 DEBUG:teuthology.orchestra.run.smithi023:> sudo shutdown -r now 2023-12-01T05:30:04.428 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-01T05:30:04.429 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T05:30:04.429 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:30:10.350 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-12-01T05:30:10.351 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-12-01T05:30:10.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:30:10.821 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-01T05:30:10.821 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-01T05:30:10.822 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:30:22.946 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2023-12-01T05:30:29.346 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-12-01T05:30:31.950 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T05:30:31.951 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:30:35.014 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2023-12-01T05:30:38.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-01T05:30:38.350 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:30:41.410 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-12-01T05:30:47.021 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T05:30:47.021 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:30:53.414 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-01T05:30:53.417 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:30:56.486 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-12-01T05:31:05.442 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2023-12-01T05:31:10.354 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T05:31:11.487 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-01T05:31:11.488 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:31:14.562 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-12-01T05:31:19.358 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-12-01T05:31:19.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:31:19.735 DEBUG:teuthology.orchestra.run.smithi142:> true 2023-12-01T05:31:20.443 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T05:31:20.444 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:31:20.947 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-12-01T05:31:20.947 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-89-generic"... 2023-12-01T05:31:20.947 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2023-12-01T05:31:20.999 INFO:teuthology.orchestra.run.smithi142.stdout:5.15.0-89-generic 2023-12-01T05:31:20.999 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-01T05:31:20.999 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:31:20.999 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-01T05:31:21.124 DEBUG:teuthology.orchestra.run.smithi099:> true 2023-12-01T05:31:21.874 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T05:31:21.874 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-89-generic"... 2023-12-01T05:31:21.874 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2023-12-01T05:31:21.920 INFO:teuthology.orchestra.run.smithi099.stdout:5.15.0-89-generic 2023-12-01T05:31:21.921 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-01T05:31:21.921 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:31:21.921 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-01T05:31:22.000 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-01T05:31:22.001 DEBUG:teuthology.orchestra.run.smithi142:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:31:22.075 INFO:teuthology.orchestra.run.smithi142.stdout:ttyS1 2023-12-01T05:31:22.098 DEBUG:teuthology.parallel:result is None 2023-12-01T05:31:22.922 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T05:31:22.922 DEBUG:teuthology.orchestra.run.smithi099:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:31:23.009 INFO:teuthology.orchestra.run.smithi099.stdout:ttyS1 2023-12-01T05:31:23.026 DEBUG:teuthology.parallel:result is None 2023-12-01T05:31:32.563 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-01T05:31:32.564 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:32:04.737 DEBUG:teuthology.orchestra.run.smithi023:> true 2023-12-01T05:32:05.526 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-01T05:32:05.527 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-89-generic"... 2023-12-01T05:32:05.527 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2023-12-01T05:32:05.574 INFO:teuthology.orchestra.run.smithi023.stdout:5.15.0-89-generic 2023-12-01T05:32:05.574 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-01T05:32:05.574 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:32:05.574 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-01T05:32:06.575 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:32:06.575 DEBUG:teuthology.orchestra.run.smithi023:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:32:06.724 INFO:teuthology.orchestra.run.smithi023.stdout:ttyS1 2023-12-01T05:32:06.747 DEBUG:teuthology.parallel:result is None 2023-12-01T05:32:06.747 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:32:06.755 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:32:06.755 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:32:06.757 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:32:06.760 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:32:06.768 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:32:06.775 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:32:06.781 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:32:06.781 DEBUG:teuthology.orchestra.run.smithi023:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:32:06.802 DEBUG:teuthology.orchestra.run.smithi099:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:32:06.809 DEBUG:teuthology.orchestra.run.smithi142:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:32:06.989 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:32:06.995 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:32:06.996 DEBUG:teuthology.orchestra.run.smithi023:> 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 2023-12-01T05:32:06.998 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T05:32:07.001 DEBUG:teuthology.orchestra.run.smithi142:> 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 2023-12-01T05:32:07.027 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:32:07.034 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:32:07.037 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:32:07.045 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:32:07.082 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:32:07.093 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:32:07.095 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:32:07.102 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:32:07.102 DEBUG:teuthology.orchestra.run.smithi023:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:32:07.105 DEBUG:teuthology.orchestra.run.smithi099:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:32:07.107 DEBUG:teuthology.orchestra.run.smithi142:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:32:07.122 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:32:07.131 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:32:07.131 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:32:07.162 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:32:07.165 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:32:07.172 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:32:07.215 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:32:07.268 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-01T05:32:07.268 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:32:07.338 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:32:07.346 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:32:07.394 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T05:32:07.394 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:32:07.465 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:32:07.473 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:32:07.522 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-12-01T05:32:07.522 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:32:07.594 DEBUG:teuthology.orchestra.run.smithi023:> sudo service rsyslog restart 2023-12-01T05:32:07.596 DEBUG:teuthology.orchestra.run.smithi099:> sudo service rsyslog restart 2023-12-01T05:32:07.598 DEBUG:teuthology.orchestra.run.smithi142:> sudo service rsyslog restart 2023-12-01T05:32:07.681 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:32:07.689 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:32:07.689 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:32:07.701 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:32:07.709 DEBUG:teuthology.task.selinux:Excluding smithi023: OS 'ubuntu' does not support SELinux 2023-12-01T05:32:07.709 DEBUG:teuthology.task.selinux:Excluding smithi099: OS 'ubuntu' does not support SELinux 2023-12-01T05:32:07.709 DEBUG:teuthology.task.selinux:Excluding smithi142: OS 'ubuntu' does not support SELinux 2023-12-01T05:32:07.709 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:32:07.709 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-01T05:32:07.709 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:32:07.709 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:32:07.718 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-01T05:32:07.724 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-01T05:32:07.870 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:32:07.886 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'}]}] 2023-12-01T05:32:07.887 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi023.front.sepia.ceph.com,smithi099.front.sepia.ceph.com,smithi142.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T05:38:15.304 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi023.front.sepia.ceph.com'), Remote(name='ubuntu@smithi099.front.sepia.ceph.com'), Remote(name='ubuntu@smithi142.front.sepia.ceph.com')] 2023-12-01T05:38:15.305 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-01T05:38:15.306 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:38:15.390 DEBUG:teuthology.orchestra.run.smithi023:> true 2023-12-01T05:38:15.512 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-01T05:38:15.512 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T05:38:15.513 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:38:15.599 DEBUG:teuthology.orchestra.run.smithi099:> true 2023-12-01T05:38:15.728 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T05:38:15.728 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-12-01T05:38:15.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:38:15.818 DEBUG:teuthology.orchestra.run.smithi142:> true 2023-12-01T05:38:15.944 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-12-01T05:38:15.945 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T05:38:15.956 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T05:38:15.956 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:38:15.957 DEBUG:teuthology.orchestra.run.smithi023:> 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 2023-12-01T05:38:15.959 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:38:15.959 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T05:38:15.962 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:38:15.963 DEBUG:teuthology.orchestra.run.smithi142:> 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 2023-12-01T05:38:15.990 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:15 ntpd[23331]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-01T05:38:15.991 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:15 ntpd[23331]: Command line: ntpd -gq 2023-12-01T05:38:15.991 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:15 ntpd[23432]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-01T05:38:15.991 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:15 ntpd[23432]: Command line: ntpd -gq 2023-12-01T05:38:15.992 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:15 ntpd[23331]: proto: precision = 0.065 usec (-24) 2023-12-01T05:38:15.992 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:15 ntpd[23432]: proto: precision = 0.054 usec (-24) 2023-12-01T05:38:15.992 INFO:teuthology.orchestra.run.smithi023.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T05:38:15.993 INFO:teuthology.orchestra.run.smithi099.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T05:38:15.993 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:15 ntpd[23432]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T05:38:15.994 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:15 ntpd[23331]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T05:38:15.994 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:15 ntpd[23331]: restrict ::: KOD does nothing without LIMITED. 2023-12-01T05:38:15.994 INFO:teuthology.orchestra.run.smithi099.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-01T05:38:15.994 INFO:teuthology.orchestra.run.smithi023.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:15 ntpd[23331]: Listen and drop on 0 v6wildcard [::]:123 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:15 ntpd[23331]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:15 ntpd[23331]: Listen normally on 2 lo 127.0.0.1:123 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:15 ntpd[23331]: Listen normally on 3 ens1f0 172.21.15.23:123 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:15 ntpd[23331]: Listen normally on 4 lo [::1]:123 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:15 ntpd[23331]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:fe59:ce42%4]:123 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:15 ntpd[23331]: Listening on routing socket on fd #22 for interface updates 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:15 ntpd[23432]: restrict ::: KOD does nothing without LIMITED. 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:15 ntpd[23432]: Listen and drop on 0 v6wildcard [::]:123 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:15 ntpd[23432]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:15 ntpd[23432]: Listen normally on 2 lo 127.0.0.1:123 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:15 ntpd[23432]: Listen normally on 3 enp3s0f1 172.21.15.99:123 2023-12-01T05:38:15.996 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:15 ntpd[23432]: Listen normally on 4 lo [::1]:123 2023-12-01T05:38:15.997 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:15 ntpd[23432]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d803%5]:123 2023-12-01T05:38:15.997 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:15 ntpd[23432]: Listening on routing socket on fd #22 for interface updates 2023-12-01T05:38:16.016 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:16 ntpd[23425]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-01T05:38:16.016 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:16 ntpd[23425]: Command line: ntpd -gq 2023-12-01T05:38:16.016 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:16 ntpd[23425]: proto: precision = 0.055 usec (-24) 2023-12-01T05:38:16.017 INFO:teuthology.orchestra.run.smithi142.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T05:38:16.017 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:16 ntpd[23425]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T05:38:16.017 INFO:teuthology.orchestra.run.smithi142.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-01T05:38:16.018 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:16 ntpd[23425]: restrict ::: KOD does nothing without LIMITED. 2023-12-01T05:38:16.018 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:16 ntpd[23425]: Listen and drop on 0 v6wildcard [::]:123 2023-12-01T05:38:16.018 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:16 ntpd[23425]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-01T05:38:16.018 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:16 ntpd[23425]: Listen normally on 2 lo 127.0.0.1:123 2023-12-01T05:38:16.018 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:16 ntpd[23425]: Listen normally on 3 enp3s0f1 172.21.15.142:123 2023-12-01T05:38:16.018 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:16 ntpd[23425]: Listen normally on 4 lo [::1]:123 2023-12-01T05:38:16.019 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:16 ntpd[23425]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6e0d%5]:123 2023-12-01T05:38:16.019 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:16 ntpd[23425]: Listening on routing socket on fd #22 for interface updates 2023-12-01T05:38:17.016 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:17 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:17.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:17 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:17.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:17 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:17.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:17 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:17.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:17 ntpd[23425]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:17.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:17 ntpd[23425]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:17.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:17 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:17.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:17 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:17.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:17 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:17.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:17 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:17.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:17 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:17.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:17 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:17.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:17 ntpd[23331]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:17.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:17 ntpd[23331]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:17.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:17 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:17.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:17 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:17.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:17 ntpd[23331]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:17.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:17 ntpd[23331]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:17.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:17 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:17.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:17 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:18.016 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:18 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:18.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:18 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:18.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:18 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:18.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:18 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:18.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:18 ntpd[23425]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:18.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:18 ntpd[23425]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:18.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:18 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:18.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:18 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:18.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:18 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:18.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:18 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:18.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:18 ntpd[23331]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:18.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:18 ntpd[23331]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:18.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:18 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:18.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:18 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:18.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:18 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:18.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:18 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:18.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:18 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:18.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:18 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:19.016 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:19 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:19.016 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:19 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:19.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:19 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:19.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:19 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:19.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:19 ntpd[23425]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:19.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:19 ntpd[23425]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:19.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:19.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:19.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:19.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:19.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:19.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:19.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:19.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:19.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:19.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:19.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:19.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:19.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:19.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:19 ntpd[23331]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:19.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:19 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:19.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:19 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:19.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:19 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:19.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:19 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:19.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:19 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:19.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:19 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:20.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:20 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:20.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:20 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:20.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:20 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:20.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:20 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:20.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:20 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:20.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:20 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:20.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:20 ntpd[23425]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:20.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:20 ntpd[23425]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:20.994 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:20 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:20.994 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:20 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:20.994 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:20 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:20.994 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:20 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:20.994 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:20 ntpd[23331]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:20.995 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:20 ntpd[23331]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:20.996 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:20 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:20.996 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:20 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:20.996 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:20 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:20.996 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:20 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:20.996 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:20 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:20.996 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:20 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:20.996 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:20 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:20.996 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:20 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:20.996 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:20 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:20.997 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:20 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:20.997 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:20 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:20.997 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:20 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:21.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:21 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:21.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:21 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:21.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:21 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:21.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:21 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:21.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:21 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:21.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:21 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:21.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:21 ntpd[23425]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:21.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:21 ntpd[23425]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:21.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:21 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:21.018 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:21 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:21.018 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:21 ntpd[23425]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:21.018 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:21 ntpd[23425]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:21.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:21 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:21.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:21 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:21.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:21 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:21.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:21 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:21.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:21 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:21.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:21 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:21.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:21 ntpd[23331]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:21.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:21 ntpd[23331]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:21.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:21 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:21.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:21 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:21.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:21 ntpd[23331]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:21.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:21 ntpd[23331]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:21.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:21 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:21.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:21 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:21.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:21 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:21.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:21 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:21.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:21 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:21.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:21 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:22.016 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:22 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:22.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:22 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:22.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:22 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:22.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:22 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:22.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:22 ntpd[23425]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:22.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:22 ntpd[23425]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:22.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:22 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:22.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:22 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:22.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:22 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:22.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:22 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:22.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:22 ntpd[23331]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:22.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:22 ntpd[23331]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:22.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:22 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:22.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:22 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:22.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:22 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:22.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:22 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:22.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:22 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:22.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:22 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:22.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:22 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:22.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:22 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:22.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:22 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:22.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:22 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:22.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:22 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:22.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:22 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:23.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:23.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:23.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:23.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:23.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:23.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:23.017 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:23.018 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:23.018 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:23.018 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:23.018 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:23.018 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:23.018 INFO:teuthology.orchestra.run.smithi142.stdout: 1 Dec 05:38:23 ntpd[23425]: ntpd: time slew -0.001357 s 2023-12-01T05:38:23.018 INFO:teuthology.orchestra.run.smithi142.stdout:ntpd: time slew -0.001357s 2023-12-01T05:38:23.019 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-01T05:38:23.019 INFO:teuthology.orchestra.run.smithi142.stderr: 1 Dec 05:38:23 ntpd[23425]: can't open /var/log/ntpstats/loopstats.20231201: Permission denied 2023-12-01T05:38:23.083 INFO:teuthology.orchestra.run.smithi142.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T05:38:23.083 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================== 2023-12-01T05:38:23.083 INFO:teuthology.orchestra.run.smithi142.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:38:23.083 INFO:teuthology.orchestra.run.smithi142.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:38:23.083 INFO:teuthology.orchestra.run.smithi142.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:38:23.083 INFO:teuthology.orchestra.run.smithi142.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:38:23.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:23 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:23.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:23 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:23.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:23 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:23.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:23 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:23.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:23 ntpd[23331]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:23.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:23 ntpd[23331]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:23.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:23 ntpd[23331]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:23.992 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:23 ntpd[23331]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:23.993 INFO:teuthology.orchestra.run.smithi023.stdout: 1 Dec 05:38:23 ntpd[23331]: ntpd: time slew +0.001084 s 2023-12-01T05:38:23.993 INFO:teuthology.orchestra.run.smithi023.stdout:ntpd: time slew +0.001084s 2023-12-01T05:38:23.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:23 ntpd[23331]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-01T05:38:23.993 INFO:teuthology.orchestra.run.smithi023.stderr: 1 Dec 05:38:23 ntpd[23331]: can't open /var/log/ntpstats/loopstats.20231201: Permission denied 2023-12-01T05:38:23.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:23 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:23.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:23 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:23.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:23 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:23.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:23 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:23.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:23 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:23.994 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:23 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:24.052 INFO:teuthology.orchestra.run.smithi023.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T05:38:24.052 INFO:teuthology.orchestra.run.smithi023.stdout:============================================================================== 2023-12-01T05:38:24.052 INFO:teuthology.orchestra.run.smithi023.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:38:24.052 INFO:teuthology.orchestra.run.smithi023.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:38:24.052 INFO:teuthology.orchestra.run.smithi023.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:38:24.052 INFO:teuthology.orchestra.run.smithi023.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:38:24.992 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:24 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:24.992 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:24 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:24.992 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:24 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:24.992 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:24 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:24.992 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:24 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:38:24.992 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:24 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:38:24.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:24 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:38:24.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:24 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:38:24.993 INFO:teuthology.orchestra.run.smithi099.stdout: 1 Dec 05:38:24 ntpd[23432]: ntpd: time slew +0.001634 s 2023-12-01T05:38:24.993 INFO:teuthology.orchestra.run.smithi099.stdout:ntpd: time slew +0.001634s 2023-12-01T05:38:24.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:24 ntpd[23432]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-01T05:38:24.993 INFO:teuthology.orchestra.run.smithi099.stderr: 1 Dec 05:38:24 ntpd[23432]: can't open /var/log/ntpstats/loopstats.20231201: Permission denied 2023-12-01T05:38:25.061 INFO:teuthology.orchestra.run.smithi099.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T05:38:25.061 INFO:teuthology.orchestra.run.smithi099.stdout:============================================================================== 2023-12-01T05:38:25.062 INFO:teuthology.orchestra.run.smithi099.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:38:25.062 INFO:teuthology.orchestra.run.smithi099.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:38:25.062 INFO:teuthology.orchestra.run.smithi099.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:38:25.062 INFO:teuthology.orchestra.run.smithi099.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:38:25.063 INFO:teuthology.run_tasks:Running task install... 2023-12-01T05:38:25.072 DEBUG:teuthology.task.install:project ceph 2023-12-01T05:38:25.072 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'}} 2023-12-01T05:38:25.072 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T05:38:25.072 INFO:teuthology.task.install:Using flavor: default 2023-12-01T05:38:25.078 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']} 2023-12-01T05:38:25.078 INFO:teuthology.task.install:extra packages: [] 2023-12-01T05:38:25.079 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-key list | grep Ceph 2023-12-01T05:38:25.079 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-key list | grep Ceph 2023-12-01T05:38:25.080 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-key list | grep Ceph 2023-12-01T05:38:25.176 INFO:teuthology.orchestra.run.smithi023.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-01T05:38:25.180 INFO:teuthology.orchestra.run.smithi142.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-01T05:38:25.208 INFO:teuthology.orchestra.run.smithi099.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-01T05:38:25.232 INFO:teuthology.orchestra.run.smithi023.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-01T05:38:25.232 INFO:teuthology.orchestra.run.smithi023.stdout:uid [ unknown] Ceph.com (release key) 2023-12-01T05:38:25.233 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 2023-12-01T05:38:25.233 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:38:25.238 INFO:teuthology.orchestra.run.smithi142.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-01T05:38:25.238 INFO:teuthology.orchestra.run.smithi142.stdout:uid [ unknown] Ceph.com (release key) 2023-12-01T05:38:25.238 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 2023-12-01T05:38:25.238 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:38:25.265 INFO:teuthology.orchestra.run.smithi099.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-01T05:38:25.265 INFO:teuthology.orchestra.run.smithi099.stdout:uid [ unknown] Ceph.com (release key) 2023-12-01T05:38:25.266 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 2023-12-01T05:38:25.266 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:38:25.452 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default/ 2023-12-01T05:38:25.452 INFO:teuthology.task.install.deb:Package version is 18.0.0-7662-g875037c4-1focal 2023-12-01T05:38:25.466 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default/ 2023-12-01T05:38:25.466 INFO:teuthology.task.install.deb:Package version is 18.0.0-7662-g875037c4-1focal 2023-12-01T05:38:25.478 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default/ 2023-12-01T05:38:25.478 INFO:teuthology.task.install.deb:Package version is 18.0.0-7662-g875037c4-1focal 2023-12-01T05:38:25.574 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-12-01T05:38:25.574 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2023-12-01T05:38:25.588 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T05:38:25.589 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2023-12-01T05:38:25.590 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get update 2023-12-01T05:38:25.606 DEBUG:teuthology.orchestra.run.smithi099:> sudo apt-get update 2023-12-01T05:38:25.638 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-01T05:38:25.638 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2023-12-01T05:38:25.654 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get update 2023-12-01T05:38:25.789 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:38:25.795 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T05:38:25.802 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:38:25.812 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:38:25.845 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:38:25.890 INFO:teuthology.orchestra.run.smithi142.stdout:Ign:2 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal InRelease 2023-12-01T05:38:25.893 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:38:25.904 INFO:teuthology.orchestra.run.smithi099.stdout:Ign:4 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal InRelease 2023-12-01T05:38:25.914 INFO:teuthology.orchestra.run.smithi099.stdout:Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:38:25.927 INFO:teuthology.orchestra.run.smithi142.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal Release [7,662 B] 2023-12-01T05:38:25.941 INFO:teuthology.orchestra.run.smithi099.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal Release [7,662 B] 2023-12-01T05:38:25.954 INFO:teuthology.orchestra.run.smithi023.stdout:Ign:2 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal InRelease 2023-12-01T05:38:25.958 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:38:25.967 INFO:teuthology.orchestra.run.smithi142.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal Release.gpg 2023-12-01T05:38:25.975 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-01T05:38:25.980 INFO:teuthology.orchestra.run.smithi099.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal Release.gpg 2023-12-01T05:38:25.991 INFO:teuthology.orchestra.run.smithi023.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal Release [7,662 B] 2023-12-01T05:38:26.002 INFO:teuthology.orchestra.run.smithi142.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 Packages [17.4 kB] 2023-12-01T05:38:26.016 INFO:teuthology.orchestra.run.smithi099.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 Packages [17.4 kB] 2023-12-01T05:38:26.028 INFO:teuthology.orchestra.run.smithi023.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal Release.gpg 2023-12-01T05:38:26.040 INFO:teuthology.orchestra.run.smithi023.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-01T05:38:26.049 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main i386 Packages [3,421 B] 2023-12-01T05:38:26.062 INFO:teuthology.orchestra.run.smithi099.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main i386 Packages [3,421 B] 2023-12-01T05:38:26.064 INFO:teuthology.orchestra.run.smithi023.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 Packages [17.4 kB] 2023-12-01T05:38:26.109 INFO:teuthology.orchestra.run.smithi023.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main i386 Packages [3,421 B] 2023-12-01T05:38:26.334 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:38:26.396 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:38:26.423 INFO:teuthology.orchestra.run.smithi099.stdout:Fetched 28.5 kB in 1s (46.4 kB/s) 2023-12-01T05:38:26.616 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 142 kB in 1s (174 kB/s) 2023-12-01T05:38:26.697 INFO:teuthology.orchestra.run.smithi023.stdout:Fetched 142 kB in 1s (171 kB/s) 2023-12-01T05:38:27.500 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2023-12-01T05:38:27.529 DEBUG:teuthology.orchestra.run.smithi099:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=18.0.0-7662-g875037c4-1focal cephadm=18.0.0-7662-g875037c4-1focal ceph-mds=18.0.0-7662-g875037c4-1focal ceph-mgr=18.0.0-7662-g875037c4-1focal ceph-common=18.0.0-7662-g875037c4-1focal ceph-fuse=18.0.0-7662-g875037c4-1focal ceph-test=18.0.0-7662-g875037c4-1focal ceph-volume=18.0.0-7662-g875037c4-1focal radosgw=18.0.0-7662-g875037c4-1focal python3-rados=18.0.0-7662-g875037c4-1focal python3-rgw=18.0.0-7662-g875037c4-1focal python3-cephfs=18.0.0-7662-g875037c4-1focal python3-rbd=18.0.0-7662-g875037c4-1focal libcephfs2=18.0.0-7662-g875037c4-1focal libcephfs-dev=18.0.0-7662-g875037c4-1focal librados2=18.0.0-7662-g875037c4-1focal librbd1=18.0.0-7662-g875037c4-1focal rbd-fuse=18.0.0-7662-g875037c4-1focal 2023-12-01T05:38:27.604 INFO:teuthology.orchestra.run.smithi099.stdout:Reading package lists... 2023-12-01T05:38:27.676 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2023-12-01T05:38:27.704 DEBUG:teuthology.orchestra.run.smithi142:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=18.0.0-7662-g875037c4-1focal cephadm=18.0.0-7662-g875037c4-1focal ceph-mds=18.0.0-7662-g875037c4-1focal ceph-mgr=18.0.0-7662-g875037c4-1focal ceph-common=18.0.0-7662-g875037c4-1focal ceph-fuse=18.0.0-7662-g875037c4-1focal ceph-test=18.0.0-7662-g875037c4-1focal ceph-volume=18.0.0-7662-g875037c4-1focal radosgw=18.0.0-7662-g875037c4-1focal python3-rados=18.0.0-7662-g875037c4-1focal python3-rgw=18.0.0-7662-g875037c4-1focal python3-cephfs=18.0.0-7662-g875037c4-1focal python3-rbd=18.0.0-7662-g875037c4-1focal libcephfs2=18.0.0-7662-g875037c4-1focal libcephfs-dev=18.0.0-7662-g875037c4-1focal librados2=18.0.0-7662-g875037c4-1focal librbd1=18.0.0-7662-g875037c4-1focal rbd-fuse=18.0.0-7662-g875037c4-1focal 2023-12-01T05:38:27.775 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2023-12-01T05:38:27.805 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2023-12-01T05:38:27.807 INFO:teuthology.orchestra.run.smithi099.stdout:Building dependency tree... 2023-12-01T05:38:27.807 INFO:teuthology.orchestra.run.smithi099.stdout:Reading state information... 2023-12-01T05:38:27.835 DEBUG:teuthology.orchestra.run.smithi023:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=18.0.0-7662-g875037c4-1focal cephadm=18.0.0-7662-g875037c4-1focal ceph-mds=18.0.0-7662-g875037c4-1focal ceph-mgr=18.0.0-7662-g875037c4-1focal ceph-common=18.0.0-7662-g875037c4-1focal ceph-fuse=18.0.0-7662-g875037c4-1focal ceph-test=18.0.0-7662-g875037c4-1focal ceph-volume=18.0.0-7662-g875037c4-1focal radosgw=18.0.0-7662-g875037c4-1focal python3-rados=18.0.0-7662-g875037c4-1focal python3-rgw=18.0.0-7662-g875037c4-1focal python3-cephfs=18.0.0-7662-g875037c4-1focal python3-rbd=18.0.0-7662-g875037c4-1focal libcephfs2=18.0.0-7662-g875037c4-1focal libcephfs-dev=18.0.0-7662-g875037c4-1focal librados2=18.0.0-7662-g875037c4-1focal librbd1=18.0.0-7662-g875037c4-1focal rbd-fuse=18.0.0-7662-g875037c4-1focal 2023-12-01T05:38:27.914 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2023-12-01T05:38:27.978 INFO:teuthology.orchestra.run.smithi142.stdout:Building dependency tree... 2023-12-01T05:38:27.978 INFO:teuthology.orchestra.run.smithi142.stdout:Reading state information... 2023-12-01T05:38:27.996 INFO:teuthology.orchestra.run.smithi099.stdout:The following packages were automatically installed and are no longer required: 2023-12-01T05:38:27.998 INFO:teuthology.orchestra.run.smithi099.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2023-12-01T05:38:27.998 INFO:teuthology.orchestra.run.smithi099.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout:The following additional packages will be installed: 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liblua5.3-dev liboath0 libonig5 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: libthrift-0.13.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: pkg-config python-asyncssh-doc python-natsort-doc python-pastedeploy-tpl 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: python3-asyncssh python3-atomicwrites python3-attr python3-bcrypt 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: python3-google-auth python3-html5lib python3-jinja2 python3-joblib 2023-12-01T05:38:27.999 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-01T05:38:28.000 INFO:teuthology.orchestra.run.smithi099.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-01T05:38:28.000 INFO:teuthology.orchestra.run.smithi099.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-01T05:38:28.000 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-01T05:38:28.000 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-01T05:38:28.000 INFO:teuthology.orchestra.run.smithi099.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2023-12-01T05:38:28.000 INFO:teuthology.orchestra.run.smithi099.stdout: python3-scipy python3-simplegeneric python3-simplejson 2023-12-01T05:38:28.000 INFO:teuthology.orchestra.run.smithi099.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2023-12-01T05:38:28.000 INFO:teuthology.orchestra.run.smithi099.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2023-12-01T05:38:28.000 INFO:teuthology.orchestra.run.smithi099.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2023-12-01T05:38:28.000 INFO:teuthology.orchestra.run.smithi099.stdout: qttranslations5-l10n socat unzip xmlstarlet zip 2023-12-01T05:38:28.000 INFO:teuthology.orchestra.run.smithi099.stdout:Suggested packages: 2023-12-01T05:38:28.001 INFO:teuthology.orchestra.run.smithi099.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2023-12-01T05:38:28.001 INFO:teuthology.orchestra.run.smithi099.stdout: readline-doc python-attr-doc python-blinker-doc python-cryptography-doc 2023-12-01T05:38:28.001 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2023-12-01T05:38:28.001 INFO:teuthology.orchestra.run.smithi099.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2023-12-01T05:38:28.001 INFO:teuthology.orchestra.run.smithi099.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2023-12-01T05:38:28.001 INFO:teuthology.orchestra.run.smithi099.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2023-12-01T05:38:28.001 INFO:teuthology.orchestra.run.smithi099.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2023-12-01T05:38:28.001 INFO:teuthology.orchestra.run.smithi099.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2023-12-01T05:38:28.001 INFO:teuthology.orchestra.run.smithi099.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2023-12-01T05:38:28.001 INFO:teuthology.orchestra.run.smithi099.stdout:Recommended packages: 2023-12-01T05:38:28.001 INFO:teuthology.orchestra.run.smithi099.stdout: btrfs-tools 2023-12-01T05:38:28.122 INFO:teuthology.orchestra.run.smithi023.stdout:Building dependency tree... 2023-12-01T05:38:28.123 INFO:teuthology.orchestra.run.smithi099.stdout:The following NEW packages will be installed: 2023-12-01T05:38:28.123 INFO:teuthology.orchestra.run.smithi099.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2023-12-01T05:38:28.123 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2023-12-01T05:38:28.123 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2023-12-01T05:38:28.123 INFO:teuthology.orchestra.run.smithi099.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2023-12-01T05:38:28.123 INFO:teuthology.orchestra.run.smithi099.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2023-12-01T05:38:28.124 INFO:teuthology.orchestra.run.smithi099.stdout: liblua5.3-0 liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a 2023-12-01T05:38:28.124 INFO:teuthology.orchestra.run.smithi099.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 2023-12-01T05:38:28.124 INFO:teuthology.orchestra.run.smithi023.stdout:Reading state information... 2023-12-01T05:38:28.125 INFO:teuthology.orchestra.run.smithi099.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.13.0 lua-any lua-sec 2023-12-01T05:38:28.125 INFO:teuthology.orchestra.run.smithi099.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2023-12-01T05:38:28.125 INFO:teuthology.orchestra.run.smithi099.stdout: python-natsort-doc python-pastedeploy-tpl python3-asyncssh 2023-12-01T05:38:28.125 INFO:teuthology.orchestra.run.smithi099.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2023-12-01T05:38:28.125 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2023-12-01T05:38:28.125 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2023-12-01T05:38:28.125 INFO:teuthology.orchestra.run.smithi099.stdout: python3-html5lib python3-jinja2 python3-joblib python3-jwt 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout: python3-simplejson python3-singledispatch python3-sklearn 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse socat 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout: unzip xmlstarlet zip 2023-12-01T05:38:28.126 INFO:teuthology.orchestra.run.smithi099.stdout:The following packages will be upgraded: 2023-12-01T05:38:28.127 INFO:teuthology.orchestra.run.smithi099.stdout: librados2 librbd1 2023-12-01T05:38:28.158 INFO:teuthology.orchestra.run.smithi142.stdout:The following packages were automatically installed and are no longer required: 2023-12-01T05:38:28.159 INFO:teuthology.orchestra.run.smithi142.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2023-12-01T05:38:28.159 INFO:teuthology.orchestra.run.smithi142.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-01T05:38:28.159 INFO:teuthology.orchestra.run.smithi142.stdout:The following additional packages will be installed: 2023-12-01T05:38:28.159 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2023-12-01T05:38:28.159 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2023-12-01T05:38:28.160 INFO:teuthology.orchestra.run.smithi142.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2023-12-01T05:38:28.160 INFO:teuthology.orchestra.run.smithi142.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liblua5.3-dev liboath0 libonig5 2023-12-01T05:38:28.160 INFO:teuthology.orchestra.run.smithi142.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 2023-12-01T05:38:28.160 INFO:teuthology.orchestra.run.smithi142.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2023-12-01T05:38:28.160 INFO:teuthology.orchestra.run.smithi142.stdout: libthrift-0.13.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2023-12-01T05:38:28.160 INFO:teuthology.orchestra.run.smithi142.stdout: pkg-config python-asyncssh-doc python-natsort-doc python-pastedeploy-tpl 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-asyncssh python3-atomicwrites python3-attr python3-bcrypt 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-google-auth python3-html5lib python3-jinja2 python3-joblib 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-scipy python3-simplegeneric python3-simplejson 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2023-12-01T05:38:28.161 INFO:teuthology.orchestra.run.smithi142.stdout: qttranslations5-l10n socat unzip xmlstarlet zip 2023-12-01T05:38:28.162 INFO:teuthology.orchestra.run.smithi142.stdout:Suggested packages: 2023-12-01T05:38:28.162 INFO:teuthology.orchestra.run.smithi142.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2023-12-01T05:38:28.162 INFO:teuthology.orchestra.run.smithi142.stdout: readline-doc python-attr-doc python-blinker-doc python-cryptography-doc 2023-12-01T05:38:28.162 INFO:teuthology.orchestra.run.smithi142.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2023-12-01T05:38:28.162 INFO:teuthology.orchestra.run.smithi142.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2023-12-01T05:38:28.162 INFO:teuthology.orchestra.run.smithi142.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2023-12-01T05:38:28.162 INFO:teuthology.orchestra.run.smithi142.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2023-12-01T05:38:28.162 INFO:teuthology.orchestra.run.smithi142.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2023-12-01T05:38:28.162 INFO:teuthology.orchestra.run.smithi142.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2023-12-01T05:38:28.162 INFO:teuthology.orchestra.run.smithi142.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2023-12-01T05:38:28.162 INFO:teuthology.orchestra.run.smithi142.stdout:Recommended packages: 2023-12-01T05:38:28.162 INFO:teuthology.orchestra.run.smithi142.stdout: btrfs-tools 2023-12-01T05:38:28.191 INFO:teuthology.orchestra.run.smithi099.stdout:2 upgraded, 120 newly installed, 0 to remove and 262 not upgraded. 2023-12-01T05:38:28.191 INFO:teuthology.orchestra.run.smithi099.stdout:Need to get 213 MB of archives. 2023-12-01T05:38:28.191 INFO:teuthology.orchestra.run.smithi099.stdout:After this operation, 1,050 MB of additional disk space will be used. 2023-12-01T05:38:28.191 INFO:teuthology.orchestra.run.smithi099.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2023-12-01T05:38:28.285 INFO:teuthology.orchestra.run.smithi142.stdout:The following NEW packages will be installed: 2023-12-01T05:38:28.285 INFO:teuthology.orchestra.run.smithi142.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2023-12-01T05:38:28.285 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2023-12-01T05:38:28.285 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2023-12-01T05:38:28.285 INFO:teuthology.orchestra.run.smithi142.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2023-12-01T05:38:28.285 INFO:teuthology.orchestra.run.smithi142.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2023-12-01T05:38:28.285 INFO:teuthology.orchestra.run.smithi142.stdout: liblua5.3-0 liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a 2023-12-01T05:38:28.285 INFO:teuthology.orchestra.run.smithi142.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 2023-12-01T05:38:28.286 INFO:teuthology.orchestra.run.smithi099.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2023-12-01T05:38:28.287 INFO:teuthology.orchestra.run.smithi142.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.13.0 lua-any lua-sec 2023-12-01T05:38:28.287 INFO:teuthology.orchestra.run.smithi142.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2023-12-01T05:38:28.287 INFO:teuthology.orchestra.run.smithi142.stdout: python-natsort-doc python-pastedeploy-tpl python3-asyncssh 2023-12-01T05:38:28.287 INFO:teuthology.orchestra.run.smithi142.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2023-12-01T05:38:28.287 INFO:teuthology.orchestra.run.smithi142.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2023-12-01T05:38:28.287 INFO:teuthology.orchestra.run.smithi142.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2023-12-01T05:38:28.287 INFO:teuthology.orchestra.run.smithi142.stdout: python3-html5lib python3-jinja2 python3-joblib python3-jwt 2023-12-01T05:38:28.287 INFO:teuthology.orchestra.run.smithi142.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-01T05:38:28.288 INFO:teuthology.orchestra.run.smithi142.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-01T05:38:28.288 INFO:teuthology.orchestra.run.smithi142.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-01T05:38:28.288 INFO:teuthology.orchestra.run.smithi142.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-01T05:38:28.288 INFO:teuthology.orchestra.run.smithi142.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-01T05:38:28.288 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2023-12-01T05:38:28.288 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2023-12-01T05:38:28.288 INFO:teuthology.orchestra.run.smithi142.stdout: python3-simplejson python3-singledispatch python3-sklearn 2023-12-01T05:38:28.288 INFO:teuthology.orchestra.run.smithi142.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2023-12-01T05:38:28.288 INFO:teuthology.orchestra.run.smithi142.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2023-12-01T05:38:28.288 INFO:teuthology.orchestra.run.smithi142.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse socat 2023-12-01T05:38:28.288 INFO:teuthology.orchestra.run.smithi142.stdout: unzip xmlstarlet zip 2023-12-01T05:38:28.288 INFO:teuthology.orchestra.run.smithi142.stdout:The following packages will be upgraded: 2023-12-01T05:38:28.289 INFO:teuthology.orchestra.run.smithi142.stdout: librados2 librbd1 2023-12-01T05:38:28.289 INFO:teuthology.orchestra.run.smithi099.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2023-12-01T05:38:28.309 INFO:teuthology.orchestra.run.smithi099.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2023-12-01T05:38:28.316 INFO:teuthology.orchestra.run.smithi023.stdout:The following packages were automatically installed and are no longer required: 2023-12-01T05:38:28.318 INFO:teuthology.orchestra.run.smithi023.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2023-12-01T05:38:28.318 INFO:teuthology.orchestra.run.smithi023.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-01T05:38:28.318 INFO:teuthology.orchestra.run.smithi023.stdout:The following additional packages will be installed: 2023-12-01T05:38:28.318 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2023-12-01T05:38:28.318 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2023-12-01T05:38:28.318 INFO:teuthology.orchestra.run.smithi023.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2023-12-01T05:38:28.318 INFO:teuthology.orchestra.run.smithi023.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liblua5.3-dev liboath0 libonig5 2023-12-01T05:38:28.318 INFO:teuthology.orchestra.run.smithi023.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 2023-12-01T05:38:28.318 INFO:teuthology.orchestra.run.smithi023.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2023-12-01T05:38:28.319 INFO:teuthology.orchestra.run.smithi023.stdout: libthrift-0.13.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2023-12-01T05:38:28.319 INFO:teuthology.orchestra.run.smithi023.stdout: pkg-config python-asyncssh-doc python-natsort-doc python-pastedeploy-tpl 2023-12-01T05:38:28.319 INFO:teuthology.orchestra.run.smithi023.stdout: python3-asyncssh python3-atomicwrites python3-attr python3-bcrypt 2023-12-01T05:38:28.319 INFO:teuthology.orchestra.run.smithi023.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: python3-google-auth python3-html5lib python3-jinja2 python3-joblib 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: python3-scipy python3-simplegeneric python3-simplejson 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2023-12-01T05:38:28.320 INFO:teuthology.orchestra.run.smithi023.stdout: qttranslations5-l10n socat unzip xmlstarlet zip 2023-12-01T05:38:28.321 INFO:teuthology.orchestra.run.smithi023.stdout:Suggested packages: 2023-12-01T05:38:28.321 INFO:teuthology.orchestra.run.smithi023.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2023-12-01T05:38:28.321 INFO:teuthology.orchestra.run.smithi023.stdout: readline-doc python-attr-doc python-blinker-doc python-cryptography-doc 2023-12-01T05:38:28.321 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2023-12-01T05:38:28.321 INFO:teuthology.orchestra.run.smithi023.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2023-12-01T05:38:28.321 INFO:teuthology.orchestra.run.smithi023.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2023-12-01T05:38:28.321 INFO:teuthology.orchestra.run.smithi023.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2023-12-01T05:38:28.321 INFO:teuthology.orchestra.run.smithi023.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2023-12-01T05:38:28.321 INFO:teuthology.orchestra.run.smithi023.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2023-12-01T05:38:28.321 INFO:teuthology.orchestra.run.smithi023.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2023-12-01T05:38:28.321 INFO:teuthology.orchestra.run.smithi023.stdout:Recommended packages: 2023-12-01T05:38:28.321 INFO:teuthology.orchestra.run.smithi023.stdout: btrfs-tools 2023-12-01T05:38:28.350 INFO:teuthology.orchestra.run.smithi099.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 18.0.0-7662-g875037c4-1focal [3,597 kB] 2023-12-01T05:38:28.370 INFO:teuthology.orchestra.run.smithi099.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2023-12-01T05:38:28.373 INFO:teuthology.orchestra.run.smithi099.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2023-12-01T05:38:28.381 INFO:teuthology.orchestra.run.smithi099.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2023-12-01T05:38:28.384 INFO:teuthology.orchestra.run.smithi099.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2023-12-01T05:38:28.385 INFO:teuthology.orchestra.run.smithi099.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2023-12-01T05:38:28.386 INFO:teuthology.orchestra.run.smithi099.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2023-12-01T05:38:28.386 INFO:teuthology.orchestra.run.smithi099.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2023-12-01T05:38:28.393 INFO:teuthology.orchestra.run.smithi099.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2023-12-01T05:38:28.394 INFO:teuthology.orchestra.run.smithi099.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-dev amd64 5.3.3-1.1ubuntu2 [147 kB] 2023-12-01T05:38:28.397 INFO:teuthology.orchestra.run.smithi099.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2023-12-01T05:38:28.416 INFO:teuthology.orchestra.run.smithi099.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-any all 25 [4,960 B] 2023-12-01T05:38:28.416 INFO:teuthology.orchestra.run.smithi099.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 2023-12-01T05:38:28.420 INFO:teuthology.orchestra.run.smithi099.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] 2023-12-01T05:38:28.424 INFO:teuthology.orchestra.run.smithi099.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 2023-12-01T05:38:28.426 INFO:teuthology.orchestra.run.smithi099.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2023-12-01T05:38:28.426 INFO:teuthology.orchestra.run.smithi099.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2023-12-01T05:38:28.428 INFO:teuthology.orchestra.run.smithi099.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2023-12-01T05:38:28.428 INFO:teuthology.orchestra.run.smithi099.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2023-12-01T05:38:28.429 INFO:teuthology.orchestra.run.smithi099.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2023-12-01T05:38:28.436 INFO:teuthology.orchestra.run.smithi142.stdout:2 upgraded, 120 newly installed, 0 to remove and 262 not upgraded. 2023-12-01T05:38:28.436 INFO:teuthology.orchestra.run.smithi142.stdout:Need to get 213 MB of archives. 2023-12-01T05:38:28.436 INFO:teuthology.orchestra.run.smithi142.stdout:After this operation, 1,050 MB of additional disk space will be used. 2023-12-01T05:38:28.436 INFO:teuthology.orchestra.run.smithi142.stdout:Get:1 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 18.0.0-7662-g875037c4-1focal [3,597 kB] 2023-12-01T05:38:28.441 INFO:teuthology.orchestra.run.smithi099.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2.1 [59.2 kB] 2023-12-01T05:38:28.443 INFO:teuthology.orchestra.run.smithi099.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2023-12-01T05:38:28.443 INFO:teuthology.orchestra.run.smithi099.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2023-12-01T05:38:28.447 INFO:teuthology.orchestra.run.smithi023.stdout:The following NEW packages will be installed: 2023-12-01T05:38:28.447 INFO:teuthology.orchestra.run.smithi023.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2023-12-01T05:38:28.447 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2023-12-01T05:38:28.447 INFO:teuthology.orchestra.run.smithi023.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2023-12-01T05:38:28.447 INFO:teuthology.orchestra.run.smithi023.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2023-12-01T05:38:28.447 INFO:teuthology.orchestra.run.smithi023.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2023-12-01T05:38:28.447 INFO:teuthology.orchestra.run.smithi023.stdout: liblua5.3-0 liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a 2023-12-01T05:38:28.448 INFO:teuthology.orchestra.run.smithi023.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 2023-12-01T05:38:28.449 INFO:teuthology.orchestra.run.smithi023.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.13.0 lua-any lua-sec 2023-12-01T05:38:28.449 INFO:teuthology.orchestra.run.smithi023.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2023-12-01T05:38:28.449 INFO:teuthology.orchestra.run.smithi023.stdout: python-natsort-doc python-pastedeploy-tpl python3-asyncssh 2023-12-01T05:38:28.449 INFO:teuthology.orchestra.run.smithi023.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2023-12-01T05:38:28.449 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2023-12-01T05:38:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2023-12-01T05:38:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: python3-html5lib python3-jinja2 python3-joblib python3-jwt 2023-12-01T05:38:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-01T05:38:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-01T05:38:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-01T05:38:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-01T05:38:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-01T05:38:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2023-12-01T05:38:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2023-12-01T05:38:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: python3-simplejson python3-singledispatch python3-sklearn 2023-12-01T05:38:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2023-12-01T05:38:28.450 INFO:teuthology.orchestra.run.smithi023.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2023-12-01T05:38:28.451 INFO:teuthology.orchestra.run.smithi023.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse socat 2023-12-01T05:38:28.451 INFO:teuthology.orchestra.run.smithi023.stdout: unzip xmlstarlet zip 2023-12-01T05:38:28.451 INFO:teuthology.orchestra.run.smithi023.stdout:The following packages will be upgraded: 2023-12-01T05:38:28.451 INFO:teuthology.orchestra.run.smithi023.stdout: librados2 librbd1 2023-12-01T05:38:28.461 INFO:teuthology.orchestra.run.smithi099.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2023-12-01T05:38:28.463 INFO:teuthology.orchestra.run.smithi099.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2023-12-01T05:38:28.465 INFO:teuthology.orchestra.run.smithi099.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2023-12-01T05:38:28.466 INFO:teuthology.orchestra.run.smithi099.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2023-12-01T05:38:28.468 INFO:teuthology.orchestra.run.smithi099.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2023-12-01T05:38:28.468 INFO:teuthology.orchestra.run.smithi099.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2023-12-01T05:38:28.474 INFO:teuthology.orchestra.run.smithi099.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2023-12-01T05:38:28.481 INFO:teuthology.orchestra.run.smithi099.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2023-12-01T05:38:28.481 INFO:teuthology.orchestra.run.smithi142.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2023-12-01T05:38:28.481 INFO:teuthology.orchestra.run.smithi099.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2023-12-01T05:38:28.482 INFO:teuthology.orchestra.run.smithi099.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2023-12-01T05:38:28.501 INFO:teuthology.orchestra.run.smithi099.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.1 [183 kB] 2023-12-01T05:38:28.505 INFO:teuthology.orchestra.run.smithi099.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2023-12-01T05:38:28.507 INFO:teuthology.orchestra.run.smithi099.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2023-12-01T05:38:28.511 INFO:teuthology.orchestra.run.smithi099.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2023-12-01T05:38:28.511 INFO:teuthology.orchestra.run.smithi099.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-asyncssh all 1.12.2-1 [152 kB] 2023-12-01T05:38:28.512 INFO:teuthology.orchestra.run.smithi099.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2023-12-01T05:38:28.513 INFO:teuthology.orchestra.run.smithi099.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2023-12-01T05:38:28.520 INFO:teuthology.orchestra.run.smithi099.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2023-12-01T05:38:28.521 INFO:teuthology.orchestra.run.smithi099.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2023-12-01T05:38:28.522 INFO:teuthology.orchestra.run.smithi099.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2023-12-01T05:38:28.540 INFO:teuthology.orchestra.run.smithi099.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2023-12-01T05:38:28.542 INFO:teuthology.orchestra.run.smithi099.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2023-12-01T05:38:28.543 INFO:teuthology.orchestra.run.smithi099.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2023-12-01T05:38:28.544 INFO:teuthology.orchestra.run.smithi099.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2023-12-01T05:38:28.600 INFO:teuthology.orchestra.run.smithi023.stdout:2 upgraded, 120 newly installed, 0 to remove and 262 not upgraded. 2023-12-01T05:38:28.600 INFO:teuthology.orchestra.run.smithi023.stdout:Need to get 213 MB of archives. 2023-12-01T05:38:28.600 INFO:teuthology.orchestra.run.smithi023.stdout:After this operation, 1,050 MB of additional disk space will be used. 2023-12-01T05:38:28.600 INFO:teuthology.orchestra.run.smithi023.stdout:Get:1 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 18.0.0-7662-g875037c4-1focal [3,597 kB] 2023-12-01T05:38:28.648 INFO:teuthology.orchestra.run.smithi023.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2023-12-01T05:38:28.694 INFO:teuthology.orchestra.run.smithi099.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2023-12-01T05:38:28.709 INFO:teuthology.orchestra.run.smithi099.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2023-12-01T05:38:28.710 INFO:teuthology.orchestra.run.smithi099.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2023-12-01T05:38:28.724 INFO:teuthology.orchestra.run.smithi099.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2023-12-01T05:38:28.724 INFO:teuthology.orchestra.run.smithi099.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2023-12-01T05:38:28.724 INFO:teuthology.orchestra.run.smithi099.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2023-12-01T05:38:28.725 INFO:teuthology.orchestra.run.smithi099.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2023-12-01T05:38:28.726 INFO:teuthology.orchestra.run.smithi099.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2023-12-01T05:38:28.726 INFO:teuthology.orchestra.run.smithi099.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2023-12-01T05:38:28.726 INFO:teuthology.orchestra.run.smithi099.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2023-12-01T05:38:28.733 INFO:teuthology.orchestra.run.smithi099.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2023-12-01T05:38:28.745 INFO:teuthology.orchestra.run.smithi099.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2023-12-01T05:38:28.753 INFO:teuthology.orchestra.run.smithi099.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2023-12-01T05:38:28.758 INFO:teuthology.orchestra.run.smithi099.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2023-12-01T05:38:28.760 INFO:teuthology.orchestra.run.smithi099.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2023-12-01T05:38:28.762 INFO:teuthology.orchestra.run.smithi099.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2023-12-01T05:38:28.762 INFO:teuthology.orchestra.run.smithi099.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-12-01T05:38:28.766 INFO:teuthology.orchestra.run.smithi099.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2023-12-01T05:38:28.769 INFO:teuthology.orchestra.run.smithi099.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2023-12-01T05:38:28.785 INFO:teuthology.orchestra.run.smithi099.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] 2023-12-01T05:38:28.786 INFO:teuthology.orchestra.run.smithi099.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-sec amd64 0.9-3 [32.3 kB] 2023-12-01T05:38:28.786 INFO:teuthology.orchestra.run.smithi099.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2023-12-01T05:38:28.801 INFO:teuthology.orchestra.run.smithi099.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2023-12-01T05:38:28.802 INFO:teuthology.orchestra.run.smithi099.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-asyncssh-doc all 1.12.2-1 [258 kB] 2023-12-01T05:38:28.808 INFO:teuthology.orchestra.run.smithi099.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2023-12-01T05:38:28.862 INFO:teuthology.orchestra.run.smithi099.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2023-12-01T05:38:28.863 INFO:teuthology.orchestra.run.smithi099.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2023-12-01T05:38:28.863 INFO:teuthology.orchestra.run.smithi099.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2023-12-01T05:38:28.864 INFO:teuthology.orchestra.run.smithi099.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2023-12-01T05:38:28.864 INFO:teuthology.orchestra.run.smithi099.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2023-12-01T05:38:28.865 INFO:teuthology.orchestra.run.smithi099.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2023-12-01T05:38:28.877 INFO:teuthology.orchestra.run.smithi099.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2023-12-01T05:38:28.878 INFO:teuthology.orchestra.run.smithi099.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2023-12-01T05:38:28.892 INFO:teuthology.orchestra.run.smithi142.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2023-12-01T05:38:28.906 INFO:teuthology.orchestra.run.smithi142.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2023-12-01T05:38:28.907 INFO:teuthology.orchestra.run.smithi099.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2023-12-01T05:38:28.908 INFO:teuthology.orchestra.run.smithi099.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2023-12-01T05:38:28.909 INFO:teuthology.orchestra.run.smithi099.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2023-12-01T05:38:28.910 INFO:teuthology.orchestra.run.smithi099.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2023-12-01T05:38:28.910 INFO:teuthology.orchestra.run.smithi099.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2023-12-01T05:38:28.910 INFO:teuthology.orchestra.run.smithi099.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2023-12-01T05:38:28.911 INFO:teuthology.orchestra.run.smithi099.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2023-12-01T05:38:28.912 INFO:teuthology.orchestra.run.smithi099.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2023-12-01T05:38:28.991 INFO:teuthology.orchestra.run.smithi142.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2023-12-01T05:38:29.053 INFO:teuthology.orchestra.run.smithi023.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2023-12-01T05:38:29.067 INFO:teuthology.orchestra.run.smithi023.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2023-12-01T05:38:29.072 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 18.0.0-7662-g875037c4-1focal [4,086 kB] 2023-12-01T05:38:29.152 INFO:teuthology.orchestra.run.smithi023.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2023-12-01T05:38:29.235 INFO:teuthology.orchestra.run.smithi142.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2023-12-01T05:38:29.239 INFO:teuthology.orchestra.run.smithi023.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 18.0.0-7662-g875037c4-1focal [4,086 kB] 2023-12-01T05:38:29.245 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2023-12-01T05:38:29.274 INFO:teuthology.orchestra.run.smithi142.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2023-12-01T05:38:29.283 INFO:teuthology.orchestra.run.smithi142.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2023-12-01T05:38:29.283 INFO:teuthology.orchestra.run.smithi142.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2023-12-01T05:38:29.287 INFO:teuthology.orchestra.run.smithi142.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2023-12-01T05:38:29.288 INFO:teuthology.orchestra.run.smithi142.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2023-12-01T05:38:29.346 INFO:teuthology.orchestra.run.smithi142.stdout:Get:14 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 18.0.0-7662-g875037c4-1focal [752 kB] 2023-12-01T05:38:29.385 INFO:teuthology.orchestra.run.smithi142.stdout:Get:15 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 18.0.0-7662-g875037c4-1focal [387 kB] 2023-12-01T05:38:29.395 INFO:teuthology.orchestra.run.smithi023.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2023-12-01T05:38:29.405 INFO:teuthology.orchestra.run.smithi023.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2023-12-01T05:38:29.411 INFO:teuthology.orchestra.run.smithi142.stdout:Get:16 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 18.0.0-7662-g875037c4-1focal [31.9 kB] 2023-12-01T05:38:29.411 INFO:teuthology.orchestra.run.smithi142.stdout:Get:17 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 18.0.0-7662-g875037c4-1focal [200 kB] 2023-12-01T05:38:29.433 INFO:teuthology.orchestra.run.smithi142.stdout:Get:18 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 18.0.0-7662-g875037c4-1focal [62.2 kB] 2023-12-01T05:38:29.434 INFO:teuthology.orchestra.run.smithi023.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2023-12-01T05:38:29.435 INFO:teuthology.orchestra.run.smithi142.stdout:Get:19 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 18.0.0-7662-g875037c4-1focal [364 kB] 2023-12-01T05:38:29.442 INFO:teuthology.orchestra.run.smithi023.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2023-12-01T05:38:29.443 INFO:teuthology.orchestra.run.smithi023.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2023-12-01T05:38:29.447 INFO:teuthology.orchestra.run.smithi023.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2023-12-01T05:38:29.448 INFO:teuthology.orchestra.run.smithi023.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2023-12-01T05:38:29.462 INFO:teuthology.orchestra.run.smithi142.stdout:Get:20 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 18.0.0-7662-g875037c4-1focal [6,954 kB] 2023-12-01T05:38:29.464 INFO:teuthology.orchestra.run.smithi142.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2023-12-01T05:38:29.598 INFO:teuthology.orchestra.run.smithi023.stdout:Get:14 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 18.0.0-7662-g875037c4-1focal [752 kB] 2023-12-01T05:38:29.622 INFO:teuthology.orchestra.run.smithi099.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 18.0.0-7662-g875037c4-1focal [4,086 kB] 2023-12-01T05:38:29.623 INFO:teuthology.orchestra.run.smithi023.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2023-12-01T05:38:29.679 INFO:teuthology.orchestra.run.smithi023.stdout:Get:16 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 18.0.0-7662-g875037c4-1focal [387 kB] 2023-12-01T05:38:29.718 INFO:teuthology.orchestra.run.smithi023.stdout:Get:17 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 18.0.0-7662-g875037c4-1focal [31.9 kB] 2023-12-01T05:38:29.719 INFO:teuthology.orchestra.run.smithi023.stdout:Get:18 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 18.0.0-7662-g875037c4-1focal [200 kB] 2023-12-01T05:38:29.729 INFO:teuthology.orchestra.run.smithi023.stdout:Get:19 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 18.0.0-7662-g875037c4-1focal [62.2 kB] 2023-12-01T05:38:29.756 INFO:teuthology.orchestra.run.smithi023.stdout:Get:20 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 18.0.0-7662-g875037c4-1focal [364 kB] 2023-12-01T05:38:29.769 INFO:teuthology.orchestra.run.smithi023.stdout:Get:21 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 18.0.0-7662-g875037c4-1focal [6,954 kB] 2023-12-01T05:38:29.854 INFO:teuthology.orchestra.run.smithi142.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-dev amd64 5.3.3-1.1ubuntu2 [147 kB] 2023-12-01T05:38:29.894 INFO:teuthology.orchestra.run.smithi142.stdout:Get:23 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 18.0.0-7662-g875037c4-1focal [113 kB] 2023-12-01T05:38:29.896 INFO:teuthology.orchestra.run.smithi142.stdout:Get:24 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 18.0.0-7662-g875037c4-1focal [473 kB] 2023-12-01T05:38:29.917 INFO:teuthology.orchestra.run.smithi142.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2023-12-01T05:38:29.941 INFO:teuthology.orchestra.run.smithi142.stdout:Get:26 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 18.0.0-7662-g875037c4-1focal [25.9 MB] 2023-12-01T05:38:29.972 INFO:teuthology.orchestra.run.smithi142.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-any all 25 [4,960 B] 2023-12-01T05:38:29.974 INFO:teuthology.orchestra.run.smithi142.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 2023-12-01T05:38:30.009 INFO:teuthology.orchestra.run.smithi023.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-dev amd64 5.3.3-1.1ubuntu2 [147 kB] 2023-12-01T05:38:30.027 INFO:teuthology.orchestra.run.smithi142.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] 2023-12-01T05:38:30.057 INFO:teuthology.orchestra.run.smithi142.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 2023-12-01T05:38:30.071 INFO:teuthology.orchestra.run.smithi023.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2023-12-01T05:38:30.075 INFO:teuthology.orchestra.run.smithi142.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2023-12-01T05:38:30.083 INFO:teuthology.orchestra.run.smithi142.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2023-12-01T05:38:30.108 INFO:teuthology.orchestra.run.smithi142.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2023-12-01T05:38:30.112 INFO:teuthology.orchestra.run.smithi142.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2023-12-01T05:38:30.127 INFO:teuthology.orchestra.run.smithi023.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-any all 25 [4,960 B] 2023-12-01T05:38:30.128 INFO:teuthology.orchestra.run.smithi023.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 2023-12-01T05:38:30.181 INFO:teuthology.orchestra.run.smithi023.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] 2023-12-01T05:38:30.211 INFO:teuthology.orchestra.run.smithi023.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 2023-12-01T05:38:30.229 INFO:teuthology.orchestra.run.smithi023.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2023-12-01T05:38:30.236 INFO:teuthology.orchestra.run.smithi023.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2023-12-01T05:38:30.262 INFO:teuthology.orchestra.run.smithi023.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2023-12-01T05:38:30.265 INFO:teuthology.orchestra.run.smithi023.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2023-12-01T05:38:30.277 INFO:teuthology.orchestra.run.smithi142.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2023-12-01T05:38:30.431 INFO:teuthology.orchestra.run.smithi023.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2023-12-01T05:38:30.442 INFO:teuthology.orchestra.run.smithi142.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2.1 [59.2 kB] 2023-12-01T05:38:30.459 INFO:teuthology.orchestra.run.smithi023.stdout:Get:33 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 18.0.0-7662-g875037c4-1focal [113 kB] 2023-12-01T05:38:30.529 INFO:teuthology.orchestra.run.smithi023.stdout:Get:34 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 18.0.0-7662-g875037c4-1focal [473 kB] 2023-12-01T05:38:30.538 INFO:teuthology.orchestra.run.smithi023.stdout:Get:35 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 18.0.0-7662-g875037c4-1focal [25.9 MB] 2023-12-01T05:38:30.588 INFO:teuthology.orchestra.run.smithi142.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2023-12-01T05:38:30.596 INFO:teuthology.orchestra.run.smithi023.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2.1 [59.2 kB] 2023-12-01T05:38:30.601 INFO:teuthology.orchestra.run.smithi099.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 18.0.0-7662-g875037c4-1focal [752 kB] 2023-12-01T05:38:30.605 INFO:teuthology.orchestra.run.smithi142.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2023-12-01T05:38:30.617 INFO:teuthology.orchestra.run.smithi142.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2023-12-01T05:38:30.696 INFO:teuthology.orchestra.run.smithi142.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2023-12-01T05:38:30.715 INFO:teuthology.orchestra.run.smithi142.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2023-12-01T05:38:30.742 INFO:teuthology.orchestra.run.smithi023.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2023-12-01T05:38:30.756 INFO:teuthology.orchestra.run.smithi142.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2023-12-01T05:38:30.759 INFO:teuthology.orchestra.run.smithi023.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2023-12-01T05:38:30.771 INFO:teuthology.orchestra.run.smithi023.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2023-12-01T05:38:30.781 INFO:teuthology.orchestra.run.smithi099.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 18.0.0-7662-g875037c4-1focal [387 kB] 2023-12-01T05:38:30.784 INFO:teuthology.orchestra.run.smithi142.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2023-12-01T05:38:30.789 INFO:teuthology.orchestra.run.smithi142.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2023-12-01T05:38:30.849 INFO:teuthology.orchestra.run.smithi023.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2023-12-01T05:38:30.869 INFO:teuthology.orchestra.run.smithi023.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2023-12-01T05:38:30.879 INFO:teuthology.orchestra.run.smithi099.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 18.0.0-7662-g875037c4-1focal [31.9 kB] 2023-12-01T05:38:30.884 INFO:teuthology.orchestra.run.smithi142.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2023-12-01T05:38:30.890 INFO:teuthology.orchestra.run.smithi099.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 18.0.0-7662-g875037c4-1focal [200 kB] 2023-12-01T05:38:30.909 INFO:teuthology.orchestra.run.smithi023.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2023-12-01T05:38:30.938 INFO:teuthology.orchestra.run.smithi023.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2023-12-01T05:38:30.942 INFO:teuthology.orchestra.run.smithi099.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 18.0.0-7662-g875037c4-1focal [62.2 kB] 2023-12-01T05:38:30.943 INFO:teuthology.orchestra.run.smithi023.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2023-12-01T05:38:30.952 INFO:teuthology.orchestra.run.smithi099.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 18.0.0-7662-g875037c4-1focal [364 kB] 2023-12-01T05:38:31.037 INFO:teuthology.orchestra.run.smithi023.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2023-12-01T05:38:31.043 INFO:teuthology.orchestra.run.smithi099.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 18.0.0-7662-g875037c4-1focal [6,954 kB] 2023-12-01T05:38:31.049 INFO:teuthology.orchestra.run.smithi142.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2023-12-01T05:38:31.201 INFO:teuthology.orchestra.run.smithi023.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2023-12-01T05:38:31.248 INFO:teuthology.orchestra.run.smithi142.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2023-12-01T05:38:31.303 INFO:teuthology.orchestra.run.smithi142.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2023-12-01T05:38:31.384 INFO:teuthology.orchestra.run.smithi023.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2023-12-01T05:38:31.434 INFO:teuthology.orchestra.run.smithi023.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2023-12-01T05:38:31.438 INFO:teuthology.orchestra.run.smithi142.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.1 [183 kB] 2023-12-01T05:38:31.546 INFO:teuthology.orchestra.run.smithi142.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2023-12-01T05:38:31.556 INFO:teuthology.orchestra.run.smithi142.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2023-12-01T05:38:31.565 INFO:teuthology.orchestra.run.smithi023.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.1 [183 kB] 2023-12-01T05:38:31.642 INFO:teuthology.orchestra.run.smithi142.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2023-12-01T05:38:31.642 INFO:teuthology.orchestra.run.smithi142.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-asyncssh all 1.12.2-1 [152 kB] 2023-12-01T05:38:31.669 INFO:teuthology.orchestra.run.smithi023.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2023-12-01T05:38:31.675 INFO:teuthology.orchestra.run.smithi142.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2023-12-01T05:38:31.679 INFO:teuthology.orchestra.run.smithi023.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2023-12-01T05:38:31.729 INFO:teuthology.orchestra.run.smithi142.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2023-12-01T05:38:31.729 INFO:teuthology.orchestra.run.smithi142.stdout:Get:56 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 18.0.0-7662-g875037c4-1focal [11.1 MB] 2023-12-01T05:38:31.730 INFO:teuthology.orchestra.run.smithi142.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2023-12-01T05:38:31.734 INFO:teuthology.orchestra.run.smithi023.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2023-12-01T05:38:31.743 INFO:teuthology.orchestra.run.smithi023.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-asyncssh all 1.12.2-1 [152 kB] 2023-12-01T05:38:31.771 INFO:teuthology.orchestra.run.smithi023.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2023-12-01T05:38:31.786 INFO:teuthology.orchestra.run.smithi023.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2023-12-01T05:38:31.788 INFO:teuthology.orchestra.run.smithi023.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2023-12-01T05:38:31.893 INFO:teuthology.orchestra.run.smithi142.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2023-12-01T05:38:31.954 INFO:teuthology.orchestra.run.smithi023.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2023-12-01T05:38:32.242 INFO:teuthology.orchestra.run.smithi142.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2023-12-01T05:38:32.302 INFO:teuthology.orchestra.run.smithi023.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2023-12-01T05:38:32.327 INFO:teuthology.orchestra.run.smithi142.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2023-12-01T05:38:32.327 INFO:teuthology.orchestra.run.smithi142.stdout:Get:61 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 18.0.0-7662-g875037c4-1focal [234 kB] 2023-12-01T05:38:32.329 INFO:teuthology.orchestra.run.smithi142.stdout:Get:62 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 18.0.0-7662-g875037c4-1focal [145 kB] 2023-12-01T05:38:32.330 INFO:teuthology.orchestra.run.smithi142.stdout:Get:63 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 18.0.0-7662-g875037c4-1focal [1,586 kB] 2023-12-01T05:38:32.361 INFO:teuthology.orchestra.run.smithi023.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2023-12-01T05:38:32.366 INFO:teuthology.orchestra.run.smithi142.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2023-12-01T05:38:32.372 INFO:teuthology.orchestra.run.smithi142.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2023-12-01T05:38:32.387 INFO:teuthology.orchestra.run.smithi142.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2023-12-01T05:38:32.419 INFO:teuthology.orchestra.run.smithi142.stdout:Get:67 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 18.0.0-7662-g875037c4-1focal [9,428 kB] 2023-12-01T05:38:32.427 INFO:teuthology.orchestra.run.smithi023.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2023-12-01T05:38:32.433 INFO:teuthology.orchestra.run.smithi023.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2023-12-01T05:38:32.449 INFO:teuthology.orchestra.run.smithi023.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2023-12-01T05:38:32.793 INFO:teuthology.orchestra.run.smithi099.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 18.0.0-7662-g875037c4-1focal [113 kB] 2023-12-01T05:38:32.820 INFO:teuthology.orchestra.run.smithi099.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 18.0.0-7662-g875037c4-1focal [473 kB] 2023-12-01T05:38:32.900 INFO:teuthology.orchestra.run.smithi142.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2023-12-01T05:38:32.934 INFO:teuthology.orchestra.run.smithi099.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 18.0.0-7662-g875037c4-1focal [25.9 MB] 2023-12-01T05:38:32.968 INFO:teuthology.orchestra.run.smithi142.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2023-12-01T05:38:32.970 INFO:teuthology.orchestra.run.smithi142.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2023-12-01T05:38:33.013 INFO:teuthology.orchestra.run.smithi142.stdout:Get:71 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 18.0.0-7662-g875037c4-1focal [31.7 MB] 2023-12-01T05:38:33.015 INFO:teuthology.orchestra.run.smithi142.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2023-12-01T05:38:33.015 INFO:teuthology.orchestra.run.smithi142.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2023-12-01T05:38:33.018 INFO:teuthology.orchestra.run.smithi023.stdout:Get:63 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 18.0.0-7662-g875037c4-1focal [11.1 MB] 2023-12-01T05:38:33.037 INFO:teuthology.orchestra.run.smithi023.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2023-12-01T05:38:33.053 INFO:teuthology.orchestra.run.smithi023.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2023-12-01T05:38:33.054 INFO:teuthology.orchestra.run.smithi023.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2023-12-01T05:38:33.131 INFO:teuthology.orchestra.run.smithi023.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2023-12-01T05:38:33.131 INFO:teuthology.orchestra.run.smithi023.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2023-12-01T05:38:33.179 INFO:teuthology.orchestra.run.smithi142.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2023-12-01T05:38:33.296 INFO:teuthology.orchestra.run.smithi023.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2023-12-01T05:38:33.382 INFO:teuthology.orchestra.run.smithi142.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2023-12-01T05:38:33.427 INFO:teuthology.orchestra.run.smithi142.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2023-12-01T05:38:33.496 INFO:teuthology.orchestra.run.smithi142.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2023-12-01T05:38:33.498 INFO:teuthology.orchestra.run.smithi023.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2023-12-01T05:38:33.524 INFO:teuthology.orchestra.run.smithi142.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2023-12-01T05:38:33.542 INFO:teuthology.orchestra.run.smithi023.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2023-12-01T05:38:33.599 INFO:teuthology.orchestra.run.smithi142.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2023-12-01T05:38:33.610 INFO:teuthology.orchestra.run.smithi142.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2023-12-01T05:38:33.611 INFO:teuthology.orchestra.run.smithi023.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2023-12-01T05:38:33.631 INFO:teuthology.orchestra.run.smithi142.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2023-12-01T05:38:33.639 INFO:teuthology.orchestra.run.smithi023.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2023-12-01T05:38:33.717 INFO:teuthology.orchestra.run.smithi023.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2023-12-01T05:38:33.725 INFO:teuthology.orchestra.run.smithi023.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2023-12-01T05:38:33.726 INFO:teuthology.orchestra.run.smithi142.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2023-12-01T05:38:33.747 INFO:teuthology.orchestra.run.smithi023.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2023-12-01T05:38:33.757 INFO:teuthology.orchestra.run.smithi142.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2023-12-01T05:38:33.778 INFO:teuthology.orchestra.run.smithi142.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2023-12-01T05:38:33.842 INFO:teuthology.orchestra.run.smithi023.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2023-12-01T05:38:33.872 INFO:teuthology.orchestra.run.smithi023.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2023-12-01T05:38:33.894 INFO:teuthology.orchestra.run.smithi023.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2023-12-01T05:38:33.930 INFO:teuthology.orchestra.run.smithi023.stdout:Get:80 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 18.0.0-7662-g875037c4-1focal [234 kB] 2023-12-01T05:38:33.941 INFO:teuthology.orchestra.run.smithi023.stdout:Get:81 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 18.0.0-7662-g875037c4-1focal [145 kB] 2023-12-01T05:38:33.950 INFO:teuthology.orchestra.run.smithi142.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-12-01T05:38:33.972 INFO:teuthology.orchestra.run.smithi023.stdout:Get:82 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 18.0.0-7662-g875037c4-1focal [1,586 kB] 2023-12-01T05:38:34.065 INFO:teuthology.orchestra.run.smithi023.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-12-01T05:38:34.126 INFO:teuthology.orchestra.run.smithi023.stdout:Get:84 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 18.0.0-7662-g875037c4-1focal [9,428 kB] 2023-12-01T05:38:34.442 INFO:teuthology.orchestra.run.smithi142.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2023-12-01T05:38:34.491 INFO:teuthology.orchestra.run.smithi142.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2023-12-01T05:38:34.548 INFO:teuthology.orchestra.run.smithi023.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2023-12-01T05:38:34.598 INFO:teuthology.orchestra.run.smithi023.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2023-12-01T05:38:34.721 INFO:teuthology.orchestra.run.smithi142.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] 2023-12-01T05:38:34.723 INFO:teuthology.orchestra.run.smithi142.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-sec amd64 0.9-3 [32.3 kB] 2023-12-01T05:38:34.725 INFO:teuthology.orchestra.run.smithi142.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2023-12-01T05:38:34.736 INFO:teuthology.orchestra.run.smithi142.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2023-12-01T05:38:34.738 INFO:teuthology.orchestra.run.smithi142.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-asyncssh-doc all 1.12.2-1 [258 kB] 2023-12-01T05:38:34.747 INFO:teuthology.orchestra.run.smithi142.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2023-12-01T05:38:34.827 INFO:teuthology.orchestra.run.smithi023.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] 2023-12-01T05:38:34.830 INFO:teuthology.orchestra.run.smithi023.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-sec amd64 0.9-3 [32.3 kB] 2023-12-01T05:38:34.830 INFO:teuthology.orchestra.run.smithi023.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2023-12-01T05:38:34.842 INFO:teuthology.orchestra.run.smithi023.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2023-12-01T05:38:34.843 INFO:teuthology.orchestra.run.smithi023.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-asyncssh-doc all 1.12.2-1 [258 kB] 2023-12-01T05:38:34.853 INFO:teuthology.orchestra.run.smithi023.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2023-12-01T05:38:34.901 INFO:teuthology.orchestra.run.smithi142.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2023-12-01T05:38:34.901 INFO:teuthology.orchestra.run.smithi142.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2023-12-01T05:38:34.903 INFO:teuthology.orchestra.run.smithi023.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 18.0.0-7662-g875037c4-1focal [31.7 MB] 2023-12-01T05:38:35.004 INFO:teuthology.orchestra.run.smithi023.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2023-12-01T05:38:35.005 INFO:teuthology.orchestra.run.smithi023.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2023-12-01T05:38:35.066 INFO:teuthology.orchestra.run.smithi142.stdout:Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2023-12-01T05:38:35.170 INFO:teuthology.orchestra.run.smithi023.stdout:Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2023-12-01T05:38:35.280 INFO:teuthology.orchestra.run.smithi142.stdout:Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2023-12-01T05:38:35.337 INFO:teuthology.orchestra.run.smithi142.stdout:Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2023-12-01T05:38:35.337 INFO:teuthology.orchestra.run.smithi142.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 18.0.0-7662-g875037c4-1focal [13.6 kB] 2023-12-01T05:38:35.338 INFO:teuthology.orchestra.run.smithi142.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 18.0.0-7662-g875037c4-1focal [863 kB] 2023-12-01T05:38:35.345 INFO:teuthology.orchestra.run.smithi142.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 18.0.0-7662-g875037c4-1focal [2,286 kB] 2023-12-01T05:38:35.372 INFO:teuthology.orchestra.run.smithi023.stdout:Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2023-12-01T05:38:35.391 INFO:teuthology.orchestra.run.smithi023.stdout:Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2023-12-01T05:38:35.454 INFO:teuthology.orchestra.run.smithi142.stdout:Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2023-12-01T05:38:35.475 INFO:teuthology.orchestra.run.smithi142.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 18.0.0-7662-g875037c4-1focal [782 kB] 2023-12-01T05:38:35.533 INFO:teuthology.orchestra.run.smithi023.stdout:Get:99 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2023-12-01T05:38:35.538 INFO:teuthology.orchestra.run.smithi142.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-cephadm all 18.0.0-7662-g875037c4-1focal [137 kB] 2023-12-01T05:38:35.544 INFO:teuthology.orchestra.run.smithi142.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 18.0.0-7662-g875037c4-1focal [1,834 kB] 2023-12-01T05:38:35.682 INFO:teuthology.orchestra.run.smithi142.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 18.0.0-7662-g875037c4-1focal [7,891 kB] 2023-12-01T05:38:35.762 INFO:teuthology.orchestra.run.smithi142.stdout:Get:107 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2023-12-01T05:38:35.763 INFO:teuthology.orchestra.run.smithi142.stdout:Get:108 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2023-12-01T05:38:35.768 INFO:teuthology.orchestra.run.smithi142.stdout:Get:109 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2023-12-01T05:38:35.769 INFO:teuthology.orchestra.run.smithi142.stdout:Get:110 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2023-12-01T05:38:35.780 INFO:teuthology.orchestra.run.smithi142.stdout:Get:111 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2023-12-01T05:38:35.785 INFO:teuthology.orchestra.run.smithi142.stdout:Get:112 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2023-12-01T05:38:35.786 INFO:teuthology.orchestra.run.smithi142.stdout:Get:113 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2023-12-01T05:38:35.837 INFO:teuthology.orchestra.run.smithi023.stdout:Get:100 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2023-12-01T05:38:35.838 INFO:teuthology.orchestra.run.smithi023.stdout:Get:101 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2023-12-01T05:38:35.843 INFO:teuthology.orchestra.run.smithi023.stdout:Get:102 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2023-12-01T05:38:35.844 INFO:teuthology.orchestra.run.smithi023.stdout:Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2023-12-01T05:38:35.855 INFO:teuthology.orchestra.run.smithi023.stdout:Get:104 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2023-12-01T05:38:35.859 INFO:teuthology.orchestra.run.smithi023.stdout:Get:105 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2023-12-01T05:38:35.861 INFO:teuthology.orchestra.run.smithi023.stdout:Get:106 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2023-12-01T05:38:35.950 INFO:teuthology.orchestra.run.smithi142.stdout:Get:114 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2023-12-01T05:38:36.026 INFO:teuthology.orchestra.run.smithi023.stdout:Get:107 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2023-12-01T05:38:36.261 INFO:teuthology.orchestra.run.smithi142.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 18.0.0-7662-g875037c4-1focal [13.7 kB] 2023-12-01T05:38:36.300 INFO:teuthology.orchestra.run.smithi142.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 18.0.0-7662-g875037c4-1focal [51.5 MB] 2023-12-01T05:38:36.381 INFO:teuthology.orchestra.run.smithi142.stdout:Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2023-12-01T05:38:36.398 INFO:teuthology.orchestra.run.smithi142.stdout:Get:118 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2023-12-01T05:38:36.443 INFO:teuthology.orchestra.run.smithi023.stdout:Get:108 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2023-12-01T05:38:36.458 INFO:teuthology.orchestra.run.smithi023.stdout:Get:109 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2023-12-01T05:38:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 18.0.0-7662-g875037c4-1focal [13.6 kB] 2023-12-01T05:38:37.534 INFO:teuthology.orchestra.run.smithi023.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 18.0.0-7662-g875037c4-1focal [863 kB] 2023-12-01T05:38:37.541 INFO:teuthology.orchestra.run.smithi023.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 18.0.0-7662-g875037c4-1focal [2,286 kB] 2023-12-01T05:38:37.709 INFO:teuthology.orchestra.run.smithi023.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 18.0.0-7662-g875037c4-1focal [782 kB] 2023-12-01T05:38:37.754 INFO:teuthology.orchestra.run.smithi023.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-cephadm all 18.0.0-7662-g875037c4-1focal [137 kB] 2023-12-01T05:38:37.785 INFO:teuthology.orchestra.run.smithi023.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 18.0.0-7662-g875037c4-1focal [1,834 kB] 2023-12-01T05:38:37.935 INFO:teuthology.orchestra.run.smithi023.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 18.0.0-7662-g875037c4-1focal [7,891 kB] 2023-12-01T05:38:38.594 INFO:teuthology.orchestra.run.smithi023.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 18.0.0-7662-g875037c4-1focal [13.7 kB] 2023-12-01T05:38:38.594 INFO:teuthology.orchestra.run.smithi023.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 18.0.0-7662-g875037c4-1focal [51.5 MB] 2023-12-01T05:38:38.661 INFO:teuthology.orchestra.run.smithi099.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 18.0.0-7662-g875037c4-1focal [11.1 MB] 2023-12-01T05:38:40.201 INFO:teuthology.orchestra.run.smithi142.stdout:Get:119 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 18.0.0-7662-g875037c4-1focal [118 kB] 2023-12-01T05:38:40.202 INFO:teuthology.orchestra.run.smithi142.stdout:Get:120 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 18.0.0-7662-g875037c4-1focal [37.4 kB] 2023-12-01T05:38:40.202 INFO:teuthology.orchestra.run.smithi142.stdout:Get:121 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 18.0.0-7662-g875037c4-1focal [14.1 MB] 2023-12-01T05:38:40.871 INFO:teuthology.orchestra.run.smithi099.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 18.0.0-7662-g875037c4-1focal [234 kB] 2023-12-01T05:38:40.872 INFO:teuthology.orchestra.run.smithi099.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 18.0.0-7662-g875037c4-1focal [145 kB] 2023-12-01T05:38:40.880 INFO:teuthology.orchestra.run.smithi099.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 18.0.0-7662-g875037c4-1focal [1,586 kB] 2023-12-01T05:38:41.123 INFO:teuthology.orchestra.run.smithi142.stdout:Get:122 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 18.0.0-7662-g875037c4-1focal [105 kB] 2023-12-01T05:38:41.151 INFO:teuthology.orchestra.run.smithi099.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 18.0.0-7662-g875037c4-1focal [9,428 kB] 2023-12-01T05:38:41.862 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 213 MB in 13s (16.6 MB/s) 2023-12-01T05:38:42.134 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2023-12-01T05:38:42.181 INFO:teuthology.orchestra.run.smithi142.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 ... 112640 files and directories currently installed.) 2023-12-01T05:38:42.185 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2023-12-01T05:38:42.214 INFO:teuthology.orchestra.run.smithi099.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 18.0.0-7662-g875037c4-1focal [31.7 MB] 2023-12-01T05:38:42.279 INFO:teuthology.orchestra.run.smithi023.stdout:Get:119 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 18.0.0-7662-g875037c4-1focal [118 kB] 2023-12-01T05:38:42.280 INFO:teuthology.orchestra.run.smithi023.stdout:Get:120 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 18.0.0-7662-g875037c4-1focal [37.4 kB] 2023-12-01T05:38:42.280 INFO:teuthology.orchestra.run.smithi023.stdout:Get:121 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 18.0.0-7662-g875037c4-1focal [14.1 MB] 2023-12-01T05:38:42.333 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-01T05:38:42.744 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2023-12-01T05:38:42.759 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2023-12-01T05:38:42.760 INFO:teuthology.orchestra.run.smithi023.stdout:Get:122 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 18.0.0-7662-g875037c4-1focal [105 kB] 2023-12-01T05:38:42.811 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-01T05:38:43.147 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2023-12-01T05:38:43.161 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2023-12-01T05:38:43.205 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-01T05:38:43.620 INFO:teuthology.orchestra.run.smithi023.stdout:Fetched 213 MB in 14s (14.8 MB/s) 2023-12-01T05:38:43.692 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libqt5core5a:amd64. 2023-12-01T05:38:43.705 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T05:38:43.758 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:38:43.836 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2023-12-01T05:38:43.883 INFO:teuthology.orchestra.run.smithi023.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 ... 112640 files and directories currently installed.) 2023-12-01T05:38:43.887 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2023-12-01T05:38:43.968 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-01T05:38:44.245 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2023-12-01T05:38:44.258 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T05:38:44.287 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:38:44.313 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2023-12-01T05:38:44.326 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2023-12-01T05:38:44.371 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-01T05:38:44.526 INFO:teuthology.orchestra.run.smithi099.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 18.0.0-7662-g875037c4-1focal [13.6 kB] 2023-12-01T05:38:44.527 INFO:teuthology.orchestra.run.smithi099.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 18.0.0-7662-g875037c4-1focal [863 kB] 2023-12-01T05:38:44.533 INFO:teuthology.orchestra.run.smithi099.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 18.0.0-7662-g875037c4-1focal [2,286 kB] 2023-12-01T05:38:44.607 INFO:teuthology.orchestra.run.smithi099.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 18.0.0-7662-g875037c4-1focal [782 kB] 2023-12-01T05:38:44.645 INFO:teuthology.orchestra.run.smithi099.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-cephadm all 18.0.0-7662-g875037c4-1focal [137 kB] 2023-12-01T05:38:44.649 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2023-12-01T05:38:44.663 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2023-12-01T05:38:44.669 INFO:teuthology.orchestra.run.smithi099.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 18.0.0-7662-g875037c4-1focal [1,834 kB] 2023-12-01T05:38:44.672 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libqt5network5:amd64. 2023-12-01T05:38:44.686 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T05:38:44.691 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-01T05:38:44.731 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:38:44.750 INFO:teuthology.orchestra.run.smithi099.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 18.0.0-7662-g875037c4-1focal [7,891 kB] 2023-12-01T05:38:45.136 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libthrift-0.13.0. 2023-12-01T05:38:45.148 INFO:teuthology.orchestra.run.smithi099.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 18.0.0-7662-g875037c4-1focal [13.7 kB] 2023-12-01T05:38:45.148 INFO:teuthology.orchestra.run.smithi099.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 18.0.0-7662-g875037c4-1focal [51.5 MB] 2023-12-01T05:38:45.149 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2023-12-01T05:38:45.161 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libqt5core5a:amd64. 2023-12-01T05:38:45.174 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T05:38:45.194 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-01T05:38:45.229 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:38:45.494 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../007-librbd1_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:45.623 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking librbd1 (18.0.0-7662-g875037c4-1focal) over (15.2.17-0ubuntu0.20.04.4) ... 2023-12-01T05:38:45.780 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2023-12-01T05:38:45.795 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T05:38:45.830 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:38:46.200 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libqt5network5:amd64. 2023-12-01T05:38:46.213 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T05:38:46.250 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:38:46.315 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../008-librados2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:46.444 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking librados2 (18.0.0-7662-g875037c4-1focal) over (15.2.17-0ubuntu0.20.04.4) ... 2023-12-01T05:38:46.628 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libthrift-0.13.0. 2023-12-01T05:38:46.642 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2023-12-01T05:38:46.687 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-01T05:38:47.029 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../007-librbd1_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:47.149 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking librbd1 (18.0.0-7662-g875037c4-1focal) over (15.2.17-0ubuntu0.20.04.4) ... 2023-12-01T05:38:47.190 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libcephfs2. 2023-12-01T05:38:47.204 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../009-libcephfs2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:47.248 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libcephfs2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:47.567 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-rados. 2023-12-01T05:38:47.583 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../010-python3-rados_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:47.589 INFO:teuthology.orchestra.run.smithi099.stdout:Get:119 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 18.0.0-7662-g875037c4-1focal [118 kB] 2023-12-01T05:38:47.590 INFO:teuthology.orchestra.run.smithi099.stdout:Get:120 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 18.0.0-7662-g875037c4-1focal [37.4 kB] 2023-12-01T05:38:47.590 INFO:teuthology.orchestra.run.smithi099.stdout:Get:121 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 18.0.0-7662-g875037c4-1focal [14.1 MB] 2023-12-01T05:38:47.617 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-rados (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:47.833 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../008-librados2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:47.937 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-ceph-argparse. 2023-12-01T05:38:47.950 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../011-python3-ceph-argparse_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:38:47.951 INFO:teuthology.orchestra.run.smithi099.stdout:Get:122 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 18.0.0-7662-g875037c4-1focal [105 kB] 2023-12-01T05:38:47.953 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking librados2 (18.0.0-7662-g875037c4-1focal) over (15.2.17-0ubuntu0.20.04.4) ... 2023-12-01T05:38:47.995 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-ceph-argparse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:48.247 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-cephfs. 2023-12-01T05:38:48.263 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../012-python3-cephfs_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:48.305 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-cephfs (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:48.616 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-ceph-common. 2023-12-01T05:38:48.632 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../013-python3-ceph-common_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:38:48.649 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libcephfs2. 2023-12-01T05:38:48.662 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../009-libcephfs2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:48.675 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:48.699 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libcephfs2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:48.757 INFO:teuthology.orchestra.run.smithi099.stdout:Fetched 213 MB in 20s (10.7 MB/s) 2023-12-01T05:38:48.930 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2023-12-01T05:38:48.977 INFO:teuthology.orchestra.run.smithi099.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 ... 112640 files and directories currently installed.) 2023-12-01T05:38:48.980 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2023-12-01T05:38:49.028 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-prettytable. 2023-12-01T05:38:49.035 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-rados. 2023-12-01T05:38:49.044 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2023-12-01T05:38:49.050 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../010-python3-rados_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:49.071 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-01T05:38:49.086 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2023-12-01T05:38:49.093 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-rados (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:49.339 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-rbd. 2023-12-01T05:38:49.353 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../015-python3-rbd_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:49.389 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-rbd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:49.424 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2023-12-01T05:38:49.439 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2023-12-01T05:38:49.446 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-ceph-argparse. 2023-12-01T05:38:49.459 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../011-python3-ceph-argparse_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:38:49.482 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-01T05:38:49.496 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-ceph-argparse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:49.716 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2023-12-01T05:38:49.730 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-01T05:38:49.748 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-cephfs. 2023-12-01T05:38:49.763 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../012-python3-cephfs_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:49.774 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T05:38:49.815 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-cephfs (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:49.910 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2023-12-01T05:38:49.924 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2023-12-01T05:38:49.977 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-01T05:38:50.129 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package librabbitmq4:amd64. 2023-12-01T05:38:50.142 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2023-12-01T05:38:50.186 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2023-12-01T05:38:50.201 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-ceph-common. 2023-12-01T05:38:50.216 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../013-python3-ceph-common_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:38:50.259 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:50.506 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package librdkafka1:amd64. 2023-12-01T05:38:50.519 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2023-12-01T05:38:50.547 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libqt5core5a:amd64. 2023-12-01T05:38:50.547 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-01T05:38:50.560 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T05:38:50.588 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-prettytable. 2023-12-01T05:38:50.603 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2023-12-01T05:38:50.606 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:38:50.646 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2023-12-01T05:38:50.834 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libreadline-dev:amd64. 2023-12-01T05:38:50.847 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../019-libreadline-dev_8.0-4_amd64.deb ... 2023-12-01T05:38:50.883 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libreadline-dev:amd64 (8.0-4) ... 2023-12-01T05:38:50.907 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-rbd. 2023-12-01T05:38:50.921 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../015-python3-rbd_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:50.965 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-rbd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:51.142 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2023-12-01T05:38:51.158 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T05:38:51.209 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:38:51.220 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2023-12-01T05:38:51.233 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-01T05:38:51.278 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T05:38:51.309 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2023-12-01T05:38:51.323 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-01T05:38:51.368 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T05:38:51.623 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package lua5.1. 2023-12-01T05:38:51.636 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2023-12-01T05:38:51.637 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libqt5network5:amd64. 2023-12-01T05:38:51.650 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T05:38:51.673 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2023-12-01T05:38:51.687 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:38:51.737 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package librabbitmq4:amd64. 2023-12-01T05:38:51.752 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2023-12-01T05:38:51.795 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2023-12-01T05:38:51.976 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package lua-any. 2023-12-01T05:38:51.991 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../022-lua-any_25_all.deb ... 2023-12-01T05:38:52.034 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking lua-any (25) ... 2023-12-01T05:38:52.065 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libthrift-0.13.0. 2023-12-01T05:38:52.079 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2023-12-01T05:38:52.123 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-01T05:38:52.132 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package librdkafka1:amd64. 2023-12-01T05:38:52.146 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2023-12-01T05:38:52.190 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-01T05:38:52.287 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package zip. 2023-12-01T05:38:52.301 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../023-zip_3.0-11build1_amd64.deb ... 2023-12-01T05:38:52.345 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking zip (3.0-11build1) ... 2023-12-01T05:38:52.489 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../007-librbd1_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:52.492 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libreadline-dev:amd64. 2023-12-01T05:38:52.507 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../019-libreadline-dev_8.0-4_amd64.deb ... 2023-12-01T05:38:52.551 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libreadline-dev:amd64 (8.0-4) ... 2023-12-01T05:38:52.643 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking librbd1 (18.0.0-7662-g875037c4-1focal) over (15.2.17-0ubuntu0.20.04.4) ... 2023-12-01T05:38:52.698 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package unzip. 2023-12-01T05:38:52.711 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../024-unzip_6.0-25ubuntu1.1_amd64.deb ... 2023-12-01T05:38:52.748 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking unzip (6.0-25ubuntu1.1) ... 2023-12-01T05:38:52.845 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2023-12-01T05:38:52.859 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-01T05:38:52.903 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T05:38:53.094 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package luarocks. 2023-12-01T05:38:53.108 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../025-luarocks_2.4.2+dfsg-1_all.deb ... 2023-12-01T05:38:53.152 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking luarocks (2.4.2+dfsg-1) ... 2023-12-01T05:38:53.173 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package lua5.1. 2023-12-01T05:38:53.182 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2023-12-01T05:38:53.223 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2023-12-01T05:38:53.429 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../008-librados2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:53.457 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package librgw2. 2023-12-01T05:38:53.471 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../026-librgw2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:53.515 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking librgw2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:53.535 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package lua-any. 2023-12-01T05:38:53.548 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../022-lua-any_25_all.deb ... 2023-12-01T05:38:53.580 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking librados2 (18.0.0-7662-g875037c4-1focal) over (15.2.17-0ubuntu0.20.04.4) ... 2023-12-01T05:38:53.593 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking lua-any (25) ... 2023-12-01T05:38:53.837 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package zip. 2023-12-01T05:38:53.851 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../023-zip_3.0-11build1_amd64.deb ... 2023-12-01T05:38:53.895 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking zip (3.0-11build1) ... 2023-12-01T05:38:54.265 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package unzip. 2023-12-01T05:38:54.280 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../024-unzip_6.0-25ubuntu1.1_amd64.deb ... 2023-12-01T05:38:54.292 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libcephfs2. 2023-12-01T05:38:54.305 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../009-libcephfs2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:54.324 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking unzip (6.0-25ubuntu1.1) ... 2023-12-01T05:38:54.342 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libcephfs2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:54.351 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-rgw. 2023-12-01T05:38:54.365 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../027-python3-rgw_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:54.400 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-rgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:54.720 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-rados. 2023-12-01T05:38:54.727 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package luarocks. 2023-12-01T05:38:54.728 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package liboath0. 2023-12-01T05:38:54.733 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../010-python3-rados_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:54.741 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../025-luarocks_2.4.2+dfsg-1_all.deb ... 2023-12-01T05:38:54.742 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../028-liboath0_2.6.1-1.3_amd64.deb ... 2023-12-01T05:38:54.785 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking luarocks (2.4.2+dfsg-1) ... 2023-12-01T05:38:54.786 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-rados (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:54.820 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2023-12-01T05:38:55.106 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libradosstriper1. 2023-12-01T05:38:55.115 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package librgw2. 2023-12-01T05:38:55.120 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../029-libradosstriper1_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:55.129 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../026-librgw2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:55.164 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libradosstriper1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:55.182 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking librgw2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:55.189 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-ceph-argparse. 2023-12-01T05:38:55.203 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../011-python3-ceph-argparse_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:38:55.248 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-ceph-argparse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:55.508 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-cephfs. 2023-12-01T05:38:55.522 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../012-python3-cephfs_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:55.558 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-cephfs (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:55.618 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-common. 2023-12-01T05:38:55.631 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../030-ceph-common_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:55.675 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:55.928 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-ceph-common. 2023-12-01T05:38:55.941 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../013-python3-ceph-common_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:38:55.986 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:56.085 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-rgw. 2023-12-01T05:38:56.099 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../027-python3-rgw_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:56.143 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-rgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:56.322 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-prettytable. 2023-12-01T05:38:56.336 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2023-12-01T05:38:56.381 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2023-12-01T05:38:56.487 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package liboath0. 2023-12-01T05:38:56.496 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../028-liboath0_2.6.1-1.3_amd64.deb ... 2023-12-01T05:38:56.537 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2023-12-01T05:38:56.633 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-rbd. 2023-12-01T05:38:56.647 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../015-python3-rbd_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:56.693 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-rbd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:56.856 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libradosstriper1. 2023-12-01T05:38:56.865 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../029-libradosstriper1_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:56.907 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libradosstriper1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:57.053 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2023-12-01T05:38:57.065 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-01T05:38:57.119 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T05:38:57.368 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-common. 2023-12-01T05:38:57.383 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../030-ceph-common_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:57.426 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:57.472 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package librabbitmq4:amd64. 2023-12-01T05:38:57.486 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2023-12-01T05:38:57.530 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2023-12-01T05:38:57.849 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package librdkafka1:amd64. 2023-12-01T05:38:57.862 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2023-12-01T05:38:57.899 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-01T05:38:58.185 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libreadline-dev:amd64. 2023-12-01T05:38:58.199 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../019-libreadline-dev_8.0-4_amd64.deb ... 2023-12-01T05:38:58.243 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libreadline-dev:amd64 (8.0-4) ... 2023-12-01T05:38:58.565 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2023-12-01T05:38:58.578 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-01T05:38:58.621 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T05:38:58.906 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-base. 2023-12-01T05:38:58.921 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../031-ceph-base_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:38:58.966 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package lua5.1. 2023-12-01T05:38:58.973 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-base (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:38:58.979 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2023-12-01T05:38:59.016 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2023-12-01T05:39:00.069 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package lua-any. 2023-12-01T05:39:00.078 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../022-lua-any_25_all.deb ... 2023-12-01T05:39:00.219 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking lua-any (25) ... 2023-12-01T05:39:00.480 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package zip. 2023-12-01T05:39:00.493 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../023-zip_3.0-11build1_amd64.deb ... 2023-12-01T05:39:00.494 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-cherrypy3. 2023-12-01T05:39:00.508 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../032-python3-cherrypy3_8.9.1-6_all.deb ... 2023-12-01T05:39:00.530 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking zip (3.0-11build1) ... 2023-12-01T05:39:00.552 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2023-12-01T05:39:00.590 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-base. 2023-12-01T05:39:00.604 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../031-ceph-base_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:00.658 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-base (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:00.864 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-natsort. 2023-12-01T05:39:00.866 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package unzip. 2023-12-01T05:39:00.879 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../033-python3-natsort_7.0.1-1_all.deb ... 2023-12-01T05:39:00.882 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../024-unzip_6.0-25ubuntu1.1_amd64.deb ... 2023-12-01T05:39:00.914 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-natsort (7.0.1-1) ... 2023-12-01T05:39:00.924 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking unzip (6.0-25ubuntu1.1) ... 2023-12-01T05:39:01.225 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-logutils. 2023-12-01T05:39:01.240 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../034-python3-logutils_0.3.3-7_all.deb ... 2023-12-01T05:39:01.283 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-logutils (0.3.3-7) ... 2023-12-01T05:39:01.328 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package luarocks. 2023-12-01T05:39:01.343 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../025-luarocks_2.4.2+dfsg-1_all.deb ... 2023-12-01T05:39:01.386 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking luarocks (2.4.2+dfsg-1) ... 2023-12-01T05:39:01.561 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-markupsafe. 2023-12-01T05:39:01.575 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../035-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2023-12-01T05:39:01.611 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2023-12-01T05:39:01.716 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package librgw2. 2023-12-01T05:39:01.730 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../026-librgw2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:01.774 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking librgw2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:01.914 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-mako. 2023-12-01T05:39:01.927 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../036-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2023-12-01T05:39:01.964 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-01T05:39:02.120 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-cherrypy3. 2023-12-01T05:39:02.134 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../032-python3-cherrypy3_8.9.1-6_all.deb ... 2023-12-01T05:39:02.178 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2023-12-01T05:39:02.292 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-simplegeneric. 2023-12-01T05:39:02.308 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../037-python3-simplegeneric_0.8.1-3_all.deb ... 2023-12-01T05:39:02.350 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2023-12-01T05:39:02.506 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-natsort. 2023-12-01T05:39:02.520 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../033-python3-natsort_7.0.1-1_all.deb ... 2023-12-01T05:39:02.556 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-natsort (7.0.1-1) ... 2023-12-01T05:39:02.660 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-rgw. 2023-12-01T05:39:02.673 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../027-python3-rgw_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:02.710 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-rgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:02.711 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-singledispatch. 2023-12-01T05:39:02.725 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../038-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2023-12-01T05:39:02.778 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2023-12-01T05:39:02.867 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-logutils. 2023-12-01T05:39:02.881 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../034-python3-logutils_0.3.3-7_all.deb ... 2023-12-01T05:39:02.926 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-logutils (0.3.3-7) ... 2023-12-01T05:39:03.046 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package liboath0. 2023-12-01T05:39:03.054 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../028-liboath0_2.6.1-1.3_amd64.deb ... 2023-12-01T05:39:03.072 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-webob. 2023-12-01T05:39:03.087 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../039-python3-webob_1%3a1.8.5-2_all.deb ... 2023-12-01T05:39:03.095 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2023-12-01T05:39:03.130 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2023-12-01T05:39:03.212 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-markupsafe. 2023-12-01T05:39:03.227 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../035-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2023-12-01T05:39:03.270 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2023-12-01T05:39:03.415 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libradosstriper1. 2023-12-01T05:39:03.430 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../029-libradosstriper1_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:03.458 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-soupsieve. 2023-12-01T05:39:03.472 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../040-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2023-12-01T05:39:03.473 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libradosstriper1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:03.516 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-01T05:39:03.573 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-mako. 2023-12-01T05:39:03.586 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../036-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2023-12-01T05:39:03.622 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-01T05:39:03.819 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-bs4. 2023-12-01T05:39:03.833 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../041-python3-bs4_4.8.2-1_all.deb ... 2023-12-01T05:39:03.877 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2023-12-01T05:39:03.942 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-simplegeneric. 2023-12-01T05:39:03.951 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-common. 2023-12-01T05:39:03.956 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../037-python3-simplegeneric_0.8.1-3_all.deb ... 2023-12-01T05:39:03.967 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../030-ceph-common_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:04.001 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2023-12-01T05:39:04.009 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:04.222 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-waitress. 2023-12-01T05:39:04.236 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../042-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2023-12-01T05:39:04.283 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-01T05:39:04.295 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-singledispatch. 2023-12-01T05:39:04.310 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../038-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2023-12-01T05:39:04.353 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2023-12-01T05:39:04.608 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-tempita. 2023-12-01T05:39:04.624 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../043-python3-tempita_0.5.2-6_all.deb ... 2023-12-01T05:39:04.648 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-webob. 2023-12-01T05:39:04.661 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../039-python3-webob_1%3a1.8.5-2_all.deb ... 2023-12-01T05:39:04.666 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-tempita (0.5.2-6) ... 2023-12-01T05:39:04.697 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2023-12-01T05:39:04.961 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-paste. 2023-12-01T05:39:04.974 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../044-python3-paste_3.4.0+dfsg1-1_all.deb ... 2023-12-01T05:39:05.026 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-soupsieve. 2023-12-01T05:39:05.040 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../040-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2023-12-01T05:39:05.075 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-01T05:39:05.077 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2023-12-01T05:39:05.328 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-bs4. 2023-12-01T05:39:05.342 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../041-python3-bs4_4.8.2-1_all.deb ... 2023-12-01T05:39:05.386 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2023-12-01T05:39:05.389 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2023-12-01T05:39:05.404 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../045-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2023-12-01T05:39:05.447 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2023-12-01T05:39:05.723 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-waitress. 2023-12-01T05:39:05.737 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../042-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2023-12-01T05:39:05.749 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pastedeploy. 2023-12-01T05:39:05.762 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../046-python3-pastedeploy_2.1.0-1_all.deb ... 2023-12-01T05:39:05.784 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-01T05:39:05.799 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2023-12-01T05:39:06.085 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-webtest. 2023-12-01T05:39:06.098 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../047-python3-webtest_2.0.32-2_all.deb ... 2023-12-01T05:39:06.109 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-tempita. 2023-12-01T05:39:06.122 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../043-python3-tempita_0.5.2-6_all.deb ... 2023-12-01T05:39:06.144 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-webtest (2.0.32-2) ... 2023-12-01T05:39:06.159 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-tempita (0.5.2-6) ... 2023-12-01T05:39:06.470 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-paste. 2023-12-01T05:39:06.471 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pecan. 2023-12-01T05:39:06.483 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../044-python3-paste_3.4.0+dfsg1-1_all.deb ... 2023-12-01T05:39:06.484 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../048-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2023-12-01T05:39:06.506 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-base. 2023-12-01T05:39:06.522 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../031-ceph-base_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:06.529 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2023-12-01T05:39:06.536 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2023-12-01T05:39:06.574 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-base (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:06.864 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2023-12-01T05:39:06.878 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../045-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2023-12-01T05:39:06.909 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-werkzeug. 2023-12-01T05:39:06.922 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../049-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.1_all.deb ... 2023-12-01T05:39:06.922 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2023-12-01T05:39:06.967 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-01T05:39:07.227 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-pastedeploy. 2023-12-01T05:39:07.243 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../046-python3-pastedeploy_2.1.0-1_all.deb ... 2023-12-01T05:39:07.262 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2023-12-01T05:39:07.275 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../050-ceph-mgr-modules-core_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:07.285 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2023-12-01T05:39:07.320 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mgr-modules-core (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:07.580 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-webtest. 2023-12-01T05:39:07.593 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../047-python3-webtest_2.0.32-2_all.deb ... 2023-12-01T05:39:07.638 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-webtest (2.0.32-2) ... 2023-12-01T05:39:07.699 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2023-12-01T05:39:07.713 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../051-libsqlite3-mod-ceph_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:07.757 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libsqlite3-mod-ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:07.949 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-pecan. 2023-12-01T05:39:07.962 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../048-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2023-12-01T05:39:07.977 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-cherrypy3. 2023-12-01T05:39:07.991 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../032-python3-cherrypy3_8.9.1-6_all.deb ... 2023-12-01T05:39:08.007 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2023-12-01T05:39:08.035 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2023-12-01T05:39:08.077 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-bcrypt. 2023-12-01T05:39:08.092 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../052-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2023-12-01T05:39:08.135 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-01T05:39:08.345 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-werkzeug. 2023-12-01T05:39:08.359 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../049-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.1_all.deb ... 2023-12-01T05:39:08.365 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-natsort. 2023-12-01T05:39:08.378 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../033-python3-natsort_7.0.1-1_all.deb ... 2023-12-01T05:39:08.403 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-01T05:39:08.413 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-cryptography. 2023-12-01T05:39:08.422 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-natsort (7.0.1-1) ... 2023-12-01T05:39:08.428 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../053-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2023-12-01T05:39:08.471 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2023-12-01T05:39:08.698 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2023-12-01T05:39:08.711 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../050-ceph-mgr-modules-core_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:08.733 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-logutils. 2023-12-01T05:39:08.746 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../034-python3-logutils_0.3.3-7_all.deb ... 2023-12-01T05:39:08.756 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-mgr-modules-core (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:08.791 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-logutils (0.3.3-7) ... 2023-12-01T05:39:08.872 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-openssl. 2023-12-01T05:39:08.872 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../054-python3-openssl_19.0.0-1build1_all.deb ... 2023-12-01T05:39:08.907 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2023-12-01T05:39:09.094 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-markupsafe. 2023-12-01T05:39:09.108 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../035-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2023-12-01T05:39:09.144 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2023-12-01T05:39:09.152 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2023-12-01T05:39:09.158 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../051-libsqlite3-mod-ceph_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:09.202 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libsqlite3-mod-ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:09.252 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mgr. 2023-12-01T05:39:09.261 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../055-ceph-mgr_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:09.302 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mgr (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:09.455 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-mako. 2023-12-01T05:39:09.471 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../036-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2023-12-01T05:39:09.513 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-01T05:39:09.530 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-bcrypt. 2023-12-01T05:39:09.543 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../052-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2023-12-01T05:39:09.587 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-01T05:39:09.796 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mon. 2023-12-01T05:39:09.805 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../056-ceph-mon_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:09.833 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-simplegeneric. 2023-12-01T05:39:09.846 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mon (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:09.847 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../037-python3-simplegeneric_0.8.1-3_all.deb ... 2023-12-01T05:39:09.890 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-cryptography. 2023-12-01T05:39:09.891 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2023-12-01T05:39:09.903 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../053-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2023-12-01T05:39:09.940 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2023-12-01T05:39:10.177 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-singledispatch. 2023-12-01T05:39:10.191 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../038-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2023-12-01T05:39:10.235 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2023-12-01T05:39:10.327 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-openssl. 2023-12-01T05:39:10.342 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../054-python3-openssl_19.0.0-1build1_all.deb ... 2023-12-01T05:39:10.385 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2023-12-01T05:39:10.504 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-webob. 2023-12-01T05:39:10.519 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../039-python3-webob_1%3a1.8.5-2_all.deb ... 2023-12-01T05:39:10.562 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2023-12-01T05:39:10.754 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-mgr. 2023-12-01T05:39:10.763 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../055-ceph-mgr_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:10.804 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-mgr (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:10.882 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-soupsieve. 2023-12-01T05:39:10.896 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../040-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2023-12-01T05:39:10.940 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-01T05:39:11.058 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-osd. 2023-12-01T05:39:11.067 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../057-ceph-osd_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:11.108 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-osd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:11.268 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-bs4. 2023-12-01T05:39:11.281 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../041-python3-bs4_4.8.2-1_all.deb ... 2023-12-01T05:39:11.299 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-mon. 2023-12-01T05:39:11.308 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../056-ceph-mon_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:11.326 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2023-12-01T05:39:11.357 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-mon (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:11.679 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-waitress. 2023-12-01T05:39:11.692 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../042-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2023-12-01T05:39:11.740 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-01T05:39:12.040 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-tempita. 2023-12-01T05:39:12.054 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../043-python3-tempita_0.5.2-6_all.deb ... 2023-12-01T05:39:12.098 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-tempita (0.5.2-6) ... 2023-12-01T05:39:12.400 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-paste. 2023-12-01T05:39:12.414 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../044-python3-paste_3.4.0+dfsg1-1_all.deb ... 2023-12-01T05:39:12.450 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2023-12-01T05:39:12.652 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-osd. 2023-12-01T05:39:12.661 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../057-ceph-osd_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:12.702 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-osd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:12.753 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2023-12-01T05:39:12.768 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../045-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2023-12-01T05:39:12.811 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2023-12-01T05:39:13.114 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pastedeploy. 2023-12-01T05:39:13.130 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../046-python3-pastedeploy_2.1.0-1_all.deb ... 2023-12-01T05:39:13.172 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2023-12-01T05:39:13.477 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-webtest. 2023-12-01T05:39:13.489 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../047-python3-webtest_2.0.32-2_all.deb ... 2023-12-01T05:39:13.533 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-webtest (2.0.32-2) ... 2023-12-01T05:39:13.836 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pecan. 2023-12-01T05:39:13.851 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../048-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2023-12-01T05:39:13.894 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2023-12-01T05:39:14.240 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-werkzeug. 2023-12-01T05:39:14.253 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../049-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.1_all.deb ... 2023-12-01T05:39:14.298 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-01T05:39:14.478 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph. 2023-12-01T05:39:14.491 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../058-ceph_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:14.536 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:14.609 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2023-12-01T05:39:14.622 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../050-ceph-mgr-modules-core_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:14.667 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mgr-modules-core (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:14.847 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-fuse. 2023-12-01T05:39:14.861 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../059-ceph-fuse_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:14.905 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:15.180 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2023-12-01T05:39:15.194 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../051-libsqlite3-mod-ceph_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:15.238 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libsqlite3-mod-ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:15.291 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mds. 2023-12-01T05:39:15.305 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../060-ceph-mds_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:15.350 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mds (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:15.863 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph. 2023-12-01T05:39:15.878 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../058-ceph_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:15.899 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-bcrypt. 2023-12-01T05:39:15.903 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package cephadm. 2023-12-01T05:39:15.913 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../052-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2023-12-01T05:39:15.916 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../061-cephadm_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:15.921 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:15.957 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-01T05:39:15.961 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:16.249 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-fuse. 2023-12-01T05:39:16.260 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-cryptography. 2023-12-01T05:39:16.262 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../059-ceph-fuse_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:16.274 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../053-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2023-12-01T05:39:16.289 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-asyncssh. 2023-12-01T05:39:16.299 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:16.304 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../062-python3-asyncssh_1.12.2-1_all.deb ... 2023-12-01T05:39:16.318 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2023-12-01T05:39:16.347 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-asyncssh (1.12.2-1) ... 2023-12-01T05:39:16.700 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-jinja2. 2023-12-01T05:39:16.705 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-openssl. 2023-12-01T05:39:16.713 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../063-python3-jinja2_2.10.1-2_all.deb ... 2023-12-01T05:39:16.718 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../054-python3-openssl_19.0.0-1build1_all.deb ... 2023-12-01T05:39:16.736 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-mds. 2023-12-01T05:39:16.750 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../060-ceph-mds_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:16.757 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2023-12-01T05:39:16.763 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2023-12-01T05:39:16.794 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-mds (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:17.069 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2023-12-01T05:39:17.082 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../064-ceph-mgr-cephadm_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:17.116 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mgr. 2023-12-01T05:39:17.127 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mgr-cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:17.130 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../055-ceph-mgr_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:17.174 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mgr (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:17.322 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package cephadm. 2023-12-01T05:39:17.336 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../061-cephadm_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:17.380 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:17.472 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-jwt. 2023-12-01T05:39:17.487 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../065-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2023-12-01T05:39:17.530 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-01T05:39:17.677 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mon. 2023-12-01T05:39:17.690 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../056-ceph-mon_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:17.708 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-asyncssh. 2023-12-01T05:39:17.723 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../062-python3-asyncssh_1.12.2-1_all.deb ... 2023-12-01T05:39:17.735 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mon (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:17.766 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-asyncssh (1.12.2-1) ... 2023-12-01T05:39:17.825 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-repoze.lru. 2023-12-01T05:39:17.840 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../066-python3-repoze.lru_0.7-2_all.deb ... 2023-12-01T05:39:17.883 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2023-12-01T05:39:18.111 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-jinja2. 2023-12-01T05:39:18.125 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../063-python3-jinja2_2.10.1-2_all.deb ... 2023-12-01T05:39:18.153 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libjs-underscore. 2023-12-01T05:39:18.168 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../067-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2023-12-01T05:39:18.168 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2023-12-01T05:39:18.202 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-01T05:39:18.480 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2023-12-01T05:39:18.490 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libjs-sphinxdoc. 2023-12-01T05:39:18.493 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../064-ceph-mgr-cephadm_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:18.504 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../068-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2023-12-01T05:39:18.538 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-mgr-cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:18.546 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-01T05:39:18.849 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-routes. 2023-12-01T05:39:18.865 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../069-python3-routes_2.4.1-2_all.deb ... 2023-12-01T05:39:18.907 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-routes (2.4.1-2) ... 2023-12-01T05:39:18.925 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-jwt. 2023-12-01T05:39:18.938 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../065-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2023-12-01T05:39:18.982 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-01T05:39:19.047 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-osd. 2023-12-01T05:39:19.062 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../057-ceph-osd_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:19.105 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-osd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:19.210 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2023-12-01T05:39:19.224 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../070-ceph-mgr-dashboard_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:19.268 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mgr-dashboard (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:19.302 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-repoze.lru. 2023-12-01T05:39:19.316 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../066-python3-repoze.lru_0.7-2_all.deb ... 2023-12-01T05:39:19.360 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2023-12-01T05:39:19.613 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libjs-underscore. 2023-12-01T05:39:19.626 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../067-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2023-12-01T05:39:19.663 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-01T05:39:19.747 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-decorator. 2023-12-01T05:39:19.761 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../071-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2023-12-01T05:39:19.805 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2023-12-01T05:39:19.940 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libjs-sphinxdoc. 2023-12-01T05:39:19.954 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../068-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2023-12-01T05:39:19.998 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-01T05:39:20.091 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2023-12-01T05:39:20.105 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../072-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2023-12-01T05:39:20.149 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-01T05:39:20.293 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-routes. 2023-12-01T05:39:20.307 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../069-python3-routes_2.4.1-2_all.deb ... 2023-12-01T05:39:20.351 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-routes (2.4.1-2) ... 2023-12-01T05:39:20.468 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-scipy. 2023-12-01T05:39:20.484 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../073-python3-scipy_1.3.3-3build1_amd64.deb ... 2023-12-01T05:39:20.526 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2023-12-01T05:39:20.671 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2023-12-01T05:39:20.685 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../070-ceph-mgr-dashboard_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:20.729 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-mgr-dashboard (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:21.224 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-decorator. 2023-12-01T05:39:21.238 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../071-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2023-12-01T05:39:21.282 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2023-12-01T05:39:21.593 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2023-12-01T05:39:21.608 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../072-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2023-12-01T05:39:21.651 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-01T05:39:21.751 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-sklearn-lib. 2023-12-01T05:39:21.760 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../074-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2023-12-01T05:39:21.801 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-01T05:39:21.971 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-scipy. 2023-12-01T05:39:21.987 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../073-python3-scipy_1.3.3-3build1_amd64.deb ... 2023-12-01T05:39:22.029 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2023-12-01T05:39:22.257 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph. 2023-12-01T05:39:22.271 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../058-ceph_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:22.315 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:22.363 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-joblib. 2023-12-01T05:39:22.377 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../075-python3-joblib_0.14.0-3_all.deb ... 2023-12-01T05:39:22.421 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-joblib (0.14.0-3) ... 2023-12-01T05:39:22.643 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-fuse. 2023-12-01T05:39:22.657 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../059-ceph-fuse_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:22.718 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:22.773 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-sklearn. 2023-12-01T05:39:22.786 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../076-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2023-12-01T05:39:22.830 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-01T05:39:23.137 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mds. 2023-12-01T05:39:23.151 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../060-ceph-mds_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:23.195 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mds (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:23.368 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-sklearn-lib. 2023-12-01T05:39:23.382 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../074-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2023-12-01T05:39:23.426 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-01T05:39:23.547 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2023-12-01T05:39:23.561 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../077-ceph-mgr-diskprediction-local_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:23.605 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mgr-diskprediction-local (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:23.724 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package cephadm. 2023-12-01T05:39:23.738 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../061-cephadm_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:23.781 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:23.988 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-joblib. 2023-12-01T05:39:24.003 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../075-python3-joblib_0.14.0-3_all.deb ... 2023-12-01T05:39:24.046 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-joblib (0.14.0-3) ... 2023-12-01T05:39:24.143 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-asyncssh. 2023-12-01T05:39:24.156 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../062-python3-asyncssh_1.12.2-1_all.deb ... 2023-12-01T05:39:24.201 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-asyncssh (1.12.2-1) ... 2023-12-01T05:39:24.408 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-sklearn. 2023-12-01T05:39:24.424 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../076-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2023-12-01T05:39:24.466 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-01T05:39:24.554 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-jinja2. 2023-12-01T05:39:24.568 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../063-python3-jinja2_2.10.1-2_all.deb ... 2023-12-01T05:39:24.612 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2023-12-01T05:39:24.642 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-cachetools. 2023-12-01T05:39:24.655 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../078-python3-cachetools_4.0.0-1_all.deb ... 2023-12-01T05:39:24.691 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2023-12-01T05:39:24.923 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2023-12-01T05:39:24.938 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../064-ceph-mgr-cephadm_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:24.981 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mgr-cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:24.994 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pyasn1. 2023-12-01T05:39:25.007 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../079-python3-pyasn1_0.4.2-3build1_all.deb ... 2023-12-01T05:39:25.052 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2023-12-01T05:39:25.150 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2023-12-01T05:39:25.164 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../077-ceph-mgr-diskprediction-local_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:25.208 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-mgr-diskprediction-local (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:25.351 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-jwt. 2023-12-01T05:39:25.359 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../065-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2023-12-01T05:39:25.401 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-01T05:39:25.469 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pyasn1-modules. 2023-12-01T05:39:25.484 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2023-12-01T05:39:25.527 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-01T05:39:25.729 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-repoze.lru. 2023-12-01T05:39:25.737 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../066-python3-repoze.lru_0.7-2_all.deb ... 2023-12-01T05:39:25.778 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2023-12-01T05:39:25.884 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-rsa. 2023-12-01T05:39:25.900 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../081-python3-rsa_4.0-3_all.deb ... 2023-12-01T05:39:25.942 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-rsa (4.0-3) ... 2023-12-01T05:39:26.031 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libjs-underscore. 2023-12-01T05:39:26.044 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../067-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2023-12-01T05:39:26.089 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-01T05:39:26.238 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-google-auth. 2023-12-01T05:39:26.252 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../082-python3-google-auth_1.5.1-2_all.deb ... 2023-12-01T05:39:26.296 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2023-12-01T05:39:26.326 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libjs-sphinxdoc. 2023-12-01T05:39:26.338 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../068-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2023-12-01T05:39:26.376 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-01T05:39:26.386 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-cachetools. 2023-12-01T05:39:26.395 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../078-python3-cachetools_4.0.0-1_all.deb ... 2023-12-01T05:39:26.437 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2023-12-01T05:39:26.649 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-blinker. 2023-12-01T05:39:26.661 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-routes. 2023-12-01T05:39:26.662 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../083-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2023-12-01T05:39:26.675 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../069-python3-routes_2.4.1-2_all.deb ... 2023-12-01T05:39:26.706 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-01T05:39:26.719 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-routes (2.4.1-2) ... 2023-12-01T05:39:26.767 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-pyasn1. 2023-12-01T05:39:26.781 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../079-python3-pyasn1_0.4.2-3build1_all.deb ... 2023-12-01T05:39:26.825 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2023-12-01T05:39:26.993 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-oauthlib. 2023-12-01T05:39:27.007 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../084-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2023-12-01T05:39:27.051 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-01T05:39:27.064 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2023-12-01T05:39:27.077 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../070-ceph-mgr-dashboard_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:27.122 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mgr-dashboard (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:27.305 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-pyasn1-modules. 2023-12-01T05:39:27.319 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2023-12-01T05:39:27.363 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-01T05:39:27.396 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-requests-oauthlib. 2023-12-01T05:39:27.410 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2023-12-01T05:39:27.454 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-01T05:39:27.617 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-decorator. 2023-12-01T05:39:27.630 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../071-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2023-12-01T05:39:27.666 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-rsa. 2023-12-01T05:39:27.674 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2023-12-01T05:39:27.681 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../081-python3-rsa_4.0-3_all.deb ... 2023-12-01T05:39:27.724 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-rsa (4.0-3) ... 2023-12-01T05:39:27.800 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-websocket. 2023-12-01T05:39:27.813 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2023-12-01T05:39:27.858 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2023-12-01T05:39:27.977 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2023-12-01T05:39:27.991 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../072-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2023-12-01T05:39:28.037 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-google-auth. 2023-12-01T05:39:28.041 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-01T05:39:28.052 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../082-python3-google-auth_1.5.1-2_all.deb ... 2023-12-01T05:39:28.095 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2023-12-01T05:39:28.186 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-kubernetes. 2023-12-01T05:39:28.201 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... 2023-12-01T05:39:28.244 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2023-12-01T05:39:28.370 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-scipy. 2023-12-01T05:39:28.387 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../073-python3-scipy_1.3.3-3build1_amd64.deb ... 2023-12-01T05:39:28.416 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-blinker. 2023-12-01T05:39:28.428 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2023-12-01T05:39:28.430 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../083-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2023-12-01T05:39:28.474 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-01T05:39:28.774 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2023-12-01T05:39:28.785 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-oauthlib. 2023-12-01T05:39:28.788 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../088-ceph-mgr-k8sevents_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:28.800 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../084-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2023-12-01T05:39:28.824 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mgr-k8sevents (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:28.843 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-01T05:39:29.127 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libonig5:amd64. 2023-12-01T05:39:29.141 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../089-libonig5_6.9.4-1_amd64.deb ... 2023-12-01T05:39:29.164 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-requests-oauthlib. 2023-12-01T05:39:29.178 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2023-12-01T05:39:29.185 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2023-12-01T05:39:29.222 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-01T05:39:29.533 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-websocket. 2023-12-01T05:39:29.549 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2023-12-01T05:39:29.554 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libjq1:amd64. 2023-12-01T05:39:29.568 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-01T05:39:29.591 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2023-12-01T05:39:29.646 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-01T05:39:29.753 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-sklearn-lib. 2023-12-01T05:39:29.768 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../074-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2023-12-01T05:39:29.811 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-01T05:39:29.899 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package jq. 2023-12-01T05:39:29.903 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-kubernetes. 2023-12-01T05:39:29.912 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-01T05:39:29.917 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... 2023-12-01T05:39:29.957 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2023-12-01T05:39:29.969 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2023-12-01T05:39:30.176 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package socat. 2023-12-01T05:39:30.193 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../092-socat_1.7.3.3-2_amd64.deb ... 2023-12-01T05:39:30.234 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking socat (1.7.3.3-2) ... 2023-12-01T05:39:30.340 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-joblib. 2023-12-01T05:39:30.354 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../075-python3-joblib_0.14.0-3_all.deb ... 2023-12-01T05:39:30.398 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-joblib (0.14.0-3) ... 2023-12-01T05:39:30.516 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2023-12-01T05:39:30.532 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../088-ceph-mgr-k8sevents_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:30.546 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package xmlstarlet. 2023-12-01T05:39:30.559 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../093-xmlstarlet_1.6.1-2build1_amd64.deb ... 2023-12-01T05:39:30.604 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2023-12-01T05:39:30.743 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-sklearn. 2023-12-01T05:39:30.757 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../076-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2023-12-01T05:39:30.801 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-01T05:39:30.832 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-mgr-k8sevents (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:30.942 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-test. 2023-12-01T05:39:30.956 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../094-ceph-test_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:31.000 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-test (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:31.177 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libonig5:amd64. 2023-12-01T05:39:31.190 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../089-libonig5_6.9.4-1_amd64.deb ... 2023-12-01T05:39:31.235 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2023-12-01T05:39:31.572 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2023-12-01T05:39:31.586 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../077-ceph-mgr-diskprediction-local_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:31.588 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libjq1:amd64. 2023-12-01T05:39:31.603 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-01T05:39:31.630 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mgr-diskprediction-local (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:31.646 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-01T05:39:31.916 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package jq. 2023-12-01T05:39:31.930 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-01T05:39:31.974 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2023-12-01T05:39:32.229 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package socat. 2023-12-01T05:39:32.241 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../092-socat_1.7.3.3-2_amd64.deb ... 2023-12-01T05:39:32.284 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking socat (1.7.3.3-2) ... 2023-12-01T05:39:32.614 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package xmlstarlet. 2023-12-01T05:39:32.628 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../093-xmlstarlet_1.6.1-2build1_amd64.deb ... 2023-12-01T05:39:32.671 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2023-12-01T05:39:32.740 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-cachetools. 2023-12-01T05:39:32.756 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../078-python3-cachetools_4.0.0-1_all.deb ... 2023-12-01T05:39:32.799 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2023-12-01T05:39:33.018 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-test. 2023-12-01T05:39:33.033 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../094-ceph-test_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:33.076 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-test (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:33.100 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pyasn1. 2023-12-01T05:39:33.114 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../079-python3-pyasn1_0.4.2-3build1_all.deb ... 2023-12-01T05:39:33.158 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2023-12-01T05:39:33.589 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pyasn1-modules. 2023-12-01T05:39:33.602 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2023-12-01T05:39:33.647 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-01T05:39:33.958 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-rsa. 2023-12-01T05:39:33.974 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../081-python3-rsa_4.0-3_all.deb ... 2023-12-01T05:39:34.017 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-rsa (4.0-3) ... 2023-12-01T05:39:34.312 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-google-auth. 2023-12-01T05:39:34.327 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../082-python3-google-auth_1.5.1-2_all.deb ... 2023-12-01T05:39:34.370 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2023-12-01T05:39:34.691 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-blinker. 2023-12-01T05:39:34.705 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../083-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2023-12-01T05:39:34.749 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-01T05:39:35.035 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-oauthlib. 2023-12-01T05:39:35.049 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../084-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2023-12-01T05:39:35.093 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-01T05:39:35.437 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-volume. 2023-12-01T05:39:35.438 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-requests-oauthlib. 2023-12-01T05:39:35.452 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../095-ceph-volume_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:35.453 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2023-12-01T05:39:35.494 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-volume (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:35.496 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-01T05:39:35.782 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package fonts-mathjax. 2023-12-01T05:39:35.791 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-websocket. 2023-12-01T05:39:35.797 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../096-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-01T05:39:35.806 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2023-12-01T05:39:35.841 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-01T05:39:35.849 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2023-12-01T05:39:36.177 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-kubernetes. 2023-12-01T05:39:36.192 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... 2023-12-01T05:39:36.235 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2023-12-01T05:39:36.362 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libcephfs-dev. 2023-12-01T05:39:36.377 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../097-libcephfs-dev_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:36.419 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libcephfs-dev (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:36.714 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package lua-socket:amd64. 2023-12-01T05:39:36.729 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../098-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 2023-12-01T05:39:36.772 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-01T05:39:36.815 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2023-12-01T05:39:36.829 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../088-ceph-mgr-k8sevents_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:36.873 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-mgr-k8sevents (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:37.085 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package lua-sec:amd64. 2023-12-01T05:39:37.100 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../099-lua-sec_0.9-3_amd64.deb ... 2023-12-01T05:39:37.142 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking lua-sec:amd64 (0.9-3) ... 2023-12-01T05:39:37.201 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libonig5:amd64. 2023-12-01T05:39:37.216 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../089-libonig5_6.9.4-1_amd64.deb ... 2023-12-01T05:39:37.261 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2023-12-01T05:39:37.571 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package nvme-cli. 2023-12-01T05:39:37.586 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../100-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2023-12-01T05:39:37.629 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libjq1:amd64. 2023-12-01T05:39:37.636 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2023-12-01T05:39:37.643 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-01T05:39:37.672 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package ceph-volume. 2023-12-01T05:39:37.687 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-01T05:39:37.687 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../095-ceph-volume_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:37.730 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking ceph-volume (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:37.965 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package jq. 2023-12-01T05:39:37.979 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-01T05:39:38.018 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package pkg-config. 2023-12-01T05:39:38.023 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2023-12-01T05:39:38.033 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../101-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2023-12-01T05:39:38.042 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package fonts-mathjax. 2023-12-01T05:39:38.056 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../096-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-01T05:39:38.076 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking pkg-config (0.29.1-0ubuntu4) ... 2023-12-01T05:39:38.100 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-01T05:39:38.278 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package socat. 2023-12-01T05:39:38.291 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../092-socat_1.7.3.3-2_amd64.deb ... 2023-12-01T05:39:38.329 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python-asyncssh-doc. 2023-12-01T05:39:38.335 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking socat (1.7.3.3-2) ... 2023-12-01T05:39:38.343 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../102-python-asyncssh-doc_1.12.2-1_all.deb ... 2023-12-01T05:39:38.379 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python-asyncssh-doc (1.12.2-1) ... 2023-12-01T05:39:38.637 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libcephfs-dev. 2023-12-01T05:39:38.651 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../097-libcephfs-dev_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:38.655 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package xmlstarlet. 2023-12-01T05:39:38.669 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../093-xmlstarlet_1.6.1-2build1_amd64.deb ... 2023-12-01T05:39:38.697 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libcephfs-dev (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:38.713 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2023-12-01T05:39:38.782 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libjs-mathjax. 2023-12-01T05:39:38.795 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../103-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-01T05:39:38.840 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-01T05:39:39.039 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package lua-socket:amd64. 2023-12-01T05:39:39.055 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../098-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 2023-12-01T05:39:39.097 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-01T05:39:39.101 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-test. 2023-12-01T05:39:39.115 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../094-ceph-test_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:39.167 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-test (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:39.443 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package lua-sec:amd64. 2023-12-01T05:39:39.457 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../099-lua-sec_0.9-3_amd64.deb ... 2023-12-01T05:39:39.501 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking lua-sec:amd64 (0.9-3) ... 2023-12-01T05:39:39.889 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package nvme-cli. 2023-12-01T05:39:39.903 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../100-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2023-12-01T05:39:39.961 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2023-12-01T05:39:40.352 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package pkg-config. 2023-12-01T05:39:40.366 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../101-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2023-12-01T05:39:40.410 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking pkg-config (0.29.1-0ubuntu4) ... 2023-12-01T05:39:40.494 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python-natsort-doc. 2023-12-01T05:39:40.510 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../104-python-natsort-doc_7.0.1-1_all.deb ... 2023-12-01T05:39:40.552 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2023-12-01T05:39:40.679 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python-asyncssh-doc. 2023-12-01T05:39:40.696 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../102-python-asyncssh-doc_1.12.2-1_all.deb ... 2023-12-01T05:39:40.738 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python-asyncssh-doc (1.12.2-1) ... 2023-12-01T05:39:40.880 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-atomicwrites. 2023-12-01T05:39:40.895 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../105-python3-atomicwrites_1.1.5-2build1_all.deb ... 2023-12-01T05:39:40.938 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2023-12-01T05:39:41.132 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package libjs-mathjax. 2023-12-01T05:39:41.147 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../103-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-01T05:39:41.190 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-01T05:39:41.249 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-attr. 2023-12-01T05:39:41.264 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../106-python3-attr_19.3.0-2_all.deb ... 2023-12-01T05:39:41.307 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-attr (19.3.0-2) ... 2023-12-01T05:39:41.635 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-webencodings. 2023-12-01T05:39:41.650 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../107-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2023-12-01T05:39:41.685 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-01T05:39:41.979 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-html5lib. 2023-12-01T05:39:41.994 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../108-python3-html5lib_1.0.1-2_all.deb ... 2023-12-01T05:39:42.037 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2023-12-01T05:39:42.341 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-lxml:amd64. 2023-12-01T05:39:42.357 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../109-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2023-12-01T05:39:42.400 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-01T05:39:42.844 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-packaging. 2023-12-01T05:39:42.858 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../110-python3-packaging_20.3-1_all.deb ... 2023-12-01T05:39:42.904 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-packaging (20.3-1) ... 2023-12-01T05:39:42.922 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python-natsort-doc. 2023-12-01T05:39:42.938 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../104-python-natsort-doc_7.0.1-1_all.deb ... 2023-12-01T05:39:42.980 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2023-12-01T05:39:43.213 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pastescript. 2023-12-01T05:39:43.229 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../111-python3-pastescript_2.0.2-4_all.deb ... 2023-12-01T05:39:43.271 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2023-12-01T05:39:43.316 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-atomicwrites. 2023-12-01T05:39:43.331 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../105-python3-atomicwrites_1.1.5-2build1_all.deb ... 2023-12-01T05:39:43.391 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2023-12-01T05:39:43.574 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pluggy. 2023-12-01T05:39:43.588 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../112-python3-pluggy_0.13.0-2_all.deb ... 2023-12-01T05:39:43.632 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2023-12-01T05:39:43.694 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-attr. 2023-12-01T05:39:43.710 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../106-python3-attr_19.3.0-2_all.deb ... 2023-12-01T05:39:43.714 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package ceph-volume. 2023-12-01T05:39:43.721 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../095-ceph-volume_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T05:39:43.752 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-attr (19.3.0-2) ... 2023-12-01T05:39:43.762 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking ceph-volume (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:43.944 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-psutil. 2023-12-01T05:39:43.961 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../113-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2023-12-01T05:39:44.002 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2023-12-01T05:39:44.082 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package fonts-mathjax. 2023-12-01T05:39:44.096 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../096-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-01T05:39:44.097 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-webencodings. 2023-12-01T05:39:44.111 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../107-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2023-12-01T05:39:44.140 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-01T05:39:44.154 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-01T05:39:44.341 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-py. 2023-12-01T05:39:44.363 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../114-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2023-12-01T05:39:44.399 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2023-12-01T05:39:44.474 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-html5lib. 2023-12-01T05:39:44.489 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../108-python3-html5lib_1.0.1-2_all.deb ... 2023-12-01T05:39:44.532 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2023-12-01T05:39:44.652 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libcephfs-dev. 2023-12-01T05:39:44.667 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../097-libcephfs-dev_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:44.710 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libcephfs-dev (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:44.868 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-lxml:amd64. 2023-12-01T05:39:44.884 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../109-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2023-12-01T05:39:44.927 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-01T05:39:45.021 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package lua-socket:amd64. 2023-12-01T05:39:45.033 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pyinotify. 2023-12-01T05:39:45.035 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../098-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 2023-12-01T05:39:45.049 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../115-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2023-12-01T05:39:45.079 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-01T05:39:45.311 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-01T05:39:45.382 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-packaging. 2023-12-01T05:39:45.396 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../110-python3-packaging_20.3-1_all.deb ... 2023-12-01T05:39:45.399 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package lua-sec:amd64. 2023-12-01T05:39:45.413 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../099-lua-sec_0.9-3_amd64.deb ... 2023-12-01T05:39:45.440 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-packaging (20.3-1) ... 2023-12-01T05:39:45.458 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking lua-sec:amd64 (0.9-3) ... 2023-12-01T05:39:45.589 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-wcwidth. 2023-12-01T05:39:45.605 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../116-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2023-12-01T05:39:45.638 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-01T05:39:45.744 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-pastescript. 2023-12-01T05:39:45.759 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../111-python3-pastescript_2.0.2-4_all.deb ... 2023-12-01T05:39:45.802 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2023-12-01T05:39:45.862 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package nvme-cli. 2023-12-01T05:39:45.876 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../100-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2023-12-01T05:39:45.936 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2023-12-01T05:39:45.944 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pytest. 2023-12-01T05:39:45.959 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../117-python3-pytest_4.6.9-1_all.deb ... 2023-12-01T05:39:46.002 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pytest (4.6.9-1) ... 2023-12-01T05:39:46.122 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-pluggy. 2023-12-01T05:39:46.137 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../112-python3-pluggy_0.13.0-2_all.deb ... 2023-12-01T05:39:46.271 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2023-12-01T05:39:46.331 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-simplejson. 2023-12-01T05:39:46.341 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package pkg-config. 2023-12-01T05:39:46.345 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../118-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2023-12-01T05:39:46.355 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../101-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2023-12-01T05:39:46.389 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-01T05:39:46.483 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking pkg-config (0.29.1-0ubuntu4) ... 2023-12-01T05:39:46.636 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-psutil. 2023-12-01T05:39:46.652 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../113-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2023-12-01T05:39:46.658 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package qttranslations5-l10n. 2023-12-01T05:39:46.673 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../119-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2023-12-01T05:39:46.694 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2023-12-01T05:39:46.716 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-01T05:39:47.002 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python-asyncssh-doc. 2023-12-01T05:39:47.016 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../102-python-asyncssh-doc_1.12.2-1_all.deb ... 2023-12-01T05:39:47.031 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-py. 2023-12-01T05:39:47.045 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../114-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2023-12-01T05:39:47.060 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python-asyncssh-doc (1.12.2-1) ... 2023-12-01T05:39:47.088 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2023-12-01T05:39:47.381 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package radosgw. 2023-12-01T05:39:47.396 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../120-radosgw_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:47.417 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-pyinotify. 2023-12-01T05:39:47.430 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package libjs-mathjax. 2023-12-01T05:39:47.431 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../115-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2023-12-01T05:39:47.439 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking radosgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:47.444 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../103-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-01T05:39:47.488 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-01T05:39:47.491 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-01T05:39:47.805 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-wcwidth. 2023-12-01T05:39:47.819 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../116-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2023-12-01T05:39:47.863 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-01T05:39:48.166 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-pytest. 2023-12-01T05:39:48.180 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../117-python3-pytest_4.6.9-1_all.deb ... 2023-12-01T05:39:48.224 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-pytest (4.6.9-1) ... 2023-12-01T05:39:48.586 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package python3-simplejson. 2023-12-01T05:39:48.600 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../118-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2023-12-01T05:39:48.644 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-01T05:39:48.913 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package qttranslations5-l10n. 2023-12-01T05:39:48.917 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package rbd-fuse. 2023-12-01T05:39:48.928 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../119-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2023-12-01T05:39:48.931 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../121-rbd-fuse_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:48.971 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-01T05:39:48.974 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking rbd-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:49.249 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python-natsort-doc. 2023-12-01T05:39:49.264 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../104-python-natsort-doc_7.0.1-1_all.deb ... 2023-12-01T05:39:49.280 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-attr (19.3.0-2) ... 2023-12-01T05:39:49.315 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2023-12-01T05:39:49.580 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2023-12-01T05:39:49.643 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-atomicwrites. 2023-12-01T05:39:49.663 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../105-python3-atomicwrites_1.1.5-2build1_all.deb ... 2023-12-01T05:39:49.700 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package radosgw. 2023-12-01T05:39:49.701 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2023-12-01T05:39:49.706 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-01T05:39:49.716 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../120-radosgw_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:49.758 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking radosgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:49.832 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2023-12-01T05:39:49.987 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-attr. 2023-12-01T05:39:50.003 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../106-python3-attr_19.3.0-2_all.deb ... 2023-12-01T05:39:50.017 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:50.045 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-attr (19.3.0-2) ... 2023-12-01T05:39:50.415 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-webencodings. 2023-12-01T05:39:50.429 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../107-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2023-12-01T05:39:50.465 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-01T05:39:50.560 INFO:teuthology.orchestra.run.smithi142.stdout:Adding system user cephadm....done 2023-12-01T05:39:50.714 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-01T05:39:50.760 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-html5lib. 2023-12-01T05:39:50.775 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../108-python3-html5lib_1.0.1-2_all.deb ... 2023-12-01T05:39:50.827 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2023-12-01T05:39:50.840 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-01T05:39:51.165 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-lxml:amd64. 2023-12-01T05:39:51.180 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../109-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2023-12-01T05:39:51.194 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-repoze.lru (0.7-2) ... 2023-12-01T05:39:51.222 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-01T05:39:51.227 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package rbd-fuse. 2023-12-01T05:39:51.244 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../121-rbd-fuse_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:51.286 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking rbd-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:51.487 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-01T05:39:51.614 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up liboath0 (2.6.1-1.3) ... 2023-12-01T05:39:51.619 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-attr (19.3.0-2) ... 2023-12-01T05:39:51.684 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-packaging. 2023-12-01T05:39:51.693 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../110-python3-packaging_20.3-1_all.deb ... 2023-12-01T05:39:51.734 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-packaging (20.3-1) ... 2023-12-01T05:39:51.738 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2023-12-01T05:39:51.907 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2023-12-01T05:39:52.025 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pastescript. 2023-12-01T05:39:52.039 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../111-python3-pastescript_2.0.2-4_all.deb ... 2023-12-01T05:39:52.042 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-01T05:39:52.065 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-joblib (0.14.0-3) ... 2023-12-01T05:39:52.083 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2023-12-01T05:39:52.168 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2023-12-01T05:39:52.369 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:52.403 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pluggy. 2023-12-01T05:39:52.418 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../112-python3-pluggy_0.13.0-2_all.deb ... 2023-12-01T05:39:52.461 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2023-12-01T05:39:52.467 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-01T05:39:52.756 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-psutil. 2023-12-01T05:39:52.760 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-cachetools (4.0.0-1) ... 2023-12-01T05:39:52.771 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../113-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2023-12-01T05:39:52.814 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2023-12-01T05:39:52.904 INFO:teuthology.orchestra.run.smithi023.stdout:Adding system user cephadm....done 2023-12-01T05:39:53.059 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-01T05:39:53.062 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up unzip (6.0-25ubuntu1.1) ... 2023-12-01T05:39:53.127 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-py. 2023-12-01T05:39:53.137 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../114-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2023-12-01T05:39:53.177 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2023-12-01T05:39:53.185 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-01T05:39:53.204 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-01T05:39:53.489 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pyinotify. 2023-12-01T05:39:53.489 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-01T05:39:53.498 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../115-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2023-12-01T05:39:53.539 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-01T05:39:53.545 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-repoze.lru (0.7-2) ... 2023-12-01T05:39:53.790 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-ceph-argparse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:53.829 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-01T05:39:53.850 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-wcwidth. 2023-12-01T05:39:53.867 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../116-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2023-12-01T05:39:53.908 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-01T05:39:53.947 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up liboath0 (2.6.1-1.3) ... 2023-12-01T05:39:54.073 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2023-12-01T05:39:54.082 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-01T05:39:54.192 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-01T05:39:54.211 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-pytest. 2023-12-01T05:39:54.225 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../117-python3-pytest_4.6.9-1_all.deb ... 2023-12-01T05:39:54.269 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-pytest (4.6.9-1) ... 2023-12-01T05:39:54.318 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libreadline-dev:amd64 (8.0-4) ... 2023-12-01T05:39:54.399 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-joblib (0.14.0-3) ... 2023-12-01T05:39:54.452 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2023-12-01T05:39:54.606 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package python3-simplejson. 2023-12-01T05:39:54.623 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../118-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2023-12-01T05:39:54.664 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-01T05:39:54.737 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2023-12-01T05:39:54.802 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-01T05:39:54.967 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package qttranslations5-l10n. 2023-12-01T05:39:54.983 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../119-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2023-12-01T05:39:55.025 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-01T05:39:55.086 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-cachetools (4.0.0-1) ... 2023-12-01T05:39:55.098 INFO:teuthology.orchestra.run.smithi142.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2023-12-01T05:39:55.126 INFO:teuthology.orchestra.run.smithi142.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2023-12-01T05:39:55.189 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-01T05:39:55.379 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up unzip (6.0-25ubuntu1.1) ... 2023-12-01T05:39:55.474 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-01T05:39:55.514 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-01T05:39:55.591 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2023-12-01T05:39:55.729 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package radosgw. 2023-12-01T05:39:55.745 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../120-radosgw_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:55.787 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking radosgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:55.789 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-01T05:39:55.959 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-natsort (7.0.1-1) ... 2023-12-01T05:39:56.082 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-ceph-argparse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:56.260 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2023-12-01T05:39:56.367 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-01T05:39:56.493 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-01T05:39:56.545 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-01T05:39:56.619 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libreadline-dev:amd64 (8.0-4) ... 2023-12-01T05:39:56.745 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2023-12-01T05:39:56.904 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2023-12-01T05:39:57.021 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2023-12-01T05:39:57.189 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up zip (3.0-11build1) ... 2023-12-01T05:39:57.265 INFO:teuthology.orchestra.run.smithi099.stdout:Selecting previously unselected package rbd-fuse. 2023-12-01T05:39:57.279 INFO:teuthology.orchestra.run.smithi099.stdout:Preparing to unpack .../121-rbd-fuse_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T05:39:57.323 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2023-12-01T05:39:57.332 INFO:teuthology.orchestra.run.smithi099.stdout:Unpacking rbd-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:57.381 INFO:teuthology.orchestra.run.smithi023.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2023-12-01T05:39:57.410 INFO:teuthology.orchestra.run.smithi023.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2023-12-01T05:39:57.473 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-01T05:39:57.638 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-attr (19.3.0-2) ... 2023-12-01T05:39:57.666 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-tempita (0.5.2-6) ... 2023-12-01T05:39:57.758 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-01T05:39:57.884 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2023-12-01T05:39:57.937 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2023-12-01T05:39:57.941 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-packaging (20.3-1) ... 2023-12-01T05:39:58.063 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-01T05:39:58.189 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2023-12-01T05:39:58.243 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2023-12-01T05:39:58.260 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-natsort (7.0.1-1) ... 2023-12-01T05:39:58.369 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-01T05:39:58.385 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:39:58.495 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-01T05:39:58.553 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2023-12-01T05:39:58.779 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2023-12-01T05:39:58.838 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-01T05:39:58.952 INFO:teuthology.orchestra.run.smithi099.stdout:Adding system user cephadm....done 2023-12-01T05:39:59.105 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-01T05:39:59.164 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-01T05:39:59.180 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2023-12-01T05:39:59.231 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-01T05:39:59.464 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up zip (3.0-11build1) ... 2023-12-01T05:39:59.523 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2023-12-01T05:39:59.590 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2023-12-01T05:39:59.591 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-repoze.lru (0.7-2) ... 2023-12-01T05:39:59.875 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up socat (1.7.3.3-2) ... 2023-12-01T05:39:59.876 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-01T05:39:59.933 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-tempita (0.5.2-6) ... 2023-12-01T05:40:00.001 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:00.002 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up liboath0 (2.6.1-1.3) ... 2023-12-01T05:40:00.128 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2023-12-01T05:40:00.226 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-packaging (20.3-1) ... 2023-12-01T05:40:00.345 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up pkg-config (0.29.1-0ubuntu4) ... 2023-12-01T05:40:00.455 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-joblib (0.14.0-3) ... 2023-12-01T05:40:00.527 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2023-12-01T05:40:00.612 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:40:00.645 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-01T05:40:00.747 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-html5lib (1.0.1-2) ... 2023-12-01T05:40:00.770 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-01T05:40:00.865 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-01T05:40:01.055 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2023-12-01T05:40:01.098 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-01T05:40:01.159 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-cachetools (4.0.0-1) ... 2023-12-01T05:40:01.232 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2023-12-01T05:40:01.358 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pluggy (0.13.0-2) ... 2023-12-01T05:40:01.435 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up unzip (6.0-25ubuntu1.1) ... 2023-12-01T05:40:01.457 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-01T05:40:01.569 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-01T05:40:01.651 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-01T05:40:01.854 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-01T05:40:01.955 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:40:02.081 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T05:40:02.085 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2023-12-01T05:40:02.155 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-ceph-argparse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:02.207 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2023-12-01T05:40:02.448 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-01T05:40:02.518 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2023-12-01T05:40:02.560 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up socat (1.7.3.3-2) ... 2023-12-01T05:40:02.582 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-01T05:40:02.680 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:02.708 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libreadline-dev:amd64 (8.0-4) ... 2023-12-01T05:40:02.801 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-logutils (0.3.3-7) ... 2023-12-01T05:40:02.834 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2023-12-01T05:40:02.990 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up pkg-config (0.29.1-0ubuntu4) ... 2023-12-01T05:40:03.086 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-01T05:40:03.127 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2023-12-01T05:40:03.212 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2023-12-01T05:40:03.233 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:40:03.392 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-html5lib (1.0.1-2) ... 2023-12-01T05:40:03.496 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-prettytable (0.7.2-5) ... 2023-12-01T05:40:03.506 INFO:teuthology.orchestra.run.smithi099.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2023-12-01T05:40:03.550 INFO:teuthology.orchestra.run.smithi099.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2023-12-01T05:40:03.613 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-01T05:40:03.744 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-01T05:40:03.789 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-01T05:40:03.895 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2023-12-01T05:40:03.906 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-01T05:40:04.021 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-pluggy (0.13.0-2) ... 2023-12-01T05:40:04.032 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2023-12-01T05:40:04.090 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2023-12-01T05:40:04.213 INFO:teuthology.orchestra.run.smithi142.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2023-12-01T05:40:04.322 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-01T05:40:04.400 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-natsort (7.0.1-1) ... 2023-12-01T05:40:04.458 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2023-12-01T05:40:04.584 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-01T05:40:04.640 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:40:04.684 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2023-12-01T05:40:04.749 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T05:40:04.875 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2023-12-01T05:40:04.919 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2023-12-01T05:40:04.969 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-01T05:40:05.201 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2023-12-01T05:40:05.280 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-01T05:40:05.311 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2023-12-01T05:40:05.406 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-01T05:40:05.486 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-logutils (0.3.3-7) ... 2023-12-01T05:40:05.528 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-webob (1:1.8.5-2) ... 2023-12-01T05:40:05.587 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up zip (3.0-11build1) ... 2023-12-01T05:40:05.714 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2023-12-01T05:40:05.791 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-01T05:40:05.850 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-01T05:40:05.915 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2023-12-01T05:40:06.042 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-tempita (0.5.2-6) ... 2023-12-01T05:40:06.143 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T05:40:06.174 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-prettytable (0.7.2-5) ... 2023-12-01T05:40:06.269 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2023-12-01T05:40:06.341 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-packaging (20.3-1) ... 2023-12-01T05:40:06.467 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-01T05:40:06.634 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2023-12-01T05:40:06.760 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-01T05:40:06.768 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2023-12-01T05:40:06.858 INFO:teuthology.orchestra.run.smithi023.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2023-12-01T05:40:06.878 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-01T05:40:07.103 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2023-12-01T05:40:07.190 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2023-12-01T05:40:07.229 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-01T05:40:07.547 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2023-12-01T05:40:07.583 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-01T05:40:07.726 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up lua-sec:amd64 (0.9-3) ... 2023-12-01T05:40:07.851 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-01T05:40:07.906 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-01T05:40:07.943 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2023-12-01T05:40:07.978 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pytest (4.6.9-1) ... 2023-12-01T05:40:08.051 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-01T05:40:08.177 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-webob (1:1.8.5-2) ... 2023-12-01T05:40:08.303 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up socat (1.7.3.3-2) ... 2023-12-01T05:40:08.379 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2023-12-01T05:40:08.429 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:08.503 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-01T05:40:08.688 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2023-12-01T05:40:08.755 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up pkg-config (0.29.1-0ubuntu4) ... 2023-12-01T05:40:08.795 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T05:40:08.921 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2023-12-01T05:40:08.973 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up lua-any (25) ... 2023-12-01T05:40:08.999 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:40:09.090 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:40:09.134 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-html5lib (1.0.1-2) ... 2023-12-01T05:40:09.209 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-bs4 (4.8.2-1) ... 2023-12-01T05:40:09.493 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-01T05:40:09.543 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-01T05:40:09.619 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2023-12-01T05:40:09.745 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pluggy (0.13.0-2) ... 2023-12-01T05:40:09.878 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-asyncssh (1.12.2-1) ... 2023-12-01T05:40:10.030 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-01T05:40:10.262 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-01T05:40:10.358 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:40:10.469 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up lua-sec:amd64 (0.9-3) ... 2023-12-01T05:40:10.484 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T05:40:10.589 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-01T05:40:10.594 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-01T05:40:10.610 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2023-12-01T05:40:10.720 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-pytest (4.6.9-1) ... 2023-12-01T05:40:10.920 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2023-12-01T05:40:11.097 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2023-12-01T05:40:11.204 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-logutils (0.3.3-7) ... 2023-12-01T05:40:11.406 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2023-12-01T05:40:11.505 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-01T05:40:11.636 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-01T05:40:11.640 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2023-12-01T05:40:11.690 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up lua-any (25) ... 2023-12-01T05:40:11.762 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2023-12-01T05:40:11.809 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:40:11.921 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2023-12-01T05:40:11.934 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-bs4 (4.8.2-1) ... 2023-12-01T05:40:11.941 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-prettytable (0.7.2-5) ... 2023-12-01T05:40:12.140 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-rsa (4.0-3) ... 2023-12-01T05:40:12.234 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-01T05:40:12.302 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-01T05:40:12.433 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-01T05:40:12.530 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2023-12-01T05:40:12.543 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-webtest (2.0.32-2) ... 2023-12-01T05:40:12.619 INFO:teuthology.orchestra.run.smithi099.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2023-12-01T05:40:12.637 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-asyncssh (1.12.2-1) ... 2023-12-01T05:40:12.853 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-01T05:40:12.871 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2023-12-01T05:40:12.997 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-01T05:40:13.030 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-01T05:40:13.145 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pastescript (2.0.2-4) ... 2023-12-01T05:40:13.348 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-01T05:40:13.348 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2023-12-01T05:40:13.456 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2023-12-01T05:40:13.708 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-01T05:40:13.811 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up librados2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:13.834 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-01T05:40:13.933 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python-asyncssh-doc (1.12.2-1) ... 2023-12-01T05:40:13.960 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-webob (1:1.8.5-2) ... 2023-12-01T05:40:14.051 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libsqlite3-mod-ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:14.178 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up luarocks (2.4.2+dfsg-1) ... 2023-12-01T05:40:14.278 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-01T05:40:14.343 INFO:teuthology.orchestra.run.smithi142.stdout:Making manifest for /usr/local/lib/luarocks/rocks 2023-12-01T05:40:14.343 INFO:teuthology.orchestra.run.smithi142.stdout:Warning: This looks like a local rocks tree, but you did not pass --local-tree. 2023-12-01T05:40:14.348 INFO:teuthology.orchestra.run.smithi142.stdout:Generating index.html for /usr/local/lib/luarocks/rocks 2023-12-01T05:40:14.396 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libcephfs2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:14.420 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-01T05:40:14.522 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-routes (2.4.1-2) ... 2023-12-01T05:40:14.554 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2023-12-01T05:40:14.562 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T05:40:14.688 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2023-12-01T05:40:14.689 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2023-12-01T05:40:14.806 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libradosstriper1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:14.910 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-rsa (4.0-3) ... 2023-12-01T05:40:14.924 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-google-auth (1.5.1-2) ... 2023-12-01T05:40:15.212 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-01T05:40:15.234 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up librbd1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:15.338 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-webtest (2.0.32-2) ... 2023-12-01T05:40:15.360 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mgr-modules-core (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:15.486 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:15.639 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-01T05:40:15.709 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-01T05:40:15.710 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-01T05:40:15.924 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-pastescript (2.0.2-4) ... 2023-12-01T05:40:16.153 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up lua-sec:amd64 (0.9-3) ... 2023-12-01T05:40:16.242 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2023-12-01T05:40:16.278 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-01T05:40:16.288 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libcephfs-dev (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:16.404 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pytest (4.6.9-1) ... 2023-12-01T05:40:16.414 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-rados (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:16.539 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up librgw2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:16.602 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up librados2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:16.649 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2023-12-01T05:40:16.728 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python-asyncssh-doc (1.12.2-1) ... 2023-12-01T05:40:16.773 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2023-12-01T05:40:16.855 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libsqlite3-mod-ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:16.981 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up luarocks (2.4.2+dfsg-1) ... 2023-12-01T05:40:17.091 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2023-12-01T05:40:17.148 INFO:teuthology.orchestra.run.smithi023.stdout:Making manifest for /usr/local/lib/luarocks/rocks 2023-12-01T05:40:17.148 INFO:teuthology.orchestra.run.smithi023.stdout:Warning: This looks like a local rocks tree, but you did not pass --local-tree. 2023-12-01T05:40:17.154 INFO:teuthology.orchestra.run.smithi023.stdout:Generating index.html for /usr/local/lib/luarocks/rocks 2023-12-01T05:40:17.199 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libcephfs2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:17.325 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-routes (2.4.1-2) ... 2023-12-01T05:40:17.467 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up lua-any (25) ... 2023-12-01T05:40:17.569 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-rbd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:17.651 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libradosstriper1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:17.695 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up rbd-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:17.786 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-google-auth (1.5.1-2) ... 2023-12-01T05:40:17.821 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-rgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:17.886 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T05:40:17.946 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-cephfs (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:18.019 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-bs4 (4.8.2-1) ... 2023-12-01T05:40:18.072 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:18.096 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up librbd1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:18.214 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-mgr-modules-core (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:18.340 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:18.353 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-01T05:40:18.569 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-01T05:40:18.569 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-01T05:40:18.608 INFO:teuthology.orchestra.run.smithi142.stdout:Adding group ceph....done 2023-12-01T05:40:18.680 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-asyncssh (1.12.2-1) ... 2023-12-01T05:40:18.975 INFO:teuthology.orchestra.run.smithi142.stdout:Adding system user ceph....done 2023-12-01T05:40:19.033 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up libcephfs-dev (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:19.081 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-01T05:40:19.159 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-rados (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:19.161 INFO:teuthology.orchestra.run.smithi142.stdout:Setting system user ceph properties....done 2023-12-01T05:40:19.184 INFO:teuthology.orchestra.run.smithi142.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2023-12-01T05:40:19.285 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up librgw2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:19.335 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2023-12-01T05:40:19.399 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-01T05:40:19.419 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2023-12-01T05:40:19.665 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2023-12-01T05:40:20.140 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-test (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:20.258 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up radosgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:20.364 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-rbd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:20.490 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up rbd-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:20.505 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-01T05:40:20.616 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-rgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:20.639 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2023-12-01T05:40:20.732 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-01T05:40:20.732 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-01T05:40:20.758 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up python3-cephfs (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:20.782 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2023-12-01T05:40:20.884 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:20.993 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-rsa (4.0-3) ... 2023-12-01T05:40:21.234 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-base (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:21.278 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-01T05:40:21.404 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-webtest (2.0.32-2) ... 2023-12-01T05:40:21.420 INFO:teuthology.orchestra.run.smithi023.stdout:Adding group ceph....done 2023-12-01T05:40:21.611 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2023-12-01T05:40:21.705 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-01T05:40:21.806 INFO:teuthology.orchestra.run.smithi023.stdout:Adding system user ceph....done 2023-12-01T05:40:21.981 INFO:teuthology.orchestra.run.smithi023.stdout:Setting system user ceph properties....done 2023-12-01T05:40:21.990 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pastescript (2.0.2-4) ... 2023-12-01T05:40:22.004 INFO:teuthology.orchestra.run.smithi023.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2023-12-01T05:40:22.078 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mds (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:22.162 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2023-12-01T05:40:22.300 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2023-12-01T05:40:22.304 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-01T05:40:22.304 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-01T05:40:22.486 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2023-12-01T05:40:22.652 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up librados2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:22.763 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mgr (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:22.778 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python-asyncssh-doc (1.12.2-1) ... 2023-12-01T05:40:22.905 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libsqlite3-mod-ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:22.944 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-test (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:22.997 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-01T05:40:22.997 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-01T05:40:23.031 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up luarocks (2.4.2+dfsg-1) ... 2023-12-01T05:40:23.070 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up radosgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:23.195 INFO:teuthology.orchestra.run.smithi099.stdout:Making manifest for /usr/local/lib/luarocks/rocks 2023-12-01T05:40:23.196 INFO:teuthology.orchestra.run.smithi099.stdout:Warning: This looks like a local rocks tree, but you did not pass --local-tree. 2023-12-01T05:40:23.200 INFO:teuthology.orchestra.run.smithi099.stdout:Generating index.html for /usr/local/lib/luarocks/rocks 2023-12-01T05:40:23.241 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libcephfs2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:23.367 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-routes (2.4.1-2) ... 2023-12-01T05:40:23.472 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-osd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:23.553 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-01T05:40:23.554 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-01T05:40:23.652 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libradosstriper1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:23.778 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-google-auth (1.5.1-2) ... 2023-12-01T05:40:23.973 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-01T05:40:23.973 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-01T05:40:24.005 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-base (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:24.080 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up librbd1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:24.214 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mgr-modules-core (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:24.357 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:24.392 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2023-12-01T05:40:24.432 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mgr-k8sevents (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:24.558 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mgr-diskprediction-local (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:24.572 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-01T05:40:24.572 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-01T05:40:24.676 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mon (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:24.873 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-mds (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:24.893 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-01T05:40:24.893 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-01T05:40:25.041 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up libcephfs-dev (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:25.103 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-01T05:40:25.104 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-01T05:40:25.167 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-rados (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:25.285 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up librgw2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:25.352 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mgr-cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:25.411 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2023-12-01T05:40:25.495 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:25.583 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-mgr (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:25.621 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mgr-dashboard (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:25.763 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-volume (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:25.817 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-01T05:40:25.817 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-01T05:40:26.142 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2023-12-01T05:40:26.276 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-osd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:26.339 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-rbd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:26.465 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up rbd-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:26.470 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for mime-support (3.64ubuntu1) ... 2023-12-01T05:40:26.571 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:40:26.591 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-rgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:26.709 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up python3-cephfs (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:26.723 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2023-12-01T05:40:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-01T05:40:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-01T05:40:26.835 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:27.024 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:40:27.236 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-mgr-k8sevents (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:27.362 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-mgr-diskprediction-local (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:27.388 INFO:teuthology.orchestra.run.smithi099.stdout:Adding group ceph....done 2023-12-01T05:40:27.505 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-mon (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:27.730 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-01T05:40:27.730 INFO:teuthology.orchestra.run.smithi023.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-01T05:40:27.782 INFO:teuthology.orchestra.run.smithi099.stdout:Adding system user ceph....done 2023-12-01T05:40:27.983 INFO:teuthology.orchestra.run.smithi099.stdout:Setting system user ceph properties....done 2023-12-01T05:40:28.002 INFO:teuthology.orchestra.run.smithi099.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2023-12-01T05:40:28.148 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2023-12-01T05:40:28.198 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-mgr-cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:28.335 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:28.473 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2023-12-01T05:40:28.483 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-mgr-dashboard (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:28.635 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up ceph-volume (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:28.945 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-test (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:28.996 INFO:teuthology.orchestra.run.smithi023.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2023-12-01T05:40:29.071 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up radosgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:29.256 INFO:teuthology.orchestra.run.smithi023.stdout:Processing triggers for mime-support (3.64ubuntu1) ... 2023-12-01T05:40:29.364 INFO:teuthology.orchestra.run.smithi023.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:40:29.517 INFO:teuthology.orchestra.run.smithi023.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2023-12-01T05:40:29.524 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-01T05:40:29.524 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-01T05:40:29.810 INFO:teuthology.orchestra.run.smithi023.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:40:29.965 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-base (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:30.309 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2023-12-01T05:40:30.338 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2023-12-01T05:40:30.783 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mds (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:31.013 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-01T05:40:31.013 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-01T05:40:31.127 INFO:teuthology.orchestra.run.smithi142.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2023-12-01T05:40:31.129 DEBUG:teuthology.parallel:result is None 2023-12-01T05:40:31.476 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mgr (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:31.706 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-01T05:40:31.707 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-01T05:40:32.153 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-osd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:32.647 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-01T05:40:32.647 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-01T05:40:33.163 INFO:teuthology.orchestra.run.smithi023.stdout:Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2023-12-01T05:40:33.189 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mgr-k8sevents (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:33.315 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mgr-diskprediction-local (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:33.458 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mon (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:33.680 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-01T05:40:33.680 INFO:teuthology.orchestra.run.smithi099.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-01T05:40:34.031 INFO:teuthology.orchestra.run.smithi023.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2023-12-01T05:40:34.034 DEBUG:teuthology.parallel:result is None 2023-12-01T05:40:34.134 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mgr-cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:34.277 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:34.403 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-mgr-dashboard (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:34.562 INFO:teuthology.orchestra.run.smithi099.stdout:Setting up ceph-volume (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T05:40:34.932 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2023-12-01T05:40:35.208 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for mime-support (3.64ubuntu1) ... 2023-12-01T05:40:35.351 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:40:35.504 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2023-12-01T05:40:35.796 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:40:39.066 INFO:teuthology.orchestra.run.smithi099.stdout:Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2023-12-01T05:40:39.910 INFO:teuthology.orchestra.run.smithi099.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2023-12-01T05:40:39.912 DEBUG:teuthology.parallel:result is None 2023-12-01T05:40:39.913 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:40:40.127 DEBUG:teuthology.orchestra.run.smithi023:> dpkg-query -W -f '${Version}' ceph 2023-12-01T05:40:40.150 INFO:teuthology.orchestra.run.smithi023.stdout:18.0.0-7662-g875037c4-1focal 2023-12-01T05:40:40.150 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7662-g875037c4-1focal 2023-12-01T05:40:40.150 INFO:teuthology.task.install:The correct ceph version 18.0.0-7662-g875037c4-1focal is installed. 2023-12-01T05:40:40.151 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:40:40.285 DEBUG:teuthology.orchestra.run.smithi099:> dpkg-query -W -f '${Version}' ceph 2023-12-01T05:40:40.307 INFO:teuthology.orchestra.run.smithi099.stdout:18.0.0-7662-g875037c4-1focal 2023-12-01T05:40:40.308 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7662-g875037c4-1focal 2023-12-01T05:40:40.308 INFO:teuthology.task.install:The correct ceph version 18.0.0-7662-g875037c4-1focal is installed. 2023-12-01T05:40:40.308 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:40:40.452 DEBUG:teuthology.orchestra.run.smithi142:> dpkg-query -W -f '${Version}' ceph 2023-12-01T05:40:40.474 INFO:teuthology.orchestra.run.smithi142.stdout:18.0.0-7662-g875037c4-1focal 2023-12-01T05:40:40.475 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7662-g875037c4-1focal 2023-12-01T05:40:40.475 INFO:teuthology.task.install:The correct ceph version 18.0.0-7662-g875037c4-1focal is installed. 2023-12-01T05:40:40.475 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-01T05:40:40.475 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-01T05:40:40.475 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-01T05:40:40.491 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T05:40:40.491 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-01T05:40:40.508 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-12-01T05:40:40.509 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-01T05:40:40.530 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-01T05:40:40.531 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-01T05:40:40.531 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/usr/bin/daemon-helper 2023-12-01T05:40:40.551 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-01T05:40:40.609 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T05:40:40.609 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/usr/bin/daemon-helper 2023-12-01T05:40:40.625 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-01T05:40:40.683 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-12-01T05:40:40.683 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/usr/bin/daemon-helper 2023-12-01T05:40:40.698 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-01T05:40:40.753 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-01T05:40:40.753 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-01T05:40:40.753 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-01T05:40:40.768 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-01T05:40:40.825 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T05:40:40.825 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-01T05:40:40.842 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-01T05:40:40.898 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-12-01T05:40:40.899 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-01T05:40:40.915 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-01T05:40:40.970 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-01T05:40:40.970 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-01T05:40:40.970 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/usr/bin/stdin-killer 2023-12-01T05:40:40.987 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-01T05:40:41.045 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T05:40:41.045 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/usr/bin/stdin-killer 2023-12-01T05:40:41.061 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-01T05:40:41.120 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-12-01T05:40:41.120 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/usr/bin/stdin-killer 2023-12-01T05:40:41.135 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-01T05:40:41.195 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T05:40:41.280 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\\)'], 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T05:40:41.280 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:40:41.281 INFO:tasks.cephadm:Cluster fsid is 29f22514-900c-11ee-95a2-87774f69a715 2023-12-01T05:40:41.281 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T05:40:41.281 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.23', 'mon.b': '172.21.15.99', 'mon.c': '172.21.15.142'} 2023-12-01T05:40:41.281 INFO:tasks.cephadm:First mon is mon.a on smithi023 2023-12-01T05:40:41.281 INFO:tasks.cephadm:First mgr is a 2023-12-01T05:40:41.281 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T05:40:41.281 DEBUG:teuthology.orchestra.run.smithi023:> sudo hostname $(hostname -s) 2023-12-01T05:40:41.299 DEBUG:teuthology.orchestra.run.smithi099:> sudo hostname $(hostname -s) 2023-12-01T05:40:41.314 DEBUG:teuthology.orchestra.run.smithi142:> sudo hostname $(hostname -s) 2023-12-01T05:40:41.331 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-01T05:40:41.331 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:40:41.582 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=focal,DIST=focal,MACHINE_SIZE=gigantic/74575/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7662-g875037c4', 'node_name': '172.21.2.17+braggi17', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=focal,DIST=focal,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7662-g875037c4-1focal'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2023-11-30 20:18:54.535220', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-phlogistonjohn-testing-2023-11-30-1010', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2023-12-01T05:40:41.719 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-phlogistonjohn-testing-2023-11-30-1010, sha1 875037c4c0585d32b171b61f9b83f482e6b73b3d from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:40:41.719 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/x86_64/flavors/default/cephadm 2023-12-01T05:40:41.719 DEBUG:teuthology.orchestra.run.smithi023:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T05:40:42.269 INFO:teuthology.orchestra.run.smithi023.stdout:-rw-rw-r-- 1 ubuntu ubuntu 785523 Dec 1 05:40 /home/ubuntu/cephtest/cephadm 2023-12-01T05:40:42.269 DEBUG:teuthology.orchestra.run.smithi099:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T05:40:42.816 INFO:teuthology.orchestra.run.smithi099.stdout:-rw-rw-r-- 1 ubuntu ubuntu 785523 Dec 1 05:40 /home/ubuntu/cephtest/cephadm 2023-12-01T05:40:42.816 DEBUG:teuthology.orchestra.run.smithi142:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T05:40:43.600 INFO:teuthology.orchestra.run.smithi142.stdout:-rw-rw-r-- 1 ubuntu ubuntu 785523 Dec 1 05:40 /home/ubuntu/cephtest/cephadm 2023-12-01T05:40:43.600 DEBUG:teuthology.orchestra.run.smithi023:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T05:40:43.610 DEBUG:teuthology.orchestra.run.smithi099:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T05:40:43.620 DEBUG:teuthology.orchestra.run.smithi142:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T05:40:43.646 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d on all hosts... 2023-12-01T05:40:43.646 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T05:40:43.653 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T05:40:43.667 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T05:40:43.722 INFO:teuthology.orchestra.run.smithi023.stderr:Traceback (most recent call last): 2023-12-01T05:40:43.722 INFO:teuthology.orchestra.run.smithi023.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: return _get_module_details(main_name) 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: return _find_spec(fullname, parent_path) 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 914, in _find_spec 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 1407, in find_spec 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 1381, in _get_spec 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 414, in spec_from_loader 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 709, in spec_from_file_location 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 191, in get_filename 2023-12-01T05:40:43.723 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 713, in _get_module_code 2023-12-01T05:40:43.724 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 647, in _compile_source 2023-12-01T05:40:43.724 INFO:teuthology.orchestra.run.smithi023.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:40:43.724 INFO:teuthology.orchestra.run.smithi023.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:40:43.724 INFO:teuthology.orchestra.run.smithi023.stderr: ^ 2023-12-01T05:40:43.724 INFO:teuthology.orchestra.run.smithi023.stderr:SyntaxError: invalid syntax 2023-12-01T05:40:43.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:40:43.729 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi023 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' 2023-12-01T05:40:43.730 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T05:40:43.732 DEBUG:teuthology.misc:Transferring archived files from smithi023:/var/lib/ceph/29f22514-900c-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938/remote/smithi023/crash 2023-12-01T05:40:43.732 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /var/lib/ceph/29f22514-900c-11ee-95a2-87774f69a715/crash -- . 2023-12-01T05:40:43.733 INFO:teuthology.orchestra.run.smithi099.stderr:Traceback (most recent call last): 2023-12-01T05:40:43.733 INFO:teuthology.orchestra.run.smithi099.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T05:40:43.733 INFO:teuthology.orchestra.run.smithi099.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:40:43.733 INFO:teuthology.orchestra.run.smithi099.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T05:40:43.733 INFO:teuthology.orchestra.run.smithi099.stderr: return _get_module_details(main_name) 2023-12-01T05:40:43.734 INFO:teuthology.orchestra.run.smithi099.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T05:40:43.734 INFO:teuthology.orchestra.run.smithi099.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:40:43.734 INFO:teuthology.orchestra.run.smithi099.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T05:40:43.734 INFO:teuthology.orchestra.run.smithi099.stderr: return _find_spec(fullname, parent_path) 2023-12-01T05:40:43.734 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 914, in _find_spec 2023-12-01T05:40:43.734 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 1407, in find_spec 2023-12-01T05:40:43.734 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 1381, in _get_spec 2023-12-01T05:40:43.734 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T05:40:43.734 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 414, in spec_from_loader 2023-12-01T05:40:43.734 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 709, in spec_from_file_location 2023-12-01T05:40:43.734 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 191, in get_filename 2023-12-01T05:40:43.734 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 713, in _get_module_code 2023-12-01T05:40:43.735 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 647, in _compile_source 2023-12-01T05:40:43.735 INFO:teuthology.orchestra.run.smithi099.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:40:43.735 INFO:teuthology.orchestra.run.smithi099.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:40:43.735 INFO:teuthology.orchestra.run.smithi099.stderr: ^ 2023-12-01T05:40:43.736 INFO:teuthology.orchestra.run.smithi099.stderr:SyntaxError: invalid syntax 2023-12-01T05:40:43.750 INFO:teuthology.orchestra.run.smithi023.stderr:tar: /var/lib/ceph/29f22514-900c-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T05:40:43.750 INFO:teuthology.orchestra.run.smithi023.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:40:43.750 INFO:teuthology.orchestra.run.smithi142.stderr:Traceback (most recent call last): 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: return _get_module_details(main_name) 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: return _find_spec(fullname, parent_path) 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: File "", line 914, in _find_spec 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: File "", line 1407, in find_spec 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: File "", line 1381, in _get_spec 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: File "", line 414, in spec_from_loader 2023-12-01T05:40:43.751 INFO:teuthology.orchestra.run.smithi142.stderr: File "", line 709, in spec_from_file_location 2023-12-01T05:40:43.752 INFO:teuthology.orchestra.run.smithi142.stderr: File "", line 191, in get_filename 2023-12-01T05:40:43.752 INFO:teuthology.orchestra.run.smithi142.stderr: File "", line 713, in _get_module_code 2023-12-01T05:40:43.752 INFO:teuthology.orchestra.run.smithi142.stderr: File "", line 647, in _compile_source 2023-12-01T05:40:43.752 INFO:teuthology.orchestra.run.smithi142.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:40:43.752 INFO:teuthology.orchestra.run.smithi142.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:40:43.752 INFO:teuthology.orchestra.run.smithi142.stderr: ^ 2023-12-01T05:40:43.752 INFO:teuthology.orchestra.run.smithi142.stderr:SyntaxError: invalid syntax 2023-12-01T05:40:43.753 DEBUG:teuthology.misc:Transferring archived files from smithi099:/var/lib/ceph/29f22514-900c-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938/remote/smithi099/crash 2023-12-01T05:40:43.754 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /var/lib/ceph/29f22514-900c-11ee-95a2-87774f69a715/crash -- . 2023-12-01T05:40:43.771 INFO:teuthology.orchestra.run.smithi099.stderr:tar: /var/lib/ceph/29f22514-900c-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T05:40:43.771 INFO:teuthology.orchestra.run.smithi099.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:40:43.773 DEBUG:teuthology.misc:Transferring archived files from smithi142:/var/lib/ceph/29f22514-900c-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938/remote/smithi142/crash 2023-12-01T05:40:43.774 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /var/lib/ceph/29f22514-900c-11ee-95a2-87774f69a715/crash -- . 2023-12-01T05:40:43.790 INFO:teuthology.orchestra.run.smithi142.stderr:tar: /var/lib/ceph/29f22514-900c-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T05:40:43.790 INFO:teuthology.orchestra.run.smithi142.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:40:43.791 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T05:40:43.791 DEBUG:teuthology.orchestra.run.smithi023:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/29f22514-900c-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T05:40:43.811 INFO:teuthology.orchestra.run.smithi023.stderr:grep: /var/log/ceph/29f22514-900c-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T05:40:43.812 INFO:tasks.cephadm:Compressing logs... 2023-12-01T05:40:43.813 DEBUG:teuthology.orchestra.run.smithi023:> 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 -- 2023-12-01T05:40:43.858 DEBUG:teuthology.orchestra.run.smithi099:> 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 -- 2023-12-01T05:40:43.861 DEBUG:teuthology.orchestra.run.smithi142:> 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 -- 2023-12-01T05:40:43.872 INFO:teuthology.orchestra.run.smithi023.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-01T05:40:43.874 INFO:teuthology.orchestra.run.smithi099.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-01T05:40:43.878 INFO:teuthology.orchestra.run.smithi142.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-01T05:40:43.883 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-01T05:40:43.883 INFO:teuthology.orchestra.run.smithi023.stderr:real 0m0.021s 2023-12-01T05:40:43.883 INFO:teuthology.orchestra.run.smithi023.stderr:user 0m0.010s 2023-12-01T05:40:43.883 INFO:teuthology.orchestra.run.smithi023.stderr:sys 0m0.015s 2023-12-01T05:40:43.884 INFO:teuthology.orchestra.run.smithi142.stderr: 2023-12-01T05:40:43.884 INFO:teuthology.orchestra.run.smithi142.stderr:real 0m0.016s 2023-12-01T05:40:43.884 INFO:teuthology.orchestra.run.smithi142.stderr:user 0m0.011s 2023-12-01T05:40:43.884 INFO:teuthology.orchestra.run.smithi142.stderr:sys 0m0.012s 2023-12-01T05:40:43.886 INFO:teuthology.orchestra.run.smithi099.stderr: 2023-12-01T05:40:43.886 INFO:teuthology.orchestra.run.smithi099.stderr:real 0m0.023s 2023-12-01T05:40:43.886 INFO:teuthology.orchestra.run.smithi099.stderr:user 0m0.010s 2023-12-01T05:40:43.886 INFO:teuthology.orchestra.run.smithi099.stderr:sys 0m0.012s 2023-12-01T05:40:43.887 INFO:tasks.cephadm:Archiving logs... 2023-12-01T05:40:43.888 DEBUG:teuthology.misc:Transferring archived files from smithi023:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938/remote/smithi023/log 2023-12-01T05:40:43.888 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T05:40:43.939 DEBUG:teuthology.misc:Transferring archived files from smithi099:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938/remote/smithi099/log 2023-12-01T05:40:43.940 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T05:40:43.957 DEBUG:teuthology.misc:Transferring archived files from smithi142:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938/remote/smithi142/log 2023-12-01T05:40:43.958 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T05:40:43.975 INFO:tasks.cephadm:Removing cluster... 2023-12-01T05:40:43.976 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29f22514-900c-11ee-95a2-87774f69a715 --force 2023-12-01T05:40:44.041 INFO:teuthology.orchestra.run.smithi023.stderr:Traceback (most recent call last): 2023-12-01T05:40:44.041 INFO:teuthology.orchestra.run.smithi023.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: return _get_module_details(main_name) 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: return _find_spec(fullname, parent_path) 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 914, in _find_spec 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 1407, in find_spec 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 1381, in _get_spec 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 414, in spec_from_loader 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 709, in spec_from_file_location 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 191, in get_filename 2023-12-01T05:40:44.042 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 713, in _get_module_code 2023-12-01T05:40:44.043 INFO:teuthology.orchestra.run.smithi023.stderr: File "", line 647, in _compile_source 2023-12-01T05:40:44.043 INFO:teuthology.orchestra.run.smithi023.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:40:44.043 INFO:teuthology.orchestra.run.smithi023.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:40:44.043 INFO:teuthology.orchestra.run.smithi023.stderr: ^ 2023-12-01T05:40:44.043 INFO:teuthology.orchestra.run.smithi023.stderr:SyntaxError: invalid syntax 2023-12-01T05:40:44.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:40:44.047 INFO:tasks.cephadm:Teardown complete 2023-12-01T05:40:44.047 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi023 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi023 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29f22514-900c-11ee-95a2-87774f69a715 --force' 2023-12-01T05:40:44.132 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=978e0a3f0de24a329f0ab6eec8627e14 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi023 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi023 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29f22514-900c-11ee-95a2-87774f69a715 --force' 2023-12-01T05:40:44.138 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T05:40:44.147 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T05:40:44.158 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... 2023-12-01T05:40:44.158 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-01T05:40:44.172 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-01T05:40:44.175 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-01T05:40:44.270 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T05:40:44.280 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T05:40:44.281 DEBUG:teuthology.orchestra.run.smithi023:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:40:44.283 DEBUG:teuthology.orchestra.run.smithi099:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:40:44.286 DEBUG:teuthology.orchestra.run.smithi142:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:40:44.300 INFO:teuthology.orchestra.run.smithi023.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T05:40:44.301 INFO:teuthology.orchestra.run.smithi023.stdout:============================================================================== 2023-12-01T05:40:44.301 INFO:teuthology.orchestra.run.smithi023.stdout: hv01.front.sepi 44.4.53.2 2 u 3 64 7 0.138 1.089 1.530 2023-12-01T05:40:44.301 INFO:teuthology.orchestra.run.smithi023.stdout: hv02.front.sepi 63.231.80.2 3 u 7 64 7 0.203 3.693 1.207 2023-12-01T05:40:44.301 INFO:teuthology.orchestra.run.smithi023.stdout: hv03.front.sepi 74.6.168.72 3 u 10 64 7 0.127 1.934 1.169 2023-12-01T05:40:44.301 INFO:teuthology.orchestra.run.smithi023.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:40:44.303 INFO:teuthology.orchestra.run.smithi099.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T05:40:44.303 INFO:teuthology.orchestra.run.smithi099.stdout:============================================================================== 2023-12-01T05:40:44.303 INFO:teuthology.orchestra.run.smithi099.stdout: hv01.front.sepi 44.4.53.2 2 u 10 64 7 0.170 -2.808 0.907 2023-12-01T05:40:44.303 INFO:teuthology.orchestra.run.smithi099.stdout: hv02.front.sepi 63.231.80.2 3 u 7 64 7 0.094 -0.084 0.843 2023-12-01T05:40:44.304 INFO:teuthology.orchestra.run.smithi099.stdout: hv03.front.sepi 74.6.168.72 3 u 7 64 7 0.106 -1.821 0.851 2023-12-01T05:40:44.304 INFO:teuthology.orchestra.run.smithi099.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:40:44.307 INFO:teuthology.orchestra.run.smithi142.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T05:40:44.307 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================== 2023-12-01T05:40:44.307 INFO:teuthology.orchestra.run.smithi142.stdout: hv01.front.sepi 44.4.53.2 2 u 4 64 7 0.187 0.503 0.632 2023-12-01T05:40:44.308 INFO:teuthology.orchestra.run.smithi142.stdout: hv02.front.sepi 63.231.80.2 3 u 7 64 7 0.154 3.202 1.381 2023-12-01T05:40:44.308 INFO:teuthology.orchestra.run.smithi142.stdout: hv03.front.sepi 74.6.168.72 3 u 3 64 7 0.136 1.472 0.449 2023-12-01T05:40:44.308 INFO:teuthology.orchestra.run.smithi142.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:40:44.309 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T05:40:44.317 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T05:40:44.318 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T05:40:44.327 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T05:40:44.335 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T05:40:44.344 INFO:teuthology.task.internal:Duration was 516.655075 seconds 2023-12-01T05:40:44.344 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T05:40:44.354 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T05:40:44.355 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:40:44.358 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:40:44.360 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:40:44.408 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T05:40:44.409 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi023.front.sepia.ceph.com 2023-12-01T05:40:44.409 DEBUG:teuthology.orchestra.run.smithi023:> 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 2023-12-01T05:40:44.423 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi099.front.sepia.ceph.com 2023-12-01T05:40:44.424 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T05:40:44.460 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi142.front.sepia.ceph.com 2023-12-01T05:40:44.460 DEBUG:teuthology.orchestra.run.smithi142:> 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 2023-12-01T05:40:44.475 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T05:40:44.475 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:40:44.478 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:40:44.503 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:40:44.555 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T05:40:44.555 DEBUG:teuthology.orchestra.run.smithi023:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:40:44.557 DEBUG:teuthology.orchestra.run.smithi099:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:40:44.575 DEBUG:teuthology.orchestra.run.smithi142:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:40:44.656 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T05:40:44.666 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T05:40:44.666 DEBUG:teuthology.orchestra.run.smithi023:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:40:44.685 DEBUG:teuthology.orchestra.run.smithi099:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:40:44.701 DEBUG:teuthology.orchestra.run.smithi142:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:40:44.718 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T05:40:44.731 DEBUG:teuthology.orchestra.run.smithi023:> 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 2023-12-01T05:40:44.735 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T05:40:44.747 DEBUG:teuthology.orchestra.run.smithi142:> 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 2023-12-01T05:40:44.748 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = core 2023-12-01T05:40:44.755 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = core 2023-12-01T05:40:44.774 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = core 2023-12-01T05:40:44.806 DEBUG:teuthology.orchestra.run.smithi023:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:40:44.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:40:44.822 DEBUG:teuthology.orchestra.run.smithi099:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:40:44.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:40:44.847 DEBUG:teuthology.orchestra.run.smithi142:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:40:44.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:40:44.854 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T05:40:44.864 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T05:40:44.865 DEBUG:teuthology.misc:Transferring archived files from smithi023:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938/remote/smithi023 2023-12-01T05:40:44.866 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:40:44.889 DEBUG:teuthology.misc:Transferring archived files from smithi099:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938/remote/smithi099 2023-12-01T05:40:44.890 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:40:44.912 DEBUG:teuthology.misc:Transferring archived files from smithi142:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938/remote/smithi142 2023-12-01T05:40:44.912 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:40:44.934 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T05:40:44.935 DEBUG:teuthology.orchestra.run.smithi023:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:40:44.937 DEBUG:teuthology.orchestra.run.smithi099:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:40:44.951 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:40:44.977 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T05:40:44.988 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T05:40:44.988 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T05:40:44.998 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T05:40:44.999 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:40:45.003 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:40:45.005 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:40:45.008 INFO:teuthology.orchestra.run.smithi023.stdout: 1050013 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:40 /home/ubuntu/cephtest 2023-12-01T05:40:45.009 INFO:teuthology.orchestra.run.smithi023.stdout: 1066841 768 -rwxrwxr-x 1 ubuntu ubuntu 785523 Dec 1 05:40 /home/ubuntu/cephtest/cephadm 2023-12-01T05:40:45.010 INFO:teuthology.orchestra.run.smithi023.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T05:40:45.011 INFO:teuthology.orchestra.run.smithi099.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:40 /home/ubuntu/cephtest 2023-12-01T05:40:45.012 INFO:teuthology.orchestra.run.smithi099.stdout: 1066840 768 -rwxrwxr-x 1 ubuntu ubuntu 785523 Dec 1 05:40 /home/ubuntu/cephtest/cephadm 2023-12-01T05:40:45.014 INFO:teuthology.orchestra.run.smithi099.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T05:40:45.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:40:45.021 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi023 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T05:40:45.030 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T05:40:45.122 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T05:40:45.138 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi023 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T05:40:45.139 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T05:40:45.144 INFO:teuthology.orchestra.run.smithi142.stdout: 1048618 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:40 /home/ubuntu/cephtest 2023-12-01T05:40:45.144 INFO:teuthology.orchestra.run.smithi142.stdout: 1066834 768 -rwxrwxr-x 1 ubuntu ubuntu 785523 Dec 1 05:40 /home/ubuntu/cephtest/cephadm 2023-12-01T05:40:45.145 INFO:teuthology.orchestra.run.smithi142.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T05:40:45.167 DEBUG:teuthology.nuke:shortname: smithi023 2023-12-01T05:40:45.168 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:40:45.190 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:21:12.058094', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-01T05:40:45.194 DEBUG:teuthology.nuke:shortname: smithi099 2023-12-01T05:40:45.195 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:40:45.219 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:21:12.060544', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-01T05:40:45.224 DEBUG:teuthology.nuke:shortname: smithi142 2023-12-01T05:40:45.224 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:40:45.261 INFO:teuthology.orchestra.console.smithi023:Power off 2023-12-01T05:40:45.261 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:40:45.276 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472938', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:21:12.059622', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-01T05:40:45.293 DEBUG:teuthology.orchestra.console.smithi023:power off output: Chassis Power Control: Down/Off 2023-12-01T05:40:45.293 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:40:45.319 INFO:teuthology.orchestra.console.smithi099:Power off 2023-12-01T05:40:45.319 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:40:45.333 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2023-12-01T05:40:45.344 DEBUG:teuthology.orchestra.console.smithi099:power off output: Chassis Power Control: Down/Off 2023-12-01T05:40:45.345 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:40:45.362 INFO:teuthology.orchestra.console.smithi142:Power off 2023-12-01T05:40:45.362 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:40:45.372 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2023-12-01T05:40:45.388 DEBUG:teuthology.orchestra.console.smithi142:power off output: Chassis Power Control: Down/Off 2023-12-01T05:40:45.388 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:40:45.412 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2023-12-01T05:40:49.334 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:40:49.373 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:40:49.413 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:40:49.445 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2023-12-01T05:40:49.488 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2023-12-01T05:40:49.530 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2023-12-01T05:40:53.450 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:40:53.489 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:40:53.531 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:40:53.561 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2023-12-01T05:40:53.601 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2023-12-01T05:40:53.642 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is off 2023-12-01T05:40:53.743 INFO:teuthology.orchestra.console.smithi142:Power off completed 2023-12-01T05:40:57.562 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:40:57.602 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:40:57.673 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is off 2023-12-01T05:40:57.713 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is off 2023-12-01T05:40:57.774 INFO:teuthology.orchestra.console.smithi023:Power off completed 2023-12-01T05:40:57.814 INFO:teuthology.orchestra.console.smithi099:Power off completed 2023-12-01T05:40:57.920 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_20.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 516.6550753116608 failure_reason: 'Command failed on smithi023 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29f22514-900c-11ee-95a2-87774f69a715 --force''' flavor: default owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=978e0a3f0de24a329f0ab6eec8627e14 status: fail success: false 2023-12-01T05:40:57.920 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:40:58.006 INFO:teuthology.run:FAIL