This bug was fixed in the package autopkgtest - 3.3.1
---
autopkgtest (3.3.1) unstable; urgency=medium
* Accept comma separators in Tests:, Restrictions:, and Features: fields;
this is consistent with Depends: and avoids skipping tests. (LP: #1347958)
* Generalize implementat
** Branch linked: lp:debian/autopkgtest
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1348749
Title:
autopkgtest fails sometimes with adt-virt-lxc
To manage notifications about this bug go to:
http
http://anonscm.debian.org/cgit/autopkgtest/autopkgtest.git/commit/?id=15faea
** Changed in: autopkgtest (Ubuntu)
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1
> I'm not sure were i'd send this for proper upstream
Here is fine, thanks! I'll come up with a test case and integrate this
on Monday.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1348749
Title:
I've debugged this, and the exit code returned is '2'.
Thats the same exit code that you get if you do:
sh -ac '. /nonexistant; true'; echo $?
So whats happening, I think is that in adt-virt-lxc, its doing:
. /etc/environment 2>/dev/null; . /etc/default/locale 2>/dev/null;
exec "$@"'
in the c
I'm not sure were i'd send this for proper upstream, so I've attached
and upstream patch here.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1348749
Title:
autopkgtest fails sometimes with adt-virt-
** Patch added: "suggested patch"
https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1348749/+attachment/4163008/+files/lp-1348749.patch
** Changed in: autopkgtest (Ubuntu)
Status: New => Triaged
** Changed in: autopkgtest (Ubuntu)
Importance: Undecided => Medium
--
You re
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1348749
Title:
autopkgtest fails sometimes with adt-virt-lxc
To manage notifications about this bug go to:
https://bugs.launchpad.
/usr/bin/adt-virt-lxc --help says:
-e, --ephemeral Use ephemeral overlays instead of cloning (much faster, but
might cause errors in some corner cases)
so i suspect that what this really is is a race condition due to
overlayfs.
--
You received this bug notification because y