Bug#869279: hdrhistogram FTBFS: java.lang.NoSuchMethodError: org.apache.maven.archiver.MavenArchiver.getManifest
Adrian Bunk
bunk at debian.org
Sat Jul 22 10:49:31 UTC 2017
Source: hdrhistogram
Version: 2.1.9-1
Severity: serious
Tags: buster sid
Some recent change in unstable makes hdrhistogram FTBFS:
https://tests.reproducible-builds.org/debian/history/hdrhistogram.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/hdrhistogram.html
...
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=/build/1st/hdrhistogram-2.1.9 -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/build/1st/hdrhistogram-2.1.9/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/hdrhistogram-2.1.9/debian -Dmaven.repo.local=/build/1st/hdrhistogram-2.1.9/debian/maven-repo package -DskipTests -Dnotimestamp=true -Dlocale=en_US
[[1;34mINFO[m] Scanning for projects...
[[1;34mINFO[m]
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] [1mBuilding HdrHistogram 2.1.9[m
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mreplacer:1.5.3:replace[m [1m(default)[m @ [36mHdrHistogram[0;1m ---[m
[[1;34mINFO[m] Replacement run on 1 file.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.0.0:resources[m [1m(default-resources)[m @ [36mHdrHistogram[0;1m ---[m
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /build/1st/hdrhistogram-2.1.9/src/main/resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:compile[m [1m(default-compile)[m @ [36mHdrHistogram[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 36 source files to /build/1st/hdrhistogram-2.1.9/target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.0.0:testResources[m [1m(default-testResources)[m @ [36mHdrHistogram[0;1m ---[m
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] Copying 5 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:testCompile[m [1m(default-testCompile)[m @ [36mHdrHistogram[0;1m ---[m
[[1;34mINFO[m] Changes detected - recompiling the module!
[[1;34mINFO[m] Compiling 10 source files to /build/1st/hdrhistogram-2.1.9/target/test-classes
[[1;34mINFO[m] /build/1st/hdrhistogram-2.1.9/src/test/java/org/HdrHistogram/HistogramLogReaderWriterTest.java: /build/1st/hdrhistogram-2.1.9/src/test/java/org/HdrHistogram/HistogramLogReaderWriterTest.java uses or overrides a deprecated API.
[[1;34mINFO[m] /build/1st/hdrhistogram-2.1.9/src/test/java/org/HdrHistogram/HistogramLogReaderWriterTest.java: Recompile with -Xlint:deprecation for details.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.19.1:test[m [1m(default-test)[m @ [36mHdrHistogram[0;1m ---[m
[[1;34mINFO[m] Tests are skipped.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-bundle-plugin:2.5.4:bundle[m [1m(default-bundle)[m @ [36mHdrHistogram[0;1m ---[m
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] [1;31mBUILD FAILURE[m
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] Total time: 4.852 s
[[1;34mINFO[m] Finished at: 2018-08-24T04:32:36-12:00
[[1;34mINFO[m] Final Memory: 22M/678M
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;31mERROR[m] Failed to execute goal [32morg.apache.felix:maven-bundle-plugin:2.5.4:bundle[m [1m(default-bundle)[m on project [36mHdrHistogram[m: [1;31mExecution default-bundle of goal org.apache.felix:maven-bundle-plugin:2.5.4:bundle failed: An API incompatibility was encountered while executing org.apache.felix:maven-bundle-plugin:2.5.4:bundle: java.lang.NoSuchMethodError: org.apache.maven.archiver.MavenArchiver.getManifest(Lorg/apache/maven/project/MavenProject;Lorg/apache/maven/archiver/MavenArchiveConfiguration;)Lorg/codehaus/plexus/archiver/jar/Manifest;[m
[[1;31mERROR[m] [1;31m-----------------------------------------------------[m
[[1;31mERROR[m] [1;31mrealm = extension>org.apache.felix:maven-bundle-plugin:2.5.4[m
[[1;31mERROR[m] [1;31mstrategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy[m
[[1;31mERROR[m] [1;31murls[0] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/felix/maven-bundle-plugin/2.5.4/maven-bundle-plugin-2.5.4.jar[m
[[1;31mERROR[m] [1;31murls[1] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/osgi/org.osgi.core/debian/org.osgi.core-debian.jar[m
[[1;31mERROR[m] [1;31murls[2] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/biz/aQute/bnd/bndlib/debian/bndlib-debian.jar[m
[[1;31mERROR[m] [1;31murls[3] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/felix/org.apache.felix.bundlerepository/debian/org.apache.felix.bundlerepository-debian.jar[m
[[1;31mERROR[m] [1;31murls[4] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/easymock/easymock/debian/easymock-debian.jar[m
[[1;31mERROR[m] [1;31murls[5] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/cglib/cglib/debian/cglib-debian.jar[m
[[1;31mERROR[m] [1;31murls[6] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/ow2/asm/asm/debian/asm-debian.jar[m
[[1;31mERROR[m] [1;31murls[7] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/objenesis/objenesis/debian/objenesis-debian.jar[m
[[1;31mERROR[m] [1;31murls[8] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/felix/org.apache.felix.utils/debian/org.apache.felix.utils-debian.jar[m
[[1;31mERROR[m] [1;31murls[9] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/osgi/org.osgi.compendium/debian/org.osgi.compendium-debian.jar[m
[[1;31mERROR[m] [1;31murls[10] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/wagon/wagon-file/debian/wagon-file-debian.jar[m
[[1;31mERROR[m] [1;31murls[11] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/wagon/wagon-http-lightweight/debian/wagon-http-lightweight-debian.jar[m
[[1;31mERROR[m] [1;31murls[12] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/wagon/wagon-http-shared/debian/wagon-http-shared-debian.jar[m
[[1;31mERROR[m] [1;31murls[13] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/jsoup/jsoup/debian/jsoup-debian.jar[m
[[1;31mERROR[m] [1;31murls[14] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/wagon/wagon-http/debian/wagon-http-debian.jar[m
[[1;31mERROR[m] [1;31murls[15] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/slf4j/slf4j-jdk14/debian/slf4j-jdk14-debian.jar[m
[[1;31mERROR[m] [1;31murls[16] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/slf4j/jcl-over-slf4j/debian/jcl-over-slf4j-debian.jar[m
[[1;31mERROR[m] [1;31murls[17] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/reporting/maven-reporting-api/debian/maven-reporting-api-debian.jar[m
[[1;31mERROR[m] [1;31murls[18] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/commons-cli/commons-cli/debian/commons-cli-debian.jar[m
[[1;31mERROR[m] [1;31murls[19] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/wagon/wagon-ssh-external/debian/wagon-ssh-external-debian.jar[m
[[1;31mERROR[m] [1;31murls[20] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/wagon/wagon-ssh-common/debian/wagon-ssh-common-debian.jar[m
[[1;31mERROR[m] [1;31murls[21] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/codehaus/plexus/plexus-interactivity-api/debian/plexus-interactivity-api-debian.jar[m
[[1;31mERROR[m] [1;31murls[22] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/wagon/wagon-ssh/debian/wagon-ssh-debian.jar[m
[[1;31mERROR[m] [1;31murls[23] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/com/jcraft/jsch/debian/jsch-debian.jar[m
[[1;31mERROR[m] [1;31murls[24] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/sonatype/plexus/plexus-sec-dispatcher/debian/plexus-sec-dispatcher-debian.jar[m
[[1;31mERROR[m] [1;31murls[25] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/sonatype/plexus/plexus-cipher/debian/plexus-cipher-debian.jar[m
[[1;31mERROR[m] [1;31murls[26] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/maven-archiver/debian/maven-archiver-debian.jar[m
[[1;31mERROR[m] [1;31murls[27] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/shared/maven-shared-utils/debian/maven-shared-utils-debian.jar[m
[[1;31mERROR[m] [1;31murls[28] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/commons-io/commons-io/debian/commons-io-debian.jar[m
[[1;31mERROR[m] [1;31murls[29] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/codehaus/plexus/plexus-archiver/debian/plexus-archiver-debian.jar[m
[[1;31mERROR[m] [1;31murls[30] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/codehaus/plexus/plexus-io/debian/plexus-io-debian.jar[m
[[1;31mERROR[m] [1;31murls[31] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/commons/commons-compress/debian/commons-compress-debian.jar[m
[[1;31mERROR[m] [1;31murls[32] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/xerial/snappy/snappy-java/debian/snappy-java-debian.jar[m
[[1;31mERROR[m] [1;31murls[33] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/tukaani/xz/debian/xz-debian.jar[m
[[1;31mERROR[m] [1;31murls[34] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/codehaus/plexus/plexus-interpolation/debian/plexus-interpolation-debian.jar[m
[[1;31mERROR[m] [1;31murls[35] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/shared/maven-dependency-tree/debian/maven-dependency-tree-debian.jar[m
[[1;31mERROR[m] [1;31murls[36] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/codehaus/plexus/plexus-component-annotations/debian/plexus-component-annotations-debian.jar[m
[[1;31mERROR[m] [1;31murls[37] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/junit/junit/3.x/junit-3.x.jar[m
[[1;31mERROR[m] [1;31murls[38] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/eclipse/aether/aether-util/debian/aether-util-debian.jar[m
[[1;31mERROR[m] [1;31murls[39] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/codehaus/plexus/plexus-utils/debian/plexus-utils-debian.jar[m
[[1;31mERROR[m] [1;31murls[40] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/sonatype/plexus/plexus-build-api/debian/plexus-build-api-debian.jar[m
[[1;31mERROR[m] [1;31murls[41] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/doxia/doxia-sink-api/debian/doxia-sink-api-debian.jar[m
[[1;31mERROR[m] [1;31murls[42] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/doxia/doxia-logging-api/debian/doxia-logging-api-debian.jar[m
[[1;31mERROR[m] [1;31murls[43] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/doxia/doxia-site-renderer/debian/doxia-site-renderer-debian.jar[m
[[1;31mERROR[m] [1;31murls[44] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/doxia/doxia-decoration-model/debian/doxia-decoration-model-debian.jar[m
[[1;31mERROR[m] [1;31murls[45] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/doxia/doxia-module-xhtml/debian/doxia-module-xhtml-debian.jar[m
[[1;31mERROR[m] [1;31murls[46] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/doxia/doxia-core/debian/doxia-core-debian.jar[m
[[1;31mERROR[m] [1;31murls[47] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/xerces/xercesImpl/debian/xercesImpl-debian.jar[m
[[1;31mERROR[m] [1;31murls[48] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/xml-apis/xml-apis-1.4/debian/xml-apis-1.4-debian.jar[m
[[1;31mERROR[m] [1;31murls[49] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/httpcomponents/httpclient/debian/httpclient-debian.jar[m
[[1;31mERROR[m] [1;31murls[50] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/httpcomponents/httpcore/debian/httpcore-debian.jar[m
[[1;31mERROR[m] [1;31murls[51] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/commons-logging/commons-logging/debian/commons-logging-debian.jar[m
[[1;31mERROR[m] [1;31murls[52] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/commons-codec/commons-codec/debian/commons-codec-debian.jar[m
[[1;31mERROR[m] [1;31murls[53] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/maven/doxia/doxia-module-fml/debian/doxia-module-fml-debian.jar[m
[[1;31mERROR[m] [1;31murls[54] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/codehaus/plexus/plexus-i18n/debian/plexus-i18n-debian.jar[m
[[1;31mERROR[m] [1;31murls[55] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/codehaus/plexus/plexus-velocity/debian/plexus-velocity-debian.jar[m
[[1;31mERROR[m] [1;31murls[56] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/org/apache/velocity/velocity/debian/velocity-debian.jar[m
[[1;31mERROR[m] [1;31murls[57] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/commons-lang/commons-lang/debian/commons-lang-debian.jar[m
[[1;31mERROR[m] [1;31murls[58] = file:/build/1st/hdrhistogram-2.1.9/debian/maven-repo/commons-collections/commons-collections/3.x/commons-collections-3.x.jar[m
[[1;31mERROR[m] [1;31mNumber of foreign imports: 1[m
[[1;31mERROR[m] [1;31mimport: Entry[import from realm ClassRealm[maven.api, parent: null]][m
[[1;31mERROR[m] [1;31m[m
[[1;31mERROR[m] [1;31m-----------------------------------------------------[m
[[1;31mERROR[m] [1;31m[m
[[1;31mERROR[m] -> [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/PluginContainerException
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=/build/1st/hdrhistogram-2.1.9 -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/build/1st/hdrhistogram-2.1.9/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/hdrhistogram-2.1.9/debian -Dmaven.repo.local=/build/1st/hdrhistogram-2.1.9/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
More information about the pkg-java-maintainers
mailing list