Your message dated Mon, 03 Sep 2018 16:19:33 +0000
with message-id <e1fwrzd-0005cj...@fasolo.debian.org>
and subject line Bug#907763: fixed in ant-contrib 1.0~b3+svn177-10
has caused the Debian Bug report #907763,
regarding ant-contrib: FTBFS in buster/sid (failing tests)
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 ow...@bugs.debian.org
immediately.)


-- 
907763: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907763
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ant-contrib
Version: 1.0~b3+svn177-9
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with maven-repo-helper
   dh_update_autotools_config -i
   dh_auto_configure -i
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<BUILDDIR>>/ant-contrib-1.0~b3+svn177'
dh_auto_build -- jar
        ant -propertyfile ./debian/ant.properties -Duser.name debian jar
Buildfile: /<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/build.xml

init:

configure:

resolve:

classpath-ivy:

classpath-no-ivy:

classpath:

compile:
    [mkdir] Created dir: /<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/target/classes
    [javac] /<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/build.xml:113: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Using javac -source 1.4 is no longer supported, switching to 7
    [javac] Using javac -target 1.4 is no longer supported, switching to 7
    [javac] Compiling 111 source files to 
/<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/target/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning
     [copy] Copying 2 files to 
/<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/target/classes

jar:
      [jar] Building jar: 
/<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/target/ant-contrib.jar

BUILD SUCCESSFUL
Total time: 4 seconds
make[1]: Leaving directory '/<<BUILDDIR>>/ant-contrib-1.0~b3+svn177'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<BUILDDIR>>/ant-contrib-1.0~b3+svn177'
dh_auto_build -- test
        ant -propertyfile ./debian/ant.properties -Duser.name debian test
Buildfile: /<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/build.xml

init:

configure:

resolve:

classpath-ivy:

classpath-no-ivy:

classpath:

compile:
    [javac] /<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/build.xml:113: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Using javac -source 1.4 is no longer supported, switching to 7
    [javac] Using javac -target 1.4 is no longer supported, switching to 7

compile-tests:
    [mkdir] Created dir: 
/<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/target/test-classes
    [javac] /<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/build.xml:127: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Using javac -source 1.4 is no longer supported, switching to 7
    [javac] Using javac -target 1.4 is no longer supported, switching to 7
    [javac] Compiling 25 source files to 
/<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/target/test-classes
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 7
    [javac] 1 warning
     [copy] Copying 74 files to 
/<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/target/test-classes

gump-safe-test:

init:

configure:

resolve:

classpath-ivy:

classpath-no-ivy:

classpath:

compile:
    [javac] /<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/build.xml:113: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Using javac -source 1.4 is no longer supported, switching to 7
    [javac] Using javac -target 1.4 is no longer supported, switching to 7

compile-tests:
    [javac] /<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/build.xml:127: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Using javac -source 1.4 is no longer supported, switching to 7
    [javac] Using javac -target 1.4 is no longer supported, switching to 7

jar:

run-test:
    [junit] Testsuite: net.sf.antcontrib.design.VerifyDesignTest
    [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
8.467 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.logic.AntCallBackTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.252 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.logic.AssertTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.423 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.logic.ForTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.138 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.logic.ForeachTaskTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.659 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.logic.IfTaskTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.588 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.logic.OutOfDateTest
    [junit] Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.427 sec
    [junit] 
    [junit] Testcase: testFileset(net.sf.antcontrib.logic.OutOfDateTest):       
FAILED
    [junit] done.y
    [junit] junit.framework.AssertionFailedError: done.y
    [junit]     at 
net.sf.antcontrib.logic.OutOfDateTest.testFileset(OutOfDateTest.java:77)
    [junit]     at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [junit]     at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown 
Source)
    [junit]     at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown 
Source)
    [junit]     at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 
    [junit] 
    [junit] Test net.sf.antcontrib.logic.OutOfDateTest FAILED
    [junit] Testsuite: net.sf.antcontrib.logic.RelentlessTaskTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.189 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.logic.SwitchTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.411 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.logic.ThrowTaskTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.048 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.logic.TimestampSelectorTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.215 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.logic.TryCatchTaskTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.263 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.math.MathTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.105 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.platform.OsFamilyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.053 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.platform.ShellScriptTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.822 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.process.LimitTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.091 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.property.PathToFileSetTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.074 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.property.PropertyCopyTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.223 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.property.PropertySelectorTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.113 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.property.VariableTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.443 sec
    [junit] 
    [junit] Testsuite: net.sf.antcontrib.walls.CompileWithWallsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.065 sec
    [junit] 

