Package: autopkgtest
Version: 5.35
Severity: normal

Hi,

Some time ago, I already experienced on my own laptop that --shell and --shell-fail didn't work anymore like they used to, but I feared I messed to much while developing autopkgtest. However, today I ran autopkgtest on one of the ci.d.n hosts to provide a testbed for debugging to someone, but the shell I got with --shell-fail didn't work. The shell gives a prompt, but doesn't do anything with the input. I stopped the shell in the end with Ctrl-C. I could reproduce with src:hello and debugging info on my system too, see the attached log.

Paul

autopkgtest [09:54:00]: test unit-tests-server: - - - - - - - - - - results - - - - - - - - - -
unit-tests-server    FAIL non-zero exit status 1
autopkgtest [09:54:00]: - - - - - - - - - - running shell - - - - - - - - - - root@elbrus:/tmp/autopkgtest-lxc.iolc4ahc/downtmp/build.tDD/src# apt install tmate




^CTraceback (most recent call last):
  File "/usr/bin/autopkgtest", line 911, in <module>
    main()
  File "/usr/bin/autopkgtest", line 899, in main
    process_actions()
  File "/usr/bin/autopkgtest", line 854, in process_actions
    run_tests(tests, tests_tree)
  File "/usr/bin/autopkgtest", line 199, in run_tests
    testbed.run_test(tree, t, opts.env, opts.shell_fail, opts.shell,
  File "/usr/share/autopkgtest/lib/adt_testbed.py", line 1406, in run_test
    self.run_shell(tree.tb, ['AUTOPKGTEST_ARTIFACTS="%s"' % test_artifacts,
  File "/usr/share/autopkgtest/lib/adt_testbed.py", line 1145, in run_shell
    self.command('shell', [cwd or '/'] + extra_env)
  File "/usr/share/autopkgtest/lib/adt_testbed.py", line 705, in command
    ll = self.expect('ok', nresults)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/autopkgtest/lib/adt_testbed.py", line 668, in expect
    line = self.sp.stdout.readline()
           ^^^^^^^^^^^^^^^^^^^^^^^^^
KeyboardInterrupt



-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.7.12-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages autopkgtest depends on:
ii  apt-utils       2.9.5
ii  libdpkg-perl    1.22.6
ii  mawk            1.3.4.20240123-1
ii  procps          2:4.0.4-4
ii  python3         3.11.8-1
ii  python3-debian  0.1.49

Versions of packages autopkgtest recommends:
ii  autodep8  0.28
ii  fakeroot  1.33-1

Versions of packages autopkgtest suggests:
ii  docker.io            20.10.25+dfsg1-3
pn  fakemachine          <none>
ii  genisoimage          9:1.1.11-3.5
pn  incus                <none>
ii  lxc                  1:6.0.0a-1
pn  lxd                  <none>
ii  ovmf                 2024.05-1
pn  ovmf-ia32            <none>
ii  podman               4.9.4+ds1-1
ii  python3-distro-info  1.7
pn  qemu-efi-aarch64     <none>
pn  qemu-efi-arm         <none>
pn  qemu-efi-riscv64     <none>
pn  qemu-system          <none>
ii  qemu-utils           1:8.2.4+ds-1
ii  schroot              1.6.13-3+b3
ii  util-linux           2.40.1-8.1
ii  vmdb2                0.40-1
ii  zerofree             1.1.1-1+b1

-- no debconf information
paul@mulciber ~ $ autopkgtest -ddd hello --test-name=upstream-tests --shell -- lxc -ddd --sudo autopkgtest-unstable-amd64
autopkgtest: DBG: autopkgtest options: Namespace(override_control=None, only_tests=['upstream-tests'], skip_tests=None, built_binaries=True, packages=['hello'], output_dir=None, logfile=None, summary=None, verbosity=2, setup_commands=[], setup_commands_boot=[], add_apt_sources=[], add_apt_releases=[], pin_packages=[], apt_pocket=[], apt_default_release=None, enable_apt_fallback=True, copy=[], env=[], ignore_restrictions=[], user=None, gainroot=None, shell_fail=False, shell=True, timeout=0, timeout_short=None, timeout_copy=None, timeout_install=None, timeout_test=None, timeout_build=None, timeout_factor=1.0, set_lang=None, auto_control=True, build_parallel=None, needs_internet='run', validate=False)
autopkgtest: DBG: virt-runner arguments: ['lxc', '-ddd', '--sudo', 'autopkgtest-unstable-amd64']
autopkgtest: DBG: actions: [('apt-source', 'hello', False)]
autopkgtest: DBG: build binaries: True
autopkgtest: DBG: testbed init
autopkgtest [13:01:12]: starting date and time: 2024-06-20 13:01:12+0200
autopkgtest [13:01:12]: version 5.35
autopkgtest [13:01:12]: host mulciber; command line: /usr/bin/autopkgtest -ddd hello --test-name=upstream-tests --shell -- lxc -ddd --sudo autopkgtest-unstable-amd64
autopkgtest: DBG: got reply from testbed: ok
autopkgtest: DBG: testbed open, scratch=None
autopkgtest: DBG: sending command to testbed: open
autopkgtest-virt-lxc: DBG: executing open
autopkgtest-virt-lxc: DBG: execute-timeout: sudo lxc-ls
autopkgtest-virt-lxc: DBG: using container name autopkgtest-lxc-dkykgc
autopkgtest-virt-lxc: DBG: execute-timeout: timeout 300 sudo lxc-copy --name autopkgtest-unstable-amd64 --newname autopkgtest-lxc-dkykgc
autopkgtest-virt-lxc: DBG: execute-timeout: timeout 300 sudo lxc-start --name autopkgtest-lxc-dkykgc --daemon --define lxc.mount.entry=tmpfs tmp tmpfs defaults --define lxc.mount.entry=/tmp/autopkgtest-lxc.70qgizhe tmp/autopkgtest-lxc.70qgizhe none bind,create=dir 0 0
autopkgtest-virt-lxc: DBG: waiting for lxc guest start
autopkgtest-virt-lxc: DBG: execute-timeout: sudo lxc-attach --name autopkgtest-lxc-dkykgc -- runlevel
autopkgtest-virt-lxc: DBG: wait_booted: polling status failed, retrying...
autopkgtest-virt-lxc: DBG: execute-timeout: sudo lxc-attach --name autopkgtest-lxc-dkykgc -- runlevel
autopkgtest-virt-lxc: DBG: wait_booted: polling status failed, retrying...
autopkgtest-virt-lxc: DBG: execute-timeout: sudo lxc-attach --name autopkgtest-lxc-dkykgc -- runlevel
autopkgtest-virt-lxc: DBG: wait_booted: polling status failed, retrying...
autopkgtest-virt-lxc: DBG: execute-timeout: sudo lxc-attach --name autopkgtest-lxc-dkykgc -- runlevel
autopkgtest-virt-lxc: DBG: wait_booted: polling status failed, retrying...
autopkgtest-virt-lxc: DBG: execute-timeout: sudo lxc-attach --name autopkgtest-lxc-dkykgc -- runlevel
autopkgtest-virt-lxc: DBG: wait_booted: polling status failed, retrying...
autopkgtest-virt-lxc: DBG: execute-timeout: sudo lxc-attach --name autopkgtest-lxc-dkykgc -- runlevel
autopkgtest-virt-lxc: DBG: wait_booted: polling status failed, retrying...
autopkgtest-virt-lxc: DBG: execute-timeout: sudo lxc-attach --name autopkgtest-lxc-dkykgc -- runlevel
autopkgtest-virt-lxc: DBG: wait_booted: polling status failed, retrying...
autopkgtest-virt-lxc: DBG: execute-timeout: sudo lxc-attach --name autopkgtest-lxc-dkykgc -- runlevel
autopkgtest-virt-lxc: DBG: wait_booted: polling status failed, retrying...
autopkgtest-virt-lxc: DBG: execute-timeout: sudo lxc-attach --name autopkgtest-lxc-dkykgc -- runlevel
autopkgtest-virt-lxc: DBG: waiting for network
autopkgtest-virt-lxc: DBG: execute-timeout: sudo lxc-attach --name autopkgtest-lxc-dkykgc -- sh -ec #!/bin/sh
# Copyright © 2006-2018 Canonical Ltd.
# Copyright © 2020 Paul Gevers
# Copyright © 2020 Lars Kruse
# Copyright © 2022 Simon McVittie
# SPDX-License-Identifier: GPL-2.0-or-later

set -eu

if [ -d /run/systemd/system ]; then
    systemctl start network-online.target
else
    while pgrep -f '/etc/init[.]d/rc' > /dev/null; do
        sleep 1
    done
fi

autopkgtest-virt-lxc: DBG: lxc guest started
autopkgtest-virt-lxc: DBG: execute-timeout: sudo lxc-attach --name autopkgtest-lxc-dkykgc -- sh -c getent passwd | sort -t: -nk3 | awk -F: '{if ($3 >= 1000 && $3 <= 59999) { print $1; exit } }'
autopkgtest-virt-lxc: DBG: determine_normal_user: no uid in [1000,59999] available
autopkgtest-virt-lxc: DBG: auxverb = ['sudo', '--preserve-env', 'lxc-attach', '--name', 'autopkgtest-lxc-dkykgc', '--', 'env', '-i', 'bash', '-c', 'set -a; [ -r /etc/environment ] && . /etc/environment 2>/dev/null || true; [ -r /etc/default/locale ] && . /etc/default/locale 2>/dev/null || true; [ -r /etc/profile ] && . /etc/profile 2>/dev/null || true; set +a;"$@"; RC=$?; [ $RC != 255 ] || RC=253; set -e;myout=$(readlink /proc/$$/fd/1);myerr=$(readlink /proc/$$/fd/2);myout="${myout/[/\\\\[}"; myout="${myout/]/\\\\]}";myerr="${myerr/[/\\\\[}"; myerr="${myerr/]/\\\\]}";PS=$(ls -l /proc/[0-9]*/fd/* 2>/dev/null | sed -nr \'\\#(\'"$myout"\'|\'"$myerr"\')# { s#^.*/proc/([0-9]+)/.*$#\\1#; p}\'|sort -u);KILL="";for pid in $PS; do    [ $pid -ne $$ ] && [ $pid -ne $PPID ] || continue;    KILL="$KILL $pid";done;[ -z "$KILL" ] || kill -9 $KILL >/dev/null 2>&1 || true;exit $RC', '--'], downtmp = None
autopkgtest-virt-lxc: DBG: execute-timeout: sudo --preserve-env lxc-attach --name autopkgtest-lxc-dkykgc -- env -i bash -c set -a; [ -r /etc/environment ] && . /etc/environment 2>/dev/null || true; [ -r /etc/default/locale ] && . /etc/default/locale 2>/dev/null || true; [ -r /etc/profile ] && . /etc/profile 2>/dev/null || true; set +a;"$@"; RC=$?; [ $RC != 255 ] || RC=253; set -e;myout=$(readlink /proc/$$/fd/1);myerr=$(readlink /proc/$$/fd/2);myout="${myout/[/\\[}"; myout="${myout/]/\\]}";myerr="${myerr/[/\\[}"; myerr="${myerr/]/\\]}";PS=$(ls -l /proc/[0-9]*/fd/* 2>/dev/null | sed -nr '\#('"$myout"'|'"$myerr"')# { s#^.*/proc/([0-9]+)/.*$#\1#; p}'|sort -u);KILL="";for pid in $PS; do    [ $pid -ne $$ ] && [ $pid -ne $PPID ] || continue;    KILL="$KILL $pid";done;[ -z "$KILL" ] || kill -9 $KILL >/dev/null 2>&1 || true;exit $RC -- mkdir -m 777 /tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest: DBG: sending command to testbed: print-execute-command
autopkgtest-virt-lxc: DBG: executing print-execute-command
autopkgtest: DBG: got reply from testbed: ok sudo,--preserve-env,lxc-attach,--name,autopkgtest-lxc-dkykgc,--,env,-i,bash,-c,set%20-a%3B%20%5B%20-r%20/etc/environment%20%5D%20%26%26%20.%20/etc/environment%202%3E/dev/null%20%7C%7C%20true%3B%20%5B%20-r%20/etc/default/locale%20%5D%20%26%26%20.%20/etc/default/locale%202%3E/dev/null%20%7C%7C%20true%3B%20%5B%20-r%20/etc/profile%20%5D%20%26%26%20.%20/etc/profile%202%3E/dev/null%20%7C%7C%20true%3B%20set%20%2Ba%3B%22%24%40%22%3B%20RC%3D%24%3F%3B%20%5B%20%24RC%20%21%3D%20255%20%5D%20%7C%7C%20RC%3D253%3B%20set%20-e%3Bmyout%3D%24%28readlink%20/proc/%24%24/fd/1%29%3Bmyerr%3D%24%28readlink%20/proc/%24%24/fd/2%29%3Bmyout%3D%22%24%7Bmyout/%5B/%5C%5C%5B%7D%22%3B%20myout%3D%22%24%7Bmyout/%5D/%5C%5C%5D%7D%22%3Bmyerr%3D%22%24%7Bmyerr/%5B/%5C%5C%5B%7D%22%3B%20myerr%3D%22%24%7Bmyerr/%5D/%5C%5C%5D%7D%22%3BPS%3D%24%28ls%20-l%20/proc/%5B0-9%5D%2A/fd/%2A%202%3E/dev/null%20%7C%20sed%20-nr%20%27%5C%23%28%27%22%24myout%22%27%7C%27%22%24myerr%22%27%29%23%20%7B%20s%23%5E.%2A/proc/%28%5B0-9%5D%2B%29/.%2A%24%23%5C1%23%3B%20p%7D%27%7Csort%20-u%29%3BKILL%3D%22%22%3Bfor%20pid%20in%20%24PS%3B%20do%20%20%20%20%5B%20%24pid%20-ne%20%24%24%20%5D%20%26%26%20%5B%20%24pid%20-ne%20%24PPID%20%5D%20%7C%7C%20continue%3B%20%20%20%20KILL%3D%22%24KILL%20%24pid%22%3Bdone%3B%5B%20-z%20%22%24KILL%22%20%5D%20%7C%7C%20kill%20-9%20%24KILL%20%3E/dev/null%202%3E%261%20%7C%7C%20true%3Bexit%20%24RC,--
autopkgtest: DBG: sending command to testbed: capabilities
autopkgtest-virt-lxc: DBG: executing capabilities
autopkgtest: DBG: got reply from testbed: ok isolation-container revert revert-full-system root-on-testbed reboot downtmp-host=/tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest: DBG: testbed capabilities: ['isolation-container', 'revert', 'revert-full-system', 'root-on-testbed', 'reboot', 'downtmp-host=/tmp/autopkgtest-lxc.70qgizhe/downtmp', 'has_internet']
autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest-lxc.70qgizhe/downtmp'], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: sending command to testbed: copydown /usr/share/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh
autopkgtest-virt-lxc: DBG: executing copydown /usr/share/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh
autopkgtest-virt-lxc: DBG: copydown_shareddir: host /usr/share/autopkgtest/lib/in-testbed/wrapper.sh tb /tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh is_dir False downtmp_host /tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest: DBG: got reply from testbed: ok
autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh'], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['sh', '-euc', '#!/bin/sh\n# Copyright 2022 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# create-normal-user [USERNAME]\n# Create an ordinary, unprivileged user.\n\nset -eu\n\nusage () {\n    echo "Usage: create-normal-user [USERNAME]" >&2\n    exit 2\n}\n\ncreate () {\n    # shellcheck disable=SC3043\n    local user="$1"\n    shift\n\n    if command -v adduser >/dev/null; then\n        adduser \\\n            --disabled-login \\\n            --gecos \'Temporary autopkgtest user,,,\' \\\n            "$user"\n    elif command -v useradd >/dev/null; then\n        useradd \\\n            --comment \'Temporary autopkgtest user\' \\\n            --create-home \\\n            --expiredate \'\' \\\n            --user-group \\\n            "$user"\n    else\n        echo "Neither adduser nor useradd is installed" >&2\n        return 1\n    fi\n\n    echo "$user" > /run/autopkgtest-normal-user\n}\n\ncase "${1-}" in\n    (--)\n        shift\n        ;;\n\n    (-*)\n        usage\n        ;;\nesac\n\nif [ "$#" -gt 1 ]; then\n    usage\nfi\n\nif [ "$#" -eq 1 ]; then\n    create "$1"\n    exit 0\nfi\n\ntries=20\n\nfor i in $(seq 0 "$tries"); do\n    if [ "$i" = 0 ]; then\n        user="test"\n    else\n        random=$(mktemp /tmp/test-XXXXXX)\n        user="$(basename "$random")"\n        rm -f "$random"\n    fi\n\n    if getent passwd "$user" >/dev/null; then\n        echo "create-normal-user: \'$user\' already exists"\n    else\n        create "$user"\n        exit 0\n    fi\ndone\n\necho "create-normal-user: Unable to generate a new username (tried $tries times)" >&2\nexit 1\n'], kind short, sout raw, serr pipe, env []
info: Adding user `test' ...
info: Selecting UID/GID from range 1000 to 59999 ...
info: Adding new group `test' (1000) ...
info: Adding new user `test' (1000) with group `test (1000)' ...
info: Creating home directory `/home/test' ...
info: Copying files from `/etc/skel' ...
info: Adding new user `test' to supplemental / extra groups `users' ...
info: Adding user `test' to group `users' ...
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['cat', '/run/autopkgtest-normal-user'], kind short, sout pipe, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest [13:01:41]: testbed dpkg architecture: amd64
autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest [13:01:41]: testbed apt version: 2.9.3
autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed has eatmydata
autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest-lxc.70qgizhe/downtmp/testbed-packages"], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/testbed-packages /tmp/autopkgtest.output.g1wx3a69/testbed-packages
autopkgtest-virt-lxc: DBG: executing copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/testbed-packages /tmp/autopkgtest.output.g1wx3a69/testbed-packages
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb /tmp/autopkgtest-lxc.70qgizhe/downtmp/testbed-packages host /tmp/autopkgtest.output.g1wx3a69/testbed-packages is_dir False downtmp_host /tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb(host) /tmp/autopkgtest-lxc.70qgizhe/downtmp/testbed-packages is not already at destination /tmp/autopkgtest.output.g1wx3a69/testbed-packages, copying
autopkgtest: DBG: got reply from testbed: ok
autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot
autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest-lxc.70qgizhe/downtmp'], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: sending command to testbed: copydown /usr/share/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest-reboot
autopkgtest-virt-lxc: DBG: executing copydown /usr/share/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest-reboot
autopkgtest-virt-lxc: DBG: copydown_shareddir: host /usr/share/autopkgtest/lib/in-testbed/reboot.sh tb /tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest-reboot is_dir False downtmp_host /tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest: DBG: got reply from testbed: ok
autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest-lxc.70qgizhe/downtmp'], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: sending command to testbed: copydown /usr/share/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest-reboot-prepare
autopkgtest-virt-lxc: DBG: executing copydown /usr/share/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest-reboot-prepare
autopkgtest-virt-lxc: DBG: copydown_shareddir: host /usr/share/autopkgtest/lib/in-testbed/reboot-prepare.sh tb /tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest-reboot-prepare is_dir False downtmp_host /tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest: DBG: got reply from testbed: ok
autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest [13:01:41]: testbed running kernel: Linux 6.7.12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.7.12-1 (2024-04-24)
autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: Binaries: initialising
autopkgtest [13:01:41]: @@@@@@@@@@@@@@@@@@@@ apt-source hello
autopkgtest: DBG: blame += hello
autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[]
autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'hello'], kind short, sout pipe, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^hello$'], kind short, sout pipe, serr raw, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['apt-cache', 'show', 'hello=2.10-3'], kind short, sout pipe, serr raw, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: install_deps: deps_new=[]
autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['sh', '-ec', 'su --shell=/bin/sh test -c \'set -e; exec 3>&1 >&2; set -x; cd /; builddir=$(mktemp -d /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source hello=2.10-3 2>&1) || RC=$?;if [ -n "$RC" ]; then  if echo "$OUT" | grep -q "Unable to find a source package"; then    exit 1;  else    exit $RC;  fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x hello_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env []
+ cd /
+ mktemp -d /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.XXX
+ builddir=/tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip
+ cd /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip
+ apt-get source -d -q --only-source hello=2.10-3
+ OUT=Reading package lists...
NOTICE: 'hello' packaging is maintained in the 'Git' version control system at:
https://salsa.debian.org/sanvila/hello.git
Please use:
git clone https://salsa.debian.org/sanvila/hello.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 741 kB of source archives.
Get:1 http://deb.debian.org/debian unstable/main hello 2.10-3 (dsc) [1,721 B]
Get:2 http://deb.debian.org/debian unstable/main hello 2.10-3 (tar) [726 kB]
Get:3 http://deb.debian.org/debian unstable/main hello 2.10-3 (asc) [819 B]
Get:4 http://deb.debian.org/debian unstable/main hello 2.10-3 (diff) [12.7 kB]
Fetched 741 kB in 0s (40.5 MB/s)
Download complete and in download only mode
+ [ -n  ]
+ echo Reading package lists...
NOTICE: 'hello' packaging is maintained in the 'Git' version control system at:
https://salsa.debian.org/sanvila/hello.git
Please use:
git clone https://salsa.debian.org/sanvila/hello.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 741 kB of source archives.
Get:1 http://deb.debian.org/debian unstable/main hello 2.10-3 (dsc) [1,721 B]
Get:2 http://deb.debian.org/debian unstable/main hello 2.10-3 (tar) [726 kB]
Get:3 http://deb.debian.org/debian unstable/main hello 2.10-3 (asc) [819 B]
Get:4 http://deb.debian.org/debian unstable/main hello 2.10-3 (diff) [12.7 kB]
Fetched 741 kB in 0s (40.5 MB/s)
Download complete and in download only mode
+ grep ^Get:
Get:1 http://deb.debian.org/debian unstable/main hello 2.10-3 (dsc) [1,721 B]
Get:2 http://deb.debian.org/debian unstable/main hello 2.10-3 (tar) [726 kB]
Get:3 http://deb.debian.org/debian unstable/main hello 2.10-3 (asc) [819 B]
Get:4 http://deb.debian.org/debian unstable/main hello 2.10-3 (diff) [12.7 kB]
+ dpkg-source -x hello_2.10-3.dsc src
gpgv: Signature made Mon 26 Dec 2022 07:24:11 PM CET
gpgv:                using RSA key D54C3BFAFFB042DE382DA5D741CE7F0B9F1B8B32
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./hello_2.10-3.dsc: no acceptable signature found
+ chmod -R a+rX .
+ cd src/.
+ pwd
+ sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog
autopkgtest: DBG: testbed command exited with code 0
autopkgtest [13:01:43]: testing package hello version 2.10-3
autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src/debian/ /tmp/autopkgtest.output.g1wx3a69/pkg/debian/
autopkgtest-virt-lxc: DBG: executing copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src/debian/ /tmp/autopkgtest.output.g1wx3a69/pkg/debian/
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src/debian/ host /tmp/autopkgtest.output.g1wx3a69/pkg/debian/ is_dir True downtmp_host /tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb(host) /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src/debian is not already at destination /tmp/autopkgtest.output.g1wx3a69/pkg/debian, copying
autopkgtest: DBG: got reply from testbed: ok
autopkgtest: DBG: processing dependency @
autopkgtest: DBG: synthesised dependency hello
autopkgtest: DBG: Test defined: name command1 path None command "hello" restrictions [] features [] depends ['hello'] 
autopkgtest: DBG: processing dependency @
autopkgtest: DBG: synthesised dependency hello
autopkgtest: DBG: Test defined: name upstream-tests path debian/tests/upstream-tests command "None" restrictions [] features [] depends ['hello'] 
autopkgtest [13:01:43]: build not needed
autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src/ /tmp/autopkgtest.output.g1wx3a69/tests-tree/
autopkgtest-virt-lxc: DBG: executing copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src/ /tmp/autopkgtest.output.g1wx3a69/tests-tree/
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src/ host /tmp/autopkgtest.output.g1wx3a69/tests-tree/ is_dir True downtmp_host /tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb(host) /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src is not already at destination /tmp/autopkgtest.output.g1wx3a69/tests-tree, copying
autopkgtest: DBG: got reply from testbed: ok
autopkgtest: DBG: processing dependency @
autopkgtest: DBG: synthesised dependency hello
autopkgtest: DBG: Test defined: name command1 path None command "hello" restrictions [] features [] depends ['hello'] 
autopkgtest: DBG: processing dependency @
autopkgtest: DBG: synthesised dependency hello
autopkgtest: DBG: Test defined: name upstream-tests path debian/tests/upstream-tests command "None" restrictions [] features [] depends ['hello'] 
autopkgtest: DBG: only running ['upstream-tests'] for package apt-source hello
autopkgtest [13:01:43]: test upstream-tests: preparing testbed
autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['hello']
autopkgtest: DBG: Binaries: no registered binaries, not publishing anything
autopkgtest: DBG: install_deps: deps_new=['hello']
autopkgtest: DBG: install-deps: satisfying hello
autopkgtest: DBG: install-deps: architecture resolved: hello
autopkgtest: DBG: can use apt-get on testbed: True
autopkgtest: DBG: testbed command ['/bin/sh', '-ec', "/usr/bin/eatmydata apt-get satisfy --assume-yes 'hello' -o APT::Status-Fd=3 -o APT::Install-Recommends=false -o Dpkg::Options::=--force-confnew -o Debug::pkgProblemResolver=true 3>&2 2>&1"], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none']
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following NEW packages will be installed:
  hello
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 53.1 kB of archives.
After this operation, 284 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main amd64 hello amd64 2.10-3 [53.1 kB]
Fetched 53.1 kB in 0s (4,620 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package hello.
(Reading database ... 12227 files and directories currently installed.)
Preparing to unpack .../hello_2.10-3_amd64.deb ...
Unpacking hello (2.10-3) ...
Setting up hello (2.10-3) ...
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'hello'], kind short, sout pipe, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-packages.all"], kind short, sout raw, serr pipe, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-packages.all /tmp/autopkgtest.output.g1wx3a69/upstream-tests-packages.all
autopkgtest-virt-lxc: DBG: executing copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-packages.all /tmp/autopkgtest.output.g1wx3a69/upstream-tests-packages.all
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-packages.all host /tmp/autopkgtest.output.g1wx3a69/upstream-tests-packages.all is_dir False downtmp_host /tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb(host) /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-packages.all is not already at destination /tmp/autopkgtest.output.g1wx3a69/upstream-tests-packages.all, copying
autopkgtest: DBG: got reply from testbed: ok
autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src'], kind short, sout raw, serr raw, env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: copydown: tb path /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src already exists
autopkgtest [13:01:45]: test upstream-tests: [-----------------------
autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'test', '-c', 'set -e; exec /tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh --debug --artifacts=/tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-artifacts --chdir=/tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src --env=DEB_BUILD_OPTIONS=parallel=4 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stderr --stdout=/tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stdout --tmp=/tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest_tmp --make-executable=/tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src/debian/tests/upstream-tests -- /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src/debian/tests/upstream-tests'], kind test, sout raw, serr raw, env []
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-artifacts
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: changing to directory: /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: setting environment: LANG=C.UTF-8
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LANGUAGE
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_ADDRESS
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_ALL
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_COLLATE
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_CTYPE
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_IDENTIFICATION
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_MEASUREMENT
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_MESSAGES
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_MONETARY
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_NAME
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_NUMERIC
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_PAPER
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_TELEPHONE
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: unsetting environment: LC_TIME
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: pretending to be a login shell
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: will write standard error to /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stderr
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: will write stdout to /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stdout
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest_tmp
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: marking as executable: /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src/debian/tests/upstream-tests
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: command to run: /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src/debian/tests/upstream-tests
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: copying /tmp/tmp.HRS1ZlsoeC/out to stdout and file: /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stdout
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: copying /tmp/tmp.HRS1ZlsoeC/err to standard error and file: /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stdout
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: writing script pid 582 to /tmp/autopkgtest_script_pid
Testing greeting-1 ...
Testing hello-1 ...
Testing last-1 ...
Testing traditional-1 ...
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: checking for leaked background processes...
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: waiting for tee/cat subprocesses...
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: cleaning up...
/tmp/autopkgtest-lxc.70qgizhe/downtmp/wrapper.sh: Exit status: 0
autopkgtest: DBG: testbed command exited with code 0
autopkgtest [13:01:45]: test upstream-tests: -----------------------]
autopkgtest: DBG: testbed executing test finished with exit status 0
autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stdout /tmp/autopkgtest.output.g1wx3a69/upstream-tests-stdout
autopkgtest-virt-lxc: DBG: executing copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stdout /tmp/autopkgtest.output.g1wx3a69/upstream-tests-stdout
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stdout host /tmp/autopkgtest.output.g1wx3a69/upstream-tests-stdout is_dir False downtmp_host /tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb(host) /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stdout is not already at destination /tmp/autopkgtest.output.g1wx3a69/upstream-tests-stdout, copying
autopkgtest: DBG: got reply from testbed: ok
autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stderr /tmp/autopkgtest.output.g1wx3a69/upstream-tests-stderr
autopkgtest-virt-lxc: DBG: executing copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stderr /tmp/autopkgtest.output.g1wx3a69/upstream-tests-stderr
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stderr host /tmp/autopkgtest.output.g1wx3a69/upstream-tests-stderr is_dir False downtmp_host /tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb(host) /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-stderr is not already at destination /tmp/autopkgtest.output.g1wx3a69/upstream-tests-stderr, copying
autopkgtest: DBG: got reply from testbed: ok
autopkgtest [13:01:45]: test upstream-tests:  - - - - - - - - - - results - - - - - - - - - -
upstream-tests       PASS
autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-artifacts/ /tmp/autopkgtest.output.g1wx3a69/artifacts/
autopkgtest-virt-lxc: DBG: executing copyup /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-artifacts/ /tmp/autopkgtest.output.g1wx3a69/artifacts/
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-artifacts/ host /tmp/autopkgtest.output.g1wx3a69/artifacts/ is_dir True downtmp_host /tmp/autopkgtest-lxc.70qgizhe/downtmp
autopkgtest-virt-lxc: DBG: copyup_shareddir: tb(host) /tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-artifacts is not already at destination /tmp/autopkgtest.output.g1wx3a69/artifacts, copying
autopkgtest: DBG: got reply from testbed: ok
autopkgtest [13:01:45]:  - - - - - - - - - - running shell - - - - - - - - - -
autopkgtest: DBG: sending command to testbed: shell /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src AUTOPKGTEST_ARTIFACTS%3D%22/tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-artifacts%22 AUTOPKGTEST_TMP%3D%22/tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest_tmp%22
autopkgtest-virt-lxc: DBG: executing shell /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src AUTOPKGTEST_ARTIFACTS%3D%22/tmp/autopkgtest-lxc.70qgizhe/downtmp/upstream-tests-artifacts%22 AUTOPKGTEST_TMP%3D%22/tmp/autopkgtest-lxc.70qgizhe/downtmp/autopkgtest_tmp%22
autopkgtest-virt-lxc: DBG: cmd_shell: using default shell command, dir /tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src
root@autopkgtest-lxc-dkykgc:/tmp/autopkgtest-lxc.70qgizhe/downtmp/build.uip/src# date


^Cautopkgtest-virt-lxc: DBG: cleanup...
autopkgtest-virt-lxc: DBG: execute-timeout: sudo --preserve-env lxc-attach --name autopkgtest-lxc-dkykgc -- env -i bash -c set -a; [ -r /etc/environment ] && . /etc/environment 2>/dev/null || true; [ -r /etc/default/locale ] && . /etc/default/locale 2>/dev/null || true; [ -r /etc/profile ] && . /etc/profile 2>/dev/null || true; set +a;"$@"; RC=$?; [ $RC != 255 ] || RC=253; set -e;myout=$(readlink /proc/$$/fd/1);myerr=$(readlink /proc/$$/fd/2);myout="${myout/[/\\[}"; myout="${myout/]/\\]}";myerr="${myerr/[/\\[}"; myerr="${myerr/]/\\]}";PS=$(ls -l /proc/[0-9]*/fd/* 2>/dev/null | sed -nr '\#('"$myout"'|'"$myerr"')# { s#^.*/proc/([0-9]+)/.*$#\1#; p}'|sort -u);KILL="";for pid in $PS; do    [ $pid -ne $$ ] && [ $pid -ne $PPID ] || continue;    KILL="$KILL $pid";done;[ -z "$KILL" ] || kill -9 $KILL >/dev/null 2>&1 || true;exit $RC -- rm -rf -- /tmp/autopkgtest-lxc.70qgizhe/downtmp
Traceback (most recent call last):
  File "/usr/bin/autopkgtest", line 911, in <module>
    main()
  File "/usr/bin/autopkgtest", line 899, in main
    process_actions()
  File "/usr/bin/autopkgtest", line 854, in process_actions
    run_tests(tests, tests_tree)
  File "/usr/bin/autopkgtest", line 199, in run_tests
    testbed.run_test(tree, t, opts.env, opts.shell_fail, opts.shell,
  File "/usr/share/autopkgtest/lib/adt_testbed.py", line 1406, in run_test
    self.run_shell(tree.tb, ['AUTOPKGTEST_ARTIFACTS="%s"' % test_artifacts,
  File "/usr/share/autopkgtest/lib/adt_testbed.py", line 1145, in run_shell
    self.command('shell', [cwd or '/'] + extra_env)
  File "/usr/share/autopkgtest/lib/adt_testbed.py", line 705, in command
    ll = self.expect('ok', nresults)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/autopkgtest/lib/adt_testbed.py", line 668, in expect
    line = self.sp.stdout.readline()
           ^^^^^^^^^^^^^^^^^^^^^^^^^
KeyboardInterrupt
autopkgtest-virt-lxc: DBG: execute-timeout: timeout 600 sudo lxc-stop --quiet --name autopkgtest-lxc-dkykgc

paul@mulciber ~ $ 
autopkgtest-virt-lxc: DBG: execute-timeout: timeout 300 sudo lxc-destroy --quiet --force --name autopkgtest-lxc-dkykgc

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to