autopkgtest: DBG: testbed command ['sh', '-ec', "sed -rn 's/^(deb|deb-src) +(\\[.*\\] *)?([^ ]*(ubuntu.com|debian.org|ftpmaster|file:\\/\\/\\/tmp\\/testarchive)[^ ]*) +([^ -]+) +(.*)$/\\1 \\2\\3 \\5-proposed \\6/p' /etc/apt/sources.list `ls /etc/apt/sources.list.d/*.list 2>/dev/null|| true` > /etc/apt/sources.list.d/proposed.list; for retry in 1 2 3; do apt-get --no-list-cleanup -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/proposed.list -o Dir::Etc::sourceparts=/dev/null update 2>&1 && break || sleep 15; done"], kind short, sout raw, serr pipe, env []
Get:1 http://ports.ubuntu.com trusty-proposed InRelease [65.9 kB]
Get:2 http://ports.ubuntu.com trusty-proposed/main Sources [111 kB]
Get:3 http://ports.ubuntu.com trusty-proposed/restricted Sources [1,900 B]
Get:4 http://ports.ubuntu.com trusty-proposed/universe Sources [16.4 kB]
Get:5 http://ports.ubuntu.com trusty-proposed/multiverse Sources [28 B]
Get:6 http://ports.ubuntu.com trusty-proposed/main armhf Packages [84.5 kB]
Get:7 http://ports.ubuntu.com trusty-proposed/restricted armhf Packages [28 B]
Get:8 http://ports.ubuntu.com trusty-proposed/universe armhf Packages [17.5 kB]
Get:9 http://ports.ubuntu.com trusty-proposed/multiverse armhf Packages [28 B]
Fetched 297 kB in 1s (270 kB/s)
Reading package lists...
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['sh', '-ec', 'SRCS=$(ls /etc/apt/sources.list /etc/apt/sources.list.d/*.list 2>/dev/null|| true); REL=$(sed -rn \'/^(deb|deb-src) .*(ubuntu.com|debian.org|ftpmaster|file:\\/\\/\\/tmp\\/testarchive)/ { s/^[^ ]+ +(\\[.*\\] *)?[^ ]* +([^ -]+) +.*$/\\2/p}\' $SRCS | head -n1); mkdir -p /etc/apt/preferences.d; PKGS=""; PKGS="$PKGS $(apt-cache showsrc linux-meta-lts-xenial | awk \'/^Package-List:/ { show=1; next } (/^ / && show==1) { print $1; next } { show=0 }\' |sort -u | tr \'\\n\' \' \')"; printf "Package: $PKGS\\nPin: release a=${REL}-proposed\\nPin-Priority: 990\\n\\nPackage: *\\nPin: release a=$REL\\nPin-Priority: 900\\n\\nPackage: *\\nPin: release a=${REL}-updates\\nPin-Priority: 900\\n\\nPackage: *\\nPin: release a=${REL}-proposed\\nPin-Priority: 800\\n" > /etc/apt/preferences.d/autopkgtest-${REL}-proposed; '], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.i7WCON/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['sh', '-ec', '# Canonical/Ubuntu specific testbed setup\n\n# compatibility with old Jenkins testbeds for trusty\nif grep -q trusty /etc/lsb-release; then apt-get install -y build-essential; fi\n\n# these packages really break tests, purge them if we use standard cloud images\n# (on lcy01)\nfor p in lxd lxd-client snapd; do\n [ ! -d /usr/share/doc/$p ] || $(which eatmydata || true) apt-get purge --auto-remove -y $p\ndone\n\n# work around broken PTMU; LP: #1572026, RT#90771\nif type iptables >/dev/null 2>&1; then\n cat <<EOF > /etc/rc.local\n#!/bin/sh\niptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu || true\nEOF\n chmod 755 /etc/rc.local\n . /etc/rc.local\nfi\n\n# work around arm64 lockups (LP: #1531768)\nif [ "$(uname -m)" = aarch64 ] && ! grep -q \'GRUB_CMDLINE_LINUX.*nohz-off\' /etc/default/grub; then\n sed -i \'/GRUB_CMDLINE_LINUX_DEFAULT/ s/=".*$/="nohz=off"/\' /etc/default/grub\n update-grub\nfi\n\n# work around broken tty on ppc64el instances (LP: #1607075)\nif [ "$(uname -m)" = ppc64le ] && [ "$(systemctl is-active keyboard-setup.service 2>/dev/null|| true)" = failed ]; then\n systemctl reset-failed keyboard-setup.service\n systemctl mask keyboard-setup.service\nfi\n\n# work around late urandom pool initialization (LP: #1622893)\nif [ -d /run/systemd/system ] && systemd-detect-virt --quiet --vm; then\n mkdir -p /etc/systemd/system/systemd-random-seed.service.d/\n cat <<EOF > /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu', 'DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none']
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed: