Package: sbuild Version: 0.88.1 Severity: normal Hi,
with no config file, this fails in autopkgtest: $ sbuild --debug --chroot-mode=unshare --run-autopkgtest -d unstable hello ... +------------------------------------------------------------------------------+ | Post Build Tue, 17 Dec 2024 14:22:20 +0000 | +------------------------------------------------------------------------------+ D: Setting Autopkgtest Reason=fail autopkgtest ----------- I: /bin/sh -c cd /home/ch && autopkgtest hello_2.10-3.dsc /home/ch/Debian/tryout/hello_2.10-3_arm64.changes --apt-upgrade -- unshare --release unstable --arch arm64 D: Running command: /bin/sh -c cd /home/ch && autopkgtest hello_2.10-3.dsc /home/ch/Debian/tryout/hello_2.10-3_arm64.changes --apt-upgrade -- unshare --release unstable --arch arm64 usage: autopkgtest [options] [testbinary ...] testsrc -- virt-server [options] autopkgtest: error: hello_2.10-3.dsc is not a valid test package E: Autopkgtest run failed. FTR: 15:24 ch@tiksta:~/Debian/tryout % pwd /home/ch/Debian/tryout 15:24 ch@tiksta:~/Debian/tryout % ls -l hello*dsc -rw-r--r-- 1 ch ch 1183 17. Dez 15:14 hello_2.10-3.dsc I'm not sure where the "cd /home/ch" is coming from, but that seems wrong. Or the first argument to autopkgtest should be a fully qualified path. Chris

