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

