Re: Build failed in Jenkins: joshua_master #96

2016-08-24 Thread Matt Post
We are running out of space on builds...


> On Aug 23, 2016, at 10:15 PM, Apache Jenkins Server 
>  wrote:
> 
> See 
> 
> Changes:
> 
> [lewis.mcgibbney] Update examples README formatting and links.
> 
> [lewis.mcgibbney] Update examples README pipeline invocation parameters
> 
> --
> Started by an SCM change
> [EnvInject] - Loading node environment variables.
> Building remotely on ubuntu-us1 (Ubuntu golang-ppa ubuntu-us ubuntu) in 
> workspace 
>> git rev-parse --is-inside-work-tree # timeout=10
> Fetching changes from the remote Git repository
>> git config remote.origin.url 
>> https://git-wip-us.apache.org/repos/asf/incubator-joshua.git # timeout=10
> Fetching upstream changes from 
> https://git-wip-us.apache.org/repos/asf/incubator-joshua.git
>> git --version # timeout=10
>> git -c core.askpass=true fetch --tags --progress 
>> https://git-wip-us.apache.org/repos/asf/incubator-joshua.git 
>> +refs/heads/*:refs/remotes/origin/*
>> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
>> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
> Checking out Revision 0744ebf56906dbe70292737cd50a39652407869d 
> (refs/remotes/origin/master)
>> git config core.sparsecheckout # timeout=10
>> git checkout -f 0744ebf56906dbe70292737cd50a39652407869d
>> git rev-list ff410c297a149400db3cb553b11a930ad01dc7ed # timeout=10
> [joshua_master] $ /home/jenkins/tools/maven/latest3/bin/mvn clean install 
> javadoc:aggregate
> Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared 
> memory file:
>   26586
> Try using the -Djava.io.tmpdir= option to select an alternate temp location.
> 
> [INFO] Scanning for projects...
> [INFO]
>  
> [INFO] 
> 
> [INFO] Building Apache Joshua Machine Translation Toolkit 6.1-SNAPSHOT
> [INFO] 
> 
> [INFO] 
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ joshua ---
> [INFO] Deleting 
> [INFO] 
> [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ joshua ---
> [INFO] 
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ joshua 
> ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ joshua ---
> [INFO] Compiling 266 source files to 
> 
> [INFO] 
> [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
> joshua ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 349 resources
> [INFO] Copying 3 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ 
> joshua ---
> [INFO] Compiling 38 source files to 
> 
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ joshua ---
> 
> ---
> T E S T S
> ---
> Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared 
> memory file:
>   27154
> Try using the -Djava.io.tmpdir= option to select an alternate temp location.
> Running TestSuite
> 102030405060708090.100%
> ERROR - Can't find libken.so (libken.dylib on OS X) on the Java library path.
> tm_pt_0=-2.000 tm_glue_0=3.000 lm_0=-206.718 lm_0_oov=2.000 
> OOVPenalty=-200.000 | -198.000
> ERROR - Can't find libken.so (libken.dylib on OS X) on the Java library path.
> ERROR - Can't find libken.so (libken.dylib on OS X) on the Java library path.
> ERROR - Can't find libken.so (libken.dylib on OS X) on the Java library path.
> %
> %
> %
> %
> %
> %
> %
> %
> %
> Tests run: 48, Failures: 1, Errors: 0, Skipped: 9, Time elapsed: 4.219 sec 
> <<< FAILURE! - in TestSuite
> externalizeVocabulary(org.apache.joshua.util.io.BinaryTest)  Time elapsed: 
> 0.01 sec  <<< FAILURE!
> java.io.IOException: No space left on device
>   at 
> org.apache.joshua.util.io.BinaryTest.externalizeVocabulary(BinaryTest.java:56)
> 
> 
> Results :
> 
> Failed tests: 
>  BinaryTest.externalizeVocabulary:56 » IO No space left on device
> 
> Tests run: 46, Failures: 1, Errors: 0, Skipped: 7
> 
> [INFO]
>  
> [INFO] 
> 
> [INFO] 

Build failed in Jenkins: joshua_master #96

2016-08-23 Thread Apache Jenkins Server
See 

Changes:

[lewis.mcgibbney] Update examples README formatting and links.

[lewis.mcgibbney] Update examples README pipeline invocation parameters

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (Ubuntu golang-ppa ubuntu-us ubuntu) in 
workspace 
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/incubator-joshua.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/incubator-joshua.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/incubator-joshua.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 0744ebf56906dbe70292737cd50a39652407869d 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0744ebf56906dbe70292737cd50a39652407869d
 > git rev-list ff410c297a149400db3cb553b11a930ad01dc7ed # timeout=10
[joshua_master] $ /home/jenkins/tools/maven/latest3/bin/mvn clean install 
javadoc:aggregate
Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory 
file:
   26586
Try using the -Djava.io.tmpdir= option to select an alternate temp location.

[INFO] Scanning for projects...
[INFO] 
[INFO] 
[INFO] Building Apache Joshua Machine Translation Toolkit 6.1-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ joshua ---
[INFO] Deleting 
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ joshua ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ joshua ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ joshua ---
[INFO] Compiling 266 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
joshua ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 349 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ 
joshua ---
[INFO] Compiling 38 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ joshua ---

---
 T E S T S
---
Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory 
file:
   27154
Try using the -Djava.io.tmpdir= option to select an alternate temp location.
Running TestSuite
102030405060708090.100%
ERROR - Can't find libken.so (libken.dylib on OS X) on the Java library path.
tm_pt_0=-2.000 tm_glue_0=3.000 lm_0=-206.718 lm_0_oov=2.000 OOVPenalty=-200.000 
| -198.000
ERROR - Can't find libken.so (libken.dylib on OS X) on the Java library path.
ERROR - Can't find libken.so (libken.dylib on OS X) on the Java library path.
ERROR - Can't find libken.so (libken.dylib on OS X) on the Java library path.
%
%
%
%
%
%
%
%
%
Tests run: 48, Failures: 1, Errors: 0, Skipped: 9, Time elapsed: 4.219 sec <<< 
FAILURE! - in TestSuite
externalizeVocabulary(org.apache.joshua.util.io.BinaryTest)  Time elapsed: 0.01 
sec  <<< FAILURE!
java.io.IOException: No space left on device
at 
org.apache.joshua.util.io.BinaryTest.externalizeVocabulary(BinaryTest.java:56)


Results :

Failed tests: 
  BinaryTest.externalizeVocabulary:56 » IO No space left on device

Tests run: 46, Failures: 1, Errors: 0, Skipped: 7

[INFO] 
[INFO] 
[INFO] Skipping Apache Joshua Machine Translation Toolkit
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] BUILD FAILURE
[INFO]