Your message dated Fri, 26 Aug 2016 00:49:32 +0000
with message-id <e1bd5ku-0005v3...@franck.debian.org>
and subject line Bug#829377: fixed in libbtm-java 2.1.4-3
has caused the Debian Bug report #829377,
regarding libbtm-java: FTBFS: Test failures
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.)


-- 
829377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829377
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libbtm-java
Version: 2.1.4-2
Severity: serious

>From my pbuilder build log:

...
 debian/rules build
dh build
   dh_testdir
   dh_update_autotools_config
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/libbtm-java-2.1.4'
CLASSPATH=/usr/share/java/slf4j-api.jar:/usr/share/java/geronimo-jms_1.1_spec-1.1.jar:/usr/share/java/geronimo-jta-1.0.1b-spec.jar:/usr/share/java/mockito-core.jar:/usr/share/java/hamcrest-all.jar
ant -Djar.version=2.1.4
Buildfile: /build/libbtm-java-2.1.4/build.xml

clean:

build:
    [mkdir] Created dir: /build/libbtm-java-2.1.4/dist/classes
    [javac] /build/libbtm-java-2.1.4/build.xml:45: warning:
'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 136 source files to /build/libbtm-java-2.1.4/dist/classes
    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will
be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will
be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete
options, use -Xlint:-options.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 warnings
      [jar] Building jar: /build/libbtm-java-2.1.4/dist/btm-2.1.4.jar

test:
    [mkdir] Created dir: /build/libbtm-java-2.1.4/dist/classes-test
    [javac] /build/libbtm-java-2.1.4/build.xml:56: warning:
