[Bug 1348749] Re: autopkgtest fails sometimes with adt-virt-lxc

2014-07-29 Thread Launchpad Bug Tracker
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

[Bug 1348749] Re: autopkgtest fails sometimes with adt-virt-lxc

2014-07-29 Thread Launchpad Bug Tracker
** 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

[Bug 1348749] Re: autopkgtest fails sometimes with adt-virt-lxc

2014-07-28 Thread Martin Pitt
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

[Bug 1348749] Re: autopkgtest fails sometimes with adt-virt-lxc

2014-07-26 Thread Martin Pitt
> 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:

[Bug 1348749] Re: autopkgtest fails sometimes with adt-virt-lxc

2014-07-25 Thread Scott Moser
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

[Bug 1348749] Re: autopkgtest fails sometimes with adt-virt-lxc

2014-07-25 Thread Scott Moser
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-

[Bug 1348749] Re: autopkgtest fails sometimes with adt-virt-lxc

2014-07-25 Thread Scott Moser
** 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

[Bug 1348749] Re: autopkgtest fails sometimes with adt-virt-lxc

2014-07-25 Thread Ubuntu Foundations Team Bug Bot
** 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.

[Bug 1348749] Re: autopkgtest fails sometimes with adt-virt-lxc

2014-07-25 Thread Scott Moser
/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