You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@joshua.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/06/23 21:16:28 UTC

Build failed in Jenkins: joshua_master #73

See <https://builds.apache.org/job/joshua_master/73/changes>

Changes:

[post] fixed text case

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (Ubuntu ubuntu ubuntu-us golang-ppa) in workspace <https://builds.apache.org/job/joshua_master/ws/>
 > 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 2a7be951eb56c6cf8303bcc77b0e1b728b9c9d96 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a7be951eb56c6cf8303bcc77b0e1b728b9c9d96
 > git rev-list 748cf32f956d3fd5772f62e023d0cc8d70a7dcad # timeout=10
[joshua_master] $ /home/jenkins/tools/maven/apache-maven-3.0.4/bin/mvn clean deploy javadoc:aggregate
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Joshua Machine Translation Toolkit 6.0.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ joshua ---
[INFO] Deleting <https://builds.apache.org/job/joshua_master/ws/target>
[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 268 source files to <https://builds.apache.org/job/joshua_master/ws/target/classes>
[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 321 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ joshua ---
[INFO] Compiling 44 source files to <https://builds.apache.org/job/joshua_master/ws/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ joshua ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
WARN - sentence 0 too long 401, truncating to length 200
WARN - sentence 0 too long 401, truncating to length 200
WARN - sentence 0 too long 401, truncating to length 200
WARN - sentence 0 too long 401, truncating to length 200
ERROR - * FATAL: Can't find libken.so (libken.dylib on OS X) in $JOSHUA/lib
ERROR - *        This probably means that the KenLM library didn't compile.
ERROR - *        Make sure that BOOST_ROOT is set to the root of your boost
ERROR - *        installation (it's not /opt/local/, the default), change to
ERROR - *        $JOSHUA, and type 'ant kenlm'. If problems persist, see the
ERROR - *        website (joshua-decoder.org).
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
%
%
%
%
%
%
%
%
%
Tests run: 109, Failures: 1, Errors: 0, Skipped: 6, Time elapsed: 4.038 sec <<< FAILURE! - in TestSuite
setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)  Time elapsed: 0.127 sec  <<< FAILURE!
java.lang.ExceptionInInitializerError
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)
Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: no ken in java.library.path
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)
Caused by: java.lang.UnsatisfiedLinkError: no ken in java.library.path
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)


Results :

Failed tests: 
org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)
  Run 1: ClassBasedLanguageModelTest.setUp:52 » ExceptionInInitializer
  Run 2: PASS


Tests run: 107, Failures: 1, Errors: 0, Skipped: 4

[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] ------------------------------------------------------------------------
[INFO] Total time: 21.136s
[INFO] Finished at: Thu Jun 23 21:14:58 UTC 2016
[INFO] Final Memory: 37M/549M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project joshua: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/joshua_master/ws/target/surefire-reports> for the individual test results.
[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/MojoFailureException
Build step 'Invoke top-level Maven targets' marked build as failure
Publishing Javadoc

Jenkins build is back to normal : joshua_master #78

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/joshua_master/78/changes>


Build failed in Jenkins: joshua_master #77

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/joshua_master/77/changes>

Changes:

[lewis.mcgibbney] JOSHUA-279 Cannot build Joshua master branch

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H11 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/joshua_master/ws/>
 > 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 342312e309ec1bb9b1074688c1fbd3897783bc49 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 342312e309ec1bb9b1074688c1fbd3897783bc49
 > git rev-list 316785c9268f436bbd8b7d527f808945c835c1c4 # timeout=10
[joshua_master] $ /home/jenkins/tools/maven/apache-maven-3.0.4/bin/mvn clean deploy javadoc:aggregate
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Joshua Machine Translation Toolkit 6.0.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ joshua ---
[INFO] Deleting <https://builds.apache.org/job/joshua_master/ws/target>
[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 268 source files to <https://builds.apache.org/job/joshua_master/ws/target/classes>
[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 321 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ joshua ---
[INFO] Compiling 45 source files to <https://builds.apache.org/job/joshua_master/ws/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ joshua ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
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 - * FATAL: Can't find libken.so (libken.dylib on OS X) in $JOSHUA/lib
ERROR - *        This probably means that the KenLM library didn't compile.
ERROR - *        Make sure that BOOST_ROOT is set to the root of your boost
ERROR - *        installation (it's not /opt/local/, the default), change to
ERROR - *        $JOSHUA, and type 'ant kenlm'. If problems persist, see the
ERROR - *        website (joshua-decoder.org).
WARN - sentence 0 too long 401, truncating to length 200
WARN - sentence 0 too long 401, truncating to length 200
WARN - sentence 0 too long 401, truncating to length 200
WARN - sentence 0 too long 401, truncating to length 200
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
%
%
%
%
%
%
%
%
%
Tests run: 137, Failures: 1, Errors: 0, Skipped: 6, Time elapsed: 2.375 sec <<< FAILURE! - in TestSuite
setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)  Time elapsed: 0.065 sec  <<< FAILURE!
java.lang.ExceptionInInitializerError
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)
Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: no ken in java.library.path
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)
Caused by: java.lang.UnsatisfiedLinkError: no ken in java.library.path
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)


