Your message dated Mon, 2 Jul 2018 19:51:49 +0200
with message-id <[email protected]>
and subject line Closing bugs missing bug number in changelog
has caused the Debian Bug report #892023,
regarding autopkgtest-virt-qemu: Fails creating test environment sometimes
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
892023: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892023
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: autopkgtest
Version: 5.1
Severity: important
Dear Maintainer,
Because I need some VM level separation, I have to use qemu for testing my
package.
Unfortunately, when I run my tests (there are a fair amount of them), most of
the
time one test fails with a virtual host creation issue. As far as I can tell it
usually fails at the same test case but I think this is happen because the bug
is depending on the number of the created virtual host not because of the test
case
itself. Especially because I run the same test script just on different package
set.
Previously, when I was running the test with debug it has more chance to
success, but
not any more.
By the way, the package, I try to use autpktest with is syslog-ng. The command
I run is:
autopkgtest --debug syslog-ng_3.13.2-4~1.gbpa514e1_amd64.changes -- qemu
/var/cache/autopkgtest/autopkgtest-sid.img
And the error message I receive is the following:
autopkgtest [09:35:09]: test basic: - - - - - - - - - - results - - - - - - -
- - -
basic PASS
autopkgtest: DBG: sending command to testbed: copyup
/tmp/autopkgtest.a1psrU/basic-artifacts/
/tmp/autopkgtest.output.k7snm27u/artifacts/
autopkgtest: DBG: got reply from testbed: ok
autopkgtest: DBG: testbed command ['rm', '-rf',
'/tmp/autopkgtest.a1psrU/basic-artifacts',
'/tmp/autopkgtest.a1psrU/autopkgtest_tmp'], kind short, sout raw, serr pipe,
env []
autopkgtest: DBG: testbed command exited with code 0
autopkgtest: DBG: no need to restore click AppArmor profiles
autopkgtest [09:35:10]: test basic: preparing testbed
autopkgtest: DBG: testbed reset: modified=False,
deps_installed=['syslog-ng-core', 'syslog-ng-mod-mongodb'](r: False),
deps_new=['syslog-ng-core', 'syslog-ng-mod-sql'](r: False)
autopkgtest: DBG: testbed reset
autopkgtest: DBG: sending command to testbed: revert
qemu-system-x86_64: terminating on signal 15 from pid 4318 (/usr/bin/python3)
qemu-system-x86_64: terminating on signal 15 from pid 4318 (/usr/bin/python3)
<VirtSubproc>: failure: timed out on client shared directory setup
autopkgtest: DBG: TestbedFailure unexpected eof from the testbed
autopkgtest: DBG: testbed stop
autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.a1psrU
autopkgtest: DBG: sending command to testbed: close
autopkgtest: DBG: TestbedFailure cannot send to testbed: [Errno 32] Broken pipe
autopkgtest: DBG: testbed stop
autopkgtest [09:35:36]: ERROR: testbed failure: cannot send to testbed: [Errno
32] Broken pipe
autopkgtest: DBG: testbed stop
Last time I felt enough debug-fu in myself I discovered that when this happens,
the
serial console is unaccessible. Unfortunately I know barely anything about qemu
I just
get to know how it can be used. But if somebody points me in the right
direction I
can do more tests.
By the way, I just run the test to check how long it need to show the error
message, but
now it passed.
-- System Information:
Debian Release: buster/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.14.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages autopkgtest depends on:
ii apt-utils 1.6~alpha7
ii libdpkg-perl 1.19.0.5
ii procps 2:3.3.12-4
ii python3 3.6.4-1
ii python3-debian 0.1.32
Versions of packages autopkgtest recommends:
ii autodep8 0.11.1
Versions of packages autopkgtest suggests:
pn lxc <none>
pn lxd-client <none>
ii qemu-system 1:2.11+dfsg-1
ii qemu-utils 1:2.11+dfsg-1
ii schroot 1.6.10-4
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 5.4
-------- Forwarded Message --------
Subject: autopkgtest_5.4_source.changes ACCEPTED into unstable
Date: Mon, 02 Jul 2018 11:19:01 +0000
From: Debian FTP Masters <[email protected]>
To: Debian CI team <[email protected]>, Paul Gevers
<[email protected]>
Accepted:
Format: 1.8
Date: Mon, 02 Jul 2018 11:50:21 +0200
Source: autopkgtest
Binary: autopkgtest
Architecture: source
Version: 5.4
Distribution: unstable
Urgency: medium
Maintainer: Debian CI team <[email protected]>
Changed-By: Paul Gevers <[email protected]>
Description:
autopkgtest - automatic as-installed testing for Debian packages
Closes: 832751 851558 867081 897170 901643
Changes:
autopkgtest (5.4) unstable; urgency=medium
.
[ Simon McVittie ]
* README.package-tests.rst: Document AUTOPKGTEST_NORMAL_USER
* d/tests/lxd: Don't assume all test-runners set AUTOPKGTEST_NORMAL_USER
* qemu: Only set up base image device if requested
* qemu: Document --baseimage
* qemu: Update test for --baseimage no longer being the default
* qemu, lxc, lxd: Look for a user account in the 1000-59999 range
(Closes: #897170)
* qemu: Add a shortcut for running tests on an EFI-booted image
* doc: Describe how to parse Features, Restrictions, Classes
* Add support for flaky tests (Closes: #851558)
* Add support for tests declaring themselves to have been skipped
* autopkgtest(1): Document FLAKY as a possible summary status
.
[ Balint Reczey ]
* Fix bashism in retrying apt update
.
[ Paul Gevers ]
* Enable testing to continue after badpkg (Closes: #832751)
* adt_testbed.py fix missed piece of regular expression in commit a7e1dad
* d/tests/autopkgtest Update SchrootRunner
* runner/autopkgtest: Drop Ubuntu 12.04 fallback
* manpage: make ordering consistent with --help (Closes: #901643)
.
[ Julian Andres Klode ]
* ssh-setup/nova: Add support for keystone v3 auth (LP: #1767433)
.
[ Rafael Laboissiere ]
* Set Maintainer email address to [email protected]
.
[ Niko Tyni ]
* Add a couple of testcases for versioned provides support
* Ensure synthesized test dependencies are not satisfied by versioned
Provides
(Closes: #867081)
* Remove the old '(>= 0)' hack for ensuring '@' pulls in real packages
Checksums-Sha1:
1720155af7c18ae32212b2e6a0bde1a73b79e98b 1582 autopkgtest_5.4.dsc
f9b0c5ab38b22484d0176eec1f115bb0b369116b 173636 autopkgtest_5.4.tar.xz
Checksums-Sha256:
5ccc59ec2985b5557763764309867a6068f7139de3e9d06f1e43e240894b4aa4 1582
autopkgtest_5.4.dsc
c8c5c14298105d1798ce9a20a4f7d2b837279939a94da5fdc761111517575030 173636
autopkgtest_5.4.tar.xz
Files:
b12bae17fc3461b1d46d93bf4863c768 1582 devel optional autopkgtest_5.4.dsc
7abe82af7806ef1c477f0fb1be65b7c7 173636 devel optional
autopkgtest_5.4.tar.xz
Thank you for your contribution to Debian.
signature.asc
Description: OpenPGP digital signature
--- End Message ---