0s autopkgtest [23:28:47]: starting date and time: 2024-03-26 23:28:47+0000 0s autopkgtest [23:28:47]: git checkout: 4a1cd702 l/adt_testbed: don't blame the testbed for unsolvable build deps 0s autopkgtest [23:28:47]: host juju-7f2275-prod-proposed-migration-environment-4; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.o3m3wj0a/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 request-tracker4 --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=procps/2:4.0.4-4ubuntu2 mariadb/1:10.11.7-2ubuntu1 ssmtp/2.64-11build1 apache2/2.4.58-1ubuntu6 libcgi-pm-perl/4.63-1 libapache2-mod-perl2/2.0.13-1build3 postgresql-16/16.2-1ubuntu2 perl/5.38.2-3.2 libfcgi-perl/0.82+ds-3 libdbd-pg-perl/3.18.0-1build2 libcpanel-json-xs-perl/4.37-1build2 libdbd-mysql-perl/4.052-1ubuntu2 libcrypt-eksblowfish-perl/0.009-3build3 libcss-minifier-xs-perl/0.13-1build4 libdbi-perl/1.643-4build2 libhtml-gumbo-perl/0.18-3build4 libjavascript-minifier-xs-perl/0.15-1build4 libperlio-eol-perl/0.19-1build2 libscope-upper-perl/0.34-1build2 libterm-readkey-perl/2.38-2build3 libterm-readline-gnu-perl/1.46-1build2' -- lxd -r lxd-armhf-10.44.124.111 lxd-armhf-10.44.124.111:autopkgtest/ubuntu/noble/armhf 86s autopkgtest [23:30:13]: testbed dpkg architecture: armhf 91s autopkgtest [23:30:18]: testbed apt version: 2.7.12 91s autopkgtest [23:30:18]: @@@@@@@@@@@@@@@@@@@@ test bed setup 106s Error: Only running operations can be connected 112s autopkgtest [23:30:39]: ERROR: "sh -euc #!/bin/sh 112s # Copyright 2014-2016 Martin Pitt 112s # Copyright 2017-2023 Paul Gevers 112s # SPDX-License-Identifier: GPL-2.0-or-later 112s 112s # This script is ment to be used as Template by adt_testbed, where 112s # '$pocket' is replaced, but calling it with one input argument 112s # achieves the same results: This script builds a source.list.d entry 112s # for the requested pocket for each main suite (lacking a hypen (-)) 112s # in all sources.lists. 112s 112s # TODO: Debian is moving towards deb822 based sources, this isn't 112s # supported yet. 112s 112s set -eu 112s 112s usage () { 112s echo "Usage: create-sources.list-for-pocket [POCKET]" >&2 112s exit 2 112s } 112s 112s if [ "$#" -ne 1 ]; then 112s usage 112s fi 112s 112s pocket=$1 112s 112s SRCS=$(ls /etc/apt/sources.list /etc/apt/sources.list.d/*.list 2>/dev/null || true) 112s if [ -z "$SRCS" ]; then 112s exit 0 112s fi 112s # Deliberately word-splitting $SRCS 112s # shellcheck disable=SC2086 112s sed -rn 's/^(deb|deb-src) +(\[.*\] *)?((http|https|file):[^ ]*) +([^ -]+) +(.*)$/\1 \2\3 \5-'"$pocket"' \6/p' \ 112s $SRCS > /etc/apt/sources.list.d/"$pocket".list 112s # retry only needed before Debian 9 (buster) and Ubuntu 18.04 (bionic) 112s # testbed has 'Acquire::Retries "10";' apt config 112s for retry in 1 2 3; do 112s apt-get --no-list-cleanup \ 112s -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/"$pocket".list \ 112s -o Dir::Etc::sourceparts=/dev/null \ 112s update 2>&1 && break 112s if [ $retry = 3 ] ; then 112s return 1 112s else 112s sleep 15 112s fi 112s done 112s sh proposed" failed with stderr "Error: Only running operations can be connected 112s "