Hi.

Sorry for the late reply.

On Tue, 18 Sep 2018 09:19:12 +0200, Jan Matèrne wrote:

https://builds.apache.org/view/A-D/view/Commons/job/commons-rng/lastBuild/consoleFull

[INFO] Running

org.apache.commons.rng.sampling.distribution.ContinuousSamplerParametricTest
[ERROR] Tests run: 36, Failures: 1, Errors: 0, Skipped: 0, Time
elapsed: 97.064 s <<< FAILURE! - in

org.apache.commons.rng.sampling.distribution.ContinuousSamplerParametricTest
[ERROR] testSampling[10:

data=org.apache.commons.math3.distribution.CauchyDistribution@3c9ff588
(inverse method) [org.apache.commons.rng.core.source32.Well19937c]:
deciles=[-13.726575917288638, -6.07071864212028, -3.146441376024124,
-1.3391386330480781, 0.123, 1.5851386330480781, 3.3924413760241228,
6.316718642120282,

13.972575917288637]](org.apache.commons.rng.sampling.distribution.ContinuousSamplerParametricTest)
 Time elapsed: 0.235 s  <<< FAILURE!
...
[ERROR]   Run 1:
ContinuousSamplerParametricTest.testSampling:53->check:127
org.apache.commons.math3.distribution.CauchyDistribution@3c9ff588
(inverse method) [org.apache.commons.rng.core.source32.Well19937c]:
Too many failures for sample size = 20000 (3 out of 50 tests failed,
chi2=[22.866999999999997, 24.195999999999998, 21.714]

This an acceptable failure; not related to the Jenkins build.


Don't know the codebase, so can't say anything about these error.


[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @
commons-rng-examples-stress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to

/home/jenkins/jenkins-slave/workspace/commons-rng/commons-rng-examples/examples-stress/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] javac: invalid target release: 1.7
Usage: javac <options> <source files>
use -help for a list of possible options

The job runs on a Java8 (JDK="JDK 1.8 (latest)"), but injects a Java6
(Tool Environment: JDK_1_6_LATEST__HOME).
Environment variables
  JAVA_1_8_HOME=${JDK_1_8_LATEST__HOME}
  JAVA_1_6_HOME=${JDK_1_6_LATEST__HOME}

The Maven build runs with "-e -V clean deploy --batch-mode -Dgpg.skip
-Prelease -Pjava-1.6"


https://github.com/apache/commons-rng/blob/master/commons-rng-examples/pom.xml
defines
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>


I think the combination of these compiler settings and the chosen
Maven profile is invalid.

Maybe I miss something or did not look carefully enough
but I can't relate the config becoming invalid to any of
the logged changes (between the last successful build and
the first one failing).

Regards,
Gilles


Jan


-----Ursprüngliche Nachricht-----
Von: Gilles [mailto:gil...@harfang.homelinux.org]
Gesendet: Dienstag, 18. September 2018 01:21
An: Commons Developers List
Betreff: [All] Jenkins failure

Hi.

Has someone an idea why jobs started to fail:
   https://builds.apache.org/view/A-D/view/Commons/job/commons-rng/


https://builds.apache.org/view/A-D/view/Commons/job/commons-rng__jdk9/
?

Thanks,
Gilles


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to