[Bug 1157292] Re: autopkgtest fails with a stack trace on timeout
Launchpad Bug Tracker
1157292 at bugs.launchpad.net
Fri Jul 19 17:40:09 UTC 2013
This bug was fixed in the package autopkgtest - 2.3
---------------
autopkgtest (2.3) unstable; urgency=low
* runner/adt-run.1: Fix bad "affect modify" wording. (LP: #1199500)
* Drop hosts/chinstrap. We haven't actually used this in many years, it has
been replaced with https://launchpad.net/auto-package-testing, Jenkins,
and blocking migration to release until tests pass. (LP: #381210)
* Promote apt-utils from Recommends to Depends:, to avoid test failures due
to not finding apt-ftparchive. (LP: #1065874)
* Promote pbuilder from Recommends: to Depends:, as we always call
pbuilder-satisfydepends-classic. (LP: #1065874)
* runner/adt-run: Stop explicitly checking for $HOME (with broken error
message) when giving --gnupg-home, use os.path.expanduser() instead.
(LP: #1065873)
* runner/adt-run: Fix timeout --help output.
* runner/adt-run: Fix bomb() to clean up the testbed before removing it.
Afterwards (in cleanup()) we don't have a testbed object any more to run
commands in. (LP: #1157292)
* runner/adt-run: Fix UnicodeDecodeError crash if stderr contains non-ASCII
characters. (LP: #1100283)
* Add "allow-stderr" restriction for tests where re-routing or disabling
stderr is impractical. (LP: #1197005)
* runner-adt-run: Support architecture specifiers in Depends: field.
(LP: #1165128)
* runner/adt-run: Remove/fix some unused variables, spotted by pyflakes.
-- Martin Pitt <mpitt at debian.org> Fri, 19 Jul 2013 11:58:15 +0200
** Changed in: autopkgtest (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to autopkgtest in Ubuntu.
https://bugs.launchpad.net/bugs/1157292
Title:
autopkgtest fails with a stack trace on timeout
Status in “autopkgtest” package in Ubuntu:
Fix Released
Bug description:
When autopkgtest times out (which is the correct behaviour) it crashes
with the trace below:
adt-run: error cleaning up:
adt-run: unexpected, exceptional, error:
Traceback (most recent call last):
File "/usr/bin/adt-run", line 1307, in cleanup
testbed.reset_apt()
File "/usr/bin/adt-run", line 816, in reset_apt
rc = tb.execute(what, cmdl, kind='install')
File "/usr/bin/adt-run", line 962, in execute
rc = tb.commandr1('execute', cmdl)
File "/usr/bin/adt-run", line 918, in commandr1
rl = tb.commandr(cmd, args, 1)
File "/usr/bin/adt-run", line 911, in commandr
tb.send(string.join(al))
File "/usr/bin/adt-run", line 874, in send
tb.sp.stdin
AttributeError: 'NoneType' object has no attribute 'stdin'
2013-03-19 16:34:56: Failure: adt-run exited with status 20.
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: autopkgtest 2.2.3ubuntu3
ProcVersionSignature: Ubuntu 3.8.0-12.21-generic 3.8.2
Uname: Linux 3.8.0-12-generic x86_64
ApportVersion: 2.9.1-0ubuntu1
Architecture: amd64
Date: Tue Mar 19 17:38:22 2013
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: autopkgtest
UpgradeStatus: Upgraded to raring on 2012-01-31 (412 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1157292/+subscriptions
More information about the foundations-bugs
mailing list