Your message dated Thu, 14 Sep 2017 10:04:04 +0000
with message-id <e1dsr08-00027k...@fasolo.debian.org>
and subject line Bug#871340: fixed in avro-java 1.7.7-3
has caused the Debian Bug report #871340,
regarding avro-java: FTBFS: [[1;31mERROR[m] Failed to execute goal
[32mcom.thoughtworks.paranamer:paranamer-maven-plugin:2.8:generate[m
[1m(paranamer-test)[m on project [36mavro[m: [1;31mFailed to generate
parameter names from /<<PKGBUILDDIR>>/lang/java/avro/src/test/java[m:
/<<PKGBUILDDIR>>/lang/java/avro/target/test-classes/org/apache/avro/reflect/TestReflect/A.class
(No such file or directory) -> [1m[Help 1][m
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.)
--
871340: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871340
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: avro-java
Version: 1.7.7-2
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170807 qa-ftbfs
Justification: FTBFS on amd64
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 -plibavro-java --debian-build --keep-pom-version
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
> # Regenerate the Java classes from the Thrift file
> thrift -gen java:beans -out lang/java/thrift/src/test/java/
> lang/java/thrift/src/test/thrift/test.thrift
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_build -O--buildsystem=maven
> /usr/lib/jvm/default-java/bin/java -noverify -cp
> /usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.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 package -DskipTests
> -Dnotimestamp=true -Dlocale=en_US
> [[1;34mINFO[m] Scanning for projects...
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1mReactor Build Order:[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] Apache Avro Toplevel
> [[1;34mINFO[m] Apache Avro Java
> [[1;34mINFO[m] Apache Avro
> [[1;34mINFO[m] Apache Avro Compiler
> [[1;34mINFO[m] Apache Avro Maven Plugin
> [[1;34mINFO[m]
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1mBuilding Apache Avro Toplevel 1.7.7[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m]
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1mBuilding Apache Avro Java 1.7.7[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-bundle-plugin:2.5.4:manifest[m
> [1m(bundle-manifest)[m @ [36mavro-parent[0;1m ---[m
> [[1;33mWARNING[m] Ignoring project type pom - supportedProjectTypes =
> [bundle]
> [[1;34mINFO[m]
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1mBuilding Apache Avro 1.7.7[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.0.2:resources[m
> [1m(default-resources)[m @ [36mavro[0;1m ---[m
> [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
> [[1;34mINFO[m] Copying 1 resource
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:compile[m
> [1m(default-compile)[m @ [36mavro[0;1m ---[m
> [[1;33mWARNING[m] The POM for
> org.codehaus.plexus:plexus-compiler-api:jar:2.x is invalid, transitive
> dependencies (if any) will not be available, enable debug logging for more
> details
> [[1;33mWARNING[m] The POM for
> org.codehaus.plexus:plexus-compiler-javac:jar:2.x is invalid, transitive
> dependencies (if any) will not be available, enable debug logging for more
> details
> [[1;34mINFO[m] Changes detected - recompiling the module!
> [[1;34mINFO[m] Compiling 117 source files to
> /<<PKGBUILDDIR>>/lang/java/avro/target/classes
> [[1;33mWARNING[m]
> /<<PKGBUILDDIR>>/lang/java/avro/src/main/java/org/apache/avro/reflect/FieldAccessUnsafe.java:[27,16]
> sun.misc.Unsafe is internal proprietary API and may be removed in a future
> release
> [[1;33mWARNING[m]
> /<<PKGBUILDDIR>>/lang/java/avro/src/main/java/org/apache/avro/reflect/FieldAccessUnsafe.java:[32,24]
> sun.misc.Unsafe is internal proprietary API and may be removed in a future
> release
> [[1;33mWARNING[m]
> /<<PKGBUILDDIR>>/lang/java/avro/src/main/java/org/apache/avro/reflect/FieldAccessUnsafe.java:[36,25]
> sun.misc.Unsafe is internal proprietary API and may be removed in a future
> release
> [[1;33mWARNING[m]
> /<<PKGBUILDDIR>>/lang/java/avro/src/main/java/org/apache/avro/reflect/FieldAccessUnsafe.java:[38,17]
> sun.misc.Unsafe is internal proprietary API and may be removed in a future
> release
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/lang/java/avro/src/main/java/org/apache/avro/file/DataFileReader12.java:
> Some input files use or override a deprecated API.
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/lang/java/avro/src/main/java/org/apache/avro/file/DataFileReader12.java:
> Recompile with -Xlint:deprecation for details.
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/lang/java/avro/src/main/java/org/apache/avro/specific/SpecificData.java:
> Some input files use unchecked or unsafe operations.
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/lang/java/avro/src/main/java/org/apache/avro/specific/SpecificData.java:
> Recompile with -Xlint:unchecked for details.
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-bundle-plugin:2.5.4:manifest[m
> [1m(bundle-manifest)[m @ [36mavro[0;1m ---[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.0.2:testResources[m
> [1m(default-testResources)[m @ [36mavro[0;1m ---[m
> [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
> [[1;34mINFO[m] Copying 1 resource
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:testCompile[m
> [1m(default-testCompile)[m @ [36mavro[0;1m ---[m
> [[1;34mINFO[m] Changes detected - recompiling the module!
> [[1;34mINFO[m] Compiling 48 source files to
> /<<PKGBUILDDIR>>/lang/java/avro/target/test-classes
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/lang/java/avro/src/test/java/org/apache/avro/TestDataFile.java:
> Some input files use or override a deprecated API.
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/lang/java/avro/src/test/java/org/apache/avro/TestDataFile.java:
> Recompile with -Xlint:deprecation for details.
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/lang/java/avro/src/test/java/org/apache/avro/FooBarSpecificRecord.java:
>
> /<<PKGBUILDDIR>>/lang/java/avro/src/test/java/org/apache/avro/FooBarSpecificRecord.java
> uses unchecked or unsafe operations.
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/lang/java/avro/src/test/java/org/apache/avro/FooBarSpecificRecord.java:
> Recompile with -Xlint:unchecked for details.
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mparanamer-maven-plugin:2.8:generate[m
> [1m(paranamer-test)[m @ [36mavro[0;1m ---[m
> [[1;34mINFO[m] Generating parameter names from
> /<<PKGBUILDDIR>>/lang/java/avro/src/test/java to
> /<<PKGBUILDDIR>>/lang/java/avro/target/test-classes
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1mReactor Summary:[m
> [[1;34mINFO[m]
> [[1;34mINFO[m] Apache Avro Toplevel ...............................
> [1;32mSUCCESS[m [ 0.001 s]
> [[1;34mINFO[m] Apache Avro Java ...................................
> [1;32mSUCCESS[m [ 0.041 s]
> [[1;34mINFO[m] Apache Avro ........................................
> [1;31mFAILURE[m [ 2.952 s]
> [[1;34mINFO[m] Apache Avro Compiler ...............................
> [1;33mSKIPPED[m
> [[1;34mINFO[m] Apache Avro Maven Plugin ...........................
> [1;33mSKIPPED[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1;31mBUILD FAILURE[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] Total time: 3.552 s
> [[1;34mINFO[m] Finished at: 2017-08-07T11:33:50Z
> [[1;34mINFO[m] Final Memory: 24M/741M
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;31mERROR[m] Failed to execute goal
> [32mcom.thoughtworks.paranamer:paranamer-maven-plugin:2.8:generate[m
> [1m(paranamer-test)[m on project [36mavro[m: [1;31mFailed to generate
> parameter names from /<<PKGBUILDDIR>>/lang/java/avro/src/test/java[m:
> /<<PKGBUILDDIR>>/lang/java/avro/target/test-classes/org/apache/avro/reflect/TestReflect/A.class
> (No such file or directory) -> [1m[Help 1][m
> [[1;31mERROR[m]
> [[1;31mERROR[m] To see the full stack trace of the errors, re-run Maven
> with the [1m-e[m switch.
> [[1;31mERROR[m] Re-run Maven using the [1m-X[m switch to enable full
> debug logging.
> [[1;31mERROR[m]
> [[1;31mERROR[m] For more information about the errors and possible
> solutions, please read the following articles:
> [[1;31mERROR[m] [1m[Help 1][m
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [[1;31mERROR[m]
> [[1;31mERROR[m] After correcting the problems, you can resume the build
> with the command
> [[1;31mERROR[m] [1mmvn <goals> -rf :avro[m
> dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp
> /usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.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 package -DskipTests
> -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> debian/rules:4: recipe for target 'build' failed
> make: *** [build] Error 1
The full build log is available from:
http://aws-logs.debian.net/2017/08/07/avro-java_1.7.7-2_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: avro-java
Source-Version: 1.7.7-3
We believe that the bug you reported is fixed in the latest version of
avro-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 871...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated avro-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: Thu, 14 Sep 2017 11:50:30 +0200
Source: avro-java
Binary: libavro-java libavro-compiler-java libavro-maven-plugin-java
Architecture: source
Version: 1.7.7-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
libavro-compiler-java - Apache Avro compiler for Java
libavro-java - Apache Avro data serialization system
libavro-maven-plugin-java - Apache Avro Maven plugin
Closes: 871340
Changes:
avro-java (1.7.7-3) unstable; urgency=medium
.
* Team upload.
* Disabled paranamer to work around a regression with Qdox (Closes: #871340)
* Transition to Maven 3
* Standards-Version updated to 4.1.0
* Switch to debhelper level 10
Checksums-Sha1:
128615e15a997aa3a4eef2e4703513fadee3d081 2536 avro-java_1.7.7-3.dsc
1866f499ce3aee9c3b2f02888699cddaa2974854 5300 avro-java_1.7.7-3.debian.tar.xz
9b5e609fe708ddee56c13085d40c4f0e0582a1c1 15727
avro-java_1.7.7-3_source.buildinfo
Checksums-Sha256:
83a1305e01c211b87152272deb1c59f493812774949265a56d9acb7a0316f711 2536
avro-java_1.7.7-3.dsc
43e39b836bac7ac7dad4966477eba603815f60521eb573eea4d51abe7958b09a 5300
avro-java_1.7.7-3.debian.tar.xz
6cf62e182fb50d19f4d39405e67a6bd4d33a955a000e7a37410294edc39f98e3 15727
avro-java_1.7.7-3_source.buildinfo
Files:
8f374cf0dc458134a7628b9b3ead689f 2536 java optional avro-java_1.7.7-3.dsc
9a9f7fb4953c7ad11fad6b010f503a34 5300 java optional
avro-java_1.7.7-3.debian.tar.xz
12e694e46ed1cca0d1a00f27ba550281 15727 java optional
avro-java_1.7.7-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlm6USQSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsJ3QQALmcDGWOSOiML3XBQrXhD2D5hITgp8kk
mnx97XaMnY610pwkvssxJMy8YijWjBBMvwDlwCQ3rirNSzGUSBJzknlVeB4EBsX7
I0ZcB+1UBZ4HeslkIxO+PHa3KWL/kvNljXjw2pinyus/fF+IJCu6+RhFijV+cM6D
geFdF9olID/WfYSv4fzrW5AbPJmMhgrehCN4HYvb8cvrIusVpplqOGDWwnWkFGi1
fNsKhk/RFAYB4yRhugSNU07UGlLuLAFeM/HEK1LrWr1ueQscJn0FNj2tfKYAZDOB
rzZabRwAWdoK3uZzbsv0a3ocnbP6xl38y0V0zjK4HfVlQPeb5vDqeBITqsSlZclR
PPdoeqw9Y6qOJ8bdQ5nrYNL2zhufoYNhTUa5lyYFmfJpdPim2g0AELH1Voc+h47U
R3LmpLVpMkqKzojtvGHaIRMlRXtV814zxyo9VveMp+xXLGbMNMlh4NXWvXGwJtn2
OOvSsKD0qGuP5BGt9VA9Aw4BBsPB9/1fAv764cumA2LpsEOZowTToejkucdYddZz
hg1JU23RP9kGOIcIenaIyOWpHeDzwX4vQCBjh1mQ3vPvWzGrK/HpNfK8GWSwvOXo
pWTcM48CR5u8pVvEoXnCaQLwL+rgA4peUmNMRWhpdAyubB8zYlGYd8n4wOO645+V
wP/MS+EfpjCs
=tWs3
-----END PGP SIGNATURE-----
--- End Message ---