'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 61 source files to
/build/libbtm-java-2.1.4/dist/classes-test
    [javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will
be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will
be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete
options, use -Xlint:-options.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 warnings
     [copy] Copying 4 files to /build/libbtm-java-2.1.4/dist/classes-test
    [mkdir] Created dir: /build/libbtm-java-2.1.4/test-reports
    [mkdir] Created dir: /build/libbtm-java-2.1.4/test-reports/xml
    [mkdir] Created dir: /build/libbtm-java-2.1.4/test-reports/html
    [junit] Running bitronix.tm.BitronixTransactionSynchronizationRegistryTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 1.77 sec
    [junit] Running bitronix.tm.ConfigurationTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 0.07 sec
    [junit] Running bitronix.tm.ExceptionAnalyzerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 0.057 sec
    [junit] Running bitronix.tm.JdbcFailedPoolTest
    [junit] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time
elapsed: 0.58 sec
    [junit] Test bitronix.tm.JdbcFailedPoolTest FAILED
    [junit] Running bitronix.tm.JtaTest
    [junit] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time
elapsed: 6.72 sec
    [junit] Test bitronix.tm.JtaTest FAILED
    [junit] Running bitronix.tm.RestartTest
    [junit] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time
elapsed: 0.181 sec
    [junit] Test bitronix.tm.RestartTest FAILED
    [junit] Running bitronix.tm.jndi.JndiTest
    [junit] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time
elapsed: 2.204 sec
    [junit] Test bitronix.tm.jndi.JndiTest FAILED
    [junit] Running bitronix.tm.journal.DiskJournalTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 0.477 sec
    [junit] Running bitronix.tm.mock.DelistmentTest
    [junit] Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time
elapsed: 0.079 sec
    [junit] Test bitronix.tm.mock.DelistmentTest FAILED
    [junit] Running bitronix.tm.mock.JdbcPoolTest
    [junit] Tests run: 13, Failures: 0, Errors: 13, Skipped: 0, Time
elapsed: 0.187 sec
    [junit] Test bitronix.tm.mock.JdbcPoolTest FAILED
    [junit] Running bitronix.tm.mock.JdbcSharedConnectionTest
    [junit] Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time
elapsed: 0.073 sec
    [junit] Test bitronix.tm.mock.JdbcSharedConnectionTest FAILED
    [junit] Running bitronix.tm.mock.JmsPoolTest
    [junit] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time
elapsed: 0.15 sec
    [junit] Test bitronix.tm.mock.JmsPoolTest FAILED
    [junit] Running bitronix.tm.mock.JmsProperUsageMockTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time
elapsed: 0.066 sec
    [junit] Test bitronix.tm.mock.JmsProperUsageMockTest FAILED
    [junit] Running bitronix.tm.mock.NewJdbcProperUsageMockTest
    [junit] Tests run: 22, Failures: 0, Errors: 22, Skipped: 0, Time
elapsed: 0.088 sec
    [junit] Test bitronix.tm.mock.NewJdbcProperUsageMockTest FAILED
    [junit] Running bitronix.tm.mock.NewJdbcStrangeUsageMockTest
    [junit] Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time
elapsed: 0.073 sec
    [junit] Test bitronix.tm.mock.NewJdbcStrangeUsageMockTest FAILED
    [junit] Running bitronix.tm.mock.NewJdbcSuspendResumeMockTest
    [junit] Tests run: 10, Failures: 0, Errors: 10, Skipped: 0, Time
elapsed: 0.083 sec
    [junit] Test bitronix.tm.mock.NewJdbcSuspendResumeMockTest FAILED
    [junit] Running bitronix.tm.mock.NewJdbcWrongUsageMockTest
    [junit] Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time
elapsed: 0.074 sec
    [junit] Test bitronix.tm.mock.NewJdbcWrongUsageMockTest FAILED
    [junit] Running bitronix.tm.recovery.RecovererTest
    [junit] Tests run: 9, Failures: 0, Errors: 9, Skipped: 0, Time
elapsed: 0.077 sec
    [junit] Test bitronix.tm.recovery.RecovererTest FAILED
    [junit] Running bitronix.tm.resource.ResourceLoaderTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 0.18 sec
    [junit] Running bitronix.tm.resource.common.XAPoolTest
    [junit] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time
elapsed: 0.213 sec
    [junit] Test bitronix.tm.resource.common.XAPoolTest FAILED
    [junit] Running bitronix.tm.timer.TaskSchedulerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 4.057 sec
    [junit] Running bitronix.tm.twopc.OnePcFailureTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time
elapsed: 0.075 sec
    [junit] Test bitronix.tm.twopc.OnePcFailureTest FAILED
    [junit] Running bitronix.tm.twopc.Phase1FailureTest
    [junit] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time
elapsed: 0.077 sec
    [junit] Test bitronix.tm.twopc.Phase1FailureTest FAILED
    [junit] Running bitronix.tm.twopc.Phase2FailureTest
    [junit] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time
elapsed: 0.078 sec
    [junit] Test bitronix.tm.twopc.Phase2FailureTest FAILED
    [junit] Running bitronix.tm.utils.CryptoEngineTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 0.092 sec
    [junit] Running bitronix.tm.utils.DefaultExceptionAnalyzerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 0.04 sec
    [junit] Running bitronix.tm.utils.EncoderTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 0.038 sec
    [junit] Running bitronix.tm.utils.PropertyUtilsTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 0.053 sec
    [junit] Running bitronix.tm.utils.SchedulerTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 0.053 sec
    [junit] Running bitronix.tm.utils.UidGeneratorTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time
elapsed: 0.07 sec
[junitreport] Processing /build/libbtm-java-2.1.4/TESTS-TestSuites.xml
to /tmp/null372241623
[junitreport] Loading stylesheet
jar:file:/usr/share/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 734ms
[junitreport] Deleting: /tmp/null372241623

BUILD FAILED
/build/libbtm-java-2.1.4/build.xml:89: some test(s) failed

Total time: 28 seconds
debian/rules:18: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory '/build/libbtm-java-2.1.4'
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: libbtm-java
Source-Version: 2.1.4-3

We believe that the bug you reported is fixed in the latest version of
libbtm-java, 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 829...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated libbtm-java 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: Fri, 26 Aug 2016 01:34:47 +0200
Source: libbtm-java
Binary: libbtm-java
Architecture: source
Version: 2.1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 libbtm-java - Bitronix JTA Transaction Manager
Closes: 829377
Changes:
 libbtm-java (2.1.4-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Markus Koschany ]
   * Declare compliance with Debian Policy 3.9.8.
   * wrap-and-sort -sa.
   * Add disable-tests.patch and disable the tests because they cause random
     build failures. (Closes: #829377)
   * Update homepage URL because codehaus closed down and the project has moved
     to Github.
   * Update debian/watch for Github.
 .
   [ tony mancill ]
   * Move the package to Git.
Checksums-Sha1:
 b2195d2c257fcdfba8e2524200ed794360f14d6a 2266 libbtm-java_2.1.4-3.dsc
 4a17a50ce3d16f479002bb3984a28799769db285 4728 libbtm-java_2.1.4-3.debian.tar.xz
Checksums-Sha256:
 e3972cb349fa40958e58afa8be466527406c753e21b1bef899558cd03c5f161b 2266 
libbtm-java_2.1.4-3.dsc
 fc82cdca741344e8c120ea639c5678d96cd8a6383ae13ed4227c67748792ec44 4728 
libbtm-java_2.1.4-3.debian.tar.xz
Files:
 1b849e5036bdf35bdf0be875ca424a50 2266 java optional libbtm-java_2.1.4-3.dsc
 b7d6424602aaecfa7c3af10760c6a958 4728 java optional 
libbtm-java_2.1.4-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJXv4lFXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HksLAQAKvS3PbRE0klrwBlTMFub+BN
FEv24EHRUlDmazhj6ure20TrOVboPDfcsQT16JYOnaxEvZ4ohIjIcpQolBxrsxfH
C0FOlsMw+iVvYtn2z0XChmBOtH5lgiPXMZFGwj0efFXXfk+sboiGGXZ6d6vZD4IQ
YoZliZnLJPEQYeHL8KNYxxBFydAvSdYU/E5To4FNYmNjnGb8lceahLOqALKSV20U
5AcbL9scMv2AzfWrK03UC5D76U+y6qVRuUnRXh6oAGbgAPv8JFq5SHnokC88yKhf
IY+KR0AMStGJQXnaW23L31UUpSJlPkq7dZhArwy4vUsxGjevLGIPpwIb28+NnsWY
QNTYjgxPd32bigIqZO8XNPY8x5chBLl9Y8Ar7sdFCLzMVR1zKNDjMSnZHhxJIkfV
RqBYb2GwOUfJTkrAhFpms4sFqWPzmnONveXgFq8MDEdlAvyPxTpz99/A4w5JlUzN
fCzlbqY2d/biDwY09ZftBvDcG/bclJftQ3egxgM+6GL78TKd/dfE+PFYnzcy/y2K
gZuadqRDHNADFWwT3l2ny8V7p8topZdJwf3Tt7wGa0UOAug0z9WPwUiEZjsWC8A5
uBRaPQdhvV0gWDqiXNDAlUvQCj1chagNRHITN4ECXhTOsIlx+fWziJ0XJrX2Dmb7
7vojqZf/Z7ZRDkeIygox
=jd30
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to