2023-12-01T05:53:55.301 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:53:55.301 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch:cephadm/workunits/{0-distro/ubuntu_20.04 agent/on mon_election/connectivity task/test_host_drain} --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472993 --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --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/7472993/orig.config.yaml 2023-12-01T05:53:55.337 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:53:55.416 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/7472993 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/workunits/{0-distro/ubuntu_20.04 agent/on mon_election/connectivity task/test_host_drain} email: jmulligan@redhat.com first_in_suite: false job_id: '7472993' 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 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 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: smithi038.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi076.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\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:53:55.417 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:53:55.417 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:53:55.417 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:53:55.419 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:53:55.443 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:53:55.443 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:53:55.444 INFO:teuthology.packaging:ref: None 2023-12-01T05:53:55.444 INFO:teuthology.packaging:tag: None 2023-12-01T05:53:55.444 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:53:55.444 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:53:55.444 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:53:55.661 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662-g875037c4-1focal 2023-12-01T05:53:55.661 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:53:55.668 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:53:55.668 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:53:55.704 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:53:55.716 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:53:55.737 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:53:55.761 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.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/7472993', '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:47:26.187949', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-01T05:53:55.788 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.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/7472993', '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:47:26.186230', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-01T05:53:55.808 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.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/7472993', '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:47:26.189052', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-01T05:53:55.808 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:53:55.817 INFO:teuthology.task.internal:roles: ubuntu@smithi038.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-01T05:53:55.817 INFO:teuthology.task.internal:roles: ubuntu@smithi076.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-01T05:53:55.817 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-01T05:53:55.817 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:53:56.032 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f610b0f59d0>, signals=[15]) 2023-12-01T05:53:56.033 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:53:56.039 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:53:56.040 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi038.front.sepia.ceph.com 2023-12-01T05:53:56.041 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:53:56.091 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi076.front.sepia.ceph.com 2023-12-01T05:53:56.092 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:53:56.138 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2023-12-01T05:53:56.139 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:53:56.188 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:53:56.194 DEBUG:teuthology.orchestra.run.smithi038:> uname -m 2023-12-01T05:53:56.201 INFO:teuthology.orchestra.run.smithi038.stdout:x86_64 2023-12-01T05:53:56.202 DEBUG:teuthology.orchestra.run.smithi038:> cat /etc/os-release 2023-12-01T05:53:56.250 INFO:teuthology.orchestra.run.smithi038.stdout:NAME="Ubuntu" 2023-12-01T05:53:56.251 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-01T05:53:56.251 INFO:teuthology.orchestra.run.smithi038.stdout:ID=ubuntu 2023-12-01T05:53:56.251 INFO:teuthology.orchestra.run.smithi038.stdout:ID_LIKE=debian 2023-12-01T05:53:56.251 INFO:teuthology.orchestra.run.smithi038.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-01T05:53:56.251 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_ID="20.04" 2023-12-01T05:53:56.251 INFO:teuthology.orchestra.run.smithi038.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-01T05:53:56.251 INFO:teuthology.orchestra.run.smithi038.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-01T05:53:56.251 INFO:teuthology.orchestra.run.smithi038.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-01T05:53:56.251 INFO:teuthology.orchestra.run.smithi038.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-01T05:53:56.251 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_CODENAME=focal 2023-12-01T05:53:56.251 INFO:teuthology.orchestra.run.smithi038.stdout:UBUNTU_CODENAME=focal 2023-12-01T05:53:56.252 INFO:teuthology.lock.ops:Updating smithi038.front.sepia.ceph.com on lock server 2023-12-01T05:53:56.282 DEBUG:teuthology.orchestra.run.smithi076:> uname -m 2023-12-01T05:53:56.289 INFO:teuthology.orchestra.run.smithi076.stdout:x86_64 2023-12-01T05:53:56.289 DEBUG:teuthology.orchestra.run.smithi076:> cat /etc/os-release 2023-12-01T05:53:56.339 INFO:teuthology.orchestra.run.smithi076.stdout:NAME="Ubuntu" 2023-12-01T05:53:56.340 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-01T05:53:56.340 INFO:teuthology.orchestra.run.smithi076.stdout:ID=ubuntu 2023-12-01T05:53:56.340 INFO:teuthology.orchestra.run.smithi076.stdout:ID_LIKE=debian 2023-12-01T05:53:56.340 INFO:teuthology.orchestra.run.smithi076.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-01T05:53:56.340 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_ID="20.04" 2023-12-01T05:53:56.340 INFO:teuthology.orchestra.run.smithi076.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-01T05:53:56.341 INFO:teuthology.orchestra.run.smithi076.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-01T05:53:56.341 INFO:teuthology.orchestra.run.smithi076.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-01T05:53:56.341 INFO:teuthology.orchestra.run.smithi076.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-01T05:53:56.341 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_CODENAME=focal 2023-12-01T05:53:56.342 INFO:teuthology.orchestra.run.smithi076.stdout:UBUNTU_CODENAME=focal 2023-12-01T05:53:56.342 INFO:teuthology.lock.ops:Updating smithi076.front.sepia.ceph.com on lock server 2023-12-01T05:53:56.362 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2023-12-01T05:53:56.370 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2023-12-01T05:53:56.370 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2023-12-01T05:53:56.377 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="Ubuntu" 2023-12-01T05:53:56.377 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-01T05:53:56.378 INFO:teuthology.orchestra.run.smithi088.stdout:ID=ubuntu 2023-12-01T05:53:56.378 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE=debian 2023-12-01T05:53:56.378 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-01T05:53:56.379 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="20.04" 2023-12-01T05:53:56.379 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-01T05:53:56.379 INFO:teuthology.orchestra.run.smithi088.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-01T05:53:56.379 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-01T05:53:56.379 INFO:teuthology.orchestra.run.smithi088.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-01T05:53:56.379 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_CODENAME=focal 2023-12-01T05:53:56.379 INFO:teuthology.orchestra.run.smithi088.stdout:UBUNTU_CODENAME=focal 2023-12-01T05:53:56.379 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2023-12-01T05:53:56.403 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:53:56.413 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:53:56.437 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:53:56.437 DEBUG:teuthology.orchestra.run.smithi038:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:53:56.439 DEBUG:teuthology.orchestra.run.smithi076:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:53:56.442 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:53:56.447 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:53:56.499 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:53:56.499 DEBUG:teuthology.orchestra.run.smithi038:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:53:56.502 DEBUG:teuthology.orchestra.run.smithi076:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:53:56.504 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:53:56.521 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:53:56.597 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:53:56.611 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:53:56.612 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-01T05:53:56.612 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'mon.a': {'hwe': True}, 'mgr.a': {'hwe': True}, 'osd.0': {'hwe': True}, 'osd.1': {'hwe': True}, 'host.b': {'hwe': True}, 'mon.b': {'hwe': True}, 'mgr.b': {'hwe': True}, 'osd.2': {'hwe': True}, 'osd.3': {'hwe': True}, 'host.c': {'hwe': True}, 'mon.c': {'hwe': True}, 'osd.4': {'hwe': True}, 'osd.5': {'hwe': True}} 2023-12-01T05:53:56.612 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:53:56.612 DEBUG:teuthology.orchestra.run.smithi038:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:53:56.613 DEBUG:teuthology.orchestra.run.smithi076:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:53:56.613 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:53:56.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:53:56.619 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2023-12-01T05:53:56.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:53:56.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:53:56.620 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-12-01T05:53:56.620 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2023-12-01T05:53:56.627 INFO:teuthology.orchestra.run.smithi088.stdout:5.4.0-124-generic 2023-12-01T05:53:56.628 INFO:teuthology.orchestra.run.smithi076.stdout:5.4.0-124-generic 2023-12-01T05:53:56.628 INFO:teuthology.task.kernel:Running kernel on smithi088: 5.4.0-124-generic 2023-12-01T05:53:56.628 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get clean 2023-12-01T05:53:56.628 INFO:teuthology.task.kernel:Running kernel on smithi076: 5.4.0-124-generic 2023-12-01T05:53:56.628 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get clean 2023-12-01T05:53:56.629 INFO:teuthology.orchestra.run.smithi038.stdout:5.4.0-124-generic 2023-12-01T05:53:56.629 INFO:teuthology.task.kernel:Running kernel on smithi038: 5.4.0-124-generic 2023-12-01T05:53:56.630 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get clean 2023-12-01T05:53:56.707 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get update 2023-12-01T05:53:56.726 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get update 2023-12-01T05:53:56.777 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get update 2023-12-01T05:53:56.878 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:53:56.890 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-01T05:53:56.904 INFO:teuthology.orchestra.run.smithi076.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-01T05:53:56.926 INFO:teuthology.orchestra.run.smithi088.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-01T05:53:56.942 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-01T05:53:56.982 INFO:teuthology.orchestra.run.smithi038.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-01T05:53:57.009 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:53:57.032 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:53:57.090 INFO:teuthology.orchestra.run.smithi076.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-01T05:53:57.114 INFO:teuthology.orchestra.run.smithi088.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-01T05:53:57.196 INFO:teuthology.orchestra.run.smithi076.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-01T05:53:57.252 INFO:teuthology.orchestra.run.smithi088.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-01T05:53:57.264 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-01T05:53:57.324 INFO:teuthology.orchestra.run.smithi076.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-01T05:53:57.338 INFO:teuthology.orchestra.run.smithi076.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-01T05:53:57.340 INFO:teuthology.orchestra.run.smithi076.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-01T05:53:57.340 INFO:teuthology.orchestra.run.smithi076.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-01T05:53:57.357 INFO:teuthology.orchestra.run.smithi076.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-01T05:53:57.357 INFO:teuthology.orchestra.run.smithi076.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-01T05:53:57.360 INFO:teuthology.orchestra.run.smithi076.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:53:57.361 INFO:teuthology.orchestra.run.smithi076.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [911 kB] 2023-12-01T05:53:57.367 INFO:teuthology.orchestra.run.smithi076.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [630 kB] 2023-12-01T05:53:57.370 INFO:teuthology.orchestra.run.smithi076.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [191 kB] 2023-12-01T05:53:57.372 INFO:teuthology.orchestra.run.smithi076.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-01T05:53:57.372 INFO:teuthology.orchestra.run.smithi076.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-01T05:53:57.372 INFO:teuthology.orchestra.run.smithi076.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-01T05:53:57.388 INFO:teuthology.orchestra.run.smithi076.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-01T05:53:57.388 INFO:teuthology.orchestra.run.smithi076.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-01T05:53:57.404 INFO:teuthology.orchestra.run.smithi088.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-01T05:53:57.415 INFO:teuthology.orchestra.run.smithi088.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-01T05:53:57.417 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-01T05:53:57.419 INFO:teuthology.orchestra.run.smithi088.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-01T05:53:57.419 INFO:teuthology.orchestra.run.smithi088.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-01T05:53:57.419 INFO:teuthology.orchestra.run.smithi088.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-01T05:53:57.431 INFO:teuthology.orchestra.run.smithi038.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-01T05:53:57.436 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-01T05:53:57.436 INFO:teuthology.orchestra.run.smithi038.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-01T05:53:57.437 INFO:teuthology.orchestra.run.smithi088.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-01T05:53:57.439 INFO:teuthology.orchestra.run.smithi088.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:53:57.439 INFO:teuthology.orchestra.run.smithi088.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [911 kB] 2023-12-01T05:53:57.440 INFO:teuthology.orchestra.run.smithi076.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-01T05:53:57.448 INFO:teuthology.orchestra.run.smithi088.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [630 kB] 2023-12-01T05:53:57.453 INFO:teuthology.orchestra.run.smithi088.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [191 kB] 2023-12-01T05:53:57.453 INFO:teuthology.orchestra.run.smithi038.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-01T05:53:57.454 INFO:teuthology.orchestra.run.smithi038.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-01T05:53:57.454 INFO:teuthology.orchestra.run.smithi088.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-01T05:53:57.457 INFO:teuthology.orchestra.run.smithi038.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:53:57.457 INFO:teuthology.orchestra.run.smithi038.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,136 kB] 2023-12-01T05:53:57.460 INFO:teuthology.orchestra.run.smithi088.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-01T05:53:57.460 INFO:teuthology.orchestra.run.smithi088.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-01T05:53:57.460 INFO:teuthology.orchestra.run.smithi088.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-01T05:53:57.461 INFO:teuthology.orchestra.run.smithi088.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-01T05:53:57.465 INFO:teuthology.orchestra.run.smithi038.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [758 kB] 2023-12-01T05:53:57.466 INFO:teuthology.orchestra.run.smithi088.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-01T05:53:57.470 INFO:teuthology.orchestra.run.smithi038.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [272 kB] 2023-12-01T05:53:57.472 INFO:teuthology.orchestra.run.smithi038.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-01T05:53:57.472 INFO:teuthology.orchestra.run.smithi038.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-01T05:53:57.473 INFO:teuthology.orchestra.run.smithi038.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-01T05:53:57.497 INFO:teuthology.orchestra.run.smithi038.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-01T05:53:57.498 INFO:teuthology.orchestra.run.smithi038.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-01T05:53:57.498 INFO:teuthology.orchestra.run.smithi038.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-01T05:53:57.498 INFO:teuthology.orchestra.run.smithi038.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-01T05:53:57.499 INFO:teuthology.orchestra.run.smithi038.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-01T05:53:57.499 INFO:teuthology.orchestra.run.smithi038.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-01T05:53:57.500 INFO:teuthology.orchestra.run.smithi038.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-01T05:53:57.500 INFO:teuthology.orchestra.run.smithi038.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-01T05:53:57.581 INFO:teuthology.orchestra.run.smithi076.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-01T05:53:57.609 INFO:teuthology.orchestra.run.smithi088.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-01T05:53:57.610 INFO:teuthology.orchestra.run.smithi038.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-01T05:53:57.860 INFO:teuthology.orchestra.run.smithi088.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-01T05:53:57.965 INFO:teuthology.orchestra.run.smithi076.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-01T05:53:57.994 INFO:teuthology.orchestra.run.smithi076.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-01T05:53:58.008 INFO:teuthology.orchestra.run.smithi076.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-01T05:53:58.008 INFO:teuthology.orchestra.run.smithi076.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-01T05:53:58.049 INFO:teuthology.orchestra.run.smithi088.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-01T05:53:58.071 INFO:teuthology.orchestra.run.smithi088.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-01T05:53:58.071 INFO:teuthology.orchestra.run.smithi088.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-01T05:53:58.072 INFO:teuthology.orchestra.run.smithi088.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-01T05:53:58.074 INFO:teuthology.orchestra.run.smithi076.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-01T05:53:58.074 INFO:teuthology.orchestra.run.smithi076.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-01T05:53:58.092 INFO:teuthology.orchestra.run.smithi038.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-01T05:53:58.095 INFO:teuthology.orchestra.run.smithi076.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:53:58.107 INFO:teuthology.orchestra.run.smithi038.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-01T05:53:58.115 INFO:teuthology.orchestra.run.smithi038.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-01T05:53:58.116 INFO:teuthology.orchestra.run.smithi038.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-01T05:53:58.145 INFO:teuthology.orchestra.run.smithi088.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-01T05:53:58.159 INFO:teuthology.orchestra.run.smithi088.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:53:58.192 INFO:teuthology.orchestra.run.smithi038.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-01T05:53:58.192 INFO:teuthology.orchestra.run.smithi038.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-01T05:53:58.200 INFO:teuthology.orchestra.run.smithi038.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:53:58.200 INFO:teuthology.orchestra.run.smithi038.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [630 kB] 2023-12-01T05:53:58.214 INFO:teuthology.orchestra.run.smithi038.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [911 kB] 2023-12-01T05:53:58.259 INFO:teuthology.orchestra.run.smithi076.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,136 kB] 2023-12-01T05:53:58.323 INFO:teuthology.orchestra.run.smithi088.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [758 kB] 2023-12-01T05:53:58.393 INFO:teuthology.orchestra.run.smithi038.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [191 kB] 2023-12-01T05:53:58.820 INFO:teuthology.orchestra.run.smithi038.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-01T05:53:58.826 INFO:teuthology.orchestra.run.smithi038.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-01T05:53:58.833 INFO:teuthology.orchestra.run.smithi038.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-01T05:53:58.836 INFO:teuthology.orchestra.run.smithi038.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-01T05:53:58.837 INFO:teuthology.orchestra.run.smithi038.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-01T05:53:58.897 INFO:teuthology.orchestra.run.smithi076.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [758 kB] 2023-12-01T05:53:58.917 INFO:teuthology.orchestra.run.smithi088.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,136 kB] 2023-12-01T05:53:58.937 INFO:teuthology.orchestra.run.smithi076.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [272 kB] 2023-12-01T05:53:58.949 INFO:teuthology.orchestra.run.smithi076.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-01T05:53:58.950 INFO:teuthology.orchestra.run.smithi076.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-01T05:53:58.951 INFO:teuthology.orchestra.run.smithi076.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-01T05:53:58.951 INFO:teuthology.orchestra.run.smithi076.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-01T05:53:58.952 INFO:teuthology.orchestra.run.smithi076.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-01T05:53:58.952 INFO:teuthology.orchestra.run.smithi076.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-01T05:53:58.954 INFO:teuthology.orchestra.run.smithi076.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-01T05:53:58.980 INFO:teuthology.orchestra.run.smithi076.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-01T05:53:59.026 INFO:teuthology.orchestra.run.smithi088.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [272 kB] 2023-12-01T05:53:59.046 INFO:teuthology.orchestra.run.smithi088.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-01T05:53:59.048 INFO:teuthology.orchestra.run.smithi088.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-01T05:53:59.049 INFO:teuthology.orchestra.run.smithi088.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-01T05:53:59.051 INFO:teuthology.orchestra.run.smithi088.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-01T05:53:59.051 INFO:teuthology.orchestra.run.smithi088.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-01T05:53:59.051 INFO:teuthology.orchestra.run.smithi088.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-01T05:53:59.054 INFO:teuthology.orchestra.run.smithi088.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-01T05:53:59.056 INFO:teuthology.orchestra.run.smithi088.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-01T05:53:59.144 INFO:teuthology.orchestra.run.smithi076.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-01T05:53:59.221 INFO:teuthology.orchestra.run.smithi088.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-01T05:53:59.333 INFO:teuthology.orchestra.run.smithi076.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-01T05:53:59.356 INFO:teuthology.orchestra.run.smithi076.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-01T05:53:59.384 INFO:teuthology.orchestra.run.smithi088.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-01T05:53:59.435 INFO:teuthology.orchestra.run.smithi088.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-01T05:54:01.269 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 18.3 MB in 3s (7,181 kB/s) 2023-12-01T05:54:01.415 INFO:teuthology.orchestra.run.smithi088.stdout:Fetched 18.3 MB in 3s (7,013 kB/s) 2023-12-01T05:54:01.699 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 18.3 MB in 3s (6,628 kB/s) 2023-12-01T05:54:02.763 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2023-12-01T05:54:02.789 DEBUG:teuthology.orchestra.run.smithi076:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:54:02.877 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2023-12-01T05:54:02.878 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2023-12-01T05:54:02.903 DEBUG:teuthology.orchestra.run.smithi088:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:54:02.985 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2023-12-01T05:54:03.080 INFO:teuthology.orchestra.run.smithi076.stdout:Building dependency tree... 2023-12-01T05:54:03.081 INFO:teuthology.orchestra.run.smithi076.stdout:Reading state information... 2023-12-01T05:54:03.176 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2023-12-01T05:54:03.190 INFO:teuthology.orchestra.run.smithi088.stdout:Building dependency tree... 2023-12-01T05:54:03.191 INFO:teuthology.orchestra.run.smithi088.stdout:Reading state information... 2023-12-01T05:54:03.203 DEBUG:teuthology.orchestra.run.smithi038:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:54:03.256 INFO:teuthology.orchestra.run.smithi076.stdout:The following additional packages will be installed: 2023-12-01T05:54:03.257 INFO:teuthology.orchestra.run.smithi076.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:54:03.257 INFO:teuthology.orchestra.run.smithi076.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-01T05:54:03.257 INFO:teuthology.orchestra.run.smithi076.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-01T05:54:03.258 INFO:teuthology.orchestra.run.smithi076.stdout:Suggested packages: 2023-12-01T05:54:03.258 INFO:teuthology.orchestra.run.smithi076.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-01T05:54:03.258 INFO:teuthology.orchestra.run.smithi076.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-01T05:54:03.271 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2023-12-01T05:54:03.307 INFO:teuthology.orchestra.run.smithi076.stdout:The following NEW packages will be installed: 2023-12-01T05:54:03.307 INFO:teuthology.orchestra.run.smithi076.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:54:03.308 INFO:teuthology.orchestra.run.smithi076.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-01T05:54:03.308 INFO:teuthology.orchestra.run.smithi076.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-01T05:54:03.308 INFO:teuthology.orchestra.run.smithi076.stdout: thermald upower usbmuxd 2023-12-01T05:54:03.362 INFO:teuthology.orchestra.run.smithi076.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:54:03.362 INFO:teuthology.orchestra.run.smithi076.stdout:Need to get 90.8 MB of archives. 2023-12-01T05:54:03.363 INFO:teuthology.orchestra.run.smithi076.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-01T05:54:03.363 INFO:teuthology.orchestra.run.smithi076.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:54:03.381 INFO:teuthology.orchestra.run.smithi088.stdout:The following additional packages will be installed: 2023-12-01T05:54:03.381 INFO:teuthology.orchestra.run.smithi088.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:54:03.381 INFO:teuthology.orchestra.run.smithi088.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-01T05:54:03.382 INFO:teuthology.orchestra.run.smithi088.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-01T05:54:03.383 INFO:teuthology.orchestra.run.smithi088.stdout:Suggested packages: 2023-12-01T05:54:03.383 INFO:teuthology.orchestra.run.smithi088.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-01T05:54:03.383 INFO:teuthology.orchestra.run.smithi088.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-01T05:54:03.419 INFO:teuthology.orchestra.run.smithi076.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-01T05:54:03.425 INFO:teuthology.orchestra.run.smithi076.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-01T05:54:03.429 INFO:teuthology.orchestra.run.smithi076.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:54:03.440 INFO:teuthology.orchestra.run.smithi088.stdout:The following NEW packages will be installed: 2023-12-01T05:54:03.440 INFO:teuthology.orchestra.run.smithi088.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:54:03.440 INFO:teuthology.orchestra.run.smithi088.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-01T05:54:03.441 INFO:teuthology.orchestra.run.smithi088.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-01T05:54:03.441 INFO:teuthology.orchestra.run.smithi088.stdout: thermald upower usbmuxd 2023-12-01T05:54:03.443 INFO:teuthology.orchestra.run.smithi076.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-01T05:54:03.450 INFO:teuthology.orchestra.run.smithi076.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:54:03.480 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2023-12-01T05:54:03.481 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2023-12-01T05:54:03.624 INFO:teuthology.orchestra.run.smithi088.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:54:03.624 INFO:teuthology.orchestra.run.smithi088.stdout:Need to get 90.8 MB of archives. 2023-12-01T05:54:03.624 INFO:teuthology.orchestra.run.smithi088.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-01T05:54:03.624 INFO:teuthology.orchestra.run.smithi088.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:54:03.673 INFO:teuthology.orchestra.run.smithi038.stdout:The following additional packages will be installed: 2023-12-01T05:54:03.673 INFO:teuthology.orchestra.run.smithi038.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:54:03.673 INFO:teuthology.orchestra.run.smithi038.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-01T05:54:03.673 INFO:teuthology.orchestra.run.smithi038.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-01T05:54:03.674 INFO:teuthology.orchestra.run.smithi038.stdout:Suggested packages: 2023-12-01T05:54:03.674 INFO:teuthology.orchestra.run.smithi038.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-01T05:54:03.674 INFO:teuthology.orchestra.run.smithi038.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-01T05:54:03.730 INFO:teuthology.orchestra.run.smithi076.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:54:03.735 INFO:teuthology.orchestra.run.smithi038.stdout:The following NEW packages will be installed: 2023-12-01T05:54:03.735 INFO:teuthology.orchestra.run.smithi038.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:54:03.735 INFO:teuthology.orchestra.run.smithi038.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-01T05:54:03.736 INFO:teuthology.orchestra.run.smithi038.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-01T05:54:03.736 INFO:teuthology.orchestra.run.smithi038.stdout: thermald upower usbmuxd 2023-12-01T05:54:03.795 INFO:teuthology.orchestra.run.smithi038.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:54:03.796 INFO:teuthology.orchestra.run.smithi038.stdout:Need to get 90.8 MB of archives. 2023-12-01T05:54:03.796 INFO:teuthology.orchestra.run.smithi038.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-01T05:54:03.796 INFO:teuthology.orchestra.run.smithi038.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:54:03.830 INFO:teuthology.orchestra.run.smithi076.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:54:03.865 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-01T05:54:03.869 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-01T05:54:03.874 INFO:teuthology.orchestra.run.smithi038.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:54:03.892 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-01T05:54:03.900 INFO:teuthology.orchestra.run.smithi038.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:54:03.906 INFO:teuthology.orchestra.run.smithi088.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-01T05:54:03.935 INFO:teuthology.orchestra.run.smithi088.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-01T05:54:03.953 INFO:teuthology.orchestra.run.smithi088.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:54:04.025 INFO:teuthology.orchestra.run.smithi088.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-01T05:54:04.061 INFO:teuthology.orchestra.run.smithi088.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:54:04.322 INFO:teuthology.orchestra.run.smithi038.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:54:04.423 INFO:teuthology.orchestra.run.smithi038.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:54:04.517 INFO:teuthology.orchestra.run.smithi076.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:54:04.518 INFO:teuthology.orchestra.run.smithi076.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:54:04.588 INFO:teuthology.orchestra.run.smithi076.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-01T05:54:04.594 INFO:teuthology.orchestra.run.smithi076.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-01T05:54:04.596 INFO:teuthology.orchestra.run.smithi076.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:54:04.977 INFO:teuthology.orchestra.run.smithi088.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:54:05.292 INFO:teuthology.orchestra.run.smithi088.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:54:05.294 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 90.8 MB in 1s (71.0 MB/s) 2023-12-01T05:54:05.317 INFO:teuthology.orchestra.run.smithi038.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:54:05.317 INFO:teuthology.orchestra.run.smithi038.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:54:05.317 INFO:teuthology.orchestra.run.smithi038.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-01T05:54:05.322 INFO:teuthology.orchestra.run.smithi038.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-01T05:54:05.324 INFO:teuthology.orchestra.run.smithi038.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:54:05.526 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-01T05:54:06.001 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 90.8 MB in 2s (57.5 MB/s) 2023-12-01T05:54:06.241 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-01T05:54:07.195 INFO:teuthology.orchestra.run.smithi088.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:54:07.195 INFO:teuthology.orchestra.run.smithi088.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:54:07.196 INFO:teuthology.orchestra.run.smithi088.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-01T05:54:07.254 INFO:teuthology.orchestra.run.smithi076.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:54:07.259 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-01T05:54:07.365 INFO:teuthology.orchestra.run.smithi088.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-01T05:54:07.425 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:54:07.719 INFO:teuthology.orchestra.run.smithi088.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:54:07.828 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-01T05:54:07.842 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-01T05:54:07.886 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:54:07.950 INFO:teuthology.orchestra.run.smithi038.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:54:07.955 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-01T05:54:08.206 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:54:08.206 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-01T05:54:08.221 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-01T05:54:08.256 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:54:08.408 INFO:teuthology.orchestra.run.smithi088.stdout:Fetched 90.8 MB in 4s (21.2 MB/s) 2023-12-01T05:54:08.559 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-01T05:54:08.573 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-01T05:54:08.576 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-01T05:54:08.589 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-01T05:54:08.609 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:54:08.634 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:54:08.643 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-01T05:54:08.945 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-01T05:54:08.960 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-01T05:54:08.995 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-01T05:54:09.003 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:54:09.008 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-01T05:54:09.045 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:54:09.340 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-01T05:54:09.354 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-01T05:54:09.382 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-01T05:54:09.390 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:54:09.394 INFO:teuthology.orchestra.run.smithi076.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:54:09.431 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:09.760 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-01T05:54:09.774 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-01T05:54:09.818 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:54:10.138 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-01T05:54:10.153 INFO:teuthology.orchestra.run.smithi038.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:54:10.196 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:10.394 INFO:teuthology.orchestra.run.smithi088.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:54:10.399 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-01T05:54:10.524 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:54:10.911 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-01T05:54:10.926 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-01T05:54:10.969 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:54:11.297 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-01T05:54:11.311 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-01T05:54:11.355 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:54:11.708 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-01T05:54:11.721 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-01T05:54:11.758 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:54:11.966 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-01T05:54:11.979 INFO:teuthology.orchestra.run.smithi076.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:54:12.071 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:12.103 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-01T05:54:12.116 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-01T05:54:12.178 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:54:12.498 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-01T05:54:12.511 INFO:teuthology.orchestra.run.smithi088.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:54:12.556 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:12.611 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-01T05:54:12.625 INFO:teuthology.orchestra.run.smithi076.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:54:12.672 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-01T05:54:12.687 INFO:teuthology.orchestra.run.smithi038.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:54:12.695 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:12.802 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:13.476 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-01T05:54:13.491 INFO:teuthology.orchestra.run.smithi038.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:54:13.525 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:15.040 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-01T05:54:15.053 INFO:teuthology.orchestra.run.smithi088.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:54:15.161 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:15.702 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-01T05:54:15.716 INFO:teuthology.orchestra.run.smithi088.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:54:15.760 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:20.180 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-01T05:54:20.198 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-01T05:54:20.238 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:54:20.263 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-01T05:54:20.282 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-01T05:54:20.313 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:54:20.582 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-01T05:54:20.595 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-01T05:54:20.632 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:54:20.632 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-01T05:54:20.649 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-01T05:54:20.699 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:54:21.027 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package thermald. 2023-12-01T05:54:21.042 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-01T05:54:21.085 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:54:21.095 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package thermald. 2023-12-01T05:54:21.108 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-01T05:54:21.152 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:54:21.673 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package upower. 2023-12-01T05:54:21.682 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package upower. 2023-12-01T05:54:21.687 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-01T05:54:21.695 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-01T05:54:21.750 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-01T05:54:21.758 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-01T05:54:22.153 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package usbmuxd. 2023-12-01T05:54:22.169 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-01T05:54:22.186 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package usbmuxd. 2023-12-01T05:54:22.202 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-01T05:54:22.211 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:54:22.244 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:54:22.527 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:54:22.535 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:54:22.579 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-01T05:54:22.596 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-01T05:54:22.624 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:54:22.636 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:54:22.657 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:54:22.742 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:54:22.808 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:54:22.884 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:54:22.926 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:54:22.998 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-01T05:54:23.010 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:54:23.012 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-01T05:54:23.052 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:54:23.055 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:54:23.137 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:54:23.195 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:54:23.304 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-01T05:54:23.321 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-01T05:54:23.384 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package thermald. 2023-12-01T05:54:23.399 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-01T05:54:23.450 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:54:23.827 INFO:teuthology.orchestra.run.smithi076.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-01T05:54:23.875 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:54:23.878 INFO:teuthology.orchestra.run.smithi038.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-01T05:54:23.933 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:54:23.965 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package upower. 2023-12-01T05:54:23.980 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-01T05:54:24.038 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-01T05:54:24.040 INFO:teuthology.orchestra.run.smithi076.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-01T05:54:24.048 INFO:teuthology.orchestra.run.smithi076.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-01T05:54:24.049 INFO:teuthology.orchestra.run.smithi076.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-01T05:54:24.103 INFO:teuthology.orchestra.run.smithi038.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-01T05:54:24.124 INFO:teuthology.orchestra.run.smithi038.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-01T05:54:24.124 INFO:teuthology.orchestra.run.smithi038.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-01T05:54:24.403 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package usbmuxd. 2023-12-01T05:54:24.417 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-01T05:54:24.453 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:54:24.620 INFO:teuthology.orchestra.run.smithi076.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-01T05:54:24.633 INFO:teuthology.orchestra.run.smithi038.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-01T05:54:24.761 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:54:24.829 INFO:teuthology.orchestra.run.smithi076.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-01T05:54:24.862 INFO:teuthology.orchestra.run.smithi038.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-01T05:54:24.898 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:54:24.899 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:54:24.913 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:54:25.025 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:54:25.142 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:54:25.216 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:54:25.216 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:54:25.243 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:54:25.289 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:54:25.289 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:54:25.345 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:54:25.650 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:25.706 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-01T05:54:25.877 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:26.491 INFO:teuthology.orchestra.run.smithi088.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-01T05:54:26.549 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:54:26.711 INFO:teuthology.orchestra.run.smithi088.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-01T05:54:26.723 INFO:teuthology.orchestra.run.smithi088.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-01T05:54:26.723 INFO:teuthology.orchestra.run.smithi088.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-01T05:54:27.020 INFO:teuthology.orchestra.run.smithi038.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:54:27.020 INFO:teuthology.orchestra.run.smithi038.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:27.174 INFO:teuthology.orchestra.run.smithi076.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:54:27.174 INFO:teuthology.orchestra.run.smithi076.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:27.212 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:27.241 INFO:teuthology.orchestra.run.smithi088.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-01T05:54:27.338 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:27.453 INFO:teuthology.orchestra.run.smithi088.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-01T05:54:27.496 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:54:27.802 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:54:27.802 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:54:28.250 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:28.731 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:28.821 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:29.547 INFO:teuthology.orchestra.run.smithi088.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:54:29.547 INFO:teuthology.orchestra.run.smithi088.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:29.711 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:30.289 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:54:30.415 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:54:30.737 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:54:31.000 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:54:31.126 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:54:31.404 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:31.423 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:54:31.507 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-01T05:54:31.640 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:31.724 INFO:teuthology.orchestra.run.smithi038.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-01T05:54:31.724 INFO:teuthology.orchestra.run.smithi038.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:32.218 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-01T05:54:32.326 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:32.405 INFO:teuthology.orchestra.run.smithi076.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-01T05:54:32.405 INFO:teuthology.orchestra.run.smithi076.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:33.447 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:54:33.590 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:54:33.878 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:54:34.631 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-01T05:54:34.732 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:34.820 INFO:teuthology.orchestra.run.smithi088.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-01T05:54:34.821 INFO:teuthology.orchestra.run.smithi088.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:57.829 INFO:teuthology.orchestra.run.smithi076.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-01T05:54:57.829 INFO:teuthology.orchestra.run.smithi076.stdout:Sourcing file `/etc/default/grub' 2023-12-01T05:54:57.846 INFO:teuthology.orchestra.run.smithi076.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:54:57.867 INFO:teuthology.orchestra.run.smithi076.stdout:Generating grub configuration file ... 2023-12-01T05:54:57.933 INFO:teuthology.orchestra.run.smithi038.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-01T05:54:57.933 INFO:teuthology.orchestra.run.smithi038.stdout:Sourcing file `/etc/default/grub' 2023-12-01T05:54:57.946 INFO:teuthology.orchestra.run.smithi038.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:54:57.978 INFO:teuthology.orchestra.run.smithi038.stdout:Generating grub configuration file ... 2023-12-01T05:54:58.167 INFO:teuthology.orchestra.run.smithi076.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:54:58.193 INFO:teuthology.orchestra.run.smithi076.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:58.351 INFO:teuthology.orchestra.run.smithi038.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:54:58.374 INFO:teuthology.orchestra.run.smithi038.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:58.580 INFO:teuthology.orchestra.run.smithi076.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:54:58.592 INFO:teuthology.orchestra.run.smithi076.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:54:58.779 INFO:teuthology.orchestra.run.smithi038.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:54:58.791 INFO:teuthology.orchestra.run.smithi038.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:54:59.976 INFO:teuthology.orchestra.run.smithi088.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-01T05:54:59.977 INFO:teuthology.orchestra.run.smithi088.stdout:Sourcing file `/etc/default/grub' 2023-12-01T05:54:59.984 INFO:teuthology.orchestra.run.smithi088.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:54:59.999 INFO:teuthology.orchestra.run.smithi088.stdout:Generating grub configuration file ... 2023-12-01T05:55:00.311 INFO:teuthology.orchestra.run.smithi088.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:55:00.328 INFO:teuthology.orchestra.run.smithi088.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:55:00.428 INFO:teuthology.orchestra.run.smithi076.stdout:done 2023-12-01T05:55:00.560 INFO:teuthology.orchestra.run.smithi038.stdout:done 2023-12-01T05:55:00.795 INFO:teuthology.orchestra.run.smithi088.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:55:00.807 INFO:teuthology.orchestra.run.smithi088.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:55:00.918 DEBUG:teuthology.orchestra.run.smithi076:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:55:00.967 INFO:teuthology.orchestra.run.smithi076.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:55:00.967 INFO:teuthology.orchestra.run.smithi076.stdout:Status: install ok installed 2023-12-01T05:55:00.967 INFO:teuthology.orchestra.run.smithi076.stdout:Priority: optional 2023-12-01T05:55:00.967 INFO:teuthology.orchestra.run.smithi076.stdout:Section: kernel 2023-12-01T05:55:00.967 INFO:teuthology.orchestra.run.smithi076.stdout:Installed-Size: 20 2023-12-01T05:55:00.967 INFO:teuthology.orchestra.run.smithi076.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:55:00.967 INFO:teuthology.orchestra.run.smithi076.stdout:Architecture: amd64 2023-12-01T05:55:00.967 INFO:teuthology.orchestra.run.smithi076.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:55:00.967 INFO:teuthology.orchestra.run.smithi076.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:55:00.967 INFO:teuthology.orchestra.run.smithi076.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:55:00.967 INFO:teuthology.orchestra.run.smithi076.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:55:00.967 INFO:teuthology.orchestra.run.smithi076.stdout:Recommends: thermald 2023-12-01T05:55:00.968 INFO:teuthology.orchestra.run.smithi076.stdout:Description: Generic Linux kernel image 2023-12-01T05:55:00.968 INFO:teuthology.orchestra.run.smithi076.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:55:00.968 INFO:teuthology.orchestra.run.smithi076.stdout: available. 2023-12-01T05:55:00.968 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-01T05:55:00.968 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:55:00.968 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:55:00.968 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-01T05:55:00.968 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi076.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:55:00.969 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get clean 2023-12-01T05:55:00.996 DEBUG:teuthology.orchestra.run.smithi038:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:55:01.036 INFO:teuthology.orchestra.run.smithi038.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:55:01.036 INFO:teuthology.orchestra.run.smithi038.stdout:Status: install ok installed 2023-12-01T05:55:01.036 INFO:teuthology.orchestra.run.smithi038.stdout:Priority: optional 2023-12-01T05:55:01.036 INFO:teuthology.orchestra.run.smithi038.stdout:Section: kernel 2023-12-01T05:55:01.036 INFO:teuthology.orchestra.run.smithi038.stdout:Installed-Size: 20 2023-12-01T05:55:01.036 INFO:teuthology.orchestra.run.smithi038.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:55:01.037 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: amd64 2023-12-01T05:55:01.037 INFO:teuthology.orchestra.run.smithi038.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:55:01.037 INFO:teuthology.orchestra.run.smithi038.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:55:01.037 INFO:teuthology.orchestra.run.smithi038.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:55:01.037 INFO:teuthology.orchestra.run.smithi038.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:55:01.038 INFO:teuthology.orchestra.run.smithi038.stdout:Recommends: thermald 2023-12-01T05:55:01.038 INFO:teuthology.orchestra.run.smithi038.stdout:Description: Generic Linux kernel image 2023-12-01T05:55:01.038 INFO:teuthology.orchestra.run.smithi038.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:55:01.038 INFO:teuthology.orchestra.run.smithi038.stdout: available. 2023-12-01T05:55:01.038 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-01T05:55:01.038 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:55:01.038 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:55:01.039 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-01T05:55:01.039 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi038.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:55:01.039 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get clean 2023-12-01T05:55:01.046 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get update 2023-12-01T05:55:01.158 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get update 2023-12-01T05:55:01.189 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:55:01.189 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:55:01.194 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T05:55:01.211 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:55:01.417 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:55:01.483 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:55:01.566 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T05:55:01.647 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:55:02.529 INFO:teuthology.orchestra.run.smithi088.stdout:done 2023-12-01T05:55:02.947 DEBUG:teuthology.orchestra.run.smithi088:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:55:02.965 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2023-12-01T05:55:02.990 DEBUG:teuthology.orchestra.run.smithi076:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:55:03.000 INFO:teuthology.orchestra.run.smithi088.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:55:03.000 INFO:teuthology.orchestra.run.smithi088.stdout:Status: install ok installed 2023-12-01T05:55:03.000 INFO:teuthology.orchestra.run.smithi088.stdout:Priority: optional 2023-12-01T05:55:03.001 INFO:teuthology.orchestra.run.smithi088.stdout:Section: kernel 2023-12-01T05:55:03.001 INFO:teuthology.orchestra.run.smithi088.stdout:Installed-Size: 20 2023-12-01T05:55:03.001 INFO:teuthology.orchestra.run.smithi088.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:55:03.001 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: amd64 2023-12-01T05:55:03.001 INFO:teuthology.orchestra.run.smithi088.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:55:03.001 INFO:teuthology.orchestra.run.smithi088.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:55:03.001 INFO:teuthology.orchestra.run.smithi088.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:55:03.001 INFO:teuthology.orchestra.run.smithi088.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:55:03.001 INFO:teuthology.orchestra.run.smithi088.stdout:Recommends: thermald 2023-12-01T05:55:03.001 INFO:teuthology.orchestra.run.smithi088.stdout:Description: Generic Linux kernel image 2023-12-01T05:55:03.001 INFO:teuthology.orchestra.run.smithi088.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:55:03.001 INFO:teuthology.orchestra.run.smithi088.stdout: available. 2023-12-01T05:55:03.001 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-01T05:55:03.002 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:55:03.002 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:55:03.002 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-12-01T05:55:03.002 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi088.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:55:03.002 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get clean 2023-12-01T05:55:03.058 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2023-12-01T05:55:03.092 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get update 2023-12-01T05:55:03.219 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2023-12-01T05:55:03.222 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:55:03.231 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T05:55:03.245 DEBUG:teuthology.orchestra.run.smithi038:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:55:03.251 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:55:03.265 INFO:teuthology.orchestra.run.smithi076.stdout:Building dependency tree... 2023-12-01T05:55:03.265 INFO:teuthology.orchestra.run.smithi076.stdout:Reading state information... 2023-12-01T05:55:03.313 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2023-12-01T05:55:03.338 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:55:03.478 INFO:teuthology.orchestra.run.smithi076.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-01T05:55:03.478 INFO:teuthology.orchestra.run.smithi076.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:55:03.480 DEBUG:teuthology.orchestra.run.smithi076:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:55:03.499 INFO:teuthology.orchestra.run.smithi076.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:55:03.499 INFO:teuthology.orchestra.run.smithi076.stdout:Status: install ok installed 2023-12-01T05:55:03.499 INFO:teuthology.orchestra.run.smithi076.stdout:Priority: optional 2023-12-01T05:55:03.499 INFO:teuthology.orchestra.run.smithi076.stdout:Section: kernel 2023-12-01T05:55:03.499 INFO:teuthology.orchestra.run.smithi076.stdout:Installed-Size: 20 2023-12-01T05:55:03.499 INFO:teuthology.orchestra.run.smithi076.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:55:03.499 INFO:teuthology.orchestra.run.smithi076.stdout:Architecture: amd64 2023-12-01T05:55:03.499 INFO:teuthology.orchestra.run.smithi076.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:55:03.499 INFO:teuthology.orchestra.run.smithi076.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:55:03.499 INFO:teuthology.orchestra.run.smithi076.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:55:03.500 INFO:teuthology.orchestra.run.smithi076.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:55:03.500 INFO:teuthology.orchestra.run.smithi076.stdout:Recommends: thermald 2023-12-01T05:55:03.500 INFO:teuthology.orchestra.run.smithi076.stdout:Description: Generic Linux kernel image 2023-12-01T05:55:03.500 INFO:teuthology.orchestra.run.smithi076.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:55:03.500 INFO:teuthology.orchestra.run.smithi076.stdout: available. 2023-12-01T05:55:03.500 DEBUG:teuthology.orchestra.run.smithi076:> mktemp 2023-12-01T05:55:03.501 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2023-12-01T05:55:03.501 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2023-12-01T05:55:03.505 INFO:teuthology.orchestra.run.smithi076.stdout:/tmp/tmp.BFnDBudUjQ 2023-12-01T05:55:03.505 DEBUG:teuthology.orchestra.run.smithi076:> sudo cp /boot/grub/grub.cfg /tmp/tmp.BFnDBudUjQ 2023-12-01T05:55:03.520 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 0666 /tmp/tmp.BFnDBudUjQ 2023-12-01T05:55:03.596 DEBUG:teuthology.orchestra.remote:smithi076:/tmp/tmp.BFnDBudUjQ is 9KB 2023-12-01T05:55:03.610 DEBUG:teuthology.orchestra.run.smithi076:> rm -fr /tmp/tmp.BFnDBudUjQ 2023-12-01T05:55:03.616 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-01T05:55:03.671 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-01T05:55:03.671 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-01T05:55:03.671 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-01T05:55:03.699 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-01T05:55:03.699 DEBUG:teuthology.orchestra.run.smithi076:> sudo update-grub 2023-12-01T05:55:03.724 INFO:teuthology.orchestra.run.smithi038.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-01T05:55:03.724 INFO:teuthology.orchestra.run.smithi038.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:55:03.728 DEBUG:teuthology.orchestra.run.smithi038:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:55:03.752 INFO:teuthology.orchestra.run.smithi038.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:55:03.752 INFO:teuthology.orchestra.run.smithi038.stdout:Status: install ok installed 2023-12-01T05:55:03.752 INFO:teuthology.orchestra.run.smithi038.stdout:Priority: optional 2023-12-01T05:55:03.752 INFO:teuthology.orchestra.run.smithi038.stdout:Section: kernel 2023-12-01T05:55:03.752 INFO:teuthology.orchestra.run.smithi038.stdout:Installed-Size: 20 2023-12-01T05:55:03.752 INFO:teuthology.orchestra.run.smithi038.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:55:03.752 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: amd64 2023-12-01T05:55:03.752 INFO:teuthology.orchestra.run.smithi038.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:55:03.752 INFO:teuthology.orchestra.run.smithi038.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:55:03.753 INFO:teuthology.orchestra.run.smithi038.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:55:03.753 INFO:teuthology.orchestra.run.smithi038.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:55:03.753 INFO:teuthology.orchestra.run.smithi038.stdout:Recommends: thermald 2023-12-01T05:55:03.753 INFO:teuthology.orchestra.run.smithi038.stdout:Description: Generic Linux kernel image 2023-12-01T05:55:03.753 INFO:teuthology.orchestra.run.smithi038.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:55:03.753 INFO:teuthology.orchestra.run.smithi038.stdout: available. 2023-12-01T05:55:03.753 DEBUG:teuthology.orchestra.run.smithi038:> mktemp 2023-12-01T05:55:03.799 INFO:teuthology.orchestra.run.smithi038.stdout:/tmp/tmp.ivwD6wdLJQ 2023-12-01T05:55:03.799 DEBUG:teuthology.orchestra.run.smithi038:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ivwD6wdLJQ 2023-12-01T05:55:03.815 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0666 /tmp/tmp.ivwD6wdLJQ 2023-12-01T05:55:03.855 DEBUG:teuthology.orchestra.remote:smithi038:/tmp/tmp.ivwD6wdLJQ is 9KB 2023-12-01T05:55:03.868 DEBUG:teuthology.orchestra.run.smithi038:> rm -fr /tmp/tmp.ivwD6wdLJQ 2023-12-01T05:55:03.874 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-01T05:55:03.932 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-01T05:55:03.933 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-01T05:55:03.933 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-01T05:55:03.964 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-01T05:55:03.964 DEBUG:teuthology.orchestra.run.smithi038:> sudo update-grub 2023-12-01T05:55:04.984 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2023-12-01T05:55:05.011 DEBUG:teuthology.orchestra.run.smithi088:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:55:05.081 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2023-12-01T05:55:05.149 INFO:teuthology.orchestra.run.smithi076.stderr:Sourcing file `/etc/default/grub' 2023-12-01T05:55:05.153 INFO:teuthology.orchestra.run.smithi076.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:55:05.166 INFO:teuthology.orchestra.run.smithi076.stderr:Generating grub configuration file ... 2023-12-01T05:55:05.223 INFO:teuthology.orchestra.run.smithi038.stderr:Sourcing file `/etc/default/grub' 2023-12-01T05:55:05.237 INFO:teuthology.orchestra.run.smithi038.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:55:05.244 INFO:teuthology.orchestra.run.smithi038.stderr:Generating grub configuration file ... 2023-12-01T05:55:05.284 INFO:teuthology.orchestra.run.smithi088.stdout:Building dependency tree... 2023-12-01T05:55:05.284 INFO:teuthology.orchestra.run.smithi088.stdout:Reading state information... 2023-12-01T05:55:05.435 INFO:teuthology.orchestra.run.smithi076.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:55:05.447 INFO:teuthology.orchestra.run.smithi076.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:55:05.497 INFO:teuthology.orchestra.run.smithi088.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-01T05:55:05.497 INFO:teuthology.orchestra.run.smithi088.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:55:05.499 DEBUG:teuthology.orchestra.run.smithi088:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:55:05.514 INFO:teuthology.orchestra.run.smithi038.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:55:05.517 INFO:teuthology.orchestra.run.smithi088.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:55:05.517 INFO:teuthology.orchestra.run.smithi088.stdout:Status: install ok installed 2023-12-01T05:55:05.517 INFO:teuthology.orchestra.run.smithi088.stdout:Priority: optional 2023-12-01T05:55:05.517 INFO:teuthology.orchestra.run.smithi088.stdout:Section: kernel 2023-12-01T05:55:05.517 INFO:teuthology.orchestra.run.smithi088.stdout:Installed-Size: 20 2023-12-01T05:55:05.517 INFO:teuthology.orchestra.run.smithi088.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:55:05.517 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: amd64 2023-12-01T05:55:05.517 INFO:teuthology.orchestra.run.smithi088.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:55:05.517 INFO:teuthology.orchestra.run.smithi088.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:55:05.517 INFO:teuthology.orchestra.run.smithi088.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:55:05.517 INFO:teuthology.orchestra.run.smithi088.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:55:05.517 INFO:teuthology.orchestra.run.smithi088.stdout:Recommends: thermald 2023-12-01T05:55:05.518 INFO:teuthology.orchestra.run.smithi088.stdout:Description: Generic Linux kernel image 2023-12-01T05:55:05.518 INFO:teuthology.orchestra.run.smithi088.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:55:05.518 INFO:teuthology.orchestra.run.smithi088.stdout: available. 2023-12-01T05:55:05.518 DEBUG:teuthology.orchestra.run.smithi088:> mktemp 2023-12-01T05:55:05.522 INFO:teuthology.orchestra.run.smithi088.stdout:/tmp/tmp.kVceD8B83G 2023-12-01T05:55:05.522 DEBUG:teuthology.orchestra.run.smithi088:> sudo cp /boot/grub/grub.cfg /tmp/tmp.kVceD8B83G 2023-12-01T05:55:05.525 INFO:teuthology.orchestra.run.smithi038.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:55:05.544 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0666 /tmp/tmp.kVceD8B83G 2023-12-01T05:55:05.627 DEBUG:teuthology.orchestra.remote:smithi088:/tmp/tmp.kVceD8B83G is 9KB 2023-12-01T05:55:05.641 DEBUG:teuthology.orchestra.run.smithi088:> rm -fr /tmp/tmp.kVceD8B83G 2023-12-01T05:55:05.647 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-01T05:55:05.702 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-01T05:55:05.702 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-01T05:55:05.702 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-01T05:55:05.732 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-01T05:55:05.732 DEBUG:teuthology.orchestra.run.smithi088:> sudo update-grub 2023-12-01T05:55:05.799 INFO:teuthology.orchestra.run.smithi076.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:55:05.811 INFO:teuthology.orchestra.run.smithi076.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:55:05.926 INFO:teuthology.orchestra.run.smithi038.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:55:05.938 INFO:teuthology.orchestra.run.smithi038.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:55:06.589 INFO:teuthology.orchestra.run.smithi076.stderr:done 2023-12-01T05:55:06.591 DEBUG:teuthology.orchestra.run.smithi076:> sudo shutdown -r now 2023-12-01T05:55:06.743 INFO:teuthology.orchestra.run.smithi038.stderr:done 2023-12-01T05:55:06.745 DEBUG:teuthology.orchestra.run.smithi038:> sudo shutdown -r now 2023-12-01T05:55:07.074 INFO:teuthology.orchestra.run.smithi088.stderr:Sourcing file `/etc/default/grub' 2023-12-01T05:55:07.082 INFO:teuthology.orchestra.run.smithi088.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:55:07.127 INFO:teuthology.orchestra.run.smithi088.stderr:Generating grub configuration file ... 2023-12-01T05:55:07.425 INFO:teuthology.orchestra.run.smithi088.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:55:07.437 INFO:teuthology.orchestra.run.smithi088.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:55:07.876 INFO:teuthology.orchestra.run.smithi088.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:55:07.888 INFO:teuthology.orchestra.run.smithi088.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:55:08.678 INFO:teuthology.orchestra.run.smithi088.stderr:done 2023-12-01T05:55:08.680 DEBUG:teuthology.orchestra.run.smithi088:> sudo shutdown -r now 2023-12-01T05:55:36.618 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-01T05:55:36.619 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-01T05:55:36.619 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:55:36.747 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-01T05:55:36.747 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-01T05:55:36.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:55:38.685 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-12-01T05:55:38.685 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-01T05:55:38.685 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:11.234 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2023-12-01T05:56:13.282 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-12-01T05:56:20.242 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-01T05:56:20.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:22.284 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-01T05:56:22.285 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:23.303 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2023-12-01T05:56:25.350 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-12-01T05:56:35.313 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-01T05:56:35.314 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:36.754 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T05:56:37.351 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-01T05:56:37.352 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:40.418 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-12-01T05:56:45.758 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-01T05:56:45.758 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:48.806 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.38 2023-12-01T05:56:55.422 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-01T05:56:55.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:58.498 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-12-01T05:57:00.810 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-01T05:57:00.810 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:57:01.040 DEBUG:teuthology.orchestra.run.smithi038:> true 2023-12-01T05:57:01.605 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-01T05:57:01.605 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-89-generic"... 2023-12-01T05:57:01.605 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2023-12-01T05:57:01.652 INFO:teuthology.orchestra.run.smithi038.stdout:5.15.0-89-generic 2023-12-01T05:57:01.652 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-01T05:57:01.652 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:57:01.652 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-01T05:57:02.653 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:57:02.654 DEBUG:teuthology.orchestra.run.smithi038:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:57:02.735 INFO:teuthology.orchestra.run.smithi038.stdout:ttyS1 2023-12-01T05:57:02.761 DEBUG:teuthology.parallel:result is None 2023-12-01T05:57:07.096 DEBUG:teuthology.orchestra.run.smithi076:> true 2023-12-01T05:57:07.643 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-01T05:57:07.643 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-89-generic"... 2023-12-01T05:57:07.644 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2023-12-01T05:57:07.692 INFO:teuthology.orchestra.run.smithi076.stdout:5.15.0-89-generic 2023-12-01T05:57:07.693 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-01T05:57:07.693 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:57:07.693 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-01T05:57:08.693 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T05:57:08.694 DEBUG:teuthology.orchestra.run.smithi076:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:57:09.029 INFO:teuthology.orchestra.run.smithi076.stdout:ttyS1 2023-12-01T05:57:09.057 DEBUG:teuthology.parallel:result is None 2023-12-01T05:57:16.499 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-01T05:57:16.500 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:57:16.738 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-12-01T05:57:17.272 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-01T05:57:17.272 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-89-generic"... 2023-12-01T05:57:17.272 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-12-01T05:57:17.319 INFO:teuthology.orchestra.run.smithi088.stdout:5.15.0-89-generic 2023-12-01T05:57:17.319 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-01T05:57:17.319 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:57:17.319 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-01T05:57:18.320 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-01T05:57:18.320 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:57:18.699 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2023-12-01T05:57:18.735 DEBUG:teuthology.parallel:result is None 2023-12-01T05:57:18.736 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:57:18.742 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:57:18.743 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:57:18.745 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:57:18.747 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:57:18.754 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:57:18.781 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:57:18.812 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:57:18.813 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:57:18.815 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:57:18.817 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:57:18.839 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:57:18.845 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:57:18.845 DEBUG:teuthology.orchestra.run.smithi038:> 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:57:18.872 DEBUG:teuthology.orchestra.run.smithi076:> 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:57:18.880 DEBUG:teuthology.orchestra.run.smithi088:> 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:57:18.887 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:57:18.894 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:57:18.894 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:57:18.902 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:57:18.914 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:57:18.925 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:57:18.927 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:57:18.934 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:57:18.934 DEBUG:teuthology.orchestra.run.smithi038:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:57:18.940 DEBUG:teuthology.orchestra.run.smithi076:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:57:18.948 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:57:18.985 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:57:18.995 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:57:18.995 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:57:19.004 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:57:19.008 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:57:19.036 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:57:19.058 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:57:19.109 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-01T05:57:19.110 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:57:19.171 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:57:19.179 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:57:19.229 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-01T05:57:19.229 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:57:19.306 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:57:19.313 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:57:19.364 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-01T05:57:19.364 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:57:19.434 DEBUG:teuthology.orchestra.run.smithi038:> sudo service rsyslog restart 2023-12-01T05:57:19.436 DEBUG:teuthology.orchestra.run.smithi076:> sudo service rsyslog restart 2023-12-01T05:57:19.438 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2023-12-01T05:57:19.519 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:57:19.527 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:57:19.527 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:57:19.557 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:57:19.589 DEBUG:teuthology.task.selinux:Excluding smithi038: OS 'ubuntu' does not support SELinux 2023-12-01T05:57:19.589 DEBUG:teuthology.task.selinux:Excluding smithi076: OS 'ubuntu' does not support SELinux 2023-12-01T05:57:19.590 DEBUG:teuthology.task.selinux:Excluding smithi088: OS 'ubuntu' does not support SELinux 2023-12-01T05:57:19.590 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:57:19.590 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-01T05:57:19.590 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:57:19.590 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:57:19.624 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-01T05:57:19.624 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:57:19.641 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:57:19.643 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi038.front.sepia.ceph.com,smithi076.front.sepia.ceph.com,smithi088.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T06:03:36.560 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi038.front.sepia.ceph.com'), Remote(name='ubuntu@smithi076.front.sepia.ceph.com'), Remote(name='ubuntu@smithi088.front.sepia.ceph.com')] 2023-12-01T06:03:36.561 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-01T06:03:36.562 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:03:36.659 DEBUG:teuthology.orchestra.run.smithi038:> true 2023-12-01T06:03:36.779 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-01T06:03:36.780 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-01T06:03:36.780 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:03:36.868 DEBUG:teuthology.orchestra.run.smithi076:> true 2023-12-01T06:03:36.987 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-01T06:03:36.988 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-01T06:03:36.988 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:03:37.083 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-12-01T06:03:37.203 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-01T06:03:37.205 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T06:03:37.218 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T06:03:37.218 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:03:37.219 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T06:03:37.224 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:03:37.225 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T06:03:37.228 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:03:37.228 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T06:03:37.252 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:37 ntpd[23328]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-01T06:03:37.253 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:37 ntpd[23328]: Command line: ntpd -gq 2023-12-01T06:03:37.253 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:37 ntpd[23328]: proto: precision = 0.048 usec (-24) 2023-12-01T06:03:37.253 INFO:teuthology.orchestra.run.smithi038.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T06:03:37.254 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:37 ntpd[23328]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T06:03:37.254 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:37 ntpd[23328]: restrict ::: KOD does nothing without LIMITED. 2023-12-01T06:03:37.254 INFO:teuthology.orchestra.run.smithi038.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-01T06:03:37.255 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:37 ntpd[23328]: Listen and drop on 0 v6wildcard [::]:123 2023-12-01T06:03:37.255 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:37 ntpd[23328]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-01T06:03:37.255 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:37 ntpd[23328]: Listen normally on 2 lo 127.0.0.1:123 2023-12-01T06:03:37.255 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:37 ntpd[23328]: Listen normally on 3 ens1f0 172.21.15.38:123 2023-12-01T06:03:37.255 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:37 ntpd[23328]: Listen normally on 4 lo [::1]:123 2023-12-01T06:03:37.255 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:37 ntpd[23328]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15fc%2]:123 2023-12-01T06:03:37.255 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:37 ntpd[23328]: Listening on routing socket on fd #22 for interface updates 2023-12-01T06:03:37.255 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:37 ntpd[23419]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-01T06:03:37.255 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:37 ntpd[23419]: Command line: ntpd -gq 2023-12-01T06:03:37.256 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:37 ntpd[23419]: proto: precision = 0.061 usec (-24) 2023-12-01T06:03:37.256 INFO:teuthology.orchestra.run.smithi076.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T06:03:37.257 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:37 ntpd[23419]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T06:03:37.257 INFO:teuthology.orchestra.run.smithi076.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-01T06:03:37.258 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:37 ntpd[23419]: restrict ::: KOD does nothing without LIMITED. 2023-12-01T06:03:37.258 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:37 ntpd[23419]: Listen and drop on 0 v6wildcard [::]:123 2023-12-01T06:03:37.258 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:37 ntpd[23419]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-01T06:03:37.258 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:37 ntpd[23419]: Listen normally on 2 lo 127.0.0.1:123 2023-12-01T06:03:37.258 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:37 ntpd[23419]: Listen normally on 3 enp3s0f1 172.21.15.76:123 2023-12-01T06:03:37.258 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:37 ntpd[23419]: Listen normally on 4 lo [::1]:123 2023-12-01T06:03:37.258 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:37 ntpd[23419]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:47e1%5]:123 2023-12-01T06:03:37.258 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:37 ntpd[23419]: Listening on routing socket on fd #22 for interface updates 2023-12-01T06:03:37.279 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:37 ntpd[23446]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-01T06:03:37.279 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:37 ntpd[23446]: Command line: ntpd -gq 2023-12-01T06:03:37.280 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:37 ntpd[23446]: proto: precision = 0.064 usec (-24) 2023-12-01T06:03:37.280 INFO:teuthology.orchestra.run.smithi088.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T06:03:37.280 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:37 ntpd[23446]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T06:03:37.280 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:37 ntpd[23446]: restrict ::: KOD does nothing without LIMITED. 2023-12-01T06:03:37.281 INFO:teuthology.orchestra.run.smithi088.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-01T06:03:37.281 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:37 ntpd[23446]: Listen and drop on 0 v6wildcard [::]:123 2023-12-01T06:03:37.282 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:37 ntpd[23446]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-01T06:03:37.282 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:37 ntpd[23446]: Listen normally on 2 lo 127.0.0.1:123 2023-12-01T06:03:37.282 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:37 ntpd[23446]: Listen normally on 3 enp3s0f1 172.21.15.88:123 2023-12-01T06:03:37.282 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:37 ntpd[23446]: Listen normally on 4 lo [::1]:123 2023-12-01T06:03:37.282 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:37 ntpd[23446]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d42d%5]:123 2023-12-01T06:03:37.282 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:37 ntpd[23446]: Listening on routing socket on fd #22 for interface updates 2023-12-01T06:03:38.253 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:38 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:38.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:38 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:38.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:38 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:38.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:38 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:38.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:38 ntpd[23328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:38.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:38 ntpd[23328]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:38.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:38 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:38.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:38 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:38.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:38 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:38.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:38 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:38.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:38 ntpd[23419]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:38.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:38 ntpd[23419]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:39.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:39 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:39.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:39 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:39.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:39 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:39.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:39 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:39.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:39 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:39.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:39 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:39.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:39 ntpd[23328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:39.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:39 ntpd[23328]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:39.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:39 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:39.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:39 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:39.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:39 ntpd[23328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:39.255 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:39 ntpd[23328]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:39.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:39 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:39.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:39 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:40.253 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:40 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:40.253 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:40 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:40.253 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:40 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:40.253 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:40 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:40.253 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:40 ntpd[23328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:40.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:40 ntpd[23328]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:40.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:40 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:40.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:40 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:40.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:40 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:40.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:40 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:40.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:40 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:40.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:40 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:40.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:40 ntpd[23419]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:40.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:40 ntpd[23419]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:40.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:40 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:40.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:40 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:40.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:40 ntpd[23419]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:40.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:40 ntpd[23419]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:40.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:40 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:40.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:40 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:40.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:40 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:40.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:40 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:40.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:40 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:40.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:40 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:40.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:40 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:40.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:40 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:41.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:41 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:41.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:41 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:41.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:41 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:41.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:41 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:41.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:41 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:41.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:41 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:41.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:41 ntpd[23328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:41.255 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:41 ntpd[23328]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:41.255 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:41 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:41.255 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:41 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:41.255 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:41 ntpd[23328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:41.255 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:41 ntpd[23328]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:41.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:41 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:41.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:41 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:41.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:41 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:41.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:41 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:41.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:41 ntpd[23419]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:41.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:41 ntpd[23419]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:41.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:41 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:41.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:41 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:41.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:41 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:41.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:41 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:41.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:41 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:41.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:41 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:41.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:41 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:41.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:41 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:41.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:41 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:41.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:41 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:41.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:41 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:41.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:41 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:42.253 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:42 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:42.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:42 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:42.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:42 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:42.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:42 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:42.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:42 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:42.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:42 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:42.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:42 ntpd[23328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:42.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:42 ntpd[23328]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:42.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:42 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:42.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:42 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:42.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:42 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:42.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:42 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:42.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:42 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:42.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:42 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:42.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:42 ntpd[23419]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:42.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:42 ntpd[23419]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:42.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:42 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:42.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:42 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:42.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:42 ntpd[23419]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:42.258 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:42 ntpd[23419]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:42.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:42 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:42.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:42 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:42.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:42 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:42.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:42 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:42.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:42 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:42.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:42 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:43.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:43 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:43.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:43 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:43.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:43 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:43.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:43 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:43.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:43 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:43.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:43 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:43.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:43 ntpd[23328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:43.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:43 ntpd[23328]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:43.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:43 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:43.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:43 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:43.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:43 ntpd[23328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:43.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:43 ntpd[23328]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:43.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:43 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:43.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:43 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:43.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:43 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:43.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:43 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:43.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:43 ntpd[23419]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:43.256 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:43 ntpd[23419]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:43.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:43 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:43.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:43 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:43.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:43 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:43.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:43 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:43.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:43 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:43.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:43 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:43.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:43 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:43.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:43 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:43.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:43 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:43.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:43 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:43.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:43 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:43.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:43 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:44.253 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:44 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:44.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:44 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:44.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:44 ntpd[23328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:44.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:44 ntpd[23328]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:44.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:44 ntpd[23328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:44.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:44 ntpd[23328]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:44.254 INFO:teuthology.orchestra.run.smithi038.stdout: 1 Dec 06:03:44 ntpd[23328]: ntpd: time slew +0.000006 s 2023-12-01T06:03:44.254 INFO:teuthology.orchestra.run.smithi038.stdout:ntpd: time slew +0.000006s 2023-12-01T06:03:44.254 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:44 ntpd[23328]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-01T06:03:44.255 INFO:teuthology.orchestra.run.smithi038.stderr: 1 Dec 06:03:44 ntpd[23328]: can't open /var/log/ntpstats/loopstats.20231201: Permission denied 2023-12-01T06:03:44.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:44.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:44.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:44.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:44.257 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:44.258 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:44.258 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:44.258 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:44.258 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:44.258 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:44.258 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:44.258 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:44.258 INFO:teuthology.orchestra.run.smithi076.stdout: 1 Dec 06:03:44 ntpd[23419]: ntpd: time slew -0.001143 s 2023-12-01T06:03:44.258 INFO:teuthology.orchestra.run.smithi076.stdout:ntpd: time slew -0.001143s 2023-12-01T06:03:44.259 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-01T06:03:44.259 INFO:teuthology.orchestra.run.smithi076.stderr: 1 Dec 06:03:44 ntpd[23419]: can't open /var/log/ntpstats/loopstats.20231201: Permission denied 2023-12-01T06:03:44.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:44 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:44.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:44 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:44.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:44 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:44.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:44 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:44.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:44 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:44.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:44 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:44.303 INFO:teuthology.orchestra.run.smithi038.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T06:03:44.304 INFO:teuthology.orchestra.run.smithi038.stdout:============================================================================== 2023-12-01T06:03:44.304 INFO:teuthology.orchestra.run.smithi038.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:03:44.304 INFO:teuthology.orchestra.run.smithi038.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:03:44.304 INFO:teuthology.orchestra.run.smithi038.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:03:44.304 INFO:teuthology.orchestra.run.smithi038.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:03:44.314 INFO:teuthology.orchestra.run.smithi076.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T06:03:44.314 INFO:teuthology.orchestra.run.smithi076.stdout:============================================================================== 2023-12-01T06:03:44.314 INFO:teuthology.orchestra.run.smithi076.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:03:44.314 INFO:teuthology.orchestra.run.smithi076.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:03:44.314 INFO:teuthology.orchestra.run.smithi076.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:03:44.314 INFO:teuthology.orchestra.run.smithi076.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:03:45.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:45 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:45.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:45 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:45.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:45 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:45.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:45 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:45.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:45 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:45.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:45 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:45.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:45 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:45.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:45 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:45.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:45 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:45.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:45 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:45.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:45 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:45.282 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:45 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:46.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:46.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:46 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:46.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:03:46.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:46 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:03:46.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:03:46.280 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:46 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:03:46.281 INFO:teuthology.orchestra.run.smithi088.stdout: 1 Dec 06:03:46 ntpd[23446]: ntpd: time slew +0.002643 s 2023-12-01T06:03:46.281 INFO:teuthology.orchestra.run.smithi088.stdout:ntpd: time slew +0.002643s 2023-12-01T06:03:46.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-01T06:03:46.281 INFO:teuthology.orchestra.run.smithi088.stderr: 1 Dec 06:03:46 ntpd[23446]: can't open /var/log/ntpstats/loopstats.20231201: Permission denied 2023-12-01T06:03:46.344 INFO:teuthology.orchestra.run.smithi088.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T06:03:46.345 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================== 2023-12-01T06:03:46.345 INFO:teuthology.orchestra.run.smithi088.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:03:46.345 INFO:teuthology.orchestra.run.smithi088.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:03:46.345 INFO:teuthology.orchestra.run.smithi088.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:03:46.345 INFO:teuthology.orchestra.run.smithi088.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:03:46.346 INFO:teuthology.run_tasks:Running task install... 2023-12-01T06:03:46.356 DEBUG:teuthology.task.install:project ceph 2023-12-01T06:03:46.357 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'}} 2023-12-01T06:03:46.357 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T06:03:46.357 INFO:teuthology.task.install:Using flavor: default 2023-12-01T06:03:46.363 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-01T06:03:46.363 INFO:teuthology.task.install:extra packages: [] 2023-12-01T06:03:46.364 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-key list | grep Ceph 2023-12-01T06:03:46.364 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-key list | grep Ceph 2023-12-01T06:03:46.365 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-key list | grep Ceph 2023-12-01T06:03:46.460 INFO:teuthology.orchestra.run.smithi076.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-01T06:03:46.475 INFO:teuthology.orchestra.run.smithi038.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-01T06:03:46.488 INFO:teuthology.orchestra.run.smithi088.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-01T06:03:46.514 INFO:teuthology.orchestra.run.smithi076.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-01T06:03:46.514 INFO:teuthology.orchestra.run.smithi076.stdout:uid [ unknown] Ceph.com (release key) 2023-12-01T06:03:46.515 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-01T06:03:46.515 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-01T06:03:46.537 INFO:teuthology.orchestra.run.smithi038.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-01T06:03:46.537 INFO:teuthology.orchestra.run.smithi038.stdout:uid [ unknown] Ceph.com (release key) 2023-12-01T06:03:46.538 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-01T06:03:46.538 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-01T06:03:46.541 INFO:teuthology.orchestra.run.smithi088.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-01T06:03:46.542 INFO:teuthology.orchestra.run.smithi088.stdout:uid [ unknown] Ceph.com (release key) 2023-12-01T06:03:46.542 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-01T06:03:46.542 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-01T06:03:46.678 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-01T06:03:46.678 INFO:teuthology.task.install.deb:Package version is 18.0.0-7662-g875037c4-1focal 2023-12-01T06:03:46.690 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-01T06:03:46.690 INFO:teuthology.task.install.deb:Package version is 18.0.0-7662-g875037c4-1focal 2023-12-01T06:03:46.756 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-01T06:03:46.756 INFO:teuthology.task.install.deb:Package version is 18.0.0-7662-g875037c4-1focal 2023-12-01T06:03:46.853 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-01T06:03:46.853 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2023-12-01T06:03:46.856 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-01T06:03:46.856 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2023-12-01T06:03:46.861 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-01T06:03:46.861 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2023-12-01T06:03:46.872 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get update 2023-12-01T06:03:46.875 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get update 2023-12-01T06:03:46.881 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get update 2023-12-01T06:03:47.067 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T06:03:47.071 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T06:03:47.072 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T06:03:47.078 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T06:03:47.089 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T06:03:47.122 INFO:teuthology.orchestra.run.smithi088.stdout:Ign:1 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal InRelease 2023-12-01T06:03:47.144 INFO:teuthology.orchestra.run.smithi088.stdout:Get:2 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-01T06:03:47.167 INFO:teuthology.orchestra.run.smithi088.stdout:Ign:3 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal Release.gpg 2023-12-01T06:03:47.173 INFO:teuthology.orchestra.run.smithi076.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-01T06:03:47.176 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T06:03:47.180 INFO:teuthology.orchestra.run.smithi038.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default focal InRelease 2023-12-01T06:03:47.188 INFO:teuthology.orchestra.run.smithi088.stdout:Get:4 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-01T06:03:47.210 INFO:teuthology.orchestra.run.smithi076.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-01T06:03:47.210 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T06:03:47.217 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:47.232 INFO:teuthology.orchestra.run.smithi088.stdout:Get:6 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-01T06:03:47.240 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:7 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T06:03:47.247 INFO:teuthology.orchestra.run.smithi076.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-01T06:03:47.256 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:47.257 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T06:03:47.284 INFO:teuthology.orchestra.run.smithi076.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-01T06:03:47.292 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:47.322 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:8 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T06:03:47.331 INFO:teuthology.orchestra.run.smithi076.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-01T06:03:47.340 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T06:03:47.343 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:47.404 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T06:03:47.702 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 28.5 kB in 1s (45.7 kB/s) 2023-12-01T06:03:47.721 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 28.5 kB in 1s (45.0 kB/s) 2023-12-01T06:03:47.844 INFO:teuthology.orchestra.run.smithi088.stdout:Fetched 28.5 kB in 1s (37.7 kB/s) 2023-12-01T06:03:48.776 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2023-12-01T06:03:48.802 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T06:03:48.833 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2023-12-01T06:03:48.863 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T06:03:48.877 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2023-12-01T06:03:48.936 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2023-12-01T06:03:48.999 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2023-12-01T06:03:49.031 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T06:03:49.081 INFO:teuthology.orchestra.run.smithi076.stdout:Building dependency tree... 2023-12-01T06:03:49.081 INFO:teuthology.orchestra.run.smithi076.stdout:Reading state information... 2023-12-01T06:03:49.102 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2023-12-01T06:03:49.154 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2023-12-01T06:03:49.155 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2023-12-01T06:03:49.256 INFO:teuthology.orchestra.run.smithi076.stdout:The following packages were automatically installed and are no longer required: 2023-12-01T06:03:49.258 INFO:teuthology.orchestra.run.smithi076.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2023-12-01T06:03:49.258 INFO:teuthology.orchestra.run.smithi076.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-01T06:03:49.258 INFO:teuthology.orchestra.run.smithi076.stdout:The following additional packages will be installed: 2023-12-01T06:03:49.258 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2023-12-01T06:03:49.258 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2023-12-01T06:03:49.258 INFO:teuthology.orchestra.run.smithi076.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2023-12-01T06:03:49.258 INFO:teuthology.orchestra.run.smithi076.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liblua5.3-dev liboath0 libonig5 2023-12-01T06:03:49.258 INFO:teuthology.orchestra.run.smithi076.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 2023-12-01T06:03:49.259 INFO:teuthology.orchestra.run.smithi076.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2023-12-01T06:03:49.259 INFO:teuthology.orchestra.run.smithi076.stdout: libthrift-0.13.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2023-12-01T06:03:49.259 INFO:teuthology.orchestra.run.smithi076.stdout: pkg-config python-asyncssh-doc python-natsort-doc python-pastedeploy-tpl 2023-12-01T06:03:49.259 INFO:teuthology.orchestra.run.smithi076.stdout: python3-asyncssh python3-atomicwrites python3-attr python3-bcrypt 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-google-auth python3-html5lib python3-jinja2 python3-joblib 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-scipy python3-simplegeneric python3-simplejson 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2023-12-01T06:03:49.260 INFO:teuthology.orchestra.run.smithi076.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2023-12-01T06:03:49.261 INFO:teuthology.orchestra.run.smithi076.stdout: qttranslations5-l10n socat unzip xmlstarlet zip 2023-12-01T06:03:49.261 INFO:teuthology.orchestra.run.smithi076.stdout:Suggested packages: 2023-12-01T06:03:49.261 INFO:teuthology.orchestra.run.smithi076.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2023-12-01T06:03:49.261 INFO:teuthology.orchestra.run.smithi076.stdout: readline-doc python-attr-doc python-blinker-doc python-cryptography-doc 2023-12-01T06:03:49.261 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2023-12-01T06:03:49.261 INFO:teuthology.orchestra.run.smithi076.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2023-12-01T06:03:49.261 INFO:teuthology.orchestra.run.smithi076.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2023-12-01T06:03:49.261 INFO:teuthology.orchestra.run.smithi076.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2023-12-01T06:03:49.261 INFO:teuthology.orchestra.run.smithi076.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2023-12-01T06:03:49.262 INFO:teuthology.orchestra.run.smithi076.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2023-12-01T06:03:49.262 INFO:teuthology.orchestra.run.smithi076.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2023-12-01T06:03:49.262 INFO:teuthology.orchestra.run.smithi076.stdout:Recommended packages: 2023-12-01T06:03:49.262 INFO:teuthology.orchestra.run.smithi076.stdout: btrfs-tools 2023-12-01T06:03:49.282 INFO:teuthology.orchestra.run.smithi088.stdout:Building dependency tree... 2023-12-01T06:03:49.282 INFO:teuthology.orchestra.run.smithi088.stdout:Reading state information... 2023-12-01T06:03:49.362 INFO:teuthology.orchestra.run.smithi038.stdout:The following packages were automatically installed and are no longer required: 2023-12-01T06:03:49.363 INFO:teuthology.orchestra.run.smithi038.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2023-12-01T06:03:49.363 INFO:teuthology.orchestra.run.smithi038.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-01T06:03:49.363 INFO:teuthology.orchestra.run.smithi038.stdout:The following additional packages will be installed: 2023-12-01T06:03:49.363 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2023-12-01T06:03:49.364 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2023-12-01T06:03:49.364 INFO:teuthology.orchestra.run.smithi038.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liblua5.3-dev liboath0 libonig5 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: libthrift-0.13.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: pkg-config python-asyncssh-doc python-natsort-doc python-pastedeploy-tpl 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: python3-asyncssh python3-atomicwrites python3-attr python3-bcrypt 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: python3-google-auth python3-html5lib python3-jinja2 python3-joblib 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-01T06:03:49.365 INFO:teuthology.orchestra.run.smithi038.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2023-12-01T06:03:49.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-scipy python3-simplegeneric python3-simplejson 2023-12-01T06:03:49.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2023-12-01T06:03:49.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2023-12-01T06:03:49.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2023-12-01T06:03:49.366 INFO:teuthology.orchestra.run.smithi038.stdout: qttranslations5-l10n socat unzip xmlstarlet zip 2023-12-01T06:03:49.366 INFO:teuthology.orchestra.run.smithi038.stdout:Suggested packages: 2023-12-01T06:03:49.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2023-12-01T06:03:49.366 INFO:teuthology.orchestra.run.smithi038.stdout: readline-doc python-attr-doc python-blinker-doc python-cryptography-doc 2023-12-01T06:03:49.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2023-12-01T06:03:49.367 INFO:teuthology.orchestra.run.smithi038.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2023-12-01T06:03:49.367 INFO:teuthology.orchestra.run.smithi038.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2023-12-01T06:03:49.367 INFO:teuthology.orchestra.run.smithi038.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2023-12-01T06:03:49.367 INFO:teuthology.orchestra.run.smithi038.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2023-12-01T06:03:49.367 INFO:teuthology.orchestra.run.smithi038.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2023-12-01T06:03:49.367 INFO:teuthology.orchestra.run.smithi038.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2023-12-01T06:03:49.367 INFO:teuthology.orchestra.run.smithi038.stdout:Recommended packages: 2023-12-01T06:03:49.367 INFO:teuthology.orchestra.run.smithi038.stdout: btrfs-tools 2023-12-01T06:03:49.383 INFO:teuthology.orchestra.run.smithi076.stdout:The following NEW packages will be installed: 2023-12-01T06:03:49.383 INFO:teuthology.orchestra.run.smithi076.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2023-12-01T06:03:49.384 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2023-12-01T06:03:49.384 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2023-12-01T06:03:49.385 INFO:teuthology.orchestra.run.smithi076.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2023-12-01T06:03:49.385 INFO:teuthology.orchestra.run.smithi076.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2023-12-01T06:03:49.385 INFO:teuthology.orchestra.run.smithi076.stdout: liblua5.3-0 liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a 2023-12-01T06:03:49.385 INFO:teuthology.orchestra.run.smithi076.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 2023-12-01T06:03:49.385 INFO:teuthology.orchestra.run.smithi076.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.13.0 lua-any lua-sec 2023-12-01T06:03:49.385 INFO:teuthology.orchestra.run.smithi076.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2023-12-01T06:03:49.385 INFO:teuthology.orchestra.run.smithi076.stdout: python-natsort-doc python-pastedeploy-tpl python3-asyncssh 2023-12-01T06:03:49.385 INFO:teuthology.orchestra.run.smithi076.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2023-12-01T06:03:49.385 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-html5lib python3-jinja2 python3-joblib python3-jwt 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-simplejson python3-singledispatch python3-sklearn 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse socat 2023-12-01T06:03:49.386 INFO:teuthology.orchestra.run.smithi076.stdout: unzip xmlstarlet zip 2023-12-01T06:03:49.387 INFO:teuthology.orchestra.run.smithi076.stdout:The following packages will be upgraded: 2023-12-01T06:03:49.387 INFO:teuthology.orchestra.run.smithi076.stdout: librados2 librbd1 2023-12-01T06:03:49.457 INFO:teuthology.orchestra.run.smithi088.stdout:The following packages were automatically installed and are no longer required: 2023-12-01T06:03:49.458 INFO:teuthology.orchestra.run.smithi088.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2023-12-01T06:03:49.458 INFO:teuthology.orchestra.run.smithi088.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-01T06:03:49.458 INFO:teuthology.orchestra.run.smithi088.stdout:The following additional packages will be installed: 2023-12-01T06:03:49.458 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2023-12-01T06:03:49.458 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2023-12-01T06:03:49.458 INFO:teuthology.orchestra.run.smithi088.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2023-12-01T06:03:49.458 INFO:teuthology.orchestra.run.smithi088.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liblua5.3-dev liboath0 libonig5 2023-12-01T06:03:49.459 INFO:teuthology.orchestra.run.smithi088.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 2023-12-01T06:03:49.459 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2023-12-01T06:03:49.459 INFO:teuthology.orchestra.run.smithi088.stdout: libthrift-0.13.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: pkg-config python-asyncssh-doc python-natsort-doc python-pastedeploy-tpl 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh python3-atomicwrites python3-attr python3-bcrypt 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth python3-html5lib python3-jinja2 python3-joblib 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy python3-simplegeneric python3-simplejson 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2023-12-01T06:03:49.460 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2023-12-01T06:03:49.461 INFO:teuthology.orchestra.run.smithi088.stdout: qttranslations5-l10n socat unzip xmlstarlet zip 2023-12-01T06:03:49.461 INFO:teuthology.orchestra.run.smithi088.stdout:Suggested packages: 2023-12-01T06:03:49.461 INFO:teuthology.orchestra.run.smithi088.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2023-12-01T06:03:49.461 INFO:teuthology.orchestra.run.smithi088.stdout: readline-doc python-attr-doc python-blinker-doc python-cryptography-doc 2023-12-01T06:03:49.461 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2023-12-01T06:03:49.461 INFO:teuthology.orchestra.run.smithi088.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2023-12-01T06:03:49.461 INFO:teuthology.orchestra.run.smithi088.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2023-12-01T06:03:49.461 INFO:teuthology.orchestra.run.smithi088.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2023-12-01T06:03:49.461 INFO:teuthology.orchestra.run.smithi088.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2023-12-01T06:03:49.461 INFO:teuthology.orchestra.run.smithi088.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2023-12-01T06:03:49.461 INFO:teuthology.orchestra.run.smithi088.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2023-12-01T06:03:49.462 INFO:teuthology.orchestra.run.smithi088.stdout:Recommended packages: 2023-12-01T06:03:49.462 INFO:teuthology.orchestra.run.smithi088.stdout: btrfs-tools 2023-12-01T06:03:49.501 INFO:teuthology.orchestra.run.smithi038.stdout:The following NEW packages will be installed: 2023-12-01T06:03:49.501 INFO:teuthology.orchestra.run.smithi038.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2023-12-01T06:03:49.501 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2023-12-01T06:03:49.502 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2023-12-01T06:03:49.503 INFO:teuthology.orchestra.run.smithi038.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2023-12-01T06:03:49.503 INFO:teuthology.orchestra.run.smithi038.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2023-12-01T06:03:49.503 INFO:teuthology.orchestra.run.smithi038.stdout: liblua5.3-0 liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a 2023-12-01T06:03:49.503 INFO:teuthology.orchestra.run.smithi038.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 2023-12-01T06:03:49.503 INFO:teuthology.orchestra.run.smithi038.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.13.0 lua-any lua-sec 2023-12-01T06:03:49.503 INFO:teuthology.orchestra.run.smithi038.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2023-12-01T06:03:49.503 INFO:teuthology.orchestra.run.smithi038.stdout: python-natsort-doc python-pastedeploy-tpl python3-asyncssh 2023-12-01T06:03:49.503 INFO:teuthology.orchestra.run.smithi038.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2023-12-01T06:03:49.503 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2023-12-01T06:03:49.503 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: python3-html5lib python3-jinja2 python3-joblib python3-jwt 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: python3-simplejson python3-singledispatch python3-sklearn 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse socat 2023-12-01T06:03:49.504 INFO:teuthology.orchestra.run.smithi038.stdout: unzip xmlstarlet zip 2023-12-01T06:03:49.505 INFO:teuthology.orchestra.run.smithi038.stdout:The following packages will be upgraded: 2023-12-01T06:03:49.505 INFO:teuthology.orchestra.run.smithi038.stdout: librados2 librbd1 2023-12-01T06:03:49.568 INFO:teuthology.orchestra.run.smithi038.stdout:2 upgraded, 120 newly installed, 0 to remove and 262 not upgraded. 2023-12-01T06:03:49.568 INFO:teuthology.orchestra.run.smithi038.stdout:Need to get 213 MB of archives. 2023-12-01T06:03:49.568 INFO:teuthology.orchestra.run.smithi038.stdout:After this operation, 1,050 MB of additional disk space will be used. 2023-12-01T06:03:49.568 INFO:teuthology.orchestra.run.smithi038.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2023-12-01T06:03:49.578 INFO:teuthology.orchestra.run.smithi076.stdout:2 upgraded, 120 newly installed, 0 to remove and 262 not upgraded. 2023-12-01T06:03:49.579 INFO:teuthology.orchestra.run.smithi076.stdout:Need to get 213 MB of archives. 2023-12-01T06:03:49.579 INFO:teuthology.orchestra.run.smithi076.stdout:After this operation, 1,050 MB of additional disk space will be used. 2023-12-01T06:03:49.579 INFO:teuthology.orchestra.run.smithi076.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2023-12-01T06:03:49.587 INFO:teuthology.orchestra.run.smithi088.stdout:The following NEW packages will be installed: 2023-12-01T06:03:49.587 INFO:teuthology.orchestra.run.smithi088.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: liblua5.3-0 liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.13.0 lua-any lua-sec 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: python-natsort-doc python-pastedeploy-tpl python3-asyncssh 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: python3-html5lib python3-jinja2 python3-joblib python3-jwt 2023-12-01T06:03:49.588 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-01T06:03:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-01T06:03:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-01T06:03:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-01T06:03:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-01T06:03:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2023-12-01T06:03:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2023-12-01T06:03:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-simplejson python3-singledispatch python3-sklearn 2023-12-01T06:03:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2023-12-01T06:03:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2023-12-01T06:03:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse socat 2023-12-01T06:03:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: unzip xmlstarlet zip 2023-12-01T06:03:49.589 INFO:teuthology.orchestra.run.smithi088.stdout:The following packages will be upgraded: 2023-12-01T06:03:49.591 INFO:teuthology.orchestra.run.smithi088.stdout: librados2 librbd1 2023-12-01T06:03:49.613 INFO:teuthology.orchestra.run.smithi076.stdout:Get:2 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-01T06:03:49.650 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2023-12-01T06:03:49.653 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2023-12-01T06:03:49.670 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:49.723 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2023-12-01T06:03:49.725 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2023-12-01T06:03:49.730 INFO:teuthology.orchestra.run.smithi038.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 librbd1 amd64 18.0.0-7662-g875037c4-1focal [3,597 kB] 2023-12-01T06:03:49.731 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2023-12-01T06:03:49.733 INFO:teuthology.orchestra.run.smithi038.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2023-12-01T06:03:49.733 INFO:teuthology.orchestra.run.smithi038.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2023-12-01T06:03:49.734 INFO:teuthology.orchestra.run.smithi088.stdout:2 upgraded, 120 newly installed, 0 to remove and 262 not upgraded. 2023-12-01T06:03:49.734 INFO:teuthology.orchestra.run.smithi088.stdout:Need to get 213 MB of archives. 2023-12-01T06:03:49.734 INFO:teuthology.orchestra.run.smithi088.stdout:After this operation, 1,050 MB of additional disk space will be used. 2023-12-01T06:03:49.734 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:49.735 INFO:teuthology.orchestra.run.smithi038.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2023-12-01T06:03:49.735 INFO:teuthology.orchestra.run.smithi038.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2023-12-01T06:03:49.740 INFO:teuthology.orchestra.run.smithi038.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2023-12-01T06:03:49.741 INFO:teuthology.orchestra.run.smithi038.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-dev amd64 5.3.3-1.1ubuntu2 [147 kB] 2023-12-01T06:03:49.742 INFO:teuthology.orchestra.run.smithi038.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2023-12-01T06:03:49.758 INFO:teuthology.orchestra.run.smithi038.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-any all 25 [4,960 B] 2023-12-01T06:03:49.758 INFO:teuthology.orchestra.run.smithi038.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 2023-12-01T06:03:49.762 INFO:teuthology.orchestra.run.smithi038.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] 2023-12-01T06:03:49.767 INFO:teuthology.orchestra.run.smithi038.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 2023-12-01T06:03:49.768 INFO:teuthology.orchestra.run.smithi038.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2023-12-01T06:03:49.768 INFO:teuthology.orchestra.run.smithi038.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2023-12-01T06:03:49.774 INFO:teuthology.orchestra.run.smithi038.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2023-12-01T06:03:49.775 INFO:teuthology.orchestra.run.smithi038.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2023-12-01T06:03:49.775 INFO:teuthology.orchestra.run.smithi038.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2023-12-01T06:03:49.775 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:49.791 INFO:teuthology.orchestra.run.smithi038.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2023-12-01T06:03:49.791 INFO:teuthology.orchestra.run.smithi038.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2023-12-01T06:03:49.792 INFO:teuthology.orchestra.run.smithi038.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2023-12-01T06:03:49.794 INFO:teuthology.orchestra.run.smithi038.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2023-12-01T06:03:49.797 INFO:teuthology.orchestra.run.smithi038.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2023-12-01T06:03:49.797 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:49.808 INFO:teuthology.orchestra.run.smithi038.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2023-12-01T06:03:49.808 INFO:teuthology.orchestra.run.smithi038.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2023-12-01T06:03:49.814 INFO:teuthology.orchestra.run.smithi038.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2023-12-01T06:03:49.814 INFO:teuthology.orchestra.run.smithi038.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2023-12-01T06:03:49.824 INFO:teuthology.orchestra.run.smithi038.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2023-12-01T06:03:49.827 INFO:teuthology.orchestra.run.smithi038.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2023-12-01T06:03:49.827 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:49.832 INFO:teuthology.orchestra.run.smithi038.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2023-12-01T06:03:49.833 INFO:teuthology.orchestra.run.smithi038.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2023-12-01T06:03:49.836 INFO:teuthology.orchestra.run.smithi038.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2023-12-01T06:03:49.841 INFO:teuthology.orchestra.run.smithi038.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-asyncssh all 1.12.2-1 [152 kB] 2023-12-01T06:03:49.842 INFO:teuthology.orchestra.run.smithi038.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2023-12-01T06:03:49.844 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:49.844 INFO:teuthology.orchestra.run.smithi038.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2023-12-01T06:03:49.858 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:49.861 INFO:teuthology.orchestra.run.smithi038.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2023-12-01T06:03:49.864 INFO:teuthology.orchestra.run.smithi038.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2023-12-01T06:03:49.866 INFO:teuthology.orchestra.run.smithi038.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2023-12-01T06:03:49.866 INFO:teuthology.orchestra.run.smithi038.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2023-12-01T06:03:49.867 INFO:teuthology.orchestra.run.smithi038.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2023-12-01T06:03:49.881 INFO:teuthology.orchestra.run.smithi088.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2023-12-01T06:03:49.974 INFO:teuthology.orchestra.run.smithi076.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2023-12-01T06:03:49.979 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:49.988 INFO:teuthology.orchestra.run.smithi076.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2023-12-01T06:03:49.994 INFO:teuthology.orchestra.run.smithi038.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2023-12-01T06:03:49.996 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:50.008 INFO:teuthology.orchestra.run.smithi038.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2023-12-01T06:03:50.008 INFO:teuthology.orchestra.run.smithi038.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2023-12-01T06:03:50.009 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:50.009 INFO:teuthology.orchestra.run.smithi038.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2023-12-01T06:03:50.009 INFO:teuthology.orchestra.run.smithi038.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2023-12-01T06:03:50.010 INFO:teuthology.orchestra.run.smithi038.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2023-12-01T06:03:50.010 INFO:teuthology.orchestra.run.smithi038.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2023-12-01T06:03:50.015 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:50.015 INFO:teuthology.orchestra.run.smithi038.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2023-12-01T06:03:50.032 INFO:teuthology.orchestra.run.smithi038.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2023-12-01T06:03:50.037 INFO:teuthology.orchestra.run.smithi038.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2023-12-01T06:03:50.040 INFO:teuthology.orchestra.run.smithi038.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2023-12-01T06:03:50.042 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:50.042 INFO:teuthology.orchestra.run.smithi038.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-12-01T06:03:50.045 INFO:teuthology.orchestra.run.smithi038.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2023-12-01T06:03:50.048 INFO:teuthology.orchestra.run.smithi038.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2023-12-01T06:03:50.063 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:50.064 INFO:teuthology.orchestra.run.smithi038.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-sec amd64 0.9-3 [32.3 kB] 2023-12-01T06:03:50.064 INFO:teuthology.orchestra.run.smithi038.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2023-12-01T06:03:50.067 INFO:teuthology.orchestra.run.smithi038.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2023-12-01T06:03:50.067 INFO:teuthology.orchestra.run.smithi038.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-asyncssh-doc all 1.12.2-1 [258 kB] 2023-12-01T06:03:50.069 INFO:teuthology.orchestra.run.smithi038.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2023-12-01T06:03:50.072 INFO:teuthology.orchestra.run.smithi076.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-01T06:03:50.109 INFO:teuthology.orchestra.run.smithi038.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2023-12-01T06:03:50.110 INFO:teuthology.orchestra.run.smithi038.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2023-12-01T06:03:50.110 INFO:teuthology.orchestra.run.smithi038.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2023-12-01T06:03:50.110 INFO:teuthology.orchestra.run.smithi038.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2023-12-01T06:03:50.110 INFO:teuthology.orchestra.run.smithi038.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2023-12-01T06:03:50.111 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:50.123 INFO:teuthology.orchestra.run.smithi038.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2023-12-01T06:03:50.123 INFO:teuthology.orchestra.run.smithi038.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2023-12-01T06:03:50.123 INFO:teuthology.orchestra.run.smithi038.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2023-12-01T06:03:50.128 INFO:teuthology.orchestra.run.smithi038.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2023-12-01T06:03:50.145 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:50.147 INFO:teuthology.orchestra.run.smithi038.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2023-12-01T06:03:50.148 INFO:teuthology.orchestra.run.smithi038.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2023-12-01T06:03:50.148 INFO:teuthology.orchestra.run.smithi038.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2023-12-01T06:03:50.153 INFO:teuthology.orchestra.run.smithi038.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2023-12-01T06:03:50.153 INFO:teuthology.orchestra.run.smithi038.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2023-12-01T06:03:50.289 INFO:teuthology.orchestra.run.smithi088.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2023-12-01T06:03:50.302 INFO:teuthology.orchestra.run.smithi088.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2023-12-01T06:03:50.316 INFO:teuthology.orchestra.run.smithi076.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2023-12-01T06:03:50.326 INFO:teuthology.orchestra.run.smithi076.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2023-12-01T06:03:50.355 INFO:teuthology.orchestra.run.smithi076.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2023-12-01T06:03:50.364 INFO:teuthology.orchestra.run.smithi076.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2023-12-01T06:03:50.365 INFO:teuthology.orchestra.run.smithi076.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2023-12-01T06:03:50.368 INFO:teuthology.orchestra.run.smithi076.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2023-12-01T06:03:50.369 INFO:teuthology.orchestra.run.smithi076.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2023-12-01T06:03:50.387 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:50.393 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:50.546 INFO:teuthology.orchestra.run.smithi076.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2023-12-01T06:03:50.631 INFO:teuthology.orchestra.run.smithi088.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2023-12-01T06:03:50.641 INFO:teuthology.orchestra.run.smithi088.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2023-12-01T06:03:50.658 INFO:teuthology.orchestra.run.smithi088.stdout:Get:9 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-01T06:03:50.669 INFO:teuthology.orchestra.run.smithi088.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2023-12-01T06:03:50.678 INFO:teuthology.orchestra.run.smithi088.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2023-12-01T06:03:50.679 INFO:teuthology.orchestra.run.smithi088.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2023-12-01T06:03:50.683 INFO:teuthology.orchestra.run.smithi088.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2023-12-01T06:03:50.686 INFO:teuthology.orchestra.run.smithi088.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2023-12-01T06:03:50.686 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:50.705 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:50.706 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:50.718 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:50.720 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:50.738 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:50.765 INFO:teuthology.orchestra.run.smithi076.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 librados2 amd64 18.0.0-7662-g875037c4-1focal [4,086 kB] 2023-12-01T06:03:50.860 INFO:teuthology.orchestra.run.smithi088.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2023-12-01T06:03:50.914 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:50.935 INFO:teuthology.orchestra.run.smithi076.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-dev amd64 5.3.3-1.1ubuntu2 [147 kB] 2023-12-01T06:03:50.999 INFO:teuthology.orchestra.run.smithi076.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2023-12-01T06:03:51.055 INFO:teuthology.orchestra.run.smithi076.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-any all 25 [4,960 B] 2023-12-01T06:03:51.057 INFO:teuthology.orchestra.run.smithi076.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 2023-12-01T06:03:51.068 INFO:teuthology.orchestra.run.smithi088.stdout:Get:22 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-01T06:03:51.074 INFO:teuthology.orchestra.run.smithi088.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 libradosstriper1 amd64 18.0.0-7662-g875037c4-1focal [473 kB] 2023-12-01T06:03:51.097 INFO:teuthology.orchestra.run.smithi088.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 ceph-common amd64 18.0.0-7662-g875037c4-1focal [25.9 MB] 2023-12-01T06:03:51.109 INFO:teuthology.orchestra.run.smithi076.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] 2023-12-01T06:03:51.140 INFO:teuthology.orchestra.run.smithi076.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 2023-12-01T06:03:51.157 INFO:teuthology.orchestra.run.smithi076.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2023-12-01T06:03:51.165 INFO:teuthology.orchestra.run.smithi076.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2023-12-01T06:03:51.191 INFO:teuthology.orchestra.run.smithi076.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2023-12-01T06:03:51.194 INFO:teuthology.orchestra.run.smithi076.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2023-12-01T06:03:51.248 INFO:teuthology.orchestra.run.smithi088.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-dev amd64 5.3.3-1.1ubuntu2 [147 kB] 2023-12-01T06:03:51.312 INFO:teuthology.orchestra.run.smithi088.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2023-12-01T06:03:51.360 INFO:teuthology.orchestra.run.smithi076.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2023-12-01T06:03:51.367 INFO:teuthology.orchestra.run.smithi088.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-any all 25 [4,960 B] 2023-12-01T06:03:51.369 INFO:teuthology.orchestra.run.smithi088.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 2023-12-01T06:03:51.421 INFO:teuthology.orchestra.run.smithi088.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] 2023-12-01T06:03:51.452 INFO:teuthology.orchestra.run.smithi088.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 2023-12-01T06:03:51.470 INFO:teuthology.orchestra.run.smithi088.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2023-12-01T06:03:51.477 INFO:teuthology.orchestra.run.smithi088.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2023-12-01T06:03:51.502 INFO:teuthology.orchestra.run.smithi088.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2023-12-01T06:03:51.505 INFO:teuthology.orchestra.run.smithi076.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 libcephfs2 amd64 18.0.0-7662-g875037c4-1focal [752 kB] 2023-12-01T06:03:51.506 INFO:teuthology.orchestra.run.smithi088.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2023-12-01T06:03:51.524 INFO:teuthology.orchestra.run.smithi076.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2.1 [59.2 kB] 2023-12-01T06:03:51.616 INFO:teuthology.orchestra.run.smithi076.stdout:Get:28 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-01T06:03:51.665 INFO:teuthology.orchestra.run.smithi076.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2023-12-01T06:03:51.672 INFO:teuthology.orchestra.run.smithi088.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2023-12-01T06:03:51.684 INFO:teuthology.orchestra.run.smithi076.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2023-12-01T06:03:51.693 INFO:teuthology.orchestra.run.smithi076.stdout:Get:31 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-01T06:03:51.696 INFO:teuthology.orchestra.run.smithi076.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2023-12-01T06:03:51.696 INFO:teuthology.orchestra.run.smithi076.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-cephfs amd64 18.0.0-7662-g875037c4-1focal [200 kB] 2023-12-01T06:03:51.758 INFO:teuthology.orchestra.run.smithi076.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 python3-ceph-common all 18.0.0-7662-g875037c4-1focal [62.2 kB] 2023-12-01T06:03:51.762 INFO:teuthology.orchestra.run.smithi076.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 python3-rbd amd64 18.0.0-7662-g875037c4-1focal [364 kB] 2023-12-01T06:03:51.772 INFO:teuthology.orchestra.run.smithi076.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2023-12-01T06:03:51.794 INFO:teuthology.orchestra.run.smithi076.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2023-12-01T06:03:51.801 INFO:teuthology.orchestra.run.smithi076.stdout:Get:38 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-01T06:03:51.806 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:51.836 INFO:teuthology.orchestra.run.smithi076.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2023-12-01T06:03:51.836 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:51.865 INFO:teuthology.orchestra.run.smithi076.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2023-12-01T06:03:51.869 INFO:teuthology.orchestra.run.smithi076.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2023-12-01T06:03:51.929 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:51.964 INFO:teuthology.orchestra.run.smithi076.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2023-12-01T06:03:51.977 INFO:teuthology.orchestra.run.smithi088.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2023-12-01T06:03:51.994 INFO:teuthology.orchestra.run.smithi088.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2023-12-01T06:03:52.007 INFO:teuthology.orchestra.run.smithi088.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2023-12-01T06:03:52.019 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:52.019 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:52.077 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:52.085 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:52.086 INFO:teuthology.orchestra.run.smithi088.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2023-12-01T06:03:52.106 INFO:teuthology.orchestra.run.smithi088.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2023-12-01T06:03:52.110 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:52.129 INFO:teuthology.orchestra.run.smithi076.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2023-12-01T06:03:52.146 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:52.176 INFO:teuthology.orchestra.run.smithi088.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2023-12-01T06:03:52.181 INFO:teuthology.orchestra.run.smithi088.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2023-12-01T06:03:52.275 INFO:teuthology.orchestra.run.smithi088.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2023-12-01T06:03:52.328 INFO:teuthology.orchestra.run.smithi076.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2023-12-01T06:03:52.383 INFO:teuthology.orchestra.run.smithi076.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2023-12-01T06:03:52.439 INFO:teuthology.orchestra.run.smithi088.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2023-12-01T06:03:52.518 INFO:teuthology.orchestra.run.smithi076.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.1 [183 kB] 2023-12-01T06:03:52.565 INFO:teuthology.orchestra.run.smithi088.stdout:Get:47 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-01T06:03:52.626 INFO:teuthology.orchestra.run.smithi076.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2023-12-01T06:03:52.636 INFO:teuthology.orchestra.run.smithi076.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2023-12-01T06:03:52.646 INFO:teuthology.orchestra.run.smithi088.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2023-12-01T06:03:52.693 INFO:teuthology.orchestra.run.smithi076.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2023-12-01T06:03:52.702 INFO:teuthology.orchestra.run.smithi076.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-asyncssh all 1.12.2-1 [152 kB] 2023-12-01T06:03:52.703 INFO:teuthology.orchestra.run.smithi088.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2023-12-01T06:03:52.729 INFO:teuthology.orchestra.run.smithi076.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2023-12-01T06:03:52.743 INFO:teuthology.orchestra.run.smithi076.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2023-12-01T06:03:52.745 INFO:teuthology.orchestra.run.smithi076.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2023-12-01T06:03:52.822 INFO:teuthology.orchestra.run.smithi076.stdout:Get:54 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-01T06:03:52.823 INFO:teuthology.orchestra.run.smithi076.stdout:Get:55 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-01T06:03:52.827 INFO:teuthology.orchestra.run.smithi076.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-common amd64 18.0.0-7662-g875037c4-1focal [25.9 MB] 2023-12-01T06:03:52.833 INFO:teuthology.orchestra.run.smithi088.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.1 [183 kB] 2023-12-01T06:03:52.912 INFO:teuthology.orchestra.run.smithi076.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-01T06:03:52.941 INFO:teuthology.orchestra.run.smithi088.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2023-12-01T06:03:52.951 INFO:teuthology.orchestra.run.smithi088.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2023-12-01T06:03:53.007 INFO:teuthology.orchestra.run.smithi088.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2023-12-01T06:03:53.017 INFO:teuthology.orchestra.run.smithi088.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-asyncssh all 1.12.2-1 [152 kB] 2023-12-01T06:03:53.044 INFO:teuthology.orchestra.run.smithi088.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2023-12-01T06:03:53.059 INFO:teuthology.orchestra.run.smithi088.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2023-12-01T06:03:53.061 INFO:teuthology.orchestra.run.smithi088.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2023-12-01T06:03:53.154 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:53.162 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:53.226 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:53.233 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:53.250 INFO:teuthology.orchestra.run.smithi088.stdout:Get:59 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-01T06:03:53.251 INFO:teuthology.orchestra.run.smithi088.stdout:Get:60 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-01T06:03:53.252 INFO:teuthology.orchestra.run.smithi076.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2023-12-01T06:03:53.253 INFO:teuthology.orchestra.run.smithi088.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 amd64 18.0.0-7662-g875037c4-1focal [1,586 kB] 2023-12-01T06:03:53.312 INFO:teuthology.orchestra.run.smithi076.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2023-12-01T06:03:53.336 INFO:teuthology.orchestra.run.smithi088.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 ceph-mon amd64 18.0.0-7662-g875037c4-1focal [9,428 kB] 2023-12-01T06:03:53.377 INFO:teuthology.orchestra.run.smithi076.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2023-12-01T06:03:53.382 INFO:teuthology.orchestra.run.smithi076.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2023-12-01T06:03:53.398 INFO:teuthology.orchestra.run.smithi076.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2023-12-01T06:03:53.574 INFO:teuthology.orchestra.run.smithi088.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2023-12-01T06:03:53.631 INFO:teuthology.orchestra.run.smithi088.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2023-12-01T06:03:53.698 INFO:teuthology.orchestra.run.smithi088.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2023-12-01T06:03:53.704 INFO:teuthology.orchestra.run.smithi088.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2023-12-01T06:03:53.719 INFO:teuthology.orchestra.run.smithi088.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2023-12-01T06:03:53.922 INFO:teuthology.orchestra.run.smithi076.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2023-12-01T06:03:53.976 INFO:teuthology.orchestra.run.smithi088.stdout:Get:68 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-01T06:03:53.977 INFO:teuthology.orchestra.run.smithi076.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2023-12-01T06:03:53.978 INFO:teuthology.orchestra.run.smithi076.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2023-12-01T06:03:54.019 INFO:teuthology.orchestra.run.smithi076.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2023-12-01T06:03:54.019 INFO:teuthology.orchestra.run.smithi076.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2023-12-01T06:03:54.183 INFO:teuthology.orchestra.run.smithi076.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2023-12-01T06:03:54.282 INFO:teuthology.orchestra.run.smithi088.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2023-12-01T06:03:54.302 INFO:teuthology.orchestra.run.smithi088.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2023-12-01T06:03:54.305 INFO:teuthology.orchestra.run.smithi088.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2023-12-01T06:03:54.385 INFO:teuthology.orchestra.run.smithi088.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2023-12-01T06:03:54.386 INFO:teuthology.orchestra.run.smithi088.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2023-12-01T06:03:54.394 INFO:teuthology.orchestra.run.smithi076.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2023-12-01T06:03:54.439 INFO:teuthology.orchestra.run.smithi076.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2023-12-01T06:03:54.510 INFO:teuthology.orchestra.run.smithi076.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2023-12-01T06:03:54.539 INFO:teuthology.orchestra.run.smithi076.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2023-12-01T06:03:54.550 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:54.615 INFO:teuthology.orchestra.run.smithi076.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2023-12-01T06:03:54.626 INFO:teuthology.orchestra.run.smithi076.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2023-12-01T06:03:54.647 INFO:teuthology.orchestra.run.smithi076.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2023-12-01T06:03:54.742 INFO:teuthology.orchestra.run.smithi076.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2023-12-01T06:03:54.759 INFO:teuthology.orchestra.run.smithi088.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2023-12-01T06:03:54.774 INFO:teuthology.orchestra.run.smithi076.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2023-12-01T06:03:54.795 INFO:teuthology.orchestra.run.smithi076.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2023-12-01T06:03:54.805 INFO:teuthology.orchestra.run.smithi088.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2023-12-01T06:03:54.874 INFO:teuthology.orchestra.run.smithi088.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2023-12-01T06:03:54.903 INFO:teuthology.orchestra.run.smithi088.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2023-12-01T06:03:54.966 INFO:teuthology.orchestra.run.smithi076.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-12-01T06:03:54.979 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:54.989 INFO:teuthology.orchestra.run.smithi088.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2023-12-01T06:03:55.011 INFO:teuthology.orchestra.run.smithi088.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2023-12-01T06:03:55.107 INFO:teuthology.orchestra.run.smithi088.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2023-12-01T06:03:55.139 INFO:teuthology.orchestra.run.smithi088.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2023-12-01T06:03:55.159 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:55.330 INFO:teuthology.orchestra.run.smithi088.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-12-01T06:03:55.458 INFO:teuthology.orchestra.run.smithi076.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2023-12-01T06:03:55.507 INFO:teuthology.orchestra.run.smithi076.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2023-12-01T06:03:55.736 INFO:teuthology.orchestra.run.smithi076.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] 2023-12-01T06:03:55.739 INFO:teuthology.orchestra.run.smithi076.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-sec amd64 0.9-3 [32.3 kB] 2023-12-01T06:03:55.740 INFO:teuthology.orchestra.run.smithi076.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2023-12-01T06:03:55.752 INFO:teuthology.orchestra.run.smithi076.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2023-12-01T06:03:55.753 INFO:teuthology.orchestra.run.smithi076.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-asyncssh-doc all 1.12.2-1 [258 kB] 2023-12-01T06:03:55.762 INFO:teuthology.orchestra.run.smithi076.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2023-12-01T06:03:55.820 INFO:teuthology.orchestra.run.smithi088.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2023-12-01T06:03:55.869 INFO:teuthology.orchestra.run.smithi088.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2023-12-01T06:03:55.930 INFO:teuthology.orchestra.run.smithi076.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2023-12-01T06:03:56.029 INFO:teuthology.orchestra.run.smithi076.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2023-12-01T06:03:56.029 INFO:teuthology.orchestra.run.smithi076.stdout:Get:90 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-01T06:03:56.100 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:56.102 INFO:teuthology.orchestra.run.smithi088.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-sec amd64 0.9-3 [32.3 kB] 2023-12-01T06:03:56.103 INFO:teuthology.orchestra.run.smithi088.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2023-12-01T06:03:56.114 INFO:teuthology.orchestra.run.smithi088.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2023-12-01T06:03:56.116 INFO:teuthology.orchestra.run.smithi088.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-asyncssh-doc all 1.12.2-1 [258 kB] 2023-12-01T06:03:56.128 INFO:teuthology.orchestra.run.smithi088.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2023-12-01T06:03:56.192 INFO:teuthology.orchestra.run.smithi076.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2023-12-01T06:03:56.345 INFO:teuthology.orchestra.run.smithi088.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 ceph amd64 18.0.0-7662-g875037c4-1focal [13.6 kB] 2023-12-01T06:03:56.345 INFO:teuthology.orchestra.run.smithi088.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2023-12-01T06:03:56.345 INFO:teuthology.orchestra.run.smithi088.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 ceph-fuse amd64 18.0.0-7662-g875037c4-1focal [863 kB] 2023-12-01T06:03:56.345 INFO:teuthology.orchestra.run.smithi088.stdout:Get:97 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2023-12-01T06:03:56.350 INFO:teuthology.orchestra.run.smithi088.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 ceph-mds amd64 18.0.0-7662-g875037c4-1focal [2,286 kB] 2023-12-01T06:03:56.401 INFO:teuthology.orchestra.run.smithi076.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2023-12-01T06:03:56.417 INFO:teuthology.orchestra.run.smithi088.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 cephadm amd64 18.0.0-7662-g875037c4-1focal [782 kB] 2023-12-01T06:03:56.421 INFO:teuthology.orchestra.run.smithi076.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2023-12-01T06:03:56.476 INFO:teuthology.orchestra.run.smithi088.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-mgr-cephadm all 18.0.0-7662-g875037c4-1focal [137 kB] 2023-12-01T06:03:56.498 INFO:teuthology.orchestra.run.smithi088.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-mgr-dashboard all 18.0.0-7662-g875037c4-1focal [1,834 kB] 2023-12-01T06:03:56.539 INFO:teuthology.orchestra.run.smithi088.stdout:Get:102 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2023-12-01T06:03:56.573 INFO:teuthology.orchestra.run.smithi076.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2023-12-01T06:03:56.653 INFO:teuthology.orchestra.run.smithi088.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-mgr-diskprediction-local all 18.0.0-7662-g875037c4-1focal [7,891 kB] 2023-12-01T06:03:56.740 INFO:teuthology.orchestra.run.smithi088.stdout:Get:104 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2023-12-01T06:03:56.759 INFO:teuthology.orchestra.run.smithi088.stdout:Get:105 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2023-12-01T06:03:56.808 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:56.876 INFO:teuthology.orchestra.run.smithi076.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2023-12-01T06:03:56.878 INFO:teuthology.orchestra.run.smithi076.stdout:Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2023-12-01T06:03:56.883 INFO:teuthology.orchestra.run.smithi076.stdout:Get:97 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2023-12-01T06:03:56.886 INFO:teuthology.orchestra.run.smithi076.stdout:Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2023-12-01T06:03:56.897 INFO:teuthology.orchestra.run.smithi076.stdout:Get:99 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2023-12-01T06:03:56.901 INFO:teuthology.orchestra.run.smithi088.stdout:Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2023-12-01T06:03:56.901 INFO:teuthology.orchestra.run.smithi076.stdout:Get:100 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2023-12-01T06:03:56.901 INFO:teuthology.orchestra.run.smithi076.stdout:Get:101 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2023-12-01T06:03:56.977 INFO:teuthology.orchestra.run.smithi076.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 ceph-mgr-modules-core all 18.0.0-7662-g875037c4-1focal [234 kB] 2023-12-01T06:03:57.003 INFO:teuthology.orchestra.run.smithi076.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 libsqlite3-mod-ceph amd64 18.0.0-7662-g875037c4-1focal [145 kB] 2023-12-01T06:03:57.010 INFO:teuthology.orchestra.run.smithi076.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 amd64 18.0.0-7662-g875037c4-1focal [1,586 kB] 2023-12-01T06:03:57.066 INFO:teuthology.orchestra.run.smithi076.stdout:Get:105 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2023-12-01T06:03:57.169 INFO:teuthology.orchestra.run.smithi076.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-mon amd64 18.0.0-7662-g875037c4-1focal [9,428 kB] 2023-12-01T06:03:57.205 INFO:teuthology.orchestra.run.smithi088.stdout:Get:107 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2023-12-01T06:03:57.208 INFO:teuthology.orchestra.run.smithi088.stdout:Get:108 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2023-12-01T06:03:57.213 INFO:teuthology.orchestra.run.smithi088.stdout:Get:109 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2023-12-01T06:03:57.213 INFO:teuthology.orchestra.run.smithi088.stdout:Get:110 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2023-12-01T06:03:57.223 INFO:teuthology.orchestra.run.smithi088.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-01T06:03:57.228 INFO:teuthology.orchestra.run.smithi088.stdout:Get:112 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2023-12-01T06:03:57.230 INFO:teuthology.orchestra.run.smithi088.stdout:Get:113 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2023-12-01T06:03:57.303 INFO:teuthology.orchestra.run.smithi088.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-k8sevents all 18.0.0-7662-g875037c4-1focal [13.7 kB] 2023-12-01T06:03:57.304 INFO:teuthology.orchestra.run.smithi088.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-test amd64 18.0.0-7662-g875037c4-1focal [51.5 MB] 2023-12-01T06:03:57.431 INFO:teuthology.orchestra.run.smithi088.stdout:Get:116 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2023-12-01T06:03:57.485 INFO:teuthology.orchestra.run.smithi076.stdout:Get:107 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2023-12-01T06:03:57.500 INFO:teuthology.orchestra.run.smithi076.stdout:Get:108 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2023-12-01T06:03:57.850 INFO:teuthology.orchestra.run.smithi088.stdout:Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2023-12-01T06:03:57.867 INFO:teuthology.orchestra.run.smithi088.stdout:Get:118 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2023-12-01T06:03:58.069 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:58.071 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:58.073 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:58.080 INFO:teuthology.orchestra.run.smithi076.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-01T06:03:58.262 INFO:teuthology.orchestra.run.smithi038.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-01T06:03:59.391 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:01.380 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:01.380 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:01.387 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:01.560 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:01.639 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:01.676 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:01.857 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:01.876 INFO:teuthology.orchestra.run.smithi088.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-01T06:04:01.877 INFO:teuthology.orchestra.run.smithi088.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-01T06:04:01.877 INFO:teuthology.orchestra.run.smithi088.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-01T06:04:02.662 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:02.662 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:02.713 INFO:teuthology.orchestra.run.smithi088.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-01T06:04:03.204 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:03.204 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:03.213 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:03.402 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:03.453 INFO:teuthology.orchestra.run.smithi088.stdout:Fetched 213 MB in 13s (16.2 MB/s) 2023-12-01T06:04:03.474 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:03.478 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:03.623 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2023-12-01T06:04:03.631 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:03.670 INFO:teuthology.orchestra.run.smithi088.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-01T06:04:03.673 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2023-12-01T06:04:03.755 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-01T06:04:04.126 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2023-12-01T06:04:04.140 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2023-12-01T06:04:04.184 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-01T06:04:04.265 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:04.265 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:04.771 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2023-12-01T06:04:04.785 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2023-12-01T06:04:04.821 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-01T06:04:05.308 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libqt5core5a:amd64. 2023-12-01T06:04:05.324 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T06:04:05.376 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:04:05.785 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:05.786 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:05.786 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:05.886 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2023-12-01T06:04:05.899 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T06:04:05.936 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:04:06.323 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libqt5network5:amd64. 2023-12-01T06:04:06.337 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T06:04:06.381 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:04:06.383 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:06.734 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libthrift-0.13.0. 2023-12-01T06:04:06.747 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2023-12-01T06:04:06.784 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-01T06:04:07.133 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../007-librbd1_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:07.138 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 213 MB in 17s (12.5 MB/s) 2023-12-01T06:04:07.254 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking librbd1 (18.0.0-7662-g875037c4-1focal) over (15.2.17-0ubuntu0.20.04.4) ... 2023-12-01T06:04:07.348 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2023-12-01T06:04:07.395 INFO:teuthology.orchestra.run.smithi076.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-01T06:04:07.398 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2023-12-01T06:04:07.488 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-01T06:04:07.858 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2023-12-01T06:04:07.874 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2023-12-01T06:04:07.916 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-01T06:04:07.949 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../008-librados2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:08.075 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking librados2 (18.0.0-7662-g875037c4-1focal) over (15.2.17-0ubuntu0.20.04.4) ... 2023-12-01T06:04:08.252 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:08.253 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:08.253 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:08.261 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2023-12-01T06:04:08.275 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2023-12-01T06:04:08.319 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-01T06:04:08.773 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libqt5core5a:amd64. 2023-12-01T06:04:08.786 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T06:04:08.804 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libcephfs2. 2023-12-01T06:04:08.817 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../009-libcephfs2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:08.841 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:04:08.855 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libcephfs2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:09.182 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-rados. 2023-12-01T06:04:09.195 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../010-python3-rados_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:09.231 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-rados (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:09.376 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2023-12-01T06:04:09.391 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T06:04:09.434 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:04:09.601 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-ceph-argparse. 2023-12-01T06:04:09.616 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../011-python3-ceph-argparse_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:09.651 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-ceph-argparse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:09.715 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:09.804 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libqt5network5:amd64. 2023-12-01T06:04:09.817 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T06:04:09.862 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:04:09.878 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-cephfs. 2023-12-01T06:04:09.893 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../012-python3-cephfs_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:09.936 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-cephfs (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:10.297 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-ceph-common. 2023-12-01T06:04:10.311 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../013-python3-ceph-common_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:10.326 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libthrift-0.13.0. 2023-12-01T06:04:10.339 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2023-12-01T06:04:10.356 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:10.392 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-01T06:04:10.563 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 213 MB in 20s (10.5 MB/s) 2023-12-01T06:04:10.684 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-prettytable. 2023-12-01T06:04:10.697 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2023-12-01T06:04:10.734 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2023-12-01T06:04:10.740 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2023-12-01T06:04:10.791 INFO:teuthology.orchestra.run.smithi038.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-01T06:04:10.796 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2023-12-01T06:04:10.810 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../007-librbd1_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:10.872 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-01T06:04:10.945 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librbd1 (18.0.0-7662-g875037c4-1focal) over (15.2.17-0ubuntu0.20.04.4) ... 2023-12-01T06:04:10.986 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-rbd. 2023-12-01T06:04:11.001 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../015-python3-rbd_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:11.045 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-rbd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:11.226 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2023-12-01T06:04:11.239 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2023-12-01T06:04:11.284 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-01T06:04:11.397 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2023-12-01T06:04:11.412 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-01T06:04:11.455 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T06:04:11.595 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2023-12-01T06:04:11.604 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2023-12-01T06:04:11.614 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../008-librados2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:11.645 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-01T06:04:11.741 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librados2 (18.0.0-7662-g875037c4-1focal) over (15.2.17-0ubuntu0.20.04.4) ... 2023-12-01T06:04:11.817 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package librabbitmq4:amd64. 2023-12-01T06:04:11.830 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2023-12-01T06:04:11.875 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2023-12-01T06:04:12.149 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libqt5core5a:amd64. 2023-12-01T06:04:12.165 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T06:04:12.216 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:04:12.219 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package librdkafka1:amd64. 2023-12-01T06:04:12.233 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2023-12-01T06:04:12.278 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-01T06:04:12.520 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libcephfs2. 2023-12-01T06:04:12.533 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../009-libcephfs2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:12.555 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libreadline-dev:amd64. 2023-12-01T06:04:12.568 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../019-libreadline-dev_8.0-4_amd64.deb ... 2023-12-01T06:04:12.578 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libcephfs2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:12.605 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libreadline-dev:amd64 (8.0-4) ... 2023-12-01T06:04:12.727 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2023-12-01T06:04:12.742 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T06:04:12.776 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:04:12.917 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2023-12-01T06:04:12.930 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-01T06:04:12.948 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-rados. 2023-12-01T06:04:12.960 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../010-python3-rados_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:12.975 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T06:04:13.006 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-rados (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:13.147 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libqt5network5:amd64. 2023-12-01T06:04:13.156 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-01T06:04:13.197 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:04:13.345 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package lua5.1. 2023-12-01T06:04:13.360 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2023-12-01T06:04:13.392 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-ceph-argparse. 2023-12-01T06:04:13.403 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2023-12-01T06:04:13.405 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../011-python3-ceph-argparse_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:13.443 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-ceph-argparse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:13.575 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libthrift-0.13.0. 2023-12-01T06:04:13.589 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2023-12-01T06:04:13.634 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-01T06:04:13.720 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-cephfs. 2023-12-01T06:04:13.722 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package lua-any. 2023-12-01T06:04:13.733 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../012-python3-cephfs_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:13.737 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../022-lua-any_25_all.deb ... 2023-12-01T06:04:13.778 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-cephfs (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:13.780 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking lua-any (25) ... 2023-12-01T06:04:13.944 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../007-librbd1_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:14.033 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package zip. 2023-12-01T06:04:14.048 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../023-zip_3.0-11build1_amd64.deb ... 2023-12-01T06:04:14.057 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking librbd1 (18.0.0-7662-g875037c4-1focal) over (15.2.17-0ubuntu0.20.04.4) ... 2023-12-01T06:04:14.092 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking zip (3.0-11build1) ... 2023-12-01T06:04:14.164 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-ceph-common. 2023-12-01T06:04:14.173 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../013-python3-ceph-common_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:14.223 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:14.420 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package unzip. 2023-12-01T06:04:14.433 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../024-unzip_6.0-25ubuntu1.1_amd64.deb ... 2023-12-01T06:04:14.478 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking unzip (6.0-25ubuntu1.1) ... 2023-12-01T06:04:14.602 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-prettytable. 2023-12-01T06:04:14.617 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2023-12-01T06:04:14.659 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2023-12-01T06:04:14.697 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../008-librados2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:14.799 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking librados2 (18.0.0-7662-g875037c4-1focal) over (15.2.17-0ubuntu0.20.04.4) ... 2023-12-01T06:04:14.899 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package luarocks. 2023-12-01T06:04:14.911 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../025-luarocks_2.4.2+dfsg-1_all.deb ... 2023-12-01T06:04:14.912 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-rbd. 2023-12-01T06:04:14.926 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../015-python3-rbd_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:14.948 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking luarocks (2.4.2+dfsg-1) ... 2023-12-01T06:04:14.970 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-rbd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:15.278 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package librgw2. 2023-12-01T06:04:15.291 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../026-librgw2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:15.336 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking librgw2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:15.339 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2023-12-01T06:04:15.353 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-01T06:04:15.406 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T06:04:15.528 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libcephfs2. 2023-12-01T06:04:15.542 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../009-libcephfs2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:15.586 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libcephfs2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:15.818 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package librabbitmq4:amd64. 2023-12-01T06:04:15.833 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2023-12-01T06:04:15.884 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2023-12-01T06:04:15.906 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-rados. 2023-12-01T06:04:15.919 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../010-python3-rados_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:15.964 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-rados (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:16.237 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package librdkafka1:amd64. 2023-12-01T06:04:16.238 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-rgw. 2023-12-01T06:04:16.253 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2023-12-01T06:04:16.254 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../027-python3-rgw_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:16.295 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-01T06:04:16.296 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-rgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:16.317 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-ceph-argparse. 2023-12-01T06:04:16.330 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../011-python3-ceph-argparse_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:16.375 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-ceph-argparse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:16.590 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libreadline-dev:amd64. 2023-12-01T06:04:16.605 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../019-libreadline-dev_8.0-4_amd64.deb ... 2023-12-01T06:04:16.650 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package liboath0. 2023-12-01T06:04:16.652 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-cephfs. 2023-12-01T06:04:16.656 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libreadline-dev:amd64 (8.0-4) ... 2023-12-01T06:04:16.665 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../028-liboath0_2.6.1-1.3_amd64.deb ... 2023-12-01T06:04:16.666 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../012-python3-cephfs_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:16.699 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2023-12-01T06:04:16.711 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-cephfs (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:17.010 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libradosstriper1. 2023-12-01T06:04:17.024 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../029-libradosstriper1_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:17.031 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-ceph-common. 2023-12-01T06:04:17.034 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2023-12-01T06:04:17.045 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../013-python3-ceph-common_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:17.050 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-01T06:04:17.052 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libradosstriper1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:17.089 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:17.101 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T06:04:17.409 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-prettytable. 2023-12-01T06:04:17.422 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2023-12-01T06:04:17.463 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package lua5.1. 2023-12-01T06:04:17.467 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2023-12-01T06:04:17.476 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2023-12-01T06:04:17.482 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-common. 2023-12-01T06:04:17.493 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../030-ceph-common_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:17.513 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2023-12-01T06:04:17.530 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:17.703 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-rbd. 2023-12-01T06:04:17.717 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../015-python3-rbd_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:17.769 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-rbd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:17.832 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package lua-any. 2023-12-01T06:04:17.846 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../022-lua-any_25_all.deb ... 2023-12-01T06:04:17.891 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking lua-any (25) ... 2023-12-01T06:04:18.122 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2023-12-01T06:04:18.135 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package zip. 2023-12-01T06:04:18.135 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-01T06:04:18.150 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../023-zip_3.0-11build1_amd64.deb ... 2023-12-01T06:04:18.180 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T06:04:18.193 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking zip (3.0-11build1) ... 2023-12-01T06:04:18.542 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package librabbitmq4:amd64. 2023-12-01T06:04:18.555 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2023-12-01T06:04:18.580 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package unzip. 2023-12-01T06:04:18.593 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../024-unzip_6.0-25ubuntu1.1_amd64.deb ... 2023-12-01T06:04:18.600 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2023-12-01T06:04:18.638 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking unzip (6.0-25ubuntu1.1) ... 2023-12-01T06:04:18.928 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package librdkafka1:amd64. 2023-12-01T06:04:18.941 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2023-12-01T06:04:18.986 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-01T06:04:19.050 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package luarocks. 2023-12-01T06:04:19.064 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../025-luarocks_2.4.2+dfsg-1_all.deb ... 2023-12-01T06:04:19.109 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking luarocks (2.4.2+dfsg-1) ... 2023-12-01T06:04:19.439 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package librgw2. 2023-12-01T06:04:19.452 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../026-librgw2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:19.497 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librgw2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:19.547 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libreadline-dev:amd64. 2023-12-01T06:04:19.561 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../019-libreadline-dev_8.0-4_amd64.deb ... 2023-12-01T06:04:20.038 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libreadline-dev:amd64 (8.0-4) ... 2023-12-01T06:04:20.367 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2023-12-01T06:04:20.375 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-01T06:04:20.417 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T06:04:20.753 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package lua5.1. 2023-12-01T06:04:20.754 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-base. 2023-12-01T06:04:20.764 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2023-12-01T06:04:20.766 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../031-ceph-base_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:20.803 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2023-12-01T06:04:20.811 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-base (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:21.114 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package lua-any. 2023-12-01T06:04:21.125 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../022-lua-any_25_all.deb ... 2023-12-01T06:04:21.166 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking lua-any (25) ... 2023-12-01T06:04:21.283 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-rgw. 2023-12-01T06:04:21.291 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../027-python3-rgw_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:21.333 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-rgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:21.400 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package zip. 2023-12-01T06:04:21.409 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../023-zip_3.0-11build1_amd64.deb ... 2023-12-01T06:04:21.450 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking zip (3.0-11build1) ... 2023-12-01T06:04:21.678 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package liboath0. 2023-12-01T06:04:21.686 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../028-liboath0_2.6.1-1.3_amd64.deb ... 2023-12-01T06:04:21.728 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2023-12-01T06:04:21.795 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package unzip. 2023-12-01T06:04:21.804 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../024-unzip_6.0-25ubuntu1.1_amd64.deb ... 2023-12-01T06:04:21.845 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking unzip (6.0-25ubuntu1.1) ... 2023-12-01T06:04:22.047 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libradosstriper1. 2023-12-01T06:04:22.055 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../029-libradosstriper1_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:22.089 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libradosstriper1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:22.257 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package luarocks. 2023-12-01T06:04:22.271 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../025-luarocks_2.4.2+dfsg-1_all.deb ... 2023-12-01T06:04:22.282 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-cherrypy3. 2023-12-01T06:04:22.298 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../032-python3-cherrypy3_8.9.1-6_all.deb ... 2023-12-01T06:04:22.315 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking luarocks (2.4.2+dfsg-1) ... 2023-12-01T06:04:22.340 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2023-12-01T06:04:22.509 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-common. 2023-12-01T06:04:22.517 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../030-ceph-common_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:22.559 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:22.645 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package librgw2. 2023-12-01T06:04:22.659 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../026-librgw2_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:22.685 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-natsort. 2023-12-01T06:04:22.700 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../033-python3-natsort_7.0.1-1_all.deb ... 2023-12-01T06:04:22.703 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking librgw2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:22.743 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-natsort (7.0.1-1) ... 2023-12-01T06:04:23.054 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-logutils. 2023-12-01T06:04:23.067 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../034-python3-logutils_0.3.3-7_all.deb ... 2023-12-01T06:04:23.104 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-logutils (0.3.3-7) ... 2023-12-01T06:04:23.391 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-markupsafe. 2023-12-01T06:04:23.405 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../035-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2023-12-01T06:04:23.449 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2023-12-01T06:04:23.597 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-rgw. 2023-12-01T06:04:23.611 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../027-python3-rgw_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:23.672 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-rgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:23.751 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-mako. 2023-12-01T06:04:23.765 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../036-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2023-12-01T06:04:23.801 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-01T06:04:24.034 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package liboath0. 2023-12-01T06:04:24.048 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../028-liboath0_2.6.1-1.3_amd64.deb ... 2023-12-01T06:04:24.092 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2023-12-01T06:04:24.129 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-simplegeneric. 2023-12-01T06:04:24.143 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../037-python3-simplegeneric_0.8.1-3_all.deb ... 2023-12-01T06:04:24.188 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2023-12-01T06:04:24.386 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libradosstriper1. 2023-12-01T06:04:24.400 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../029-libradosstriper1_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:24.453 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libradosstriper1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:24.499 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-singledispatch. 2023-12-01T06:04:24.512 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../038-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2023-12-01T06:04:24.557 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2023-12-01T06:04:24.860 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-webob. 2023-12-01T06:04:24.874 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../039-python3-webob_1%3a1.8.5-2_all.deb ... 2023-12-01T06:04:24.906 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-common. 2023-12-01T06:04:24.918 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2023-12-01T06:04:24.920 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../030-ceph-common_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:24.964 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:25.164 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-base. 2023-12-01T06:04:25.178 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../031-ceph-base_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:25.239 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-base (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:25.246 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-soupsieve. 2023-12-01T06:04:25.259 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../040-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2023-12-01T06:04:25.295 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-01T06:04:25.598 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-bs4. 2023-12-01T06:04:25.613 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../041-python3-bs4_4.8.2-1_all.deb ... 2023-12-01T06:04:25.682 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2023-12-01T06:04:26.026 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-waitress. 2023-12-01T06:04:26.039 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../042-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2023-12-01T06:04:26.087 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-01T06:04:26.412 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-tempita. 2023-12-01T06:04:26.495 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../043-python3-tempita_0.5.2-6_all.deb ... 2023-12-01T06:04:26.495 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-tempita (0.5.2-6) ... 2023-12-01T06:04:26.677 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-cherrypy3. 2023-12-01T06:04:26.693 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../032-python3-cherrypy3_8.9.1-6_all.deb ... 2023-12-01T06:04:26.744 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2023-12-01T06:04:26.773 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-paste. 2023-12-01T06:04:26.789 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../044-python3-paste_3.4.0+dfsg1-1_all.deb ... 2023-12-01T06:04:26.831 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2023-12-01T06:04:27.081 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-natsort. 2023-12-01T06:04:27.094 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../033-python3-natsort_7.0.1-1_all.deb ... 2023-12-01T06:04:27.139 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-natsort (7.0.1-1) ... 2023-12-01T06:04:27.151 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2023-12-01T06:04:27.165 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../045-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2023-12-01T06:04:27.210 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2023-12-01T06:04:27.445 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-base. 2023-12-01T06:04:27.460 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../031-ceph-base_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:27.492 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-logutils. 2023-12-01T06:04:27.505 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../034-python3-logutils_0.3.3-7_all.deb ... 2023-12-01T06:04:27.511 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-pastedeploy. 2023-12-01T06:04:27.512 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-base (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:27.526 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../046-python3-pastedeploy_2.1.0-1_all.deb ... 2023-12-01T06:04:27.559 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-logutils (0.3.3-7) ... 2023-12-01T06:04:27.569 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2023-12-01T06:04:27.872 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-webtest. 2023-12-01T06:04:27.886 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../047-python3-webtest_2.0.32-2_all.deb ... 2023-12-01T06:04:27.928 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-markupsafe. 2023-12-01T06:04:27.930 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-webtest (2.0.32-2) ... 2023-12-01T06:04:27.942 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../035-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2023-12-01T06:04:27.986 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2023-12-01T06:04:28.242 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-pecan. 2023-12-01T06:04:28.255 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../048-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2023-12-01T06:04:28.300 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2023-12-01T06:04:28.364 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-mako. 2023-12-01T06:04:28.378 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../036-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2023-12-01T06:04:28.422 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-01T06:04:28.654 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-werkzeug. 2023-12-01T06:04:28.668 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../049-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.1_all.deb ... 2023-12-01T06:04:28.712 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-01T06:04:28.784 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-simplegeneric. 2023-12-01T06:04:28.798 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../037-python3-simplegeneric_0.8.1-3_all.deb ... 2023-12-01T06:04:28.851 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2023-12-01T06:04:28.949 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-cherrypy3. 2023-12-01T06:04:28.963 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../032-python3-cherrypy3_8.9.1-6_all.deb ... 2023-12-01T06:04:28.990 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2023-12-01T06:04:29.004 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../050-ceph-mgr-modules-core_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:29.007 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2023-12-01T06:04:29.040 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-mgr-modules-core (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:29.154 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-singledispatch. 2023-12-01T06:04:29.162 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../038-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2023-12-01T06:04:29.204 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2023-12-01T06:04:29.344 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-natsort. 2023-12-01T06:04:29.357 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../033-python3-natsort_7.0.1-1_all.deb ... 2023-12-01T06:04:29.402 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-natsort (7.0.1-1) ... 2023-12-01T06:04:29.429 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2023-12-01T06:04:29.442 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../051-libsqlite3-mod-ceph_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:29.481 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-webob. 2023-12-01T06:04:29.486 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libsqlite3-mod-ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:29.490 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../039-python3-webob_1%3a1.8.5-2_all.deb ... 2023-12-01T06:04:29.531 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2023-12-01T06:04:29.697 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-logutils. 2023-12-01T06:04:29.712 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../034-python3-logutils_0.3.3-7_all.deb ... 2023-12-01T06:04:29.755 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-logutils (0.3.3-7) ... 2023-12-01T06:04:29.814 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-bcrypt. 2023-12-01T06:04:29.827 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../052-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2023-12-01T06:04:29.868 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-soupsieve. 2023-12-01T06:04:29.872 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-01T06:04:29.882 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../040-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2023-12-01T06:04:29.926 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-01T06:04:30.050 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-markupsafe. 2023-12-01T06:04:30.064 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../035-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2023-12-01T06:04:30.108 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2023-12-01T06:04:30.192 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-cryptography. 2023-12-01T06:04:30.208 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../053-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2023-12-01T06:04:30.237 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-bs4. 2023-12-01T06:04:30.250 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2023-12-01T06:04:30.250 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../041-python3-bs4_4.8.2-1_all.deb ... 2023-12-01T06:04:30.295 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2023-12-01T06:04:30.410 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-mako. 2023-12-01T06:04:30.424 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../036-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2023-12-01T06:04:30.460 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-01T06:04:30.628 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-openssl. 2023-12-01T06:04:30.640 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-waitress. 2023-12-01T06:04:30.641 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../054-python3-openssl_19.0.0-1build1_all.deb ... 2023-12-01T06:04:30.653 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../042-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2023-12-01T06:04:30.678 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2023-12-01T06:04:30.693 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-01T06:04:30.813 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-simplegeneric. 2023-12-01T06:04:30.827 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../037-python3-simplegeneric_0.8.1-3_all.deb ... 2023-12-01T06:04:30.872 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2023-12-01T06:04:31.022 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-mgr. 2023-12-01T06:04:31.026 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-tempita. 2023-12-01T06:04:31.037 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../055-ceph-mgr_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:31.041 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../043-python3-tempita_0.5.2-6_all.deb ... 2023-12-01T06:04:31.080 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-mgr (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:31.086 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-tempita (0.5.2-6) ... 2023-12-01T06:04:31.166 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-singledispatch. 2023-12-01T06:04:31.180 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../038-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2023-12-01T06:04:31.224 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2023-12-01T06:04:31.371 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-paste. 2023-12-01T06:04:31.385 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../044-python3-paste_3.4.0+dfsg1-1_all.deb ... 2023-12-01T06:04:31.429 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2023-12-01T06:04:31.519 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-webob. 2023-12-01T06:04:31.533 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../039-python3-webob_1%3a1.8.5-2_all.deb ... 2023-12-01T06:04:31.559 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-mon. 2023-12-01T06:04:31.574 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../056-ceph-mon_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:31.577 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2023-12-01T06:04:31.617 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-mon (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:31.749 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2023-12-01T06:04:31.762 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../045-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2023-12-01T06:04:31.798 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2023-12-01T06:04:31.896 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-soupsieve. 2023-12-01T06:04:31.913 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../040-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2023-12-01T06:04:31.955 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-01T06:04:32.102 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pastedeploy. 2023-12-01T06:04:32.115 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../046-python3-pastedeploy_2.1.0-1_all.deb ... 2023-12-01T06:04:32.159 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2023-12-01T06:04:32.266 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-bs4. 2023-12-01T06:04:32.281 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../041-python3-bs4_4.8.2-1_all.deb ... 2023-12-01T06:04:32.324 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2023-12-01T06:04:32.489 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-webtest. 2023-12-01T06:04:32.503 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../047-python3-webtest_2.0.32-2_all.deb ... 2023-12-01T06:04:32.547 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-webtest (2.0.32-2) ... 2023-12-01T06:04:32.677 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-waitress. 2023-12-01T06:04:32.691 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../042-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2023-12-01T06:04:32.738 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-01T06:04:32.858 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pecan. 2023-12-01T06:04:32.872 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../048-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2023-12-01T06:04:32.916 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2023-12-01T06:04:32.937 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-osd. 2023-12-01T06:04:32.950 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../057-ceph-osd_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:32.986 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-osd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:33.071 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-tempita. 2023-12-01T06:04:33.085 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../043-python3-tempita_0.5.2-6_all.deb ... 2023-12-01T06:04:33.129 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-tempita (0.5.2-6) ... 2023-12-01T06:04:33.288 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-werkzeug. 2023-12-01T06:04:33.296 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../049-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.1_all.deb ... 2023-12-01T06:04:33.338 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-01T06:04:33.432 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-paste. 2023-12-01T06:04:33.448 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../044-python3-paste_3.4.0+dfsg1-1_all.deb ... 2023-12-01T06:04:33.490 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2023-12-01T06:04:33.616 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2023-12-01T06:04:33.624 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../050-ceph-mgr-modules-core_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:33.666 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-modules-core (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:33.827 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2023-12-01T06:04:33.841 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../045-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2023-12-01T06:04:33.885 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2023-12-01T06:04:34.046 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2023-12-01T06:04:34.059 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../051-libsqlite3-mod-ceph_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:34.104 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libsqlite3-mod-ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:34.162 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pastedeploy. 2023-12-01T06:04:34.176 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../046-python3-pastedeploy_2.1.0-1_all.deb ... 2023-12-01T06:04:34.220 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2023-12-01T06:04:34.415 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-bcrypt. 2023-12-01T06:04:34.430 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../052-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2023-12-01T06:04:34.473 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-01T06:04:34.540 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-webtest. 2023-12-01T06:04:34.556 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../047-python3-webtest_2.0.32-2_all.deb ... 2023-12-01T06:04:34.598 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-webtest (2.0.32-2) ... 2023-12-01T06:04:34.759 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-cryptography. 2023-12-01T06:04:34.772 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../053-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2023-12-01T06:04:34.817 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2023-12-01T06:04:34.909 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pecan. 2023-12-01T06:04:34.924 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../048-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2023-12-01T06:04:34.967 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2023-12-01T06:04:35.205 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-openssl. 2023-12-01T06:04:35.219 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../054-python3-openssl_19.0.0-1build1_all.deb ... 2023-12-01T06:04:35.263 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2023-12-01T06:04:35.305 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-werkzeug. 2023-12-01T06:04:35.321 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../049-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.1_all.deb ... 2023-12-01T06:04:35.363 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-01T06:04:35.607 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr. 2023-12-01T06:04:35.620 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../055-ceph-mgr_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:35.674 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:35.958 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2023-12-01T06:04:35.972 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../050-ceph-mgr-modules-core_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:36.016 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mgr-modules-core (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:36.252 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mon. 2023-12-01T06:04:36.266 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../056-ceph-mon_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:36.310 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mon (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:36.345 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph. 2023-12-01T06:04:36.358 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../058-ceph_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:36.429 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2023-12-01T06:04:36.444 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../051-libsqlite3-mod-ceph_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:36.487 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libsqlite3-mod-ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:36.539 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:36.798 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-bcrypt. 2023-12-01T06:04:36.811 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../052-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2023-12-01T06:04:36.848 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-01T06:04:36.858 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-fuse. 2023-12-01T06:04:36.872 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../059-ceph-fuse_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:36.908 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:37.126 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-cryptography. 2023-12-01T06:04:37.139 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../053-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2023-12-01T06:04:37.184 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2023-12-01T06:04:37.370 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-mds. 2023-12-01T06:04:37.385 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../060-ceph-mds_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:37.436 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-mds (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:37.529 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-openssl. 2023-12-01T06:04:37.543 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../054-python3-openssl_19.0.0-1build1_all.deb ... 2023-12-01T06:04:37.579 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2023-12-01T06:04:37.647 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-osd. 2023-12-01T06:04:37.661 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../057-ceph-osd_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:37.705 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-osd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:37.932 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mgr. 2023-12-01T06:04:37.946 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../055-ceph-mgr_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:37.947 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package cephadm. 2023-12-01T06:04:37.955 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../061-cephadm_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:37.997 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:38.015 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mgr (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:38.375 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-asyncssh. 2023-12-01T06:04:38.389 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../062-python3-asyncssh_1.12.2-1_all.deb ... 2023-12-01T06:04:38.433 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-asyncssh (1.12.2-1) ... 2023-12-01T06:04:38.485 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mon. 2023-12-01T06:04:38.501 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../056-ceph-mon_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:38.535 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mon (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:38.794 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-jinja2. 2023-12-01T06:04:38.807 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../063-python3-jinja2_2.10.1-2_all.deb ... 2023-12-01T06:04:38.852 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2023-12-01T06:04:39.230 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2023-12-01T06:04:39.243 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../064-ceph-mgr-cephadm_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:39.288 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-mgr-cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:39.650 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-jwt. 2023-12-01T06:04:39.664 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../065-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2023-12-01T06:04:39.708 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-01T06:04:39.821 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-osd. 2023-12-01T06:04:39.830 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../057-ceph-osd_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:39.871 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-osd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:40.020 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-repoze.lru. 2023-12-01T06:04:40.037 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../066-python3-repoze.lru_0.7-2_all.deb ... 2023-12-01T06:04:40.077 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2023-12-01T06:04:40.347 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libjs-underscore. 2023-12-01T06:04:40.360 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../067-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2023-12-01T06:04:40.405 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-01T06:04:40.683 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libjs-sphinxdoc. 2023-12-01T06:04:40.697 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../068-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2023-12-01T06:04:40.740 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-01T06:04:40.775 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph. 2023-12-01T06:04:40.789 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../058-ceph_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:40.825 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:41.040 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-routes. 2023-12-01T06:04:41.053 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../069-python3-routes_2.4.1-2_all.deb ... 2023-12-01T06:04:41.091 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-routes (2.4.1-2) ... 2023-12-01T06:04:41.160 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-fuse. 2023-12-01T06:04:41.169 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../059-ceph-fuse_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:41.211 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:41.445 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2023-12-01T06:04:41.459 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../070-ceph-mgr-dashboard_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:41.503 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-mgr-dashboard (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:41.681 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mds. 2023-12-01T06:04:41.689 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../060-ceph-mds_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:41.758 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mds (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:42.015 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-decorator. 2023-12-01T06:04:42.028 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../071-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2023-12-01T06:04:42.065 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2023-12-01T06:04:42.350 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package cephadm. 2023-12-01T06:04:42.359 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../061-cephadm_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:42.368 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2023-12-01T06:04:42.381 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../072-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2023-12-01T06:04:42.408 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:42.426 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-01T06:04:42.753 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-scipy. 2023-12-01T06:04:42.767 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../073-python3-scipy_1.3.3-3build1_amd64.deb ... 2023-12-01T06:04:42.786 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-asyncssh. 2023-12-01T06:04:42.794 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../062-python3-asyncssh_1.12.2-1_all.deb ... 2023-12-01T06:04:42.812 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2023-12-01T06:04:42.836 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-asyncssh (1.12.2-1) ... 2023-12-01T06:04:42.941 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph. 2023-12-01T06:04:42.954 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../058-ceph_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:42.999 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:43.198 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-jinja2. 2023-12-01T06:04:43.213 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../063-python3-jinja2_2.10.1-2_all.deb ... 2023-12-01T06:04:43.256 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2023-12-01T06:04:43.301 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-fuse. 2023-12-01T06:04:43.317 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../059-ceph-fuse_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:43.359 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:43.584 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2023-12-01T06:04:43.597 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../064-ceph-mgr-cephadm_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:43.633 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:43.763 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mds. 2023-12-01T06:04:43.777 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../060-ceph-mds_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:43.820 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mds (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:43.987 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-jwt. 2023-12-01T06:04:44.002 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../065-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2023-12-01T06:04:44.045 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-01T06:04:44.112 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-sklearn-lib. 2023-12-01T06:04:44.126 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../074-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2023-12-01T06:04:44.170 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-01T06:04:44.332 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package cephadm. 2023-12-01T06:04:44.346 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../061-cephadm_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:44.356 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-repoze.lru. 2023-12-01T06:04:44.370 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../066-python3-repoze.lru_0.7-2_all.deb ... 2023-12-01T06:04:44.390 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:44.415 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2023-12-01T06:04:44.667 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libjs-underscore. 2023-12-01T06:04:44.681 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../067-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2023-12-01T06:04:44.711 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-joblib. 2023-12-01T06:04:44.718 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-asyncssh. 2023-12-01T06:04:44.725 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../075-python3-joblib_0.14.0-3_all.deb ... 2023-12-01T06:04:44.725 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-01T06:04:44.733 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../062-python3-asyncssh_1.12.2-1_all.deb ... 2023-12-01T06:04:44.769 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-joblib (0.14.0-3) ... 2023-12-01T06:04:44.778 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-asyncssh (1.12.2-1) ... 2023-12-01T06:04:45.011 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libjs-sphinxdoc. 2023-12-01T06:04:45.025 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../068-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2023-12-01T06:04:45.069 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-01T06:04:45.123 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-sklearn. 2023-12-01T06:04:45.137 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../076-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2023-12-01T06:04:45.162 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-jinja2. 2023-12-01T06:04:45.176 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../063-python3-jinja2_2.10.1-2_all.deb ... 2023-12-01T06:04:45.181 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-01T06:04:45.220 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2023-12-01T06:04:45.381 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-routes. 2023-12-01T06:04:45.394 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../069-python3-routes_2.4.1-2_all.deb ... 2023-12-01T06:04:45.430 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-routes (2.4.1-2) ... 2023-12-01T06:04:45.540 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2023-12-01T06:04:45.553 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../064-ceph-mgr-cephadm_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:45.598 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mgr-cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:45.775 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2023-12-01T06:04:45.789 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../070-ceph-mgr-dashboard_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:45.833 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-dashboard (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:45.929 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2023-12-01T06:04:45.945 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../077-ceph-mgr-diskprediction-local_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:45.960 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-jwt. 2023-12-01T06:04:45.974 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../065-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2023-12-01T06:04:45.987 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-mgr-diskprediction-local (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:46.018 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-01T06:04:46.337 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-decorator. 2023-12-01T06:04:46.337 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-repoze.lru. 2023-12-01T06:04:46.350 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../071-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2023-12-01T06:04:46.351 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../066-python3-repoze.lru_0.7-2_all.deb ... 2023-12-01T06:04:46.395 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2023-12-01T06:04:46.404 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2023-12-01T06:04:46.681 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2023-12-01T06:04:46.695 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../072-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2023-12-01T06:04:46.739 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-01T06:04:46.790 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libjs-underscore. 2023-12-01T06:04:46.805 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../067-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2023-12-01T06:04:46.848 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-01T06:04:47.075 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-scipy. 2023-12-01T06:04:47.090 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../073-python3-scipy_1.3.3-3build1_amd64.deb ... 2023-12-01T06:04:47.117 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libjs-sphinxdoc. 2023-12-01T06:04:47.131 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../068-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2023-12-01T06:04:47.131 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-cachetools. 2023-12-01T06:04:47.133 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2023-12-01T06:04:47.146 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../078-python3-cachetools_4.0.0-1_all.deb ... 2023-12-01T06:04:47.175 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-01T06:04:47.190 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2023-12-01T06:04:47.461 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-routes. 2023-12-01T06:04:47.477 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../069-python3-routes_2.4.1-2_all.deb ... 2023-12-01T06:04:47.502 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-pyasn1. 2023-12-01T06:04:47.515 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../079-python3-pyasn1_0.4.2-3build1_all.deb ... 2023-12-01T06:04:47.519 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-routes (2.4.1-2) ... 2023-12-01T06:04:47.560 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2023-12-01T06:04:47.847 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2023-12-01T06:04:47.861 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../070-ceph-mgr-dashboard_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:47.905 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mgr-dashboard (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:47.982 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-pyasn1-modules. 2023-12-01T06:04:47.997 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2023-12-01T06:04:48.040 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-01T06:04:48.359 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-decorator. 2023-12-01T06:04:48.360 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-rsa. 2023-12-01T06:04:48.373 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../071-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2023-12-01T06:04:48.376 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../081-python3-rsa_4.0-3_all.deb ... 2023-12-01T06:04:48.417 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2023-12-01T06:04:48.418 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-rsa (4.0-3) ... 2023-12-01T06:04:48.508 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-sklearn-lib. 2023-12-01T06:04:48.521 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../074-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2023-12-01T06:04:48.566 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-01T06:04:48.714 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-google-auth. 2023-12-01T06:04:48.727 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../082-python3-google-auth_1.5.1-2_all.deb ... 2023-12-01T06:04:48.745 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2023-12-01T06:04:48.761 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../072-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2023-12-01T06:04:48.772 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2023-12-01T06:04:48.803 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-01T06:04:49.092 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-blinker. 2023-12-01T06:04:49.101 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../083-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2023-12-01T06:04:49.111 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-joblib. 2023-12-01T06:04:49.122 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-scipy. 2023-12-01T06:04:49.126 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../075-python3-joblib_0.14.0-3_all.deb ... 2023-12-01T06:04:49.136 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../073-python3-scipy_1.3.3-3build1_amd64.deb ... 2023-12-01T06:04:49.142 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-01T06:04:49.169 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-joblib (0.14.0-3) ... 2023-12-01T06:04:49.180 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2023-12-01T06:04:49.445 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-oauthlib. 2023-12-01T06:04:49.459 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../084-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2023-12-01T06:04:49.506 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-01T06:04:49.531 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-sklearn. 2023-12-01T06:04:49.546 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../076-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2023-12-01T06:04:49.589 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-01T06:04:49.849 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-requests-oauthlib. 2023-12-01T06:04:49.865 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2023-12-01T06:04:49.906 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-01T06:04:50.202 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-websocket. 2023-12-01T06:04:50.217 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2023-12-01T06:04:50.259 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2023-12-01T06:04:50.307 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2023-12-01T06:04:50.320 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../077-ceph-mgr-diskprediction-local_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:50.366 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-diskprediction-local (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:50.472 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-sklearn-lib. 2023-12-01T06:04:50.489 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../074-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2023-12-01T06:04:50.530 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-01T06:04:50.579 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-kubernetes. 2023-12-01T06:04:50.594 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... 2023-12-01T06:04:50.637 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2023-12-01T06:04:51.050 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-joblib. 2023-12-01T06:04:51.065 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../075-python3-joblib_0.14.0-3_all.deb ... 2023-12-01T06:04:51.108 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-joblib (0.14.0-3) ... 2023-12-01T06:04:51.217 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2023-12-01T06:04:51.233 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../088-ceph-mgr-k8sevents_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:51.276 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-mgr-k8sevents (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:51.462 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-sklearn. 2023-12-01T06:04:51.477 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../076-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2023-12-01T06:04:51.520 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-01T06:04:51.530 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-cachetools. 2023-12-01T06:04:51.545 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../078-python3-cachetools_4.0.0-1_all.deb ... 2023-12-01T06:04:51.588 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2023-12-01T06:04:51.596 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libonig5:amd64. 2023-12-01T06:04:51.610 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../089-libonig5_6.9.4-1_amd64.deb ... 2023-12-01T06:04:51.654 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2023-12-01T06:04:51.882 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pyasn1. 2023-12-01T06:04:51.898 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../079-python3-pyasn1_0.4.2-3build1_all.deb ... 2023-12-01T06:04:51.940 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2023-12-01T06:04:52.007 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libjq1:amd64. 2023-12-01T06:04:52.022 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-01T06:04:52.065 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-01T06:04:52.212 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2023-12-01T06:04:52.221 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../077-ceph-mgr-diskprediction-local_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:52.262 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mgr-diskprediction-local (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:52.343 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package jq. 2023-12-01T06:04:52.357 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-01T06:04:52.387 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pyasn1-modules. 2023-12-01T06:04:52.401 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2023-12-01T06:04:52.401 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2023-12-01T06:04:52.445 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-01T06:04:52.671 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package socat. 2023-12-01T06:04:52.686 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../092-socat_1.7.3.3-2_amd64.deb ... 2023-12-01T06:04:52.729 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking socat (1.7.3.3-2) ... 2023-12-01T06:04:52.741 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-rsa. 2023-12-01T06:04:52.755 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../081-python3-rsa_4.0-3_all.deb ... 2023-12-01T06:04:52.799 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-rsa (4.0-3) ... 2023-12-01T06:04:53.032 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package xmlstarlet. 2023-12-01T06:04:53.046 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../093-xmlstarlet_1.6.1-2build1_amd64.deb ... 2023-12-01T06:04:53.090 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2023-12-01T06:04:53.111 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-google-auth. 2023-12-01T06:04:53.126 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../082-python3-google-auth_1.5.1-2_all.deb ... 2023-12-01T06:04:53.169 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2023-12-01T06:04:53.383 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-cachetools. 2023-12-01T06:04:53.397 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../078-python3-cachetools_4.0.0-1_all.deb ... 2023-12-01T06:04:53.420 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-test. 2023-12-01T06:04:53.434 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../094-ceph-test_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:53.441 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2023-12-01T06:04:53.469 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-test (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:53.499 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-blinker. 2023-12-01T06:04:53.512 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../083-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2023-12-01T06:04:53.557 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-01T06:04:53.721 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pyasn1. 2023-12-01T06:04:53.735 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../079-python3-pyasn1_0.4.2-3build1_all.deb ... 2023-12-01T06:04:53.779 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2023-12-01T06:04:53.860 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-oauthlib. 2023-12-01T06:04:53.875 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../084-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2023-12-01T06:04:53.910 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-01T06:04:54.192 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pyasn1-modules. 2023-12-01T06:04:54.206 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2023-12-01T06:04:54.230 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-requests-oauthlib. 2023-12-01T06:04:54.246 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2023-12-01T06:04:54.258 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-01T06:04:54.288 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-01T06:04:54.575 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-websocket. 2023-12-01T06:04:54.578 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-rsa. 2023-12-01T06:04:54.590 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2023-12-01T06:04:54.592 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../081-python3-rsa_4.0-3_all.deb ... 2023-12-01T06:04:54.633 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2023-12-01T06:04:54.636 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-rsa (4.0-3) ... 2023-12-01T06:04:54.932 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-google-auth. 2023-12-01T06:04:54.944 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-kubernetes. 2023-12-01T06:04:54.946 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../082-python3-google-auth_1.5.1-2_all.deb ... 2023-12-01T06:04:54.957 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... 2023-12-01T06:04:54.990 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2023-12-01T06:04:55.002 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2023-12-01T06:04:55.311 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-blinker. 2023-12-01T06:04:55.325 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../083-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2023-12-01T06:04:55.369 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-01T06:04:55.591 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2023-12-01T06:04:55.605 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../088-ceph-mgr-k8sevents_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:55.649 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-k8sevents (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:55.672 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-oauthlib. 2023-12-01T06:04:55.689 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../084-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2023-12-01T06:04:55.730 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-01T06:04:55.976 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libonig5:amd64. 2023-12-01T06:04:55.986 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../089-libonig5_6.9.4-1_amd64.deb ... 2023-12-01T06:04:56.027 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2023-12-01T06:04:56.084 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-requests-oauthlib. 2023-12-01T06:04:56.100 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2023-12-01T06:04:56.142 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-01T06:04:56.379 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libjq1:amd64. 2023-12-01T06:04:56.388 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-01T06:04:56.429 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-01T06:04:56.454 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-websocket. 2023-12-01T06:04:56.469 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2023-12-01T06:04:56.511 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2023-12-01T06:04:56.707 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package jq. 2023-12-01T06:04:56.722 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-01T06:04:56.766 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2023-12-01T06:04:56.848 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-kubernetes. 2023-12-01T06:04:56.864 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... 2023-12-01T06:04:56.906 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2023-12-01T06:04:57.018 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package socat. 2023-12-01T06:04:57.032 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../092-socat_1.7.3.3-2_amd64.deb ... 2023-12-01T06:04:57.077 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking socat (1.7.3.3-2) ... 2023-12-01T06:04:57.415 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package xmlstarlet. 2023-12-01T06:04:57.430 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../093-xmlstarlet_1.6.1-2build1_amd64.deb ... 2023-12-01T06:04:57.473 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2023-12-01T06:04:57.486 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2023-12-01T06:04:57.502 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../088-ceph-mgr-k8sevents_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:57.544 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mgr-k8sevents (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:57.844 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-test. 2023-12-01T06:04:57.859 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../094-ceph-test_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:57.864 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libonig5:amd64. 2023-12-01T06:04:57.878 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../089-libonig5_6.9.4-1_amd64.deb ... 2023-12-01T06:04:57.905 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-test (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:57.922 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2023-12-01T06:04:57.989 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package ceph-volume. 2023-12-01T06:04:58.005 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../095-ceph-volume_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:04:58.047 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking ceph-volume (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:58.267 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libjq1:amd64. 2023-12-01T06:04:58.282 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-01T06:04:58.325 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-01T06:04:58.351 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package fonts-mathjax. 2023-12-01T06:04:58.366 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../096-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-01T06:04:58.410 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-01T06:04:58.586 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package jq. 2023-12-01T06:04:58.601 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-01T06:04:58.644 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2023-12-01T06:04:58.897 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package socat. 2023-12-01T06:04:58.911 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../092-socat_1.7.3.3-2_amd64.deb ... 2023-12-01T06:04:58.930 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libcephfs-dev. 2023-12-01T06:04:58.948 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../097-libcephfs-dev_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:58.958 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking socat (1.7.3.3-2) ... 2023-12-01T06:04:58.987 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libcephfs-dev (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:59.258 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package xmlstarlet. 2023-12-01T06:04:59.273 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../093-xmlstarlet_1.6.1-2build1_amd64.deb ... 2023-12-01T06:04:59.307 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package lua-socket:amd64. 2023-12-01T06:04:59.322 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../098-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 2023-12-01T06:04:59.324 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2023-12-01T06:04:59.368 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-01T06:04:59.672 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-test. 2023-12-01T06:04:59.677 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package lua-sec:amd64. 2023-12-01T06:04:59.686 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../094-ceph-test_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:04:59.693 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../099-lua-sec_0.9-3_amd64.deb ... 2023-12-01T06:04:59.730 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-test (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:04:59.736 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking lua-sec:amd64 (0.9-3) ... 2023-12-01T06:05:00.107 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package nvme-cli. 2023-12-01T06:05:00.119 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../100-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2023-12-01T06:05:00.180 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2023-12-01T06:05:00.587 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package pkg-config. 2023-12-01T06:05:00.600 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../101-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2023-12-01T06:05:00.645 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking pkg-config (0.29.1-0ubuntu4) ... 2023-12-01T06:05:00.889 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python-asyncssh-doc. 2023-12-01T06:05:00.903 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../102-python-asyncssh-doc_1.12.2-1_all.deb ... 2023-12-01T06:05:00.947 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python-asyncssh-doc (1.12.2-1) ... 2023-12-01T06:05:01.342 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package libjs-mathjax. 2023-12-01T06:05:01.356 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../103-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-01T06:05:01.400 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-01T06:05:02.373 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-volume. 2023-12-01T06:05:02.387 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../095-ceph-volume_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:05:02.431 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-volume (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:02.726 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package fonts-mathjax. 2023-12-01T06:05:02.742 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../096-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-01T06:05:02.784 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-01T06:05:03.054 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python-natsort-doc. 2023-12-01T06:05:03.070 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../104-python-natsort-doc_7.0.1-1_all.deb ... 2023-12-01T06:05:03.112 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2023-12-01T06:05:03.305 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libcephfs-dev. 2023-12-01T06:05:03.319 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../097-libcephfs-dev_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:05:03.363 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libcephfs-dev (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:03.443 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-atomicwrites. 2023-12-01T06:05:03.452 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../105-python3-atomicwrites_1.1.5-2build1_all.deb ... 2023-12-01T06:05:03.501 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2023-12-01T06:05:03.683 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package lua-socket:amd64. 2023-12-01T06:05:03.697 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../098-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 2023-12-01T06:05:03.741 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-01T06:05:03.796 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-attr. 2023-12-01T06:05:03.810 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../106-python3-attr_19.3.0-2_all.deb ... 2023-12-01T06:05:03.853 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-attr (19.3.0-2) ... 2023-12-01T06:05:04.061 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package lua-sec:amd64. 2023-12-01T06:05:04.077 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../099-lua-sec_0.9-3_amd64.deb ... 2023-12-01T06:05:04.119 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking lua-sec:amd64 (0.9-3) ... 2023-12-01T06:05:04.190 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-webencodings. 2023-12-01T06:05:04.203 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../107-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2023-12-01T06:05:04.249 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-01T06:05:04.516 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package nvme-cli. 2023-12-01T06:05:04.530 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../100-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2023-12-01T06:05:04.562 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-html5lib. 2023-12-01T06:05:04.576 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../108-python3-html5lib_1.0.1-2_all.deb ... 2023-12-01T06:05:04.584 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-volume. 2023-12-01T06:05:04.585 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2023-12-01T06:05:04.598 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../095-ceph-volume_18.0.0-7662-g875037c4-1focal_all.deb ... 2023-12-01T06:05:04.620 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2023-12-01T06:05:04.642 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-volume (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:04.937 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package fonts-mathjax. 2023-12-01T06:05:04.951 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../096-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-01T06:05:04.965 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-lxml:amd64. 2023-12-01T06:05:04.970 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package pkg-config. 2023-12-01T06:05:04.981 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../109-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2023-12-01T06:05:04.986 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../101-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2023-12-01T06:05:04.995 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-01T06:05:05.023 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-01T06:05:05.028 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking pkg-config (0.29.1-0ubuntu4) ... 2023-12-01T06:05:05.290 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python-asyncssh-doc. 2023-12-01T06:05:05.304 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../102-python-asyncssh-doc_1.12.2-1_all.deb ... 2023-12-01T06:05:05.348 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python-asyncssh-doc (1.12.2-1) ... 2023-12-01T06:05:05.491 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libcephfs-dev. 2023-12-01T06:05:05.501 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-packaging. 2023-12-01T06:05:05.505 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../097-libcephfs-dev_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:05:05.520 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../110-python3-packaging_20.3-1_all.deb ... 2023-12-01T06:05:05.548 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libcephfs-dev (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:05.559 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-packaging (20.3-1) ... 2023-12-01T06:05:05.718 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libjs-mathjax. 2023-12-01T06:05:05.733 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../103-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-01T06:05:05.776 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-01T06:05:05.849 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-pastescript. 2023-12-01T06:05:05.851 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package lua-socket:amd64. 2023-12-01T06:05:05.864 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../111-python3-pastescript_2.0.2-4_all.deb ... 2023-12-01T06:05:05.866 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../098-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 2023-12-01T06:05:05.907 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2023-12-01T06:05:05.909 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-01T06:05:06.219 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-pluggy. 2023-12-01T06:05:06.233 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../112-python3-pluggy_0.13.0-2_all.deb ... 2023-12-01T06:05:06.277 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2023-12-01T06:05:06.480 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package lua-sec:amd64. 2023-12-01T06:05:06.495 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../099-lua-sec_0.9-3_amd64.deb ... 2023-12-01T06:05:06.538 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking lua-sec:amd64 (0.9-3) ... 2023-12-01T06:05:06.597 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-psutil. 2023-12-01T06:05:06.613 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../113-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2023-12-01T06:05:06.672 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2023-12-01T06:05:06.951 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package nvme-cli. 2023-12-01T06:05:06.965 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../100-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2023-12-01T06:05:07.025 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2023-12-01T06:05:07.221 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-py. 2023-12-01T06:05:07.237 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../114-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2023-12-01T06:05:07.414 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package pkg-config. 2023-12-01T06:05:07.429 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../101-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2023-12-01T06:05:07.472 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking pkg-config (0.29.1-0ubuntu4) ... 2023-12-01T06:05:07.599 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2023-12-01T06:05:07.733 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python-asyncssh-doc. 2023-12-01T06:05:07.749 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../102-python-asyncssh-doc_1.12.2-1_all.deb ... 2023-12-01T06:05:07.791 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python-asyncssh-doc (1.12.2-1) ... 2023-12-01T06:05:07.919 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-pyinotify. 2023-12-01T06:05:07.921 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python-natsort-doc. 2023-12-01T06:05:07.934 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../115-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2023-12-01T06:05:07.937 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../104-python-natsort-doc_7.0.1-1_all.deb ... 2023-12-01T06:05:07.977 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-01T06:05:07.978 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2023-12-01T06:05:08.153 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libjs-mathjax. 2023-12-01T06:05:08.172 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../103-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-01T06:05:08.211 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-01T06:05:08.306 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-wcwidth. 2023-12-01T06:05:08.315 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-atomicwrites. 2023-12-01T06:05:08.323 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../116-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2023-12-01T06:05:08.329 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../105-python3-atomicwrites_1.1.5-2build1_all.deb ... 2023-12-01T06:05:08.363 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-01T06:05:08.373 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2023-12-01T06:05:08.659 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-attr. 2023-12-01T06:05:08.666 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-pytest. 2023-12-01T06:05:08.674 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../106-python3-attr_19.3.0-2_all.deb ... 2023-12-01T06:05:08.676 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../117-python3-pytest_4.6.9-1_all.deb ... 2023-12-01T06:05:08.716 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-pytest (4.6.9-1) ... 2023-12-01T06:05:08.716 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-attr (19.3.0-2) ... 2023-12-01T06:05:09.044 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package python3-simplejson. 2023-12-01T06:05:09.053 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-webencodings. 2023-12-01T06:05:09.053 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../118-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2023-12-01T06:05:09.067 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../107-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2023-12-01T06:05:09.094 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-01T06:05:09.136 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-01T06:05:09.364 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package qttranslations5-l10n. 2023-12-01T06:05:09.378 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../119-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2023-12-01T06:05:09.422 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-01T06:05:09.430 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-html5lib. 2023-12-01T06:05:09.444 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../108-python3-html5lib_1.0.1-2_all.deb ... 2023-12-01T06:05:09.489 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2023-12-01T06:05:09.851 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-lxml:amd64. 2023-12-01T06:05:09.858 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python-natsort-doc. 2023-12-01T06:05:09.865 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../109-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2023-12-01T06:05:09.873 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../104-python-natsort-doc_7.0.1-1_all.deb ... 2023-12-01T06:05:09.908 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2023-12-01T06:05:09.909 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-01T06:05:10.159 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package radosgw. 2023-12-01T06:05:10.174 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../120-radosgw_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:05:10.217 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking radosgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:10.252 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-atomicwrites. 2023-12-01T06:05:10.266 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../105-python3-atomicwrites_1.1.5-2build1_all.deb ... 2023-12-01T06:05:10.310 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2023-12-01T06:05:10.389 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-packaging. 2023-12-01T06:05:10.403 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../110-python3-packaging_20.3-1_all.deb ... 2023-12-01T06:05:10.447 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-packaging (20.3-1) ... 2023-12-01T06:05:10.613 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-attr. 2023-12-01T06:05:10.629 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../106-python3-attr_19.3.0-2_all.deb ... 2023-12-01T06:05:10.671 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-attr (19.3.0-2) ... 2023-12-01T06:05:10.774 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pastescript. 2023-12-01T06:05:10.789 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../111-python3-pastescript_2.0.2-4_all.deb ... 2023-12-01T06:05:10.832 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2023-12-01T06:05:10.990 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-webencodings. 2023-12-01T06:05:11.005 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../107-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2023-12-01T06:05:11.048 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-01T06:05:11.155 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pluggy. 2023-12-01T06:05:11.171 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../112-python3-pluggy_0.13.0-2_all.deb ... 2023-12-01T06:05:11.214 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2023-12-01T06:05:11.451 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-html5lib. 2023-12-01T06:05:11.466 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../108-python3-html5lib_1.0.1-2_all.deb ... 2023-12-01T06:05:11.509 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2023-12-01T06:05:11.525 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-psutil. 2023-12-01T06:05:11.539 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../113-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2023-12-01T06:05:11.583 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2023-12-01T06:05:11.654 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package rbd-fuse. 2023-12-01T06:05:11.668 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../121-rbd-fuse_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:05:11.712 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking rbd-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:11.846 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-lxml:amd64. 2023-12-01T06:05:11.860 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../109-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2023-12-01T06:05:11.904 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-01T06:05:11.919 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-py. 2023-12-01T06:05:11.933 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../114-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2023-12-01T06:05:11.977 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2023-12-01T06:05:12.012 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-attr (19.3.0-2) ... 2023-12-01T06:05:12.299 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pyinotify. 2023-12-01T06:05:12.309 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2023-12-01T06:05:12.313 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../115-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2023-12-01T06:05:12.341 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-packaging. 2023-12-01T06:05:12.348 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-01T06:05:12.357 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../110-python3-packaging_20.3-1_all.deb ... 2023-12-01T06:05:12.399 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-packaging (20.3-1) ... 2023-12-01T06:05:12.468 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-01T06:05:12.594 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2023-12-01T06:05:12.653 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-wcwidth. 2023-12-01T06:05:12.666 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../116-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2023-12-01T06:05:12.709 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-01T06:05:12.721 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pastescript. 2023-12-01T06:05:12.736 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../111-python3-pastescript_2.0.2-4_all.deb ... 2023-12-01T06:05:12.779 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2023-12-01T06:05:12.788 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:13.020 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pytest. 2023-12-01T06:05:13.035 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../117-python3-pytest_4.6.9-1_all.deb ... 2023-12-01T06:05:13.078 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pytest (4.6.9-1) ... 2023-12-01T06:05:13.085 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pluggy. 2023-12-01T06:05:13.102 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../112-python3-pluggy_0.13.0-2_all.deb ... 2023-12-01T06:05:13.143 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2023-12-01T06:05:13.398 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-simplejson. 2023-12-01T06:05:13.399 INFO:teuthology.orchestra.run.smithi088.stdout:Adding system user cephadm....done 2023-12-01T06:05:13.412 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../118-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2023-12-01T06:05:13.454 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-psutil. 2023-12-01T06:05:13.456 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-01T06:05:13.470 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../113-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2023-12-01T06:05:13.513 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2023-12-01T06:05:13.552 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-01T06:05:13.678 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-01T06:05:13.726 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package qttranslations5-l10n. 2023-12-01T06:05:13.740 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../119-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2023-12-01T06:05:13.783 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-01T06:05:13.869 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-py. 2023-12-01T06:05:13.885 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../114-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2023-12-01T06:05:13.927 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2023-12-01T06:05:14.021 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-repoze.lru (0.7-2) ... 2023-12-01T06:05:14.230 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pyinotify. 2023-12-01T06:05:14.246 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../115-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2023-12-01T06:05:14.290 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-01T06:05:14.314 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-01T06:05:14.440 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up liboath0 (2.6.1-1.3) ... 2023-12-01T06:05:14.479 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package radosgw. 2023-12-01T06:05:14.494 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../120-radosgw_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:05:14.554 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking radosgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:14.566 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2023-12-01T06:05:14.574 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-wcwidth. 2023-12-01T06:05:14.590 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../116-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2023-12-01T06:05:14.632 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-01T06:05:14.884 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-joblib (0.14.0-3) ... 2023-12-01T06:05:14.937 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pytest. 2023-12-01T06:05:14.952 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../117-python3-pytest_4.6.9-1_all.deb ... 2023-12-01T06:05:14.995 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pytest (4.6.9-1) ... 2023-12-01T06:05:15.278 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-01T06:05:15.358 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-simplejson. 2023-12-01T06:05:15.372 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../118-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2023-12-01T06:05:15.415 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-01T06:05:15.571 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-cachetools (4.0.0-1) ... 2023-12-01T06:05:15.685 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package qttranslations5-l10n. 2023-12-01T06:05:15.701 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../119-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2023-12-01T06:05:15.743 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-01T06:05:15.864 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up unzip (6.0-25ubuntu1.1) ... 2023-12-01T06:05:16.007 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-01T06:05:16.057 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package rbd-fuse. 2023-12-01T06:05:16.072 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../121-rbd-fuse_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:05:16.115 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking rbd-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:16.283 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-01T06:05:16.389 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package radosgw. 2023-12-01T06:05:16.405 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../120-radosgw_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:05:16.417 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-attr (19.3.0-2) ... 2023-12-01T06:05:16.447 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking radosgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:16.567 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-ceph-argparse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:16.711 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2023-12-01T06:05:16.837 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-01T06:05:16.860 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-01T06:05:16.963 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2023-12-01T06:05:16.986 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-01T06:05:17.121 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libreadline-dev:amd64 (8.0-4) ... 2023-12-01T06:05:17.149 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:17.246 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2023-12-01T06:05:17.531 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2023-12-01T06:05:17.749 INFO:teuthology.orchestra.run.smithi076.stdout:Adding system user cephadm....done 2023-12-01T06:05:17.904 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-01T06:05:17.917 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package rbd-fuse. 2023-12-01T06:05:17.929 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2023-12-01T06:05:17.931 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../121-rbd-fuse_18.0.0-7662-g875037c4-1focal_amd64.deb ... 2023-12-01T06:05:17.962 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2023-12-01T06:05:17.977 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking rbd-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:18.029 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-01T06:05:18.067 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-01T06:05:18.279 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-attr (19.3.0-2) ... 2023-12-01T06:05:18.351 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-01T06:05:18.373 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-repoze.lru (0.7-2) ... 2023-12-01T06:05:18.477 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2023-12-01T06:05:18.580 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2023-12-01T06:05:18.657 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-01T06:05:18.706 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-01T06:05:18.783 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up liboath0 (2.6.1-1.3) ... 2023-12-01T06:05:18.832 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2023-12-01T06:05:18.854 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-natsort (7.0.1-1) ... 2023-12-01T06:05:18.909 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2023-12-01T06:05:19.034 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:19.139 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2023-12-01T06:05:19.243 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-joblib (0.14.0-3) ... 2023-12-01T06:05:19.417 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-01T06:05:19.571 INFO:teuthology.orchestra.run.smithi038.stdout:Adding system user cephadm....done 2023-12-01T06:05:19.654 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-01T06:05:19.723 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-01T06:05:19.752 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2023-12-01T06:05:19.850 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-01T06:05:19.939 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-cachetools (4.0.0-1) ... 2023-12-01T06:05:20.036 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up zip (3.0-11build1) ... 2023-12-01T06:05:20.171 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2023-12-01T06:05:20.218 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-repoze.lru (0.7-2) ... 2023-12-01T06:05:20.234 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up unzip (6.0-25ubuntu1.1) ... 2023-12-01T06:05:20.383 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-01T06:05:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-tempita (0.5.2-6) ... 2023-12-01T06:05:20.502 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-01T06:05:20.653 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up liboath0 (2.6.1-1.3) ... 2023-12-01T06:05:20.658 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-01T06:05:20.779 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2023-12-01T06:05:20.789 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-packaging (20.3-1) ... 2023-12-01T06:05:20.959 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-ceph-argparse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:21.098 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-joblib (0.14.0-3) ... 2023-12-01T06:05:21.099 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2023-12-01T06:05:21.225 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-01T06:05:21.244 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-01T06:05:21.359 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-01T06:05:21.378 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-01T06:05:21.500 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-01T06:05:21.504 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libreadline-dev:amd64 (8.0-4) ... 2023-12-01T06:05:21.630 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2023-12-01T06:05:21.635 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2023-12-01T06:05:21.785 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-cachetools (4.0.0-1) ... 2023-12-01T06:05:21.906 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2023-12-01T06:05:22.037 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-01T06:05:22.070 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up unzip (6.0-25ubuntu1.1) ... 2023-12-01T06:05:22.204 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-01T06:05:22.298 INFO:teuthology.orchestra.run.smithi076.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2023-12-01T06:05:22.345 INFO:teuthology.orchestra.run.smithi076.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2023-12-01T06:05:22.397 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2023-12-01T06:05:22.409 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-01T06:05:22.480 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-01T06:05:22.684 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-01T06:05:22.766 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up socat (1.7.3.3-2) ... 2023-12-01T06:05:22.782 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-ceph-argparse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:22.811 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2023-12-01T06:05:22.893 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:23.066 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-01T06:05:23.195 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-natsort (7.0.1-1) ... 2023-12-01T06:05:23.200 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-01T06:05:23.211 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up pkg-config (0.29.1-0ubuntu4) ... 2023-12-01T06:05:23.326 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libreadline-dev:amd64 (8.0-4) ... 2023-12-01T06:05:23.452 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2023-12-01T06:05:23.455 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:05:23.488 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2023-12-01T06:05:23.589 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-html5lib (1.0.1-2) ... 2023-12-01T06:05:23.720 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2023-12-01T06:05:23.764 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-01T06:05:23.966 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-01T06:05:24.082 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2023-12-01T06:05:24.091 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2023-12-01T06:05:24.149 INFO:teuthology.orchestra.run.smithi038.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2023-12-01T06:05:24.185 INFO:teuthology.orchestra.run.smithi038.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2023-12-01T06:05:24.217 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-pluggy (0.13.0-2) ... 2023-12-01T06:05:24.248 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-01T06:05:24.366 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up zip (3.0-11build1) ... 2023-12-01T06:05:24.492 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2023-12-01T06:05:24.502 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-01T06:05:24.532 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-01T06:05:24.683 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2023-12-01T06:05:24.834 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-tempita (0.5.2-6) ... 2023-12-01T06:05:24.836 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:05:24.964 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T06:05:25.060 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-natsort (7.0.1-1) ... 2023-12-01T06:05:25.090 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2023-12-01T06:05:25.135 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-packaging (20.3-1) ... 2023-12-01T06:05:25.369 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2023-12-01T06:05:25.399 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2023-12-01T06:05:25.428 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2023-12-01T06:05:25.554 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-01T06:05:25.662 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-01T06:05:25.675 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-logutils (0.3.3-7) ... 2023-12-01T06:05:25.680 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-01T06:05:25.968 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-01T06:05:25.972 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2023-12-01T06:05:26.013 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2023-12-01T06:05:26.094 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2023-12-01T06:05:26.298 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up zip (3.0-11build1) ... 2023-12-01T06:05:26.379 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-prettytable (0.7.2-5) ... 2023-12-01T06:05:26.400 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-01T06:05:26.424 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2023-12-01T06:05:26.696 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-01T06:05:26.750 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-tempita (0.5.2-6) ... 2023-12-01T06:05:26.762 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2023-12-01T06:05:27.006 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2023-12-01T06:05:27.051 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-packaging (20.3-1) ... 2023-12-01T06:05:27.095 INFO:teuthology.orchestra.run.smithi088.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2023-12-01T06:05:27.113 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up socat (1.7.3.3-2) ... 2023-12-01T06:05:27.241 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:27.332 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2023-12-01T06:05:27.353 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2023-12-01T06:05:27.458 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-01T06:05:27.478 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-01T06:05:27.548 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up pkg-config (0.29.1-0ubuntu4) ... 2023-12-01T06:05:27.596 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-01T06:05:27.793 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2023-12-01T06:05:27.875 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:05:27.880 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2023-12-01T06:05:27.934 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-html5lib (1.0.1-2) ... 2023-12-01T06:05:28.153 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-01T06:05:28.277 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-01T06:05:28.279 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-01T06:05:28.290 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-01T06:05:28.404 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-webob (1:1.8.5-2) ... 2023-12-01T06:05:28.412 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2023-12-01T06:05:28.537 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pluggy (0.13.0-2) ... 2023-12-01T06:05:28.650 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2023-12-01T06:05:28.731 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-01T06:05:28.838 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-01T06:05:29.023 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T06:05:29.027 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up socat (1.7.3.3-2) ... 2023-12-01T06:05:29.140 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:05:29.145 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:29.149 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2023-12-01T06:05:29.265 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T06:05:29.393 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2023-12-01T06:05:29.466 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up pkg-config (0.29.1-0ubuntu4) ... 2023-12-01T06:05:29.705 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2023-12-01T06:05:29.834 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:05:29.968 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-html5lib (1.0.1-2) ... 2023-12-01T06:05:29.980 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-logutils (0.3.3-7) ... 2023-12-01T06:05:30.272 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-01T06:05:30.329 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-01T06:05:30.398 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2023-12-01T06:05:30.454 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2023-12-01T06:05:30.580 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pluggy (0.13.0-2) ... 2023-12-01T06:05:30.630 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up lua-sec:amd64 (0.9-3) ... 2023-12-01T06:05:30.674 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-prettytable (0.7.2-5) ... 2023-12-01T06:05:30.756 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-01T06:05:30.864 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-01T06:05:30.882 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-pytest (4.6.9-1) ... 2023-12-01T06:05:30.959 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-01T06:05:31.174 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:05:31.251 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2023-12-01T06:05:31.259 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2023-12-01T06:05:31.300 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T06:05:31.341 INFO:teuthology.orchestra.run.smithi076.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2023-12-01T06:05:31.426 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2023-12-01T06:05:31.551 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2023-12-01T06:05:31.595 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2023-12-01T06:05:31.720 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-01T06:05:31.761 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2023-12-01T06:05:31.844 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up lua-any (25) ... 2023-12-01T06:05:31.970 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:05:32.031 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2023-12-01T06:05:32.116 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-bs4 (4.8.2-1) ... 2023-12-01T06:05:32.162 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-logutils (0.3.3-7) ... 2023-12-01T06:05:32.391 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-01T06:05:32.447 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-01T06:05:32.465 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-01T06:05:32.516 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-01T06:05:32.592 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2023-12-01T06:05:32.642 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-webob (1:1.8.5-2) ... 2023-12-01T06:05:32.783 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-asyncssh (1.12.2-1) ... 2023-12-01T06:05:32.976 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-01T06:05:32.993 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-prettytable (0.7.2-5) ... 2023-12-01T06:05:33.175 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-01T06:05:33.261 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T06:05:33.286 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-01T06:05:33.397 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2023-12-01T06:05:33.502 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-01T06:05:33.612 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2023-12-01T06:05:33.699 INFO:teuthology.orchestra.run.smithi038.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2023-12-01T06:05:33.938 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2023-12-01T06:05:34.064 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-01T06:05:34.399 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2023-12-01T06:05:34.574 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-01T06:05:34.700 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2023-12-01T06:05:34.758 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-01T06:05:34.826 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2023-12-01T06:05:34.885 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-01T06:05:34.892 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up lua-sec:amd64 (0.9-3) ... 2023-12-01T06:05:35.012 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-webob (1:1.8.5-2) ... 2023-12-01T06:05:35.018 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-01T06:05:35.062 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-rsa (4.0-3) ... 2023-12-01T06:05:35.144 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pytest (4.6.9-1) ... 2023-12-01T06:05:35.347 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-01T06:05:35.355 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-01T06:05:35.473 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-webtest (2.0.32-2) ... 2023-12-01T06:05:35.529 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2023-12-01T06:05:35.650 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-01T06:05:35.766 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-01T06:05:35.773 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2023-12-01T06:05:35.813 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2023-12-01T06:05:36.059 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-pastescript (2.0.2-4) ... 2023-12-01T06:05:36.097 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up lua-any (25) ... 2023-12-01T06:05:36.224 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:05:36.349 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-bs4 (4.8.2-1) ... 2023-12-01T06:05:36.385 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2023-12-01T06:05:36.692 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-01T06:05:36.738 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up librados2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:36.864 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python-asyncssh-doc (1.12.2-1) ... 2023-12-01T06:05:36.990 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libsqlite3-mod-ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:37.018 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-asyncssh (1.12.2-1) ... 2023-12-01T06:05:37.116 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up luarocks (2.4.2+dfsg-1) ... 2023-12-01T06:05:37.280 INFO:teuthology.orchestra.run.smithi088.stdout:Making manifest for /usr/local/lib/luarocks/rocks 2023-12-01T06:05:37.280 INFO:teuthology.orchestra.run.smithi088.stdout:Warning: This looks like a local rocks tree, but you did not pass --local-tree. 2023-12-01T06:05:37.286 INFO:teuthology.orchestra.run.smithi088.stdout:Generating index.html for /usr/local/lib/luarocks/rocks 2023-12-01T06:05:37.321 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up lua-sec:amd64 (0.9-3) ... 2023-12-01T06:05:37.326 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libcephfs2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:37.403 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-01T06:05:37.447 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-01T06:05:37.452 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-routes (2.4.1-2) ... 2023-12-01T06:05:37.600 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pytest (4.6.9-1) ... 2023-12-01T06:05:37.729 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-01T06:05:37.770 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libradosstriper1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:37.896 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-google-auth (1.5.1-2) ... 2023-12-01T06:05:37.975 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2023-12-01T06:05:38.284 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2023-12-01T06:05:38.323 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up librbd1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:38.449 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-mgr-modules-core (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:38.575 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:38.585 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up lua-any (25) ... 2023-12-01T06:05:38.711 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-01T06:05:38.768 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-01T06:05:38.792 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-01T06:05:38.793 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-01T06:05:38.837 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-bs4 (4.8.2-1) ... 2023-12-01T06:05:38.894 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2023-12-01T06:05:39.019 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2023-12-01T06:05:39.198 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-01T06:05:39.239 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-rsa (4.0-3) ... 2023-12-01T06:05:39.243 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up libcephfs-dev (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:39.378 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-rados (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:39.503 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up librgw2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:39.524 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-asyncssh (1.12.2-1) ... 2023-12-01T06:05:39.532 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-01T06:05:39.629 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2023-12-01T06:05:39.658 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-webtest (2.0.32-2) ... 2023-12-01T06:05:39.900 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-01T06:05:39.967 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-01T06:05:40.235 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-01T06:05:40.252 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pastescript (2.0.2-4) ... 2023-12-01T06:05:40.566 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2023-12-01T06:05:40.616 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-rbd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:40.742 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up rbd-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:40.873 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-rgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:40.925 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librados2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:41.002 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up python3-cephfs (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:41.051 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python-asyncssh-doc (1.12.2-1) ... 2023-12-01T06:05:41.128 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:41.179 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libsqlite3-mod-ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:41.295 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up luarocks (2.4.2+dfsg-1) ... 2023-12-01T06:05:41.315 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-01T06:05:41.441 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2023-12-01T06:05:41.476 INFO:teuthology.orchestra.run.smithi076.stdout:Making manifest for /usr/local/lib/luarocks/rocks 2023-12-01T06:05:41.476 INFO:teuthology.orchestra.run.smithi076.stdout:Warning: This looks like a local rocks tree, but you did not pass --local-tree. 2023-12-01T06:05:41.480 INFO:teuthology.orchestra.run.smithi076.stdout:Generating index.html for /usr/local/lib/luarocks/rocks 2023-12-01T06:05:41.522 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libcephfs2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:41.567 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2023-12-01T06:05:41.655 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-routes (2.4.1-2) ... 2023-12-01T06:05:41.673 INFO:teuthology.orchestra.run.smithi088.stdout:Adding group ceph....done 2023-12-01T06:05:41.779 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-rsa (4.0-3) ... 2023-12-01T06:05:41.942 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libradosstriper1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:42.066 INFO:teuthology.orchestra.run.smithi088.stdout:Adding system user ceph....done 2023-12-01T06:05:42.067 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-google-auth (1.5.1-2) ... 2023-12-01T06:05:42.080 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-01T06:05:42.189 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-webtest (2.0.32-2) ... 2023-12-01T06:05:42.243 INFO:teuthology.orchestra.run.smithi088.stdout:Setting system user ceph properties....done 2023-12-01T06:05:42.258 INFO:teuthology.orchestra.run.smithi088.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2023-12-01T06:05:42.361 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librbd1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:42.410 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2023-12-01T06:05:42.488 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-modules-core (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:42.516 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-01T06:05:42.622 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:42.714 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2023-12-01T06:05:42.826 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pastescript (2.0.2-4) ... 2023-12-01T06:05:42.849 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-01T06:05:42.849 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-01T06:05:43.144 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2023-12-01T06:05:43.188 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-test (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:43.307 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libcephfs-dev (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:43.314 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up radosgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:43.456 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-rados (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:43.496 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up librados2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:43.584 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librgw2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:43.622 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python-asyncssh-doc (1.12.2-1) ... 2023-12-01T06:05:43.711 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2023-12-01T06:05:43.748 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libsqlite3-mod-ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:43.874 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up luarocks (2.4.2+dfsg-1) ... 2023-12-01T06:05:43.973 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-01T06:05:43.973 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-01T06:05:44.039 INFO:teuthology.orchestra.run.smithi038.stdout:Making manifest for /usr/local/lib/luarocks/rocks 2023-12-01T06:05:44.040 INFO:teuthology.orchestra.run.smithi038.stdout:Warning: This looks like a local rocks tree, but you did not pass --local-tree. 2023-12-01T06:05:44.045 INFO:teuthology.orchestra.run.smithi038.stdout:Generating index.html for /usr/local/lib/luarocks/rocks 2023-12-01T06:05:44.085 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libcephfs2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:44.211 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-routes (2.4.1-2) ... 2023-12-01T06:05:44.416 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-base (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:44.504 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libradosstriper1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:44.630 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-google-auth (1.5.1-2) ... 2023-12-01T06:05:44.656 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-rbd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:44.782 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up rbd-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:44.794 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2023-12-01T06:05:44.908 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-rgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:44.932 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up librbd1 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:45.034 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-cephfs (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:45.058 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mgr-modules-core (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:45.160 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:45.184 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:45.250 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-mds (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:45.405 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-01T06:05:45.405 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-01T06:05:45.487 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-01T06:05:45.488 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-01T06:05:45.731 INFO:teuthology.orchestra.run.smithi076.stdout:Adding group ceph....done 2023-12-01T06:05:45.852 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libcephfs-dev (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:45.927 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-mgr (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:45.978 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-rados (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:46.129 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up librgw2 (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:46.141 INFO:teuthology.orchestra.run.smithi076.stdout:Adding system user ceph....done 2023-12-01T06:05:46.172 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-01T06:05:46.172 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-01T06:05:46.255 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2023-12-01T06:05:46.318 INFO:teuthology.orchestra.run.smithi076.stdout:Setting system user ceph properties....done 2023-12-01T06:05:46.338 INFO:teuthology.orchestra.run.smithi076.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2023-12-01T06:05:46.495 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2023-12-01T06:05:46.612 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-osd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:46.824 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2023-12-01T06:05:47.095 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-01T06:05:47.095 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-01T06:05:47.217 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-rbd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:47.280 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-test (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:47.351 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up rbd-fuse (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:47.406 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up radosgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:47.477 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-rgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:47.538 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-mgr-k8sevents (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:47.603 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-cephfs (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:47.664 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-mgr-diskprediction-local (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:47.729 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-common (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:47.799 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-mon (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:47.875 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-01T06:05:47.876 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-01T06:05:48.017 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-01T06:05:48.017 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-01T06:05:48.273 INFO:teuthology.orchestra.run.smithi038.stdout:Adding group ceph....done 2023-12-01T06:05:48.334 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-base (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:48.458 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-mgr-cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:48.610 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:48.651 INFO:teuthology.orchestra.run.smithi038.stdout:Adding system user ceph....done 2023-12-01T06:05:48.708 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2023-12-01T06:05:48.770 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-mgr-dashboard (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:48.828 INFO:teuthology.orchestra.run.smithi038.stdout:Setting system user ceph properties....done 2023-12-01T06:05:48.845 INFO:teuthology.orchestra.run.smithi038.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2023-12-01T06:05:48.930 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up ceph-volume (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:49.005 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2023-12-01T06:05:49.144 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mds (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:49.315 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2023-12-01T06:05:49.325 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2023-12-01T06:05:49.380 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-01T06:05:49.380 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-01T06:05:49.626 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for mime-support (3.64ubuntu1) ... 2023-12-01T06:05:49.735 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T06:05:49.789 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-test (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:49.838 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:49.888 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2023-12-01T06:05:49.915 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up radosgw (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:50.079 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-01T06:05:50.079 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-01T06:05:50.172 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T06:05:50.400 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-01T06:05:50.401 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-01T06:05:50.539 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-osd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:50.842 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-base (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:51.034 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-01T06:05:51.034 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-01T06:05:51.225 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2023-12-01T06:05:51.500 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-k8sevents (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:51.626 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-diskprediction-local (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:51.662 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mds (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:51.760 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mon (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:51.906 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-01T06:05:51.906 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-01T06:05:51.980 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-01T06:05:51.980 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-01T06:05:52.413 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mgr (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:52.428 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:52.571 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:52.648 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-01T06:05:52.649 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-01T06:05:52.698 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-dashboard (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:52.841 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-volume (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:53.090 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-osd (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:53.244 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2023-12-01T06:05:53.466 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2023-12-01T06:05:53.529 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for mime-support (3.64ubuntu1) ... 2023-12-01T06:05:53.612 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-01T06:05:53.612 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-01T06:05:53.638 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T06:05:53.834 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2023-12-01T06:05:54.075 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mgr-k8sevents (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:54.101 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T06:05:54.202 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mgr-diskprediction-local (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:54.289 INFO:teuthology.orchestra.run.smithi088.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2023-12-01T06:05:54.292 DEBUG:teuthology.parallel:result is None 2023-12-01T06:05:54.344 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mon (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:54.577 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-01T06:05:54.577 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-01T06:05:55.028 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mgr-cephadm (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:55.171 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:55.297 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mgr-dashboard (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:55.440 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-volume (18.0.0-7662-g875037c4-1focal) ... 2023-12-01T06:05:55.834 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2023-12-01T06:05:56.128 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for mime-support (3.64ubuntu1) ... 2023-12-01T06:05:56.237 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T06:05:56.389 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2023-12-01T06:05:56.682 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T06:05:57.387 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2023-12-01T06:05:58.221 INFO:teuthology.orchestra.run.smithi076.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2023-12-01T06:05:58.223 DEBUG:teuthology.parallel:result is None 2023-12-01T06:06:00.109 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2023-12-01T06:06:00.951 INFO:teuthology.orchestra.run.smithi038.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2023-12-01T06:06:00.954 DEBUG:teuthology.parallel:result is None 2023-12-01T06:06:00.955 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-01T06:06:01.096 DEBUG:teuthology.orchestra.run.smithi038:> dpkg-query -W -f '${Version}' ceph 2023-12-01T06:06:01.118 INFO:teuthology.orchestra.run.smithi038.stdout:18.0.0-7662-g875037c4-1focal 2023-12-01T06:06:01.119 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7662-g875037c4-1focal 2023-12-01T06:06:01.119 INFO:teuthology.task.install:The correct ceph version 18.0.0-7662-g875037c4-1focal is installed. 2023-12-01T06:06:01.119 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-01T06:06:01.265 DEBUG:teuthology.orchestra.run.smithi076:> dpkg-query -W -f '${Version}' ceph 2023-12-01T06:06:01.287 INFO:teuthology.orchestra.run.smithi076.stdout:18.0.0-7662-g875037c4-1focal 2023-12-01T06:06:01.287 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7662-g875037c4-1focal 2023-12-01T06:06:01.287 INFO:teuthology.task.install:The correct ceph version 18.0.0-7662-g875037c4-1focal is installed. 2023-12-01T06:06:01.287 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-01T06:06:01.433 DEBUG:teuthology.orchestra.run.smithi088:> dpkg-query -W -f '${Version}' ceph 2023-12-01T06:06:01.455 INFO:teuthology.orchestra.run.smithi088.stdout:18.0.0-7662-g875037c4-1focal 2023-12-01T06:06:01.455 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7662-g875037c4-1focal 2023-12-01T06:06:01.455 INFO:teuthology.task.install:The correct ceph version 18.0.0-7662-g875037c4-1focal is installed. 2023-12-01T06:06:01.455 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-01T06:06:01.456 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-01T06:06:01.456 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-01T06:06:01.471 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-01T06:06:01.471 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-01T06:06:01.486 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-01T06:06:01.487 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-01T06:06:01.512 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-01T06:06:01.512 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-01T06:06:01.512 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/usr/bin/daemon-helper 2023-12-01T06:06:01.532 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-01T06:06:01.589 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-01T06:06:01.589 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/usr/bin/daemon-helper 2023-12-01T06:06:01.604 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-01T06:06:01.663 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-01T06:06:01.663 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/daemon-helper 2023-12-01T06:06:01.679 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-01T06:06:01.739 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-01T06:06:01.740 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-01T06:06:01.740 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-01T06:06:01.756 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-01T06:06:01.815 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-01T06:06:01.815 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-01T06:06:01.831 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-01T06:06:01.885 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-01T06:06:01.885 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-01T06:06:01.901 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-01T06:06:01.959 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-01T06:06:01.959 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-01T06:06:01.959 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/usr/bin/stdin-killer 2023-12-01T06:06:01.975 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-01T06:06:02.037 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-01T06:06:02.037 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/usr/bin/stdin-killer 2023-12-01T06:06:02.054 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-01T06:06:02.111 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-01T06:06:02.111 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/stdin-killer 2023-12-01T06:06:02.128 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-01T06:06:02.185 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T06:06:02.296 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-01T06:06:02.297 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:06:02.297 INFO:tasks.cephadm:Cluster fsid is b48adc90-900f-11ee-95a2-87774f69a715 2023-12-01T06:06:02.297 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T06:06:02.297 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.38', 'mon.b': '172.21.15.76', 'mon.c': '172.21.15.88'} 2023-12-01T06:06:02.297 INFO:tasks.cephadm:First mon is mon.a on smithi038 2023-12-01T06:06:02.297 INFO:tasks.cephadm:First mgr is a 2023-12-01T06:06:02.297 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T06:06:02.298 DEBUG:teuthology.orchestra.run.smithi038:> sudo hostname $(hostname -s) 2023-12-01T06:06:02.315 DEBUG:teuthology.orchestra.run.smithi076:> sudo hostname $(hostname -s) 2023-12-01T06:06:02.332 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2023-12-01T06:06:02.349 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-01T06:06:02.349 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-01T06:06:02.490 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-01T06:06:02.707 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-01T06:06:02.707 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-01T06:06:02.707 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T06:06:03.485 INFO:teuthology.orchestra.run.smithi038.stdout:-rw-rw-r-- 1 ubuntu ubuntu 785523 Dec 1 06:06 /home/ubuntu/cephtest/cephadm 2023-12-01T06:06:03.485 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T06:06:04.062 INFO:teuthology.orchestra.run.smithi076.stdout:-rw-rw-r-- 1 ubuntu ubuntu 785523 Dec 1 06:06 /home/ubuntu/cephtest/cephadm 2023-12-01T06:06:04.063 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T06:06:04.824 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-rw-r-- 1 ubuntu ubuntu 785523 Dec 1 06:06 /home/ubuntu/cephtest/cephadm 2023-12-01T06:06:04.825 DEBUG:teuthology.orchestra.run.smithi038:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T06:06:04.835 DEBUG:teuthology.orchestra.run.smithi076:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T06:06:04.844 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T06:06:04.864 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d on all hosts... 2023-12-01T06:06:04.864 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T06:06:04.878 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T06:06:04.890 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T06:06:04.945 INFO:teuthology.orchestra.run.smithi038.stderr:Traceback (most recent call last): 2023-12-01T06:06:04.945 INFO:teuthology.orchestra.run.smithi038.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T06:06:04.945 INFO:teuthology.orchestra.run.smithi038.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:06:04.945 INFO:teuthology.orchestra.run.smithi038.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T06:06:04.945 INFO:teuthology.orchestra.run.smithi038.stderr: return _get_module_details(main_name) 2023-12-01T06:06:04.945 INFO:teuthology.orchestra.run.smithi038.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T06:06:04.945 INFO:teuthology.orchestra.run.smithi038.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:06:04.945 INFO:teuthology.orchestra.run.smithi038.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: return _find_spec(fullname, parent_path) 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 914, in _find_spec 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 1407, in find_spec 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 1381, in _get_spec 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 414, in spec_from_loader 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 709, in spec_from_file_location 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 191, in get_filename 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 713, in _get_module_code 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 647, in _compile_source 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr: ^ 2023-12-01T06:06:04.946 INFO:teuthology.orchestra.run.smithi038.stderr:SyntaxError: invalid syntax 2023-12-01T06:06:04.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:06:04.950 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 smithi038 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' 2023-12-01T06:06:04.951 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T06:06:04.953 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/lib/ceph/b48adc90-900f-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/7472993/remote/smithi038/crash 2023-12-01T06:06:04.954 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/lib/ceph/b48adc90-900f-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:06:04.961 INFO:teuthology.orchestra.run.smithi076.stderr:Traceback (most recent call last): 2023-12-01T06:06:04.961 INFO:teuthology.orchestra.run.smithi076.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T06:06:04.961 INFO:teuthology.orchestra.run.smithi076.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:06:04.961 INFO:teuthology.orchestra.run.smithi076.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T06:06:04.961 INFO:teuthology.orchestra.run.smithi076.stderr: return _get_module_details(main_name) 2023-12-01T06:06:04.961 INFO:teuthology.orchestra.run.smithi076.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T06:06:04.961 INFO:teuthology.orchestra.run.smithi076.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:06:04.961 INFO:teuthology.orchestra.run.smithi076.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T06:06:04.961 INFO:teuthology.orchestra.run.smithi076.stderr: return _find_spec(fullname, parent_path) 2023-12-01T06:06:04.962 INFO:teuthology.orchestra.run.smithi076.stderr: File "", line 914, in _find_spec 2023-12-01T06:06:04.962 INFO:teuthology.orchestra.run.smithi076.stderr: File "", line 1407, in find_spec 2023-12-01T06:06:04.962 INFO:teuthology.orchestra.run.smithi076.stderr: File "", line 1381, in _get_spec 2023-12-01T06:06:04.962 INFO:teuthology.orchestra.run.smithi076.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T06:06:04.962 INFO:teuthology.orchestra.run.smithi076.stderr: File "", line 414, in spec_from_loader 2023-12-01T06:06:04.962 INFO:teuthology.orchestra.run.smithi076.stderr: File "", line 709, in spec_from_file_location 2023-12-01T06:06:04.963 INFO:teuthology.orchestra.run.smithi076.stderr: File "", line 191, in get_filename 2023-12-01T06:06:04.963 INFO:teuthology.orchestra.run.smithi076.stderr: File "", line 713, in _get_module_code 2023-12-01T06:06:04.963 INFO:teuthology.orchestra.run.smithi076.stderr: File "", line 647, in _compile_source 2023-12-01T06:06:04.963 INFO:teuthology.orchestra.run.smithi076.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:06:04.963 INFO:teuthology.orchestra.run.smithi076.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:06:04.963 INFO:teuthology.orchestra.run.smithi076.stderr: ^ 2023-12-01T06:06:04.963 INFO:teuthology.orchestra.run.smithi076.stderr:SyntaxError: invalid syntax 2023-12-01T06:06:04.968 INFO:teuthology.orchestra.run.smithi038.stderr:tar: /var/lib/ceph/b48adc90-900f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:06:04.968 INFO:teuthology.orchestra.run.smithi038.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:06:04.970 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/lib/ceph/b48adc90-900f-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/7472993/remote/smithi076/crash 2023-12-01T06:06:04.971 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/lib/ceph/b48adc90-900f-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:06:04.971 INFO:teuthology.orchestra.run.smithi088.stderr:Traceback (most recent call last): 2023-12-01T06:06:04.971 INFO:teuthology.orchestra.run.smithi088.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T06:06:04.971 INFO:teuthology.orchestra.run.smithi088.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: return _get_module_details(main_name) 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: return _find_spec(fullname, parent_path) 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: File "", line 914, in _find_spec 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: File "", line 1407, in find_spec 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: File "", line 1381, in _get_spec 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: File "", line 414, in spec_from_loader 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: File "", line 709, in spec_from_file_location 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: File "", line 191, in get_filename 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: File "", line 713, in _get_module_code 2023-12-01T06:06:04.972 INFO:teuthology.orchestra.run.smithi088.stderr: File "", line 647, in _compile_source 2023-12-01T06:06:04.973 INFO:teuthology.orchestra.run.smithi088.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:06:04.973 INFO:teuthology.orchestra.run.smithi088.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:06:04.973 INFO:teuthology.orchestra.run.smithi088.stderr: ^ 2023-12-01T06:06:04.973 INFO:teuthology.orchestra.run.smithi088.stderr:SyntaxError: invalid syntax 2023-12-01T06:06:04.988 INFO:teuthology.orchestra.run.smithi076.stderr:tar: /var/lib/ceph/b48adc90-900f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:06:04.988 INFO:teuthology.orchestra.run.smithi076.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:06:04.990 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/lib/ceph/b48adc90-900f-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/7472993/remote/smithi088/crash 2023-12-01T06:06:04.990 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/lib/ceph/b48adc90-900f-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:06:05.006 INFO:teuthology.orchestra.run.smithi088.stderr:tar: /var/lib/ceph/b48adc90-900f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:06:05.006 INFO:teuthology.orchestra.run.smithi088.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:06:05.006 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T06:06:05.007 DEBUG:teuthology.orchestra.run.smithi038:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b48adc90-900f-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T06:06:05.026 INFO:teuthology.orchestra.run.smithi038.stderr:grep: /var/log/ceph/b48adc90-900f-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T06:06:05.028 INFO:tasks.cephadm:Compressing logs... 2023-12-01T06:06:05.028 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T06:06:05.073 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T06:06:05.075 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T06:06:05.087 INFO:teuthology.orchestra.run.smithi038.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-01T06:06:05.088 INFO:teuthology.orchestra.run.smithi076.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-01T06:06:05.090 INFO:teuthology.orchestra.run.smithi088.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-01T06:06:05.097 INFO:teuthology.orchestra.run.smithi038.stderr: 2023-12-01T06:06:05.097 INFO:teuthology.orchestra.run.smithi038.stderr:real 0m0.020s 2023-12-01T06:06:05.097 INFO:teuthology.orchestra.run.smithi038.stderr:user 0m0.016s 2023-12-01T06:06:05.097 INFO:teuthology.orchestra.run.smithi038.stderr:sys 0m0.006s 2023-12-01T06:06:05.101 INFO:teuthology.orchestra.run.smithi088.stderr: 2023-12-01T06:06:05.101 INFO:teuthology.orchestra.run.smithi088.stderr:real 0m0.020s 2023-12-01T06:06:05.101 INFO:teuthology.orchestra.run.smithi088.stderr:user 0m0.017s 2023-12-01T06:06:05.101 INFO:teuthology.orchestra.run.smithi088.stderr:sys 0m0.005s 2023-12-01T06:06:05.102 INFO:teuthology.orchestra.run.smithi076.stderr: 2023-12-01T06:06:05.102 INFO:teuthology.orchestra.run.smithi076.stderr:real 0m0.022s 2023-12-01T06:06:05.102 INFO:teuthology.orchestra.run.smithi076.stderr:user 0m0.014s 2023-12-01T06:06:05.102 INFO:teuthology.orchestra.run.smithi076.stderr:sys 0m0.007s 2023-12-01T06:06:05.103 INFO:tasks.cephadm:Archiving logs... 2023-12-01T06:06:05.103 DEBUG:teuthology.misc:Transferring archived files from smithi038:/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/7472993/remote/smithi038/log 2023-12-01T06:06:05.104 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:06:05.156 DEBUG:teuthology.misc:Transferring archived files from smithi076:/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/7472993/remote/smithi076/log 2023-12-01T06:06:05.157 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:06:05.173 DEBUG:teuthology.misc:Transferring archived files from smithi088:/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/7472993/remote/smithi088/log 2023-12-01T06:06:05.174 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:06:05.192 INFO:tasks.cephadm:Removing cluster... 2023-12-01T06:06:05.192 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b48adc90-900f-11ee-95a2-87774f69a715 --force 2023-12-01T06:06:05.258 INFO:teuthology.orchestra.run.smithi038.stderr:Traceback (most recent call last): 2023-12-01T06:06:05.258 INFO:teuthology.orchestra.run.smithi038.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T06:06:05.258 INFO:teuthology.orchestra.run.smithi038.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:06:05.258 INFO:teuthology.orchestra.run.smithi038.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T06:06:05.258 INFO:teuthology.orchestra.run.smithi038.stderr: return _get_module_details(main_name) 2023-12-01T06:06:05.259 INFO:teuthology.orchestra.run.smithi038.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T06:06:05.259 INFO:teuthology.orchestra.run.smithi038.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:06:05.259 INFO:teuthology.orchestra.run.smithi038.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T06:06:05.259 INFO:teuthology.orchestra.run.smithi038.stderr: return _find_spec(fullname, parent_path) 2023-12-01T06:06:05.259 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 914, in _find_spec 2023-12-01T06:06:05.259 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 1407, in find_spec 2023-12-01T06:06:05.259 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 1381, in _get_spec 2023-12-01T06:06:05.260 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T06:06:05.260 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 414, in spec_from_loader 2023-12-01T06:06:05.260 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 709, in spec_from_file_location 2023-12-01T06:06:05.260 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 191, in get_filename 2023-12-01T06:06:05.260 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 713, in _get_module_code 2023-12-01T06:06:05.260 INFO:teuthology.orchestra.run.smithi038.stderr: File "", line 647, in _compile_source 2023-12-01T06:06:05.260 INFO:teuthology.orchestra.run.smithi038.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:06:05.261 INFO:teuthology.orchestra.run.smithi038.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:06:05.261 INFO:teuthology.orchestra.run.smithi038.stderr: ^ 2023-12-01T06:06:05.261 INFO:teuthology.orchestra.run.smithi038.stderr:SyntaxError: invalid syntax 2023-12-01T06:06:05.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:06:05.264 INFO:tasks.cephadm:Teardown complete 2023-12-01T06:06:05.264 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 smithi038 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 smithi038 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b48adc90-900f-11ee-95a2-87774f69a715 --force' 2023-12-01T06:06:05.350 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3fe955c4668048c6a1b420abfc75621e 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 smithi038 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 smithi038 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b48adc90-900f-11ee-95a2-87774f69a715 --force' 2023-12-01T06:06:05.356 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T06:06:05.367 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T06:06:05.395 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-01T06:06:05.396 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-01T06:06:05.423 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-01T06:06:05.426 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-01T06:06:05.510 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T06:06:05.520 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T06:06:05.520 DEBUG:teuthology.orchestra.run.smithi038:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:06:05.522 DEBUG:teuthology.orchestra.run.smithi076:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:06:05.525 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:06:05.539 INFO:teuthology.orchestra.run.smithi038.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T06:06:05.539 INFO:teuthology.orchestra.run.smithi038.stdout:============================================================================== 2023-12-01T06:06:05.539 INFO:teuthology.orchestra.run.smithi038.stdout: hv01.front.sepi 44.4.53.2 2 u 6 64 7 0.108 -0.533 0.350 2023-12-01T06:06:05.539 INFO:teuthology.orchestra.run.smithi038.stdout: hv02.front.sepi 63.231.80.2 3 u 6 64 7 0.141 2.480 0.336 2023-12-01T06:06:05.540 INFO:teuthology.orchestra.run.smithi038.stdout: hv03.front.sepi 74.6.168.72 3 u 6 64 7 0.205 0.459 0.343 2023-12-01T06:06:05.540 INFO:teuthology.orchestra.run.smithi038.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:06:05.541 INFO:teuthology.orchestra.run.smithi076.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T06:06:05.541 INFO:teuthology.orchestra.run.smithi076.stdout:============================================================================== 2023-12-01T06:06:05.541 INFO:teuthology.orchestra.run.smithi076.stdout: hv01.front.sepi 44.4.53.2 2 u 5 64 7 0.151 -4.205 0.857 2023-12-01T06:06:05.541 INFO:teuthology.orchestra.run.smithi076.stdout: hv02.front.sepi 63.231.80.2 3 u 11 64 7 0.118 -1.099 0.507 2023-12-01T06:06:05.542 INFO:teuthology.orchestra.run.smithi076.stdout: hv03.front.sepi 74.6.168.72 3 u 8 64 7 0.070 -3.182 0.384 2023-12-01T06:06:05.542 INFO:teuthology.orchestra.run.smithi076.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:06:05.544 INFO:teuthology.orchestra.run.smithi088.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T06:06:05.544 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================== 2023-12-01T06:06:05.544 INFO:teuthology.orchestra.run.smithi088.stdout: hv01.front.sepi 44.4.53.2 2 u 4 64 7 0.083 -2.625 1.132 2023-12-01T06:06:05.544 INFO:teuthology.orchestra.run.smithi088.stdout: hv02.front.sepi 63.231.80.2 3 u 6 64 7 0.095 0.401 0.788 2023-12-01T06:06:05.544 INFO:teuthology.orchestra.run.smithi088.stdout: hv03.front.sepi 74.6.168.72 3 u 4 64 7 0.094 -1.627 1.138 2023-12-01T06:06:05.544 INFO:teuthology.orchestra.run.smithi088.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:06:05.545 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T06:06:05.554 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T06:06:05.555 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T06:06:05.579 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T06:06:05.616 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T06:06:05.646 INFO:teuthology.task.internal:Duration was 526.119352 seconds 2023-12-01T06:06:05.647 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T06:06:05.681 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T06:06:05.681 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:06:05.685 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:06:05.688 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:06:05.732 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T06:06:05.732 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi038.front.sepia.ceph.com 2023-12-01T06:06:05.732 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T06:06:05.746 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi076.front.sepia.ceph.com 2023-12-01T06:06:05.746 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T06:06:05.789 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2023-12-01T06:06:05.790 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T06:06:05.804 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T06:06:05.804 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:06:05.807 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:06:05.833 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:06:05.879 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T06:06:05.880 DEBUG:teuthology.orchestra.run.smithi038:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:06:05.882 DEBUG:teuthology.orchestra.run.smithi076:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:06:05.914 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:06:05.980 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T06:06:05.990 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T06:06:05.990 DEBUG:teuthology.orchestra.run.smithi038:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:06:06.006 DEBUG:teuthology.orchestra.run.smithi076:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:06:06.021 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:06:06.041 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T06:06:06.051 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T06:06:06.054 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T06:06:06.065 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T06:06:06.067 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = core 2023-12-01T06:06:06.079 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = core 2023-12-01T06:06:06.098 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2023-12-01T06:06:06.118 DEBUG:teuthology.orchestra.run.smithi038:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:06:06.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:06:06.137 DEBUG:teuthology.orchestra.run.smithi076:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:06:06.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:06:06.164 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:06:06.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:06:06.170 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T06:06:06.185 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T06:06:06.186 DEBUG:teuthology.misc:Transferring archived files from smithi038:/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/7472993/remote/smithi038 2023-12-01T06:06:06.186 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:06:06.211 DEBUG:teuthology.misc:Transferring archived files from smithi076:/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/7472993/remote/smithi076 2023-12-01T06:06:06.211 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:06:06.237 DEBUG:teuthology.misc:Transferring archived files from smithi088:/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/7472993/remote/smithi088 2023-12-01T06:06:06.237 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:06:06.259 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T06:06:06.259 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:06:06.263 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:06:06.277 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:06:06.306 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T06:06:06.319 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T06:06:06.320 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T06:06:06.339 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T06:06:06.340 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:06:06.342 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:06:06.345 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:06:06.348 INFO:teuthology.orchestra.run.smithi038.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:06 /home/ubuntu/cephtest 2023-12-01T06:06:06.348 INFO:teuthology.orchestra.run.smithi038.stdout: 1053892 768 -rwxrwxr-x 1 ubuntu ubuntu 785523 Dec 1 06:06 /home/ubuntu/cephtest/cephadm 2023-12-01T06:06:06.349 INFO:teuthology.orchestra.run.smithi038.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T06:06:06.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:06:06.351 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 smithi038 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T06:06:06.356 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T06:06:06.373 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T06:06:06.407 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi038 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T06:06:06.407 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T06:06:06.412 INFO:teuthology.orchestra.run.smithi076.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:06 /home/ubuntu/cephtest 2023-12-01T06:06:06.412 INFO:teuthology.orchestra.run.smithi076.stdout: 1066840 768 -rwxrwxr-x 1 ubuntu ubuntu 785523 Dec 1 06:06 /home/ubuntu/cephtest/cephadm 2023-12-01T06:06:06.413 INFO:teuthology.orchestra.run.smithi088.stdout: 1048602 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:06 /home/ubuntu/cephtest 2023-12-01T06:06:06.413 INFO:teuthology.orchestra.run.smithi088.stdout: 1066834 768 -rwxrwxr-x 1 ubuntu ubuntu 785523 Dec 1 06:06 /home/ubuntu/cephtest/cephadm 2023-12-01T06:06:06.414 INFO:teuthology.orchestra.run.smithi076.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T06:06:06.414 INFO:teuthology.orchestra.run.smithi088.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T06:06:06.438 DEBUG:teuthology.nuke:shortname: smithi038 2023-12-01T06:06:06.439 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:06:06.464 DEBUG:teuthology.nuke:shortname: smithi076 2023-12-01T06:06:06.464 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:06:06.469 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.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/7472993', '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:47:26.187949', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-01T06:06:06.490 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.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/7472993', '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:47:26.186230', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-01T06:06:06.491 DEBUG:teuthology.nuke:shortname: smithi088 2023-12-01T06:06:06.492 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:06:06.519 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.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/7472993', '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:47:26.189052', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-01T06:06:06.529 INFO:teuthology.orchestra.console.smithi038:Power off 2023-12-01T06:06:06.530 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:06:06.560 INFO:teuthology.orchestra.console.smithi076:Power off 2023-12-01T06:06:06.560 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:06:06.578 DEBUG:teuthology.orchestra.console.smithi038:power off output: Chassis Power Control: Down/Off 2023-12-01T06:06:06.579 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:06:06.594 DEBUG:teuthology.orchestra.console.smithi076:power off output: Chassis Power Control: Down/Off 2023-12-01T06:06:06.595 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:06:06.614 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2023-12-01T06:06:06.625 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2023-12-01T06:06:06.647 INFO:teuthology.orchestra.console.smithi088:Power off 2023-12-01T06:06:06.648 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:06:06.673 DEBUG:teuthology.orchestra.console.smithi088:power off output: Chassis Power Control: Down/Off 2023-12-01T06:06:06.674 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:06:06.699 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-12-01T06:06:10.616 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:06:10.630 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:06:10.701 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:06:10.733 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2023-12-01T06:06:10.746 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2023-12-01T06:06:10.813 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-12-01T06:06:14.737 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:06:14.748 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:06:14.813 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:06:14.851 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2023-12-01T06:06:14.857 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is off 2023-12-01T06:06:14.924 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-12-01T06:06:14.958 INFO:teuthology.orchestra.console.smithi076:Power off completed 2023-12-01T06:06:18.854 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:06:18.925 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:06:18.965 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is off 2023-12-01T06:06:19.038 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is off 2023-12-01T06:06:19.066 INFO:teuthology.orchestra.console.smithi038:Power off completed 2023-12-01T06:06:19.140 INFO:teuthology.orchestra.console.smithi088:Power off completed 2023-12-01T06:06:19.244 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_20.04 agent/on mon_election/connectivity task/test_host_drain} duration: 526.1193523406982 failure_reason: 'Command failed on smithi038 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b48adc90-900f-11ee-95a2-87774f69a715 --force''' flavor: default owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3fe955c4668048c6a1b420abfc75621e status: fail success: false 2023-12-01T06:06:19.245 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T06:06:19.333 INFO:teuthology.run:FAIL