Control: tags -1 + moreinfo On 2024-10-28 14:08, Daniel Leidert wrote: > I see autopkgtest failing to start with the following error: > > autopkgtest [13:53:25]: version 5.42 > autopkgtest [13:53:25]: host <..>; command line: /usr/bin/autopkgtest --user > debci --apt-upgrade -s --output-dir=<..> > '<..>/<package>_<version>_amd64.changes' -- lxc --sudo > autopkgtest-unstable-amd64 > <VirtSubproc>: failure: (down) ['mkdir', '-m', '777', > '/tmp/autopkgtest-lxc.u7ggq9ma/downtmp'] failed (exit status 1, stderr > 'mkdir: cannot create directory ‘/tmp/autopkgtest-lxc.u7ggq9ma/downtmp’: No > such file or directory\n') > autopkgtest [13:53:44]: ERROR: testbed failure: unexpected eof from the > testbed > > Interestingly, this happens for the autopkgtest-unstable-amd64 container, but > not with the autopkgtest-jammy-amd64 container. All containers have been > created some time ago. > > The error happens with version 5.41 as well. I cannot find version 5.40 to > test. If I downgrade autopkgtest to version 5.39 in testing, everything is > working.
Hello and thanks for this bug report. It may be that your autopkgtest-unstable-amd64 container was built with autopkgtest (<< 5.36), which does not contain this change: https://salsa.debian.org/ci-team/autopkgtest/-/commit/5c0be5c30c3c028 New systemd versions (you get because of --apt-upgrade) default to having a tmpfs for /tmp, and this may somehow cause the issue you're seeing. Can you please verify this by recreating the containers from scratch with autopkgtest-build-lxc from autopkgtest 5.42? Should you still face the problem, could you please provide more complete steps to reproduce the problem? Thanks! -- Paride