Your message dated Tue, 11 Aug 2020 08:35:33 +0000
with message-id <[email protected]>
and subject line Bug#966976: fixed in msgpack-java 0.8.20-2
has caused the Debian Bug report #966976,
regarding msgpack-java: FTBFS: dh_auto_test: error: 
/usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test 
returned exit code 1
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.)


-- 
966976: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966976
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: msgpack-java
Version: 0.8.20-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_configure
>       mh_patchpoms -plibmsgpack-java --debian-build --keep-pom-version 
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
> mkdir --parents debian/maven-repo/org/msgpack/msgpack-core/debian
> test -e 
> debian/maven-repo/org/msgpack/msgpack-core/debian/msgpack-core-debian.pom || \
>       ln -s ../../../../../../msgpack-core/pom.xml \
>       
> debian/maven-repo/org/msgpack/msgpack-core/debian/msgpack-core-debian.pom
> test -e 
> debian/maven-repo/org/msgpack/msgpack-core/debian/msgpack-core-debian.jar || \
>       ln -s ../../../../../../msgpack-core/target/msgpack-core-0.8.20.jar \
>       
> debian/maven-repo/org/msgpack/msgpack-core/debian/msgpack-core-debian.jar
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_build
>       /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
> -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> com.google.inject.internal.cglib.core.$ReflectUtils$1 
> (file:/usr/share/maven/lib/guice.jar) to method 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of 
> com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] jackson-dataformat-msgpack                                         
> [pom]
> [INFO] msgpack-core                                                       
> [jar]
> [INFO] msgpack-jackson                                                    
> [jar]
> [INFO] 
> [INFO] ----------------------< org.msgpack:msgpack-java 
> >----------------------
> [INFO] Building jackson-dataformat-msgpack 0.8.20                         
> [1/3]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] 
> [INFO] ----------------------< org.msgpack:msgpack-core 
> >----------------------
> [INFO] Building msgpack-core 0.8.20                                       
> [2/3]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> msgpack-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/msgpack-core/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
> msgpack-core ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 70 source files to 
> /<<PKGBUILDDIR>>/msgpack-core/target/classes
> [WARNING] 
> /<<PKGBUILDDIR>>/msgpack-core/src/main/java/org/msgpack/core/buffer/MessageBuffer.java:[18,16]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/msgpack-core/src/main/java/org/msgpack/core/buffer/DirectBufferAccess.java:[25,16]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/msgpack-core/src/main/java/org/msgpack/core/buffer/MessageBuffer.java:[49,18]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/msgpack-core/src/main/java/org/msgpack/core/buffer/MessageBuffer.java:[69,9]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/msgpack-core/src/main/java/org/msgpack/core/buffer/MessageBuffer.java:[96,31]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/msgpack-core/src/main/java/org/msgpack/core/buffer/MessageBuffer.java:[98,35]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ msgpack-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/msgpack-core/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> msgpack-core ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 2 source files to 
> /<<PKGBUILDDIR>>/msgpack-core/target/test-classes
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ msgpack-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ msgpack-core ---
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/msgpack-core/target/msgpack-core-0.8.20.jar
> [INFO] 
> [INFO] --------------------< org.msgpack:msgpack-jackson 
> >---------------------
> [INFO] Building msgpack-jackson 0.8.20                                    
> [3/3]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> msgpack-jackson ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/msgpack-jackson/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
> msgpack-jackson ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 10 source files to 
> /<<PKGBUILDDIR>>/msgpack-jackson/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/MessagePackSerializerFactory.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/MessagePackSerializerFactory.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> /<<PKGBUILDDIR>>/msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/ExtensionTypeCustomDeserializers.java:
>  
> /<<PKGBUILDDIR>>/msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/ExtensionTypeCustomDeserializers.java
>  uses unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/ExtensionTypeCustomDeserializers.java:
>  Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ msgpack-jackson ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/msgpack-jackson/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> msgpack-jackson ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 9 source files to 
> /<<PKGBUILDDIR>>/msgpack-jackson/target/test-classes
> [INFO] 
> /<<PKGBUILDDIR>>/msgpack-jackson/src/test/java/org/msgpack/jackson/dataformat/MessagePackParserTest.java:
>  
> /<<PKGBUILDDIR>>/msgpack-jackson/src/test/java/org/msgpack/jackson/dataformat/MessagePackParserTest.java
>  uses unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/msgpack-jackson/src/test/java/org/msgpack/jackson/dataformat/MessagePackParserTest.java:
>  Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ msgpack-jackson 
> ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ msgpack-jackson ---
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/msgpack-jackson/target/msgpack-jackson-0.8.20.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for jackson-dataformat-msgpack 0.8.20:
> [INFO] 
> [INFO] jackson-dataformat-msgpack ......................... SUCCESS [  0.005 
> s]
> [INFO] msgpack-core ....................................... SUCCESS [  2.146 
> s]
> [INFO] msgpack-jackson .................................... SUCCESS [  0.680 
> s]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  2.940 s
> [INFO] Finished at: 2020-08-02T17:25:16Z
> [INFO] 
> ------------------------------------------------------------------------
>    dh_auto_test
>       /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> com.google.inject.internal.cglib.core.$ReflectUtils$1 
> (file:/usr/share/maven/lib/guice.jar) to method 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of 
> com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] jackson-dataformat-msgpack                                         
> [pom]
> [INFO] msgpack-core                                                       
> [jar]
> [INFO] msgpack-jackson                                                    
> [jar]
> [INFO] 
> [INFO] ----------------------< org.msgpack:msgpack-java 
> >----------------------
> [INFO] Building jackson-dataformat-msgpack 0.8.20                         
> [1/3]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] 
> [INFO] ----------------------< org.msgpack:msgpack-core 
> >----------------------
> [INFO] Building msgpack-core 0.8.20                                       
> [2/3]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> msgpack-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/msgpack-core/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
> msgpack-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ msgpack-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/msgpack-core/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> msgpack-core ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ msgpack-core ---
> [INFO] 
> [INFO] --------------------< org.msgpack:msgpack-jackson 
> >---------------------
> [INFO] Building msgpack-jackson 0.8.20                                    
> [3/3]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> msgpack-jackson ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/msgpack-jackson/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
> msgpack-jackson ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ msgpack-jackson ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/msgpack-jackson/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> msgpack-jackson ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ msgpack-jackson 
> ---
> [INFO] 
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running 
> org.msgpack.jackson.dataformat.benchmark.MessagePackDataformatHugeDataBenchmarkTest
> serialize(huge) with JSON:
>   mean :   16.114
>   min  :   15.936
>   max  :   16.285
>   stdev:    0.184
> 
> serialize(huge) with MessagePack:
>   mean :   30.436
>   min  :   15.903
>   max  :   71.662
>   stdev:   27.494
> 
> deserialize(huge) with JSON:
>   mean :   28.000
>   min  :   23.295
>   max  :   38.578
>   stdev:    7.243
> 
> deserialize(huge) with MessagePack:
>   mean :   16.264
>   min  :   15.596
>   max  :   17.311
>   stdev:    0.734
> 
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.025 
> s - in 
> org.msgpack.jackson.dataformat.benchmark.MessagePackDataformatHugeDataBenchmarkTest
> [INFO] Running 
> org.msgpack.jackson.dataformat.benchmark.MessagePackDataformatPojoBenchmarkTest
> serialize(pojo) with JSON:
>   mean :  174.609
>   min  :  173.731
>   max  :  175.571
>   stdev:    0.757
> 
> serialize(pojo) with MessagePack:
>   mean :  216.075
>   min  :  215.169
>   max  :  216.635
>   stdev:    0.644
> 
> deserialize(pojo) with JSON:
>   mean :  234.882
>   min  :  232.594
>   max  :  241.222
>   stdev:    4.231
> 
> deserialize(pojo) with MessagePack:
>   mean :   97.881
>   min  :   90.614
>   max  :  117.823
>   stdev:   13.305
> 
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.533 
> s - in 
> org.msgpack.jackson.dataformat.benchmark.MessagePackDataformatPojoBenchmarkTest
> [INFO] Running org.msgpack.jackson.dataformat.MessagePackFactoryTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 
> s - in org.msgpack.jackson.dataformat.MessagePackFactoryTest
> [INFO] Running org.msgpack.jackson.dataformat.MessagePackDataformatForPojoTest
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 
> s - in org.msgpack.jackson.dataformat.MessagePackDataformatForPojoTest
> [INFO] Running org.msgpack.jackson.dataformat.MessagePackParserTest
> [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 
> s - in org.msgpack.jackson.dataformat.MessagePackParserTest
> [INFO] Running org.msgpack.jackson.dataformat.MessagePackGeneratorTest
> [ERROR] Tests run: 20, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 
> 0.085 s <<< FAILURE! - in 
> org.msgpack.jackson.dataformat.MessagePackGeneratorTest
> [ERROR] 
> testComplexTypeKeyWithV06Format(org.msgpack.jackson.dataformat.MessagePackGeneratorTest)
>   Time elapsed: 0.004 s  <<< ERROR!
> org.msgpack.core.MessageTypeException: Expected Array, but got String (d9)
>       at 
> org.msgpack.jackson.dataformat.MessagePackGeneratorTest.testComplexTypeKeyWithV06Format(MessagePackGeneratorTest.java:736)
> 
> [ERROR] 
> testComplexTypeKey(org.msgpack.jackson.dataformat.MessagePackGeneratorTest)  
> Time elapsed: 0.004 s  <<< ERROR!
> org.msgpack.core.MessageTypeException: Expected Map, but got String (d9)
>       at 
> org.msgpack.jackson.dataformat.MessagePackGeneratorTest.testComplexTypeKey(MessagePackGeneratorTest.java:714)
> 
> [ERROR] 
> testNonStringKey(org.msgpack.jackson.dataformat.MessagePackGeneratorTest)  
> Time elapsed: 0.006 s  <<< ERROR!
> org.msgpack.core.MessageTypeException: Expected Integer, but got String (aa)
>       at 
> org.msgpack.jackson.dataformat.MessagePackGeneratorTest.testNonStringKey(MessagePackGeneratorTest.java:673)
> 
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Errors: 
> [ERROR]   MessagePackGeneratorTest.testComplexTypeKey:714 » MessageType 
> Expected Map, bu...
> [ERROR]   MessagePackGeneratorTest.testComplexTypeKeyWithV06Format:736 » 
> MessageType Exp...
> [ERROR]   MessagePackGeneratorTest.testNonStringKey:673 » MessageType 
> Expected Integer, ...
> [INFO] 
> [ERROR] Tests run: 59, Failures: 0, Errors: 3, Skipped: 0
> [INFO] 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for jackson-dataformat-msgpack 0.8.20:
> [INFO] 
> [INFO] jackson-dataformat-msgpack ......................... SUCCESS [  0.004 
> s]
> [INFO] msgpack-core ....................................... SUCCESS [  0.552 
> s]
> [INFO] msgpack-jackson .................................... FAILURE [ 20.153 
> s]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  20.815 s
> [INFO] Finished at: 2020-08-02T17:25:38Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on 
> project msgpack-jackson: There are test failures.
> [ERROR] 
> [ERROR] Please refer to 
> /<<PKGBUILDDIR>>/msgpack-jackson/target/surefire-reports for the individual 
> test results.
> [ERROR] Please refer to dump files (if any exist) [date].dump, 
> [date]-jvmRun[N].dump and [date].dumpstream.
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn <args> -rf :msgpack-jackson
> dh_auto_test: error: /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test 
> returned exit code 1

The full build log is available from:
   http://qa-logs.debian.net/2020/08/02/msgpack-java_0.8.20-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: msgpack-java
Source-Version: 0.8.20-2
Done: Andrius Merkys <[email protected]>

We believe that the bug you reported is fixed in the latest version of
msgpack-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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrius Merkys <[email protected]> (supplier of updated msgpack-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 [email protected])


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

Format: 1.8
Date: Tue, 11 Aug 2020 04:16:50 -0400
Source: msgpack-java
Architecture: source
Version: 0.8.20-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Andrius Merkys <[email protected]>
Closes: 966976
Changes:
 msgpack-java (0.8.20-2) unstable; urgency=medium
 .
   * Ignoring tests that are incompatible with libjackson2-databind-java 2.11.1
     (Closes: #966976)
   * Switching to debhelper-compat dependency.
   * Homepage link HTTP -> HTTPS.
   * Adding 'Rules-Requires-Root: no'.
   * Updating copyright years.
Checksums-Sha1:
 cba0a0557bcadf250df3a4f338c68d2162f73941 2108 msgpack-java_0.8.20-2.dsc
 0906a1683061c2ec671124eb8bf1be83efe5860d 5212 
msgpack-java_0.8.20-2.debian.tar.xz
 bca8e8a293508361bc2d9f36a661e9cb1c9e41aa 13041 
msgpack-java_0.8.20-2_source.buildinfo
Checksums-Sha256:
 22555db20e64e4f1445103e325c3fe978bae9a8865020c13f51dc7ac847e93bf 2108 
msgpack-java_0.8.20-2.dsc
 2a717c3977c9b17acee884f6e51e2dc2b08470cbd54c803bd55d99460df27f85 5212 
msgpack-java_0.8.20-2.debian.tar.xz
 93c28bc628681ad8fcb032771e9cd4c5013e9c4e8e965c14f7e3123fafb08abe 13041 
msgpack-java_0.8.20-2_source.buildinfo
Files:
 20e80971022a989b7f6bf300e64e9cff 2108 java optional msgpack-java_0.8.20-2.dsc
 dcdb9485e50501b70e896576e29f670a 5212 java optional 
msgpack-java_0.8.20-2.debian.tar.xz
 b0e24eeb9612de349deeb038c95bff51 13041 java optional 
msgpack-java_0.8.20-2_source.buildinfo

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

iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAl8yVC8SHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKH634P/Rtmn30hEd0h+Imik4bx39I5j1sPCYRZ
YYMuySB+FyvPNyVP1BZ0JluypeKhPhPfHkAZaPup4etUfTT4B7NbKj6Lvr31fKH2
mdSCliXEwPOrXIUkuGvRarwdhAnYNTxGcmVpSmYcRwMT/JAMxox5nKR/aVkGmgSV
cv3ufJiugORVFgrW19roFubbORNakCNUv7VFnZaKphl6lCRHv/cplffFaEiKGcgO
yFO7xfRsDu3+D7yjDm/qI1NdoJHueHyBsa3vV3MTlx7gKV74k7F23qu8oD4ziI+c
JdyzkHkYwGVhD7wJyD1nfRRnKFmg0kjSeaFEGtmdFOX7MMHF9zVoz0W3B/i316eS
GrDfdl6k/s/0HWeZ3tolB2Qx4HC8J7vnVIw92zSAEXNFZFBtwkL7ri9xsU0PSzq0
FKkFRtAB+5K7l6LrzOde9yqUfCsg0GIIO7aEQCY/eNNPWS6+ywNjkC9wj6PXgkDg
bYhorwlBug8pRgEYTWYc9IutIt6y3xygFy6GR+FV2U/Av/OPjglk0MLO1iTDXKZd
BStfZZNUckqddGNfAoDv/q14Mw8qe/v/RavadHzX1VghJnUF2Ytr1zL1XxA70IF+
pAxXk1IEk9SJHXbgZ11omy/DxYjcFwlI4/awpXFvQA9nCJTK0xaOhRl3PtF5LhwI
ho2nxuvdQTFm
=yVNg
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
[email protected] for discussions and questions.

Reply via email to