Your message dated Sat, 1 Nov 2014 12:32:25 +0100
with message-id <[email protected]>
and subject line Re: Bug#767591: Acknowledgement (scmroute autopkgtest is
broken)
has caused the Debian Bug report #767591,
regarding scmroute autopkgtest is broken
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.)
--
767591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767591
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: scmroute
Version: 2.0.0-3
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch vivid
User: [email protected]
Usertags: autopkgtest
Hello,
current scmroute autopkgtest fails due to a syntax error in the
Depends field:
| testdesc.InvalidControl: InvalidControl test daemon-init-scripts: Test
Depends field contains an invalid dependency `libipc-system-simple-perl procps'
See full log [1]. After adding the missing comma, it fails due to
nonexisting scmroute init script, as scmroute isn't a test dependency.
After adding that, it fails due to stderr:
| adt-run [12:10:59]: test mr-cache-ipv6: - - - - - - - - - - results - - - -
- - - - - -
| mr-cache-ipv6 FAIL stderr: # Group Origin
Iif Pkts Bytes Wrong Oifs
| adt-run [12:10:59]: test mr-cache-ipv6: - - - - - - - - - - stderr - - - - -
- - - - -
| # Group Origin Iif
Pkts Bytes Wrong Oifs
| # ff01:0000:0000:0000:0000:0000:0000:0114
fc00:0000:0000:0000:0000:0000:0000:0001 0 0 0 0 0:1
After allowing stderr as well, the test succeeds now. Debdiff with all
fixes attached.
Thanks for considering,
Martin
[1]
http://ci.debian.net/data/packages/unstable/amd64/s/smcroute/20141031_233654.autopkgtest.log
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -Nru smcroute-2.0.0/debian/changelog smcroute-2.0.0/debian/changelog
--- smcroute-2.0.0/debian/changelog 2014-10-30 16:11:16.000000000 +0100
+++ smcroute-2.0.0/debian/changelog 2014-11-01 12:13:21.000000000 +0100
@@ -1,3 +1,10 @@
+smcroute (2.0.0-3ubuntu1) vivid; urgency=medium
+
+ * Fix autopkgtest: Add missing scmroute test dependency, missing comma, and
+ missing allow-stderr.
+
+ -- Martin Pitt <[email protected]> Sat, 01 Nov 2014 12:12:30 +0100
+
smcroute (2.0.0-3) unstable; urgency=medium
* Add Testsuite: autopkgtest to debian/control, on behalf of a traveling
diff -Nru smcroute-2.0.0/debian/tests/control
smcroute-2.0.0/debian/tests/control
--- smcroute-2.0.0/debian/tests/control 2014-10-30 00:30:58.000000000 +0100
+++ smcroute-2.0.0/debian/tests/control 2014-11-01 12:11:32.000000000 +0100
@@ -1,3 +1,3 @@
Tests: daemon-init-scripts mr-cache-ipv4 mr-cache-ipv6
-Restrictions: needs-root isolation-machine
-Depends: libipc-system-simple-perl procps
+Restrictions: needs-root isolation-machine allow-stderr
+Depends: @, libipc-system-simple-perl, procps
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Closing bogus bug report; seems I can't type "scmroute" for some
reason :-/
#767592 is the good report.
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
--- End Message ---