[Bug 1630578] Re: broken kernel causes eternal test retry loop

2017-09-18 Thread Launchpad Bug Tracker
This bug was fixed in the package autopkgtest - 5.0 --- autopkgtest (5.0) unstable; urgency=medium [ Martin Pitt ] * Drop obsolete adt-* CLI autopkgtest 4.0 with its "autopkgtest" program has been around for a year, Debian's and Ubuntu's CI moved to that, and the Debian

[Bug 1630578] Re: broken kernel causes eternal test retry loop

2017-03-14 Thread Iain Lane
Nope, thank you - that's all done now AFAICS. Thanks for the reviews! :) ** Changed in: auto-package-testing Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1630578] Re: broken kernel causes eternal test retry loop

2017-03-13 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/1630578 Title: broken kernel causes eternal test retry loop To manage notifications about this bug go to:

[Bug 1630578] Re: broken kernel causes eternal test retry loop

2017-03-13 Thread Martin Pitt
Thanks! I pushed your patch to the autopkgtest git. Not sure if there is still an infra change to do (for the "Auto Package Testing" task). ** Also affects: autopkgtest (Ubuntu) Importance: Undecided Status: New ** Changed in: autopkgtest (Ubuntu) Status: New => Fix Committed

[Bug 1630578] Re: broken kernel causes eternal test retry loop

2016-10-10 Thread Martin Pitt
This is harder to work around/catch, as in the new case the test does *not* time out, it just kills sshd (or something in the kernel that breaks ssh/networking). In general these are cases that we do want to treat as "tmpfail" and auto-restart, I don't want to treat an auxverb failure as failure

[Bug 1630578] Re: broken kernel causes eternal test retry loop

2016-10-05 Thread Martin Pitt
On the infra it now looks like this: ERROR - 02:45:43 DEBUG| [stdout] ERROR - 03:19:00 ERROR| [stderr] Run parser regression tests ... ok ERROR - 03:19:01 ERROR| [stderr] test_regression_testsuite (__main__.ApparmorTestsuites) ERROR - 03:19:05 DEBUG| [stdout] preparing

[Bug 1630578] Re: broken kernel causes eternal test retry loop

2016-10-05 Thread Martin Pitt
It still seems to happen after that patch. ** Changed in: autopkgtest (Ubuntu) Status: Fix Committed => In Progress ** Changed in: autopkgtest (Ubuntu) Assignee: Martin Pitt (pitti) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1630578] Re: broken kernel causes eternal test retry loop

2016-10-05 Thread Martin Pitt
Fix and test cases: https://anonscm.debian.org/cgit/autopkgtest/autopkgtest.git/commit/?id=4a0587a05 Rolled out to production. ** Changed in: autopkgtest (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1630578] Re: broken kernel causes eternal test retry loop

2016-10-05 Thread Martin Pitt
* Create a container, install ssh and your ssh key: lxc launch autopkgtest/ubuntu/yakkety/amd64 y1 lxc exec y1 -- apt install -y openssh-server lxc file push -p --uid=1000 --gid=1000 ~/.ssh/id_rsa.pub y1/home/ubuntu/.ssh/authorized_keys * Get the IP from "lxc list" and verify that you