0s autopkgtest [19:23:09]: starting date and time: 2024-03-27 19:23:09+0000 0s autopkgtest [19:23:09]: git checkout: 4a1cd702 l/adt_testbed: don't blame the testbed for unsolvable build deps 0s autopkgtest [19:23:09]: host juju-7f2275-prod-proposed-migration-environment-4; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.cxjvv1ke/out --timeout-copy=6000 --setup-commands 'dhclient || true; ln -s /dev/null /etc/systemd/system/bluetooth.service; printf "http_proxy=http://squid.internal:3128\nhttps_proxy=http://squid.internal:3128\nno_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com\n" >> /etc/environment' --apt-pocket=proposed --apt-upgrade libpod --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=lvm2/2.03.16-3ubuntu2 -- lxd -r lxd-armhf-10.44.124.217 lxd-armhf-10.44.124.217:autopkgtest/ubuntu/noble/armhf 82s autopkgtest [19:24:31]: testbed dpkg architecture: armhf 89s autopkgtest [19:24:37]: testbed apt version: 2.7.12 89s autopkgtest [19:24:37]: @@@@@@@@@@@@@@@@@@@@ test bed setup 105s autopkgtest [19:24:54]: ERROR: "sh -euc #!/bin/sh 105s # Copyright 2014-2016 Martin Pitt 105s # Copyright 2017-2023 Paul Gevers 105s # SPDX-License-Identifier: GPL-2.0-or-later 105s 105s # This script is ment to be used as Template by adt_testbed, where 105s # '$pocket' is replaced, but calling it with one input argument 105s # achieves the same results: This script builds a source.list.d entry 105s # for the requested pocket for each main suite (lacking a hypen (-)) 105s # in all sources.lists. 105s 105s # TODO: Debian is moving towards deb822 based sources, this isn't 105s # supported yet. 105s 105s set -eu 105s 105s usage () { 105s echo "Usage: create-sources.list-for-pocket [POCKET]" >&2 105s exit 2 105s } 105s 105s if [ "$#" -ne 1 ]; then 105s usage 105s fi 105s 105s pocket=$1 105s 105s SRCS=$(ls /etc/apt/sources.list /etc/apt/sources.list.d/*.list 2>/dev/null || true) 105s if [ -z "$SRCS" ]; then 105s exit 0 105s fi 105s # Deliberately word-splitting $SRCS 105s # shellcheck disable=SC2086 105s sed -rn 's/^(deb|deb-src) +(\[.*\] *)?((http|https|file):[^ ]*) +([^ -]+) +(.*)$/\1 \2\3 \5-'"$pocket"' \6/p' \ 105s $SRCS > /etc/apt/sources.list.d/"$pocket".list 105s # retry only needed before Debian 9 (buster) and Ubuntu 18.04 (bionic) 105s # testbed has 'Acquire::Retries "10";' apt config 105s for retry in 1 2 3; do 105s apt-get --no-list-cleanup \ 105s -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/"$pocket".list \ 105s -o Dir::Etc::sourceparts=/dev/null \ 105s update 2>&1 && break 105s if [ $retry = 3 ] ; then 105s return 1 105s else 105s sleep 15 105s fi 105s done 105s sh proposed" failed with stderr "Error: read tcp 10.136.6.103:47888->10.44.124.217:8443: i/o timeout 105s "