BUILD FAILED
/<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/build.xml:315: The following error 
occurred while executing this line:
/<<BUILDDIR>>/ant-contrib-1.0~b3+svn177/build.xml:301: JUnit failure (true) 
encountered.

Total time: 20 seconds
dh_auto_build: ant -propertyfile ./debian/ant.properties -Duser.name debian 
test returned exit code 1
make[1]: *** [debian/rules:12: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/ant-contrib-1.0~b3+svn177'
make: *** [debian/rules:6: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ant-contrib.html

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: ant-contrib
Source-Version: 1.0~b3+svn177-10

We believe that the bug you reported is fixed in the latest version of
ant-contrib, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 907...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated ant-contrib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 03 Sep 2018 08:54:13 -0700
Source: ant-contrib
Binary: ant-contrib
Architecture: source
Version: 1.0~b3+svn177-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Description:
 ant-contrib - collection of tasks, types and other tools for Apache Ant
Closes: 907763
Changes:
 ant-contrib (1.0~b3+svn177-10) unstable; urgency=medium
 .
   * Team upload.
   * Add outofdate-test.patch to address FTBFS (Closes: #907763)
   * Update Vcs URLs to point to Salsa
   * Bump Standards-Version to 4.2.1
   * Freshen debian/copyright
   * Use debhelper 11
   * Update Section in debian/control from extra -> optional
Checksums-Sha1:
 a78597ecc40feb618ea26e40d4fb02b0427f9a42 2178 ant-contrib_1.0~b3+svn177-10.dsc
 cc321ea3df8b70fc46fc5d6b44647c92e00187cc 5864 
ant-contrib_1.0~b3+svn177-10.debian.tar.xz
 6cb68ffb05468f525f315ae09351bd6cc971da5d 10987 
ant-contrib_1.0~b3+svn177-10_amd64.buildinfo
Checksums-Sha256:
 69a90f6f378528efa728eb12cb336d2c4d89d1b6df2ee7482960396072ee41ab 2178 
ant-contrib_1.0~b3+svn177-10.dsc
 7b3e7f1025cb1f55c6318945bdcb2fdb03d0fdf4c7fb68c2b54f02292d41d067 5864 
ant-contrib_1.0~b3+svn177-10.debian.tar.xz
 ec734ea46c414b2257c238176efef95a2e6874c6b86df8206c2b13b6da47eb44 10987 
ant-contrib_1.0~b3+svn177-10_amd64.buildinfo
Files:
 71be043787debe99544c79c33d51091c 2178 java optional 
ant-contrib_1.0~b3+svn177-10.dsc
 bb42a92f4a60551aea3eb7128fbcea8e 5864 java optional 
ant-contrib_1.0~b3+svn177-10.debian.tar.xz
 40f55ff390b33c2856de9906ce4ad858 10987 java optional 
ant-contrib_1.0~b3+svn177-10_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAluNWhQUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpbDsRAA05onZvhoyXfbr7ad2j6tfaLU6Zgt
B9tOA74oPtH3AtKtOOJlTBc9E2N/kKx3ZK1+HCZ7SQMP94DOHacJ1Uqma6Ln5BQc
K/Gh8Q9Z9ZgH/cKPfrla943MeqpurnEFoNMcHJ3L01qxnwcvoQk7zZQo5yEFFh78
4ojAjVbl3E9FZfzsY+4+fpuzFt8fULvRma5KQZiG8Zxg+RtelbD0Ub05Xc56STlp
3hxpIR7B5B+z0/OVZf/LDVgu5AWfMw5RRhuEsjubrnY72KYcVT0s629ji8F8YZvE
0Ke7JiY1Kw3YuTAHOQZzoLg1WRQyu0/1iVeTCdVU+6mgzzwG5RtsSLeho4UqrApn
/hXVlVLdXcy7Ep97qJUOjiiodW3MolJQdjttblQSTiuHXMQNkOYmIYGSr6fFmaiq
z8Twr7Pkuk8+31ztEMEtaC9RYUzPGnqn4F2/sBxLDKECeUH6Plm2gFGmw5KeeboS
LrSbbLgZJgEOuTF9kpGtSU7lT1aPnuf7Jzm2lC2jkB+WpGfJ8IPKmQbVn82pktsg
87/iLA1Pnhg/LFQfW6BvP6ElOEvMn8smdB5Pw9LmeylE1vaHH1lDtqV2ZjeXdCKY
rpESoLmZ7Dwf0r+bKkBnYMa8clv47XeKIDlv6q30Ct+OyIuYGgDLXJ+ENq4M5TxR
cuTQa2VxGoKhlVA=
=zlhk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to