Results :

Failed tests: 
org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)
  Run 1: ClassBasedLanguageModelTest.setUp:52 » ExceptionInInitializer
  Run 2: PASS


Tests run: 135, Failures: 1, Errors: 0, Skipped: 4

[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] ------------------------------------------------------------------------
[INFO] Total time: 17.111s
[INFO] Finished at: Fri Jul 01 22:15:12 UTC 2016
[INFO] Final Memory: 34M/643M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project joshua: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/joshua_master/ws/target/surefire-reports> for the individual test results.
[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/MojoFailureException
Build step 'Invoke top-level Maven targets' marked build as failure
Publishing Javadoc
Updating JOSHUA-279

Build failed in Jenkins: joshua_master #76

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/joshua_master/76/changes>

Changes:

[fhieber] Added option to fire a dense language model oov indicator feature from

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (Ubuntu ubuntu ubuntu-us golang-ppa) in workspace <https://builds.apache.org/job/joshua_master/ws/>
 > 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 316785c9268f436bbd8b7d527f808945c835c1c4 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 316785c9268f436bbd8b7d527f808945c835c1c4
 > git rev-list 31320f128cdb72b5cc36fb559e8cfb1f790259bc # timeout=10
[joshua_master] $ /home/jenkins/tools/maven/apache-maven-3.0.4/bin/mvn clean deploy javadoc:aggregate
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Joshua Machine Translation Toolkit 6.0.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ joshua ---
[INFO] Deleting <https://builds.apache.org/job/joshua_master/ws/target>
[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 268 source files to <https://builds.apache.org/job/joshua_master/ws/target/classes>
[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 321 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ joshua ---
[INFO] Compiling 45 source files to <https://builds.apache.org/job/joshua_master/ws/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ joshua ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
WARN - sentence 0 too long 401, truncating to length 200
WARN - sentence 0 too long 401, truncating to length 200
WARN - sentence 0 too long 401, truncating to length 200
WARN - sentence 0 too long 401, truncating to length 200
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 - * FATAL: Can't find libken.so (libken.dylib on OS X) in $JOSHUA/lib
ERROR - *        This probably means that the KenLM library didn't compile.
ERROR - *        Make sure that BOOST_ROOT is set to the root of your boost
ERROR - *        installation (it's not /opt/local/, the default), change to
ERROR - *        $JOSHUA, and type 'ant kenlm'. If problems persist, see the
ERROR - *        website (joshua-decoder.org).
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
%
%
%
%
%
%
%
%
%
Tests run: 115, Failures: 1, Errors: 0, Skipped: 6, Time elapsed: 4.172 sec <<< FAILURE! - in TestSuite
setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)  Time elapsed: 0.119 sec  <<< FAILURE!
java.lang.ExceptionInInitializerError
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)
Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: no ken in java.library.path
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)
Caused by: java.lang.UnsatisfiedLinkError: no ken in java.library.path
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)


Results :

Failed tests: 
org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)
  Run 1: ClassBasedLanguageModelTest.setUp:52 » ExceptionInInitializer
  Run 2: PASS


