Bug#868603: json-smart FTBFS: ASM based accessors helper used by json-smart FAILURE
Adrian Bunk
bunk at debian.org
Sun Jul 16 23:26:19 UTC 2017
Source: json-smart
Version: 2.2-1
Severity: serious
Tags: buster sid
Some recent change in unstable makes json-smart FTBFS:
https://tests.reproducible-builds.org/debian/history/json-smart.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/json-smart.html
...
dh_auto_build -- --file parent/pom.xml package
/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/json-smart-2.2 -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/build/1st/json-smart-2.2/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/json-smart-2.2/debian -Dmaven.repo.local=/build/1st/json-smart-2.2/debian/maven-repo --file parent/pom.xml 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] Minidev super pom
[[1;34mINFO[m] ASM based accessors helper used by json-smart
[[1;34mINFO[m] JSON Small and Fast Parser
[[1;34mINFO[m]
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] [1mBuilding Minidev super pom 2.2[m
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] [1mBuilding ASM based accessors helper used by json-smart 1.1[m
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.6:resources[m [1m(default-resources)[m @ [36maccessors-smart[0;1m ---[m
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /build/1st/json-smart-2.2/accessors-smart/src/main/resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:compile[m [1m(default-compile)[m @ [36maccessors-smart[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 12 source files to /build/1st/json-smart-2.2/accessors-smart/target/classes
[[1;34mINFO[m] /build/1st/json-smart-2.2/accessors-smart/src/main/java/net/minidev/asm/ASMUtil.java: Some input files use or override a deprecated API.
[[1;34mINFO[m] /build/1st/json-smart-2.2/accessors-smart/src/main/java/net/minidev/asm/ASMUtil.java: Recompile with -Xlint:deprecation for details.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.6:testResources[m [1m(default-testResources)[m @ [36maccessors-smart[0;1m ---[m
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /build/1st/json-smart-2.2/accessors-smart/src/test/resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.6.1:testCompile[m [1m(default-testCompile)[m @ [36maccessors-smart[0;1m ---[m
[[1;34mINFO[m] Changes detected - recompiling the module!
[[1;34mINFO[m] Compiling 24 source files to /build/1st/json-smart-2.2/accessors-smart/target/test-classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.17:test[m [1m(default-test)[m @ [36maccessors-smart[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 @ [36maccessors-smart[0;1m ---[m
[[1;33mWARNING[m] Bundle net.minidev:accessors-smart:bundle:1.1 : Export net.minidev.asm, has 1, private references [org.objectweb.asm],
[[1;31mERROR[m] Bundle net.minidev:accessors-smart:bundle:1.1 : Classes found in the wrong directory: {module-info.class=org.objectweb.asm.module-info}
[[1;31mERROR[m] Error(s) found in bundle configuration
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] [1mReactor Summary:[m
[[1;34mINFO[m]
[[1;34mINFO[m] Minidev super pom .................................. [1;32mSUCCESS[m [ 0.003 s]
[[1;34mINFO[m] ASM based accessors helper used by json-smart ...... [1;31mFAILURE[m [ 2.829 s]
[[1;34mINFO[m] JSON Small and Fast Parser ......................... [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.933 s
[[1;34mINFO[m] Finished at: 2017-07-16T10:50:35-12:00
[[1;34mINFO[m] Final Memory: 21M/654M
[[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 [36maccessors-smart[m: [1;31mError(s) found in bundle configuration[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/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 :accessors-smart[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=/build/1st/json-smart-2.2 -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/build/1st/json-smart-2.2/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/json-smart-2.2/debian -Dmaven.repo.local=/build/1st/json-smart-2.2/debian/maven-repo --file parent/pom.xml package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
debian/rules:9: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
More information about the pkg-java-maintainers
mailing list