On Fri, 5 Jul 2024 Antonio Russo <aeru...@aerusso.net> wrote:> I'm not sure if this bug belongs to sbuild, sbuild-qemu, or autopkgtest. The problem > I am experiencing is that passing --extra-package with a large enough package > (93 MB > is the example I am running into). The copy to vm fails (hangs apparently > indefinitely, > and breaks further interaction with the VM). > > The stdin file on the 9p shared filesystem winds up the same size as > stdin_eof flag-file. > > Is this limitation known and/or am I doing something wrong with the VM?
This is very likely a duplicate of #1071456. Please run autopkgtest --debug and check whether the final error is: ERROR: testbed failure: sent `auxverb_debug_fail', got `timeout', expected `ok...' You can also try with an older kernel. Relevant discussions: Kernel bug: https://bugzilla.kernel.org/show_bug.cgi?id=218916 Ubuntu bug: https://pad.lv/2056461 The Ubuntu bug has a weird manual workaround: https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/2056461/comments/6 -- Paride