Tests run: 113, Failures: 1, Errors: 0, Skipped: 4

[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] ------------------------------------------------------------------------
[INFO] Total time: 22.340s
[INFO] Finished at: Thu Jun 30 05:21:46 UTC 2016
[INFO] Final Memory: 35M/477M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project joshua: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/joshua_master/ws/target/surefire-reports> for the individual test results.
[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/MojoFailureException
Build step 'Invoke top-level Maven targets' marked build as failure
Publishing Javadoc

Build failed in Jenkins: joshua_master #75

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/joshua_master/75/changes>

Changes:

[post] Added an HTML demo

[post] bugfix: url decode *after* parsing values, not before

------------------------------------------
[...truncated 4924 lines...]
4/192 KB   60/286 KB   
4/192 KB   64/286 KB   
8/192 KB   68/286 KB   
8/192 KB   68/286 KB   
8/192 KB   72/286 KB   
8/192 KB   76/286 KB   
12/192 KB   76/286 KB   
12/192 KB   80/286 KB   
16/192 KB   80/286 KB   
16/192 KB   84/286 KB   
20/192 KB   84/286 KB   
20/192 KB   88/286 KB   
24/192 KB   88/286 KB   
24/192 KB   92/286 KB   
28/192 KB   92/286 KB   
28/192 KB   96/286 KB   
32/192 KB   96/286 KB   
32/192 KB   100/286 KB   
36/192 KB   100/286 KB   
36/192 KB   104/286 KB   
40/192 KB   104/286 KB   
40/192 KB   108/286 KB   
44/192 KB   108/286 KB   
44/192 KB   112/286 KB   
48/192 KB   112/286 KB   
48/192 KB   116/286 KB   
52/192 KB   116/286 KB   
52/192 KB   120/286 KB   
52/192 KB   124/286 KB   
56/192 KB   124/286 KB   
56/192 KB   128/286 KB   
56/192 KB   132/286 KB   
60/192 KB   132/286 KB   
60/192 KB   136/286 KB   
60/192 KB   140/286 KB   
64/192 KB   140/286 KB   
64/192 KB   144/286 KB   
64/192 KB   148/286 KB   
68/192 KB   148/286 KB   
68/192 KB   152/286 KB   
72/192 KB   156/286 KB   
72/192 KB   152/286 KB   
76/192 KB   160/286 KB   
80/192 KB   160/286 KB   
76/192 KB   160/286 KB   
80/192 KB   164/286 KB   
80/192 KB   168/286 KB   
84/192 KB   168/286 KB   
84/192 KB   172/286 KB   
88/192 KB   172/286 KB   
88/192 KB   176/286 KB   
92/192 KB   176/286 KB   
92/192 KB   180/286 KB   
96/192 KB   180/286 KB   
96/192 KB   184/286 KB   
100/192 KB   184/286 KB   
100/192 KB   188/286 KB   
104/192 KB   188/286 KB   
104/192 KB   192/286 KB   
108/192 KB   192/286 KB   
108/192 KB   196/286 KB   
112/192 KB   196/286 KB   
112/192 KB   200/286 KB   
116/192 KB   200/286 KB   
116/192 KB   204/286 KB   
120/192 KB   204/286 KB   
120/192 KB   208/286 KB   
124/192 KB   208/286 KB   
124/192 KB   212/286 KB   
128/192 KB   212/286 KB   
128/192 KB   216/286 KB   
132/192 KB   216/286 KB   
132/192 KB   220/286 KB   
136/192 KB   220/286 KB   
136/192 KB   224/286 KB   
140/192 KB   224/286 KB   
140/192 KB   228/286 KB   
144/192 KB   228/286 KB   
144/192 KB   232/286 KB   
148/192 KB   232/286 KB   
148/192 KB   236/286 KB   
152/192 KB   236/286 KB   
152/192 KB   240/286 KB   
156/192 KB   240/286 KB   
156/192 KB   244/286 KB   
160/192 KB   244/286 KB   
160/192 KB   248/286 KB   
164/192 KB   248/286 KB   
164/192 KB   252/286 KB   
168/192 KB   252/286 KB   
168/192 KB   256/286 KB   
172/192 KB   256/286 KB   
172/192 KB   260/286 KB   
176/192 KB   260/286 KB   
176/192 KB   264/286 KB   
180/192 KB   264/286 KB   
180/192 KB   268/286 KB   
184/192 KB   268/286 KB   
188/192 KB   268/286 KB   
188/192 KB   272/286 KB   
192/192 KB   272/286 KB   
192/192 KB   276/286 KB   
192/192 KB   280/286 KB   
192/192 KB   284/286 KB   
192/192 KB   284/286 KB   
192/192 KB   286/286 KB   
                          
                          
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (286 KB at 6801.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (192 KB at 5318.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.19.1/surefire-testng-2.19.1.pom
3/3 KB                    
         
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.19.1/surefire-testng-2.19.1.pom (3 KB at 252.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom
3/3 KB   
         
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (3 KB at 312.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.19.1/common-java5-2.19.1.pom
3/3 KB   
         
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.19.1/common-java5-2.19.1.pom (3 KB at 201.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.19.1/surefire-testng-utils-2.19.1.pom
3/3 KB   
         
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.19.1/surefire-testng-utils-2.19.1.pom (3 KB at 271.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.19.1/surefire-grouper-2.19.1.pom
3/3 KB   
         
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.19.1/surefire-grouper-2.19.1.pom (3 KB at 320.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.19.1/surefire-testng-2.19.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.19.1/common-java5-2.19.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.19.1/surefire-testng-utils-2.19.1.jar
4/42 KB   
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.19.1/surefire-grouper-2.19.1.jar
8/42 KB   
12/42 KB   
16/42 KB   
20/42 KB   
24/42 KB   
28/42 KB   
32/42 KB   
36/42 KB   
40/42 KB   
42/42 KB   
4/44 KB   42/42 KB   
8/44 KB   42/42 KB   
12/44 KB   42/42 KB   
16/44 KB   42/42 KB   
20/44 KB   42/42 KB   
24/44 KB   42/42 KB   
28/44 KB   42/42 KB   
32/44 KB   42/42 KB   
36/44 KB   42/42 KB   
40/44 KB   42/42 KB   
44/44 KB   42/42 KB   
44/44 KB   42/42 KB   4/38 KB   
44/44 KB   42/42 KB   8/38 KB   
44/44 KB   42/42 KB   12/38 KB   
44/44 KB   42/42 KB   16/38 KB   
44/44 KB   42/42 KB   20/38 KB   
44/44 KB   42/42 KB   24/38 KB   
44/44 KB   42/42 KB   28/38 KB   
44/44 KB   42/42 KB   32/38 KB   
44/44 KB   42/42 KB   36/38 KB   
44/44 KB   42/42 KB   38/38 KB   
44/44 KB   42/42 KB   38/38 KB   4/27 KB   
44/44 KB   42/42 KB   38/38 KB   8/27 KB   
44/44 KB   42/42 KB   38/38 KB   12/27 KB   
44/44 KB   42/42 KB   38/38 KB   16/27 KB   
44/44 KB   42/42 KB   38/38 KB   20/27 KB   
44/44 KB   42/42 KB   38/38 KB   24/27 KB   
44/44 KB   42/42 KB   38/38 KB   27/27 KB   
                                            
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.19.1/surefire-testng-2.19.1.jar (42 KB at 1884.5 KB/sec)
                                            
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.19.1/common-java5-2.19.1.jar (44 KB at 2052.0 KB/sec)
                                            
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.19.1/surefire-grouper-2.19.1.jar (38 KB at 1873.5 KB/sec)
                                            
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.19.1/surefire-testng-utils-2.19.1.jar (27 KB at 1252.7 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
ERROR - * FATAL: Can't find libken.so (libken.dylib on OS X) in $JOSHUA/lib
ERROR - *        This probably means that the KenLM library didn't compile.
ERROR - *        Make sure that BOOST_ROOT is set to the root of your boost
ERROR - *        installation (it's not /opt/local/, the default), change to
ERROR - *        $JOSHUA, and type 'ant kenlm'. If problems persist, see the
ERROR - *        website (joshua-decoder.org).
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
%
%
%
%
%
%
%
%
%
Tests run: 83, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 1.39 sec <<< FAILURE! - in TestSuite
setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)  Time elapsed: 0.509 sec  <<< FAILURE!
java.lang.ExceptionInInitializerError
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)
Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: no ken in java.library.path
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)
Caused by: java.lang.UnsatisfiedLinkError: no ken in java.library.path
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)


Results :

Failed tests: 
org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)
  Run 1: ClassBasedLanguageModelTest.setUp:52 » ExceptionInInitializer
  Run 2: PASS


Tests run: 81, Failures: 1, Errors: 0, Skipped: 3

[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] ------------------------------------------------------------------------
[INFO] Total time: 14.280s
[INFO] Finished at: Sat Jun 25 04:17:34 UTC 2016
[INFO] Final Memory: 33M/356M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project joshua: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/joshua_master/ws/target/surefire-reports> for the individual test results.
[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/MojoFailureException
Build step 'Invoke top-level Maven targets' marked build as failure
Publishing Javadoc

Build failed in Jenkins: joshua_master #74

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/joshua_master/74/changes>

Changes:

[post] added missing org.apache to class invocation

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (Ubuntu ubuntu ubuntu-us golang-ppa) in workspace <https://builds.apache.org/job/joshua_master/ws/>
 > 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 af97af0b63d4354a461a30b12c5215ef91dfdf48 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f af97af0b63d4354a461a30b12c5215ef91dfdf48
 > git rev-list 2a7be951eb56c6cf8303bcc77b0e1b728b9c9d96 # timeout=10
[joshua_master] $ /home/jenkins/tools/maven/apache-maven-3.0.4/bin/mvn clean deploy javadoc:aggregate
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Joshua Machine Translation Toolkit 6.0.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ joshua ---
[INFO] Deleting <https://builds.apache.org/job/joshua_master/ws/target>
[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 268 source files to <https://builds.apache.org/job/joshua_master/ws/target/classes>
[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 321 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ joshua ---
[INFO] Compiling 44 source files to <https://builds.apache.org/job/joshua_master/ws/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ joshua ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
WARN - sentence 0 too long 401, truncating to length 200
WARN - sentence 0 too long 401, truncating to length 200
WARN - sentence 0 too long 401, truncating to length 200
WARN - sentence 0 too long 401, truncating to length 200
ERROR - * FATAL: Can't find libken.so (libken.dylib on OS X) in $JOSHUA/lib
ERROR - *        This probably means that the KenLM library didn't compile.
ERROR - *        Make sure that BOOST_ROOT is set to the root of your boost
ERROR - *        installation (it's not /opt/local/, the default), change to
ERROR - *        $JOSHUA, and type 'ant kenlm'. If problems persist, see the
ERROR - *        website (joshua-decoder.org).
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
WARN - no grammars supplied!  Supplying dummy glue grammar.
%
%
%
%
%
%
%
%
%
Tests run: 109, Failures: 1, Errors: 0, Skipped: 6, Time elapsed: 3.492 sec <<< FAILURE! - in TestSuite
setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)  Time elapsed: 0.151 sec  <<< FAILURE!
java.lang.ExceptionInInitializerError
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)
Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: no ken in java.library.path
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)
Caused by: java.lang.UnsatisfiedLinkError: no ken in java.library.path
	at org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(ClassBasedLanguageModelTest.java:52)


Results :

Failed tests: 
org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest.setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)
  Run 1: ClassBasedLanguageModelTest.setUp:52 » ExceptionInInitializer
  Run 2: PASS


Tests run: 107, Failures: 1, Errors: 0, Skipped: 4

[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] ------------------------------------------------------------------------
[INFO] Total time: 20.337s
[INFO] Finished at: Fri Jun 24 21:14:55 UTC 2016
[INFO] Final Memory: 33M/384M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project joshua: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/joshua_master/ws/target/surefire-reports> for the individual test results.
[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/MojoFailureException
Build step 'Invoke top-level Maven targets' marked build as failure
Publishing Javadoc