Source: commons-math3
Version: 3.6.1-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170128 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):
>  debian/rules build
> dh build --buildsystem=maven
>    dh_testdir -O--buildsystem=maven
>    dh_update_autotools_config -O--buildsystem=maven
>    dh_auto_configure -O--buildsystem=maven
> find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compiler/*/*.jar': No 
> such file or directory
> find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compilers/*/*.jar': 
> No such file or directory
> find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-containers/*/*.jar': 
> No such file or directory
>       mh_patchpoms -plibcommons-math3-java --debian-build --keep-pom-version 
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    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 javadoc:jar 
> javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US
> [INFO] Scanning for projects...
> [INFO]                                                                        
>  
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Apache Commons Math 3.6.1
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
> commons-math3 ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ 
> commons-math3 ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 990 source files to /<<PKGBUILDDIR>>/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/commons/math3/optim/BaseOptimizer.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/org/apache/commons/math3/optim/BaseOptimizer.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
> commons-math3 ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 38 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
> commons-math3 ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 611 source files to /<<PKGBUILDDIR>>/target/test-classes
> [INFO] 
> /<<PKGBUILDDIR>>/src/test/java/org/apache/commons/math3/optimization/univariate/BrentOptimizerTest.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/src/test/java/org/apache/commons/math3/optimization/univariate/BrentOptimizerTest.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ commons-math3 ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ commons-math3 ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/target/commons-math3-3.6.1.jar
> [INFO] 
> [INFO] --- maven-javadoc-plugin:2.10.4:jar (default-cli) @ commons-math3 ---
> [INFO] 
> Loading source files for package org.apache.commons.math3.dfp...
> Loading source files for package 
> org.apache.commons.math3.geometry.partitioning...
> Loading source files for package 
> org.apache.commons.math3.geometry.partitioning.utilities...
> Loading source files for package org.apache.commons.math3.geometry...
> Loading source files for package 
> org.apache.commons.math3.geometry.spherical.twod...
> Loading source files for package 
> org.apache.commons.math3.geometry.spherical.oned...
> Loading source files for package 
> org.apache.commons.math3.geometry.enclosing...
> Loading source files for package 
> org.apache.commons.math3.geometry.euclidean.twod...
> Loading source files for package 
> org.apache.commons.math3.geometry.euclidean.twod.hull...
> Loading source files for package 
> org.apache.commons.math3.geometry.euclidean.threed...
> Loading source files for package 
> org.apache.commons.math3.geometry.euclidean.oned...
> Loading source files for package org.apache.commons.math3.geometry.hull...
> Loading source files for package org.apache.commons.math3...
> Loading source files for package org.apache.commons.math3.filter...
> Loading source files for package 
> org.apache.commons.math3.optimization.univariate...
> Loading source files for package org.apache.commons.math3.optimization...
> Loading source files for package 
> org.apache.commons.math3.optimization.general...
> Loading source files for package 
> org.apache.commons.math3.optimization.direct...
> Loading source files for package 
> org.apache.commons.math3.optimization.linear...
> Loading source files for package 
> org.apache.commons.math3.optimization.fitting...
> Loading source files for package org.apache.commons.math3.util...
> Loading source files for package org.apache.commons.math3.transform...
> Loading source files for package org.apache.commons.math3.ml.clustering...
> Loading source files for package 
> org.apache.commons.math3.ml.clustering.evaluation...
> Loading source files for package org.apache.commons.math3.ml...
> Loading source files for package org.apache.commons.math3.ml.distance...
> Loading source files for package org.apache.commons.math3.ml.neuralnet.twod...
> Loading source files for package 
> org.apache.commons.math3.ml.neuralnet.twod.util...
> Loading source files for package org.apache.commons.math3.ml.neuralnet.sofm...
> Loading source files for package 
> org.apache.commons.math3.ml.neuralnet.sofm.util...
> Loading source files for package org.apache.commons.math3.ml.neuralnet...
> Loading source files for package org.apache.commons.math3.ml.neuralnet.oned...
> Loading source files for package org.apache.commons.math3.stat.clustering...
> Loading source files for package org.apache.commons.math3.stat.interval...
> Loading source files for package org.apache.commons.math3.stat...
> Loading source files for package org.apache.commons.math3.stat.regression...
> Loading source files for package org.apache.commons.math3.stat.descriptive...
> Loading source files for package 
> org.apache.commons.math3.stat.descriptive.moment...
> Loading source files for package 
> org.apache.commons.math3.stat.descriptive.rank...
> Loading source files for package 
> org.apache.commons.math3.stat.descriptive.summary...
> Loading source files for package org.apache.commons.math3.stat.ranking...
> Loading source files for package org.apache.commons.math3.stat.inference...
> Loading source files for package org.apache.commons.math3.stat.correlation...
> Loading source files for package org.apache.commons.math3.distribution...
> Loading source files for package 
> org.apache.commons.math3.distribution.fitting...
> Loading source files for package org.apache.commons.math3.genetics...
> Loading source files for package org.apache.commons.math3.exception...
> Loading source files for package org.apache.commons.math3.exception.util...
> Loading source files for package org.apache.commons.math3.primes...
> Loading source files for package org.apache.commons.math3.special...
> Loading source files for package org.apache.commons.math3.fraction...
> Loading source files for package org.apache.commons.math3.optim.univariate...
> Loading source files for package org.apache.commons.math3.optim...
> Loading source files for package 
> org.apache.commons.math3.optim.nonlinear.vector...
> Loading source files for package 
> org.apache.commons.math3.optim.nonlinear.vector.jacobian...
> Loading source files for package 
> org.apache.commons.math3.optim.nonlinear.scalar...
> Loading source files for package 
> org.apache.commons.math3.optim.nonlinear.scalar.noderiv...
> Loading source files for package 
> org.apache.commons.math3.optim.nonlinear.scalar.gradient...
> Loading source files for package org.apache.commons.math3.optim.linear...
> Loading source files for package org.apache.commons.math3.ode.events...
> Loading source files for package org.apache.commons.math3.ode...
> Loading source files for package org.apache.commons.math3.ode.sampling...
> Loading source files for package org.apache.commons.math3.ode.nonstiff...
> Loading source files for package org.apache.commons.math3.analysis...
> Loading source files for package org.apache.commons.math3.analysis.solvers...
> Loading source files for package 
> org.apache.commons.math3.analysis.integration...
> Loading source files for package 
> org.apache.commons.math3.analysis.integration.gauss...
> Loading source files for package 
> org.apache.commons.math3.analysis.interpolation...
> Loading source files for package 
> org.apache.commons.math3.analysis.differentiation...
> Loading source files for package 
> org.apache.commons.math3.analysis.polynomials...
> Loading source files for package org.apache.commons.math3.analysis.function...
> Loading source files for package org.apache.commons.math3.linear...
> Loading source files for package org.apache.commons.math3.complex...
> Loading source files for package org.apache.commons.math3.random...
> Loading source files for package org.apache.commons.math3.fitting...
> Loading source files for package 
> org.apache.commons.math3.fitting.leastsquares...
> Constructing Javadoc information...
> 1 error
> [INFO]                                                                        
>  
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Skipping Apache Commons Math
> [INFO] This project has been banned from the build due to previous failures.
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 11.137 s
> [INFO] Finished at: 2017-01-27T13:24:52+00:00
> [INFO] Final Memory: 40M/1851M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (default-cli) on 
> project commons-math3: MavenReportException: Error while generating Javadoc:
> [ERROR] Exit code: 1 - javadoc: error - Argument for -header contains 
> JavaScript.
> [ERROR] Use --allow-script-in-comments to allow use of JavaScript.
> [ERROR] 
> [ERROR] Command line was: 
> /usr/lib/jvm/java-8-openjdk-amd64/jre/../bin/javadoc @options @packages
> [ERROR] 
> [ERROR] Refer to the generated Javadoc files in 
> '/<<PKGBUILDDIR>>/target/apidocs' dir.
> [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/MojoExecutionException
> 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 javadoc:jar 
> javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit 
> code 1
> debian/rules:6: recipe for target 'build' failed
> make: *** [build] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2017/01/28/commons-math3_3.6.1-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.

__
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