0s autopkgtest [23:23:20]: starting date and time: 2024-03-26 23:23:20+0000 0s autopkgtest [23:23:20]: git checkout: 4a1cd702 l/adt_testbed: don't blame the testbed for unsolvable build deps 0s autopkgtest [23:23:20]: host juju-7f2275-prod-proposed-migration-environment-4; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.txu9xlu2/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 endlessh --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=bash/5.2.21-2ubuntu3 -- lxd -r lxd-armhf-10.44.124.23 lxd-armhf-10.44.124.23:autopkgtest/ubuntu/noble/armhf 45s Error: read tcp 10.136.6.103:53656->10.44.124.23:8443: i/o timeout 70s Error: read tcp 10.136.6.103:50192->10.44.124.23:8443: i/o timeout 101s info: Adding user `test' ... 101s info: Selecting UID/GID from range 1000 to 59999 ... 101s info: Adding new group `test' (1001) ... 101s info: Adding new user `test' (1001) with group `test (1001)' ... 101s info: Creating home directory `/home/test' ... 101s info: Copying files from `/etc/skel' ... 101s info: Adding new user `test' to supplemental / extra groups `users' ... 101s info: Adding user `test' to group `users' ... 115s autopkgtest [23:25:15]: testbed dpkg architecture: armhf 121s autopkgtest [23:25:21]: testbed apt version: 2.7.12 121s autopkgtest [23:25:21]: @@@@@@@@@@@@@@@@@@@@ test bed setup 143s autopkgtest [23:25:43]: ERROR: "sh -euc #!/bin/sh 143s # Copyright 2014-2016 Martin Pitt 143s # Copyright 2017-2023 Paul Gevers 143s # SPDX-License-Identifier: GPL-2.0-or-later 143s 143s # This script is ment to be used as Template by adt_testbed, where 143s # '$pocket' is replaced, but calling it with one input argument 143s # achieves the same results: This script builds a source.list.d entry 143s # for the requested pocket for each main suite (lacking a hypen (-)) 143s # in all sources.lists. 143s 143s # TODO: Debian is moving towards deb822 based sources, this isn't 143s # supported yet. 143s 143s set -eu 143s 143s usage () { 143s echo "Usage: create-sources.list-for-pocket [POCKET]" >&2 143s exit 2 143s } 143s 143s if [ "$#" -ne 1 ]; then 143s usage 143s fi 143s 143s pocket=$1 143s 143s SRCS=$(ls /etc/apt/sources.list /etc/apt/sources.list.d/*.list 2>/dev/null || true) 143s if [ -z "$SRCS" ]; then 143s exit 0 143s fi 143s # Deliberately word-splitting $SRCS 143s # shellcheck disable=SC2086 143s sed -rn 's/^(deb|deb-src) +(\[.*\] *)?((http|https|file):[^ ]*) +([^ -]+) +(.*)$/\1 \2\3 \5-'"$pocket"' \6/p' \ 143s $SRCS > /etc/apt/sources.list.d/"$pocket".list 143s # retry only needed before Debian 9 (buster) and Ubuntu 18.04 (bionic) 143s # testbed has 'Acquire::Retries "10";' apt config 143s for retry in 1 2 3; do 143s apt-get --no-list-cleanup \ 143s -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/"$pocket".list \ 143s -o Dir::Etc::sourceparts=/dev/null \ 143s update 2>&1 && break 143s if [ $retry = 3 ] ; then 143s return 1 143s else 143s sleep 15 143s fi 143s done 143s sh proposed" failed with stderr "Error: Only running operations can be connected 143s "