[GitHub] commons-validator pull request #16: ISBNValidator Javadoc updated with 979 p...

2018-09-18 Thread alcole
GitHub user alcole opened a pull request:

https://github.com/apache/commons-validator/pull/16

ISBNValidator Javadoc updated with 979 prefix explanation



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/alcole/commons-validator 
Alcole/VALIDATOR-447/ISBN-979-prefix-docs

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/commons-validator/pull/16.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #16


commit 66376f85a43ec653ca73b244545e91dfc7958142
Author: alex-cole 
Date:   2018-09-18T16:20:32Z

ISBNValidator Javadoc updated with 979 prefix explanation




---

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



AW: [All] Jenkins failure

2018-09-18 Thread jhm
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 = 2 (3 out of 50 tests failed, chi2=[22.8669997, 
24.1959998, 21.714]


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  
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 
1.7
1.7


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


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



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