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/20 16:15:01 UTC

Build failed in Jenkins: joshua_master #64

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

Changes:

[post] bugfix in invocation

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-5 (docker Ubuntu ubuntu5 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 0e4ebe1c69ab5a53c04cd6a25e4b06e340359a82 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0e4ebe1c69ab5a53c04cd6a25e4b06e340359a82
 > git rev-list da124c2002d44b67485bd5eb138482b56bbc47ef # 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 264 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 319 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ joshua ---
[INFO] Compiling 41 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
%
%
%
%
%
%
%
%
%
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: 122, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 2.001 sec <<< FAILURE! - in TestSuite
basicVocabTest(org.apache.joshua.corpus.vocab.VocabularyTest)  Time elapsed: 0.031 sec  <<< FAILURE!
java.lang.AssertionError: null
	at org.apache.joshua.corpus.vocab.VocabularyTest.basicVocabTest(VocabularyTest.java:56)


Results :

Failed tests: 
  VocabularyTest.basicVocabTest:56 null

Tests run: 122, Failures: 1, Errors: 0, Skipped: 1

[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.897s
[INFO] Finished at: Mon Jun 20 16:14:44 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

Fwd: Build failed in Jenkins: joshua_master #71

Posted by Matt Post <po...@cs.jhu.edu>.
This is going to be a problem — having a portion of the test suite depending on KenLM, which is not bundled, distributable, or platform-independent...


> Begin forwarded message:
> 
> From: Apache Jenkins Server <je...@builds.apache.org>
> Subject: Build failed in Jenkins: joshua_master #71
> Date: June 23, 2016 at 10:15:08 AM EDT
> To: dev@joshua.incubator.apache.org, post@jgeppert.com, antonio.t@riseup.net, david@davidkarlsen.com, fhieber@amazon.com
> Reply-To: dev@joshua.incubator.apache.org
> 
> See <https://builds.apache.org/job/joshua_master/71/changes>
> 
> Changes:
> 
> [david] Migrated the Dockerfile to use new Maven build
> 
> ------------------------------------------
> Started by an SCM change
> [EnvInject] - Loading node environment variables.
> Building remotely on ubuntu-5 (docker Ubuntu ubuntu5 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 6aef63d7893f776f2d23e0f797ed7dc1123c756a (refs/remotes/origin/master)
>> git config core.sparsecheckout # timeout=10
>> git checkout -f 6aef63d7893f776f2d23e0f797ed7dc1123c756a
>> git rev-list f3a511836d139f270ce2ffaeefd39090b3cbb826 # 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
> 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.
> Tests run: 131, Failures: 1, Errors: 0, Skipped: 6, Time elapsed: 2.242 sec <<< FAILURE! - in TestSuite
> setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)  Time elapsed: 0.517 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: 129, 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: 14.900s
> [INFO] Finished at: Thu Jun 23 14:14:54 UTC 2016
> [INFO] Final Memory: 34M/639M
> [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

Build failed in Jenkins: joshua_master #73

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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

Build failed in Jenkins: joshua_master #72

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

Changes:

[post] bugfix: unknown owner (a string) was being passed in as an alignment

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-5 (docker Ubuntu ubuntu5 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 748cf32f956d3fd5772f62e023d0cc8d70a7dcad (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 748cf32f956d3fd5772f62e023d0cc8d70a7dcad
 > git rev-list 6aef63d7893f776f2d23e0f797ed7dc1123c756a # 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
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.
Tests run: 131, 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.518 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: 129, 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: 14.035s
[INFO] Finished at: Thu Jun 23 18:14:50 UTC 2016
[INFO] Final Memory: 34M/639M
[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 #71

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

Changes:

[david] Migrated the Dockerfile to use new Maven build

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-5 (docker Ubuntu ubuntu5 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 6aef63d7893f776f2d23e0f797ed7dc1123c756a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6aef63d7893f776f2d23e0f797ed7dc1123c756a
 > git rev-list f3a511836d139f270ce2ffaeefd39090b3cbb826 # 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
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.
Tests run: 131, Failures: 1, Errors: 0, Skipped: 6, Time elapsed: 2.242 sec <<< FAILURE! - in TestSuite
setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)  Time elapsed: 0.517 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: 129, 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: 14.900s
[INFO] Finished at: Thu Jun 23 14:14:54 UTC 2016
[INFO] Final Memory: 34M/639M
[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 #70

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

Changes:

[fhieber] ClassLMs: fixed a bug with class-based lms not mapping to class ids when

[fhieber] Removed owner ids from Vocabulary. These are now maintained in their own

------------------------------------------
[...truncated 1338 lines...]
1698/2297 KB   
1702/2297 KB   
1706/2297 KB   
1710/2297 KB   
1714/2297 KB   
1718/2297 KB   
1722/2297 KB   
1726/2297 KB   
1730/2297 KB   
1734/2297 KB   
1738/2297 KB   
1742/2297 KB   
1746/2297 KB   
1750/2297 KB   
1754/2297 KB   
1758/2297 KB   
1762/2297 KB   
1766/2297 KB   
1770/2297 KB   
1774/2297 KB   
1778/2297 KB   
1782/2297 KB   
1786/2297 KB   
1790/2297 KB   
1794/2297 KB   
1798/2297 KB   
1802/2297 KB   
1806/2297 KB   
1810/2297 KB   
1814/2297 KB   
1818/2297 KB   
1822/2297 KB   
1826/2297 KB   
1830/2297 KB   
1834/2297 KB   
1838/2297 KB   
1842/2297 KB   
1846/2297 KB   
1850/2297 KB   
1854/2297 KB   
1858/2297 KB   
1862/2297 KB   
1866/2297 KB   
1870/2297 KB   
1874/2297 KB   
1878/2297 KB   
1882/2297 KB   
1886/2297 KB   
1890/2297 KB   
1894/2297 KB   
1898/2297 KB   
1902/2297 KB   
1906/2297 KB   
1910/2297 KB   
1914/2297 KB   
1918/2297 KB   
1922/2297 KB   
1926/2297 KB   
1930/2297 KB   
1934/2297 KB   
1938/2297 KB   
1942/2297 KB   
1946/2297 KB   
1950/2297 KB   
1954/2297 KB   
1958/2297 KB   
1962/2297 KB   
1966/2297 KB   
1970/2297 KB   
1974/2297 KB   
1978/2297 KB   
1982/2297 KB   
1986/2297 KB   
1990/2297 KB   
1994/2297 KB   
1998/2297 KB   
2002/2297 KB   
2006/2297 KB   
2010/2297 KB   
2014/2297 KB   
2018/2297 KB   
2022/2297 KB   
2026/2297 KB   
2030/2297 KB   
2034/2297 KB   
2038/2297 KB   
2042/2297 KB   
2046/2297 KB   
2050/2297 KB   
2054/2297 KB   
2058/2297 KB   
2062/2297 KB   
2066/2297 KB   
2070/2297 KB   
2074/2297 KB   
2078/2297 KB   
2082/2297 KB   
2086/2297 KB   
2090/2297 KB   
2094/2297 KB   
2098/2297 KB   
2102/2297 KB   
2106/2297 KB   
2110/2297 KB   
2114/2297 KB   
2118/2297 KB   
2122/2297 KB   
2126/2297 KB   
2130/2297 KB   
2134/2297 KB   
2138/2297 KB   
2142/2297 KB   
2146/2297 KB   
2150/2297 KB   
2154/2297 KB   
2158/2297 KB   
2162/2297 KB   
2166/2297 KB   
2170/2297 KB   
2174/2297 KB   
2178/2297 KB   
2182/2297 KB   
2186/2297 KB   
2190/2297 KB   
2194/2297 KB   
2198/2297 KB   
2202/2297 KB   
2206/2297 KB   
2210/2297 KB   
2214/2297 KB   
2218/2297 KB   
2222/2297 KB   
2226/2297 KB   
2230/2297 KB   
2234/2297 KB   
2238/2297 KB   
2242/2297 KB   
2246/2297 KB   
2250/2297 KB   
2254/2297 KB   
2258/2297 KB   
2262/2297 KB   
2266/2297 KB   
2270/2297 KB   
2274/2297 KB   
2278/2297 KB   
2282/2297 KB   
2286/2297 KB   
2290/2297 KB   
2294/2297 KB   
2297/2297 KB   
               
Downloaded: http://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.3.16/byte-buddy-1.3.16.jar (2297 KB at 11424.0 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ joshua ---
[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: 2.621 sec <<< FAILURE! - in TestSuite
setUp(org.apache.joshua.decoder.ff.lm.class_lm.ClassBasedLanguageModelTest)  Time elapsed: 0.154 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: 19.002s
[INFO] Finished at: Wed Jun 22 21:14:52 UTC 2016
[INFO] Final Memory: 37M/469M
[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 #69

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

Changes:

[post] javadoc fixes

------------------------------------------
[...truncated 4910 lines...]
72/286 KB   
76/286 KB   
80/286 KB   
84/286 KB   
88/286 KB   
92/286 KB   
96/286 KB   
100/286 KB   
104/286 KB   
108/286 KB   
112/286 KB   
116/286 KB   
120/286 KB   
124/286 KB   
4/192 KB   124/286 KB   
4/45 KB   4/192 KB   128/286 KB   
4/192 KB   128/286 KB   
4/45 KB   8/192 KB   132/286 KB   
4/45 KB   8/192 KB   136/286 KB   
4/45 KB   8/192 KB   140/286 KB   
4/45 KB   8/192 KB   144/286 KB   
4/45 KB   8/192 KB   148/286 KB   
4/45 KB   8/192 KB   152/286 KB   
4/45 KB   8/192 KB   156/286 KB   
4/45 KB   8/192 KB   160/286 KB   
4/45 KB   8/192 KB   164/286 KB   
4/45 KB   8/192 KB   168/286 KB   
4/45 KB   8/192 KB   172/286 KB   
4/45 KB   8/192 KB   176/286 KB   
4/45 KB   8/192 KB   180/286 KB   
4/45 KB   8/192 KB   184/286 KB   
4/45 KB   8/192 KB   188/286 KB   
4/45 KB   8/192 KB   192/286 KB   
4/45 KB   8/192 KB   196/286 KB   
4/45 KB   8/192 KB   200/286 KB   
4/45 KB   8/192 KB   204/286 KB   
4/45 KB   8/192 KB   208/286 KB   
4/45 KB   8/192 KB   128/286 KB   
4/45 KB   12/192 KB   212/286 KB   
4/45 KB   16/192 KB   212/286 KB   
4/45 KB   20/192 KB   212/286 KB   
4/45 KB   24/192 KB   212/286 KB   
4/45 KB   28/192 KB   212/286 KB   
4/45 KB   32/192 KB   212/286 KB   
4/45 KB   36/192 KB   212/286 KB   
4/45 KB   40/192 KB   212/286 KB   
4/45 KB   44/192 KB   212/286 KB   
4/45 KB   48/192 KB   212/286 KB   
4/45 KB   52/192 KB   212/286 KB   
4/45 KB   56/192 KB   212/286 KB   
4/45 KB   60/192 KB   212/286 KB   
4/45 KB   64/192 KB   212/286 KB   
4/45 KB   68/192 KB   212/286 KB   
4/45 KB   72/192 KB   212/286 KB   
4/45 KB   76/192 KB   212/286 KB   
4/45 KB   80/192 KB   212/286 KB   
4/45 KB   84/192 KB   212/286 KB   
4/45 KB   88/192 KB   212/286 KB   
4/45 KB   92/192 KB   212/286 KB   
4/45 KB   96/192 KB   212/286 KB   
4/45 KB   100/192 KB   212/286 KB   
4/45 KB   104/192 KB   212/286 KB   
4/45 KB   108/192 KB   212/286 KB   
4/45 KB   112/192 KB   212/286 KB   
4/45 KB   116/192 KB   212/286 KB   
4/45 KB   120/192 KB   212/286 KB   
4/45 KB   124/192 KB   212/286 KB   
4/45 KB   128/192 KB   212/286 KB   
4/45 KB   132/192 KB   212/286 KB   
4/45 KB   136/192 KB   212/286 KB   
4/45 KB   140/192 KB   212/286 KB   
4/45 KB   144/192 KB   212/286 KB   
4/45 KB   148/192 KB   212/286 KB   
4/45 KB   152/192 KB   212/286 KB   
4/45 KB   156/192 KB   212/286 KB   
4/45 KB   160/192 KB   212/286 KB   
4/45 KB   164/192 KB   212/286 KB   
4/45 KB   168/192 KB   212/286 KB   
4/45 KB   172/192 KB   212/286 KB   
4/45 KB   176/192 KB   212/286 KB   
4/45 KB   180/192 KB   212/286 KB   
4/45 KB   184/192 KB   212/286 KB   
4/45 KB   188/192 KB   212/286 KB   
4/45 KB   192/192 KB   212/286 KB   
4/45 KB   192/192 KB   212/286 KB   
8/45 KB   192/192 KB   212/286 KB   
12/45 KB   192/192 KB   212/286 KB   
16/45 KB   192/192 KB   212/286 KB   
20/45 KB   192/192 KB   212/286 KB   
24/45 KB   192/192 KB   212/286 KB   
28/45 KB   192/192 KB   212/286 KB   
32/45 KB   192/192 KB   212/286 KB   
36/45 KB   192/192 KB   212/286 KB   
4/45 KB   192/192 KB   212/286 KB    
40/45 KB   192/192 KB   212/286 KB   
44/45 KB   192/192 KB   216/286 KB   
45/45 KB   192/192 KB   216/286 KB   
40/45 KB   192/192 KB   216/286 KB   
45/45 KB   192/192 KB   220/286 KB   
45/45 KB   192/192 KB   224/286 KB   
45/45 KB   192/192 KB   228/286 KB   
45/45 KB   192/192 KB   232/286 KB   
45/45 KB   192/192 KB   236/286 KB   
45/45 KB   192/192 KB   240/286 KB   
45/45 KB   192/192 KB   244/286 KB   
45/45 KB   192/192 KB   248/286 KB   
45/45 KB   192/192 KB   252/286 KB   
45/45 KB   192/192 KB   256/286 KB   
45/45 KB   192/192 KB   260/286 KB   
45/45 KB   192/192 KB   264/286 KB   
45/45 KB   192/192 KB   268/286 KB   
45/45 KB   192/192 KB   272/286 KB   
45/45 KB   192/192 KB   276/286 KB   
45/45 KB   192/192 KB   280/286 KB   
45/45 KB   192/192 KB   284/286 KB   
45/45 KB   192/192 KB   286/286 KB   
                                     
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (45 KB at 1709.0 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 7659.1 KB/sec)
                                     
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 10201.7 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 290.5 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 331.4 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 285.2 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-grouper/2.19.1/surefire-grouper-2.19.1.jar
4/42 KB   
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   
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/44 KB   42/42 KB   
7/44 KB   42/42 KB   
11/44 KB   42/42 KB   
11/44 KB   4/38 KB   42/42 KB   
15/44 KB   4/38 KB   42/42 KB   
15/44 KB   8/38 KB   42/42 KB   
19/44 KB   8/38 KB   42/42 KB   
19/44 KB   12/38 KB   42/42 KB   
23/44 KB   12/38 KB   42/42 KB   
23/44 KB   16/38 KB   42/42 KB   
27/44 KB   16/38 KB   42/42 KB   
27/44 KB   20/38 KB   42/42 KB   
31/44 KB   20/38 KB   42/42 KB   
31/44 KB   24/38 KB   42/42 KB   
35/44 KB   24/38 KB   42/42 KB   
35/44 KB   28/38 KB   42/42 KB   
39/44 KB   28/38 KB   42/42 KB   
39/44 KB   32/38 KB   42/42 KB   
43/44 KB   32/38 KB   42/42 KB   
43/44 KB   36/38 KB   42/42 KB   
44/44 KB   36/38 KB   42/42 KB   
44/44 KB   38/38 KB   42/42 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 2763.9 KB/sec)
44/44 KB   38/38 KB   4/27 KB    
44/44 KB   38/38 KB   8/27 KB   
44/44 KB   12/27 KB             
44/44 KB   16/27 KB   
44/44 KB   20/27 KB   
44/44 KB   24/27 KB   
44/44 KB   27/27 KB   
                                
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 2204.2 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 1753.8 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 1873.6 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
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: 74, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.243 sec <<< FAILURE! - in TestSuite
basicVocabTest(org.apache.joshua.corpus.vocab.VocabularyTest)  Time elapsed: 0.009 sec  <<< FAILURE!
java.lang.AssertionError: null
	at org.apache.joshua.corpus.vocab.VocabularyTest.basicVocabTest(VocabularyTest.java:56)


Results :

Failed tests: 
  VocabularyTest.basicVocabTest:56 null

Tests run: 74, Failures: 1, Errors: 0, Skipped: 0

[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: 13.790s
[INFO] Finished at: Wed Jun 22 04:16:15 UTC 2016
[INFO] Final Memory: 35M/324M
[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 #68

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

Changes:

[antonio.t] Adding the CHRF metric for tuning

[antonio.t] Adding the CHRF metric for tuning

[post] don't return formatted string; updated test case

[post] Reverted commit 6d2213a20b74432fc7cb131c732f7507b74053e9, removed

------------------------------------------
[...truncated 3148 lines...]
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/ViterbiExtractor.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/DefaultInsideOutside.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/AllSpansWalker.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/GrammarBuilderWalkerFunction.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/class-use/DeNormalize.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/class-use/JSONMessage.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/class-use/JSONMessage.Data.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/class-use/JSONMessage.TranslationItem.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/class-use/JSONMessage.NBestItem.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/class-use/TranslationRequestStream.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/Sentence.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/ParseTreeInput.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/ParsedSentence.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/ConstraintSpan.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/ConstraintRule.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/ConstraintRule.Type.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/Token.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/browser/class-use/Browser.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/DerivationTree.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/DerivationTreeEdge.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/DerivationTreeTransformer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/DerivationViewer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/DerivationViewer.AnchorType.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/Node.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/DerivationViewerApplet.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/tree/class-use/Tree.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/tree/class-use/Tree.Node.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/tree/class-use/Tree.NodeSourceStartComparator.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/class-use/Orientation.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/class-use/StartupWindow.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/subsample/class-use/BiCorpusFactory.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/subsample/class-use/AlignedSubsampler.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/subsample/class-use/BiCorpus.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/subsample/class-use/Alignment.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/subsample/class-use/SubsamplerCLI.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/subsample/class-use/PhraseWriter.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/subsample/class-use/Subsampler.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/subsample/class-use/PhraseReader.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/subsample/class-use/PhrasePair.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/METEOR.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/TER.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/PrecisMinusSourceBLEU.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/TercomRunner.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/BLEU_SBP.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/SARI.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/MinimumChangeBLEU.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/SourceBLEU.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/Precis.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/ZeroOneLoss.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/BLEU.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/BLEU.EffectiveLengthMethod.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/CHRF.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/TERMinusBLEU.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/GradeLevelBLEU.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/EvaluationMetric.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/class-use/Span.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/class-use/ContiguousPhrase.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/class-use/TerminalIterator.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/class-use/Corpus.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/class-use/AbstractPhrase.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/class-use/Phrase.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/class-use/Vocabulary.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/class-use/BasicPhrase.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/class-use/SymbolTable.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/syntax/class-use/SyntaxTree.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/syntax/class-use/ArraySyntaxTree.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/adagrad/class-use/AdaGrad.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/adagrad/class-use/AdaGradCore.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/adagrad/class-use/Optimizer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/lattice/class-use/Lattice.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/lattice/class-use/NodeIdentifierComparator.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/lattice/class-use/Node.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/lattice/class-use/Arc.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/server/class-use/TcpServer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/server/class-use/ServerThread.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Constants.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/ChartSpan.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Bits.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Counted.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/IntegerPair.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/ListUtil.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Platform.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/JoshuaEval.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/StreamGobbler.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/SocketUtility.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/SocketUtility.ClientConnection.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/FileUtility.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/ReverseOrder.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/NBestListUtility.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Algorithms.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/FormatUtils.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/PackedGrammarServer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Regex.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/QuietFormatter.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Cache.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Counts.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Lists.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Lists.Index.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Lists.IndexedBoolean.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Lists.IndexedByte.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Lists.IndexedShort.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Lists.IndexedInt.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Lists.IndexedLong.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Lists.IndexedFloat.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Lists.IndexedDouble.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Lists.Indexed.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/BotMap.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/ExtractTopCand.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Pair.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/Ngram.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/UnicodeCharacterName.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/NullIterator.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/CommandLineParser.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/CommandLineParser.CommandLineParserException.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/CommandLineParser.DuplicateOptionException.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/CommandLineParser.Option.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/class-use/SampledList.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/encoding/class-use/EightBitQuantizer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/encoding/class-use/PrimitiveIntEncoder.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/encoding/class-use/FloatEncoder.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/encoding/class-use/IntEncoder.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/encoding/class-use/VariableQuantizer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/encoding/class-use/EncoderFactory.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/encoding/class-use/FeatureTypeAnalyzer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/encoding/class-use/EncoderConfiguration.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/encoding/class-use/Analyzer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/encoding/class-use/PrimitiveFloatEncoder.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/io/class-use/IndexedReader.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/io/class-use/BinaryOut.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/io/class-use/LineReader.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/io/class-use/NullReader.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/io/class-use/Reader.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/io/class-use/ProgressInputStream.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/io/class-use/BinaryIn.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/quantization/class-use/BooleanQuantizer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/quantization/class-use/QuantizerConfiguration.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/quantization/class-use/Quantizer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/quantization/class-use/QuantizerFactory.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/mira/class-use/MIRACore.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/mira/class-use/Optimizer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/mira/class-use/MIRA.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/oracle/class-use/OracleExtractionHG.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/oracle/class-use/OracleExtractionHG.DPStateOracle.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/oracle/class-use/OracleExtractor.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/oracle/class-use/SplitHg.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/oracle/class-use/SplitHg.DPState.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/oracle/class-use/SplitHg.VirtualItem.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/oracle/class-use/SplitHg.VirtualDeduction.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/ClassifierInterface.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/ClassifierPerceptron.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/PRO.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/PROCore.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/ClassifierSVM.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/Optimizer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/ClassifierMegaM.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/tools/class-use/GrammarPackerCli.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/tools/class-use/TestSetFilter.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/tools/class-use/LabelPhrases.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/tools/class-use/GrammarPacker.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/adagrad/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/syntax/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/chart_parser/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/fragmentlm/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/berkeley_lm/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/bloomfilter_lm/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/buildin_lm/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/phrase/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/similarity/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/state_maintenance/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/format/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/hash_based/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/packed/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/phrase/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/lattice/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/mira/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/oracle/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/server/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/subsample/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/tools/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/browser/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/tree/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/encoding/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/io/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/quantization/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/zmert/package-use.html...>
Building index for all the packages and classes...
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/overview-tree.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/index-all.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/deprecated-list.html...>
Building index for all classes...
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/allclasses-frame.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/allclasses-noframe.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/index.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/overview-summary.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/help-doc.html...>
4 errors
2 warnings
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46.693s
[INFO] Finished at: Wed Jun 22 03:23:10 UTC 2016
[INFO] Final Memory: 46M/903M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:aggregate (default-cli) on project joshua: An error has occurred in JavaDocs report generation:
[ERROR] Exit code: 1 - <https://builds.apache.org/job/joshua_master/ws/src/main/java/org/apache/joshua/decoder/StructuredTranslation.java>:86: error: value does not refer to a constant
[ERROR] * Returns the output string formatted according to {@value JoshuaConfiguration.output_format}.
[ERROR] ^
[ERROR] <https://builds.apache.org/job/joshua_master/ws/src/main/java/org/apache/joshua/decoder/StructuredTranslation.java>:86: error: reference not found
[ERROR] * Returns the output string formatted according to {@value JoshuaConfiguration.output_format}.
[ERROR] ^
[ERROR] <https://builds.apache.org/job/joshua_master/ws/src/main/java/org/apache/joshua/decoder/StructuredTranslation.java>:88: warning: no description for @return
[ERROR] * @return
[ERROR] ^
[ERROR] <https://builds.apache.org/job/joshua_master/ws/src/main/java/org/apache/joshua/decoder/io/JSONMessage.java>:105: warning: no description for @param
[ERROR] * @param text
[ERROR] ^
[ERROR] <https://builds.apache.org/job/joshua_master/ws/src/main/java/org/apache/joshua/metrics/CHRF.java>:28: error: bad use of '>'
[ERROR] * - Use of a length penalty to prevent chrF to prefer too long (with beta>1) or too short (with beta<1) translations
[ERROR] ^
[ERROR] <https://builds.apache.org/job/joshua_master/ws/src/main/java/org/apache/joshua/metrics/CHRF.java>:28: error: malformed HTML
[ERROR] * - Use of a length penalty to prevent chrF to prefer too long (with beta>1) or too short (with beta<1) translations
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://builds.apache.org/job/joshua_master/ws/target/site/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
Build step 'Invoke top-level Maven targets' marked build as failure
Publishing Javadoc

Build failed in Jenkins: joshua_master #67

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

Changes:

[post] bugfix on bugfix

------------------------------------------
[...truncated 4949 lines...]
14/14 KB   45/45 KB   29/286 KB   
14/14 KB   45/45 KB   33/286 KB   
14/14 KB   45/45 KB   37/286 KB   
14/14 KB   45/45 KB   41/286 KB   
14/14 KB   45/45 KB   45/286 KB   
14/14 KB   45/45 KB   49/286 KB   
                                  
14/14 KB   53/286 KB              
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (45 KB at 2115.9 KB/sec)
14/14 KB   57/286 KB   
14/14 KB   61/286 KB   
14/14 KB   65/286 KB   
14/14 KB   69/286 KB   
14/14 KB   4/192 KB   69/286 KB   
14/14 KB   4/192 KB   73/286 KB   
14/14 KB   8/192 KB   73/286 KB   
14/14 KB   12/192 KB   73/286 KB   
14/14 KB   12/192 KB   77/286 KB   
14/14 KB   16/192 KB   77/286 KB   
14/14 KB   16/192 KB   81/286 KB   
14/14 KB   20/192 KB   81/286 KB   
14/14 KB   20/192 KB   85/286 KB   
14/14 KB   24/192 KB   85/286 KB   
14/14 KB   24/192 KB   89/286 KB   
14/14 KB   28/192 KB   89/286 KB   
14/14 KB   28/192 KB   93/286 KB   
14/14 KB   32/192 KB   93/286 KB   
14/14 KB   32/192 KB   97/286 KB   
14/14 KB   36/192 KB   97/286 KB   
14/14 KB   36/192 KB   101/286 KB   
14/14 KB   40/192 KB   101/286 KB   
14/14 KB   40/192 KB   105/286 KB   
14/14 KB   44/192 KB   105/286 KB   
14/14 KB   44/192 KB   109/286 KB   
14/14 KB   48/192 KB   109/286 KB   
14/14 KB   48/192 KB   113/286 KB   
14/14 KB   52/192 KB   113/286 KB   
14/14 KB   52/192 KB   117/286 KB   
14/14 KB   56/192 KB   117/286 KB   
14/14 KB   56/192 KB   121/286 KB   
14/14 KB   60/192 KB   121/286 KB   
14/14 KB   60/192 KB   125/286 KB   
14/14 KB   64/192 KB   125/286 KB   
14/14 KB   64/192 KB   129/286 KB   
14/14 KB   68/192 KB   129/286 KB   
14/14 KB   68/192 KB   133/286 KB   
72/192 KB   133/286 KB              
76/192 KB   133/286 KB   
80/192 KB   133/286 KB   
84/192 KB   133/286 KB   
88/192 KB   133/286 KB   
92/192 KB   133/286 KB   
96/192 KB   133/286 KB   
100/192 KB   133/286 KB   
104/192 KB   133/286 KB   
108/192 KB   133/286 KB   
112/192 KB   133/286 KB   
116/192 KB   133/286 KB   
120/192 KB   133/286 KB   
124/192 KB   133/286 KB   
128/192 KB   133/286 KB   
132/192 KB   133/286 KB   
136/192 KB   133/286 KB   
140/192 KB   133/286 KB   
144/192 KB   133/286 KB   
148/192 KB   133/286 KB   
152/192 KB   133/286 KB   
156/192 KB   133/286 KB   
160/192 KB   133/286 KB   
164/192 KB   133/286 KB   
168/192 KB   133/286 KB   
172/192 KB   133/286 KB   
176/192 KB   133/286 KB   
180/192 KB   133/286 KB   
184/192 KB   133/286 KB   
188/192 KB   133/286 KB   
                                    
192/192 KB   133/286 KB   
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 548.4 KB/sec)
192/192 KB   137/286 KB   
192/192 KB   141/286 KB   
192/192 KB   145/286 KB   
192/192 KB   149/286 KB   
192/192 KB   153/286 KB   
192/192 KB   157/286 KB   
192/192 KB   161/286 KB   
192/192 KB   165/286 KB   
192/192 KB   169/286 KB   
192/192 KB   173/286 KB   
192/192 KB   177/286 KB   
192/192 KB   181/286 KB   
192/192 KB   185/286 KB   
192/192 KB   189/286 KB   
192/192 KB   193/286 KB   
192/192 KB   197/286 KB   
192/192 KB   201/286 KB   
192/192 KB   205/286 KB   
192/192 KB   209/286 KB   
192/192 KB   213/286 KB   
192/192 KB   217/286 KB   
192/192 KB   221/286 KB   
192/192 KB   225/286 KB   
192/192 KB   229/286 KB   
192/192 KB   233/286 KB   
192/192 KB   237/286 KB   
192/192 KB   241/286 KB   
192/192 KB   245/286 KB   
192/192 KB   249/286 KB   
192/192 KB   253/286 KB   
192/192 KB   257/286 KB   
192/192 KB   261/286 KB   
192/192 KB   265/286 KB   
192/192 KB   269/286 KB   
192/192 KB   273/286 KB   
192/192 KB   277/286 KB   
192/192 KB   281/286 KB   
192/192 KB   285/286 KB   
192/192 KB   286/286 KB   
192/192 KB   233/286 KB   
                          
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 4255.1 KB/sec)
                          
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 6209.7 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 113.5 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 131.7 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 130.7 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 149.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 122.2 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-grouper/2.19.1/surefire-grouper-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/44 KB   
8/44 KB   
12/44 KB   
16/44 KB   
20/44 KB   
24/44 KB   
28/44 KB   
32/44 KB   
36/44 KB   
40/44 KB   
44/44 KB   
4/27 KB   44/44 KB   
8/27 KB   44/44 KB   
12/27 KB   44/44 KB   
12/27 KB   44/44 KB   4/42 KB   
16/27 KB   44/44 KB   4/42 KB   
16/27 KB   44/44 KB   7/42 KB   
20/27 KB   44/44 KB   7/42 KB   
20/27 KB   44/44 KB   11/42 KB   
24/27 KB   44/44 KB   11/42 KB   
24/27 KB   44/44 KB   15/42 KB   
27/27 KB   44/44 KB   19/42 KB   
27/27 KB   44/44 KB   19/42 KB   
27/27 KB   44/44 KB   23/42 KB   
27/27 KB   44/44 KB   27/42 KB   
27/27 KB   44/44 KB   31/42 KB   
27/27 KB   44/44 KB   35/42 KB   
27/27 KB   44/44 KB   39/42 KB   
27/27 KB   44/44 KB   42/42 KB   
27/27 KB   44/44 KB   4/38 KB   42/42 KB   
27/27 KB   44/44 KB   8/38 KB   42/42 KB   
27/27 KB   44/44 KB   12/38 KB   42/42 KB   
27/27 KB   44/44 KB   16/38 KB   42/42 KB   
27/27 KB   44/44 KB   20/38 KB   42/42 KB   
27/27 KB   44/44 KB   24/38 KB   42/42 KB   
27/27 KB   44/44 KB   28/38 KB   42/42 KB   
27/27 KB   44/44 KB   32/38 KB   42/42 KB   
27/27 KB   44/44 KB   36/38 KB   42/42 KB   
27/27 KB   44/44 KB   38/38 KB   42/42 KB   
                                            
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 1958.8 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 1143.8 KB/sec)
                                            
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 1535.5 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 1498.8 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
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: 74, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.236 sec <<< FAILURE! - in TestSuite
basicVocabTest(org.apache.joshua.corpus.vocab.VocabularyTest)  Time elapsed: 0.009 sec  <<< FAILURE!
java.lang.AssertionError: null
	at org.apache.joshua.corpus.vocab.VocabularyTest.basicVocabTest(VocabularyTest.java:56)


Results :

Failed tests: 
  VocabularyTest.basicVocabTest:56 null

Tests run: 74, Failures: 1, Errors: 0, Skipped: 0

[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: 15.200s
[INFO] Finished at: Mon Jun 20 21:17:01 UTC 2016
[INFO] Final Memory: 33M/357M
[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 #66

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

Changes:

[post] bugfix in argument check

------------------------------------------
[...truncated 1265 lines...]
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/phrase/class-use/Header.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/phrase/class-use/Stack.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/phrase/class-use/PhraseChart.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/phrase/class-use/PhraseTable.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/StatefulFF.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/RuleLength.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/LabelSubstitutionFF.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/StatelessFF.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/RuleFF.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/OOVPenalty.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/LabelCombinationFF.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/FeatureVector.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/PhraseModel.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/RuleShape.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/LexicalFeatures.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/SourceDependentFF.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/RuleCountBin.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/FeatureFunction.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/FeatureFunction.Accumulator.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/FeatureFunction.ScoreAccumulator.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/FeatureFunction.FeatureAccumulator.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/TargetBigram.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/ArityPhrasePenalty.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/WordPenalty.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/RulePropertiesQuerying.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/SourcePathFF.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/class-use/PhrasePenalty.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/phrase/class-use/Distortion.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/state_maintenance/class-use/DPState.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/state_maintenance/class-use/KenLMState.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/state_maintenance/class-use/NgramDPState.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/similarity/class-use/EdgePhraseSimilarityFF.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/class-use/AbstractLM.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/class-use/KenLM.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/class-use/KenLM.StateProbPair.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/class-use/DefaultNGramLanguageModel.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/class-use/NGramLanguageModel.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/class-use/ArpaFile.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/class-use/LanguageModelFF.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/class-use/LanguageModelFF.ClassMap.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/class-use/StateMinimizingLanguageModel.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/class-use/ArpaNgram.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/berkeley_lm/class-use/LMGrammarBerkeley.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/buildin_lm/class-use/TrieLM.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/bloomfilter_lm/class-use/BloomFilterLanguageModel.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/bloomfilter_lm/class-use/BloomFilter.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/fragmentlm/class-use/Trees.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/fragmentlm/class-use/Trees.PennTreeReader.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/fragmentlm/class-use/Trees.PennTreeRenderer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/fragmentlm/class-use/Tree.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/fragmentlm/class-use/FragmentLMFF.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/fragmentlm/class-use/FragmentLMFF.FragmentState.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/fragmentlm/class-use/ConcatenationIterator.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/fragmentlm/class-use/PennTreebankReader.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/class-use/Grammar.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/class-use/Rule.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/class-use/BasicRuleCollection.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/class-use/CreateGlueGrammar.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/class-use/RuleCollection.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/class-use/UnsortedRuleCollectionException.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/class-use/Trie.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/class-use/AbstractGrammar.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/class-use/GrammarReader.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/class-use/SentenceFilteredGrammar.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/class-use/SentenceFilteredGrammar.SentenceFilteredTrie.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/hash_based/class-use/ExtensionIterator.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/hash_based/class-use/MemoryBasedBatchGrammar.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/hash_based/class-use/MemoryBasedTrie.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/hash_based/class-use/MemoryBasedRuleBin.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/packed/class-use/PackedGrammar.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/packed/class-use/PackedGrammar.PackedRoot.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/packed/class-use/PackedGrammar.PackedSlice.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/packed/class-use/PackedGrammar.PackedSlice.PackedTrie.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/packed/class-use/PackedGrammar.PackedSlice.PackedTrie.PackedChildIterator.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/packed/class-use/PackedGrammar.PackedSlice.PackedTrie.PackedPhrasePair.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/packed/class-use/PackedGrammar.PackedSlice.PackedTrie.PackedRule.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/packed/class-use/SliceAggregatingTrie.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/format/class-use/HieroFormatReader.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/format/class-use/MosesFormatReader.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/Token.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/ParseTreeInput.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/Sentence.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/ConstraintSpan.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/ConstraintRule.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/ConstraintRule.Type.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/class-use/ParsedSentence.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/class-use/JSONMessage.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/class-use/JSONMessage.Data.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/class-use/JSONMessage.TranslationItem.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/class-use/JSONMessage.NBestItem.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/class-use/DeNormalize.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/class-use/TranslationRequestStream.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/chart_parser/class-use/SourcePath.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/chart_parser/class-use/StateConstraint.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/chart_parser/class-use/ComputeNodeResult.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/chart_parser/class-use/CubePruneState.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/chart_parser/class-use/Chart.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/FeatureVectorExtractor.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/OutputStringExtractor.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/WalkerFunction.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/AllSpansWalker.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/HyperGraphPruning.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/WordAlignmentState.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/HyperGraph.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/DefaultInsideOutside.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/KBestExtractor.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/KBestExtractor.DerivationState.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/KBestExtractor.DerivationStateComparator.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/KBestExtractor.DerivationVisitor.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/KBestExtractor.TreeExtractor.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/KBestExtractor.DerivationExtractor.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/HGNode.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/HGNode.Signature.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/ForestWalker.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/ForestWalker.TRAVERSAL.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/ViterbiExtractor.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/HyperEdge.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/StringToTreeConverter.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/GrammarBuilderWalkerFunction.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/WordAlignmentExtractor.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/class-use/TrivialInsideOutside.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/SourceBLEU.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/TER.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/TercomRunner.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/PrecisMinusSourceBLEU.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/BLEU_SBP.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/METEOR.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/ZeroOneLoss.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/EvaluationMetric.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/BLEU.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/BLEU.EffectiveLengthMethod.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/GradeLevelBLEU.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/SARI.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/TERMinusBLEU.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/MinimumChangeBLEU.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/class-use/Precis.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/zmert/class-use/ZMERT.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/zmert/class-use/IntermediateOptimizer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/zmert/class-use/MertCore.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/class-use/StartupWindow.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/class-use/Orientation.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/Node.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/DerivationTree.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/DerivationTreeTransformer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/DerivationViewer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/DerivationViewer.AnchorType.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/DerivationTreeEdge.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/class-use/DerivationViewerApplet.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/tree/class-use/Tree.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/tree/class-use/Tree.Node.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/tree/class-use/Tree.NodeSourceStartComparator.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/browser/class-use/Browser.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/PRO.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/PROCore.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/Optimizer.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/ClassifierPerceptron.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/ClassifierMegaM.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/ClassifierInterface.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/class-use/ClassifierSVM.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/adagrad/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/corpus/syntax/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/chart_parser/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/fragmentlm/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/berkeley_lm/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/bloomfilter_lm/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/lm/buildin_lm/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/phrase/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/similarity/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/state_maintenance/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/format/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/hash_based/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/ff/tm/packed/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/hypergraph/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/io/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/phrase/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/decoder/segment_file/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/lattice/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/metrics/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/mira/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/oracle/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/pro/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/server/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/subsample/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/tools/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/browser/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/ui/tree_visualizer/tree/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/encoding/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/io/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/util/quantization/package-use.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/org/apache/joshua/zmert/package-use.html...>
Building index for all the packages and classes...
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/overview-tree.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/index-all.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/deprecated-list.html...>
Building index for all classes...
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/allclasses-frame.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/allclasses-noframe.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/index.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/overview-summary.html...>
Generating <https://builds.apache.org/job/joshua_master/ws/target/site/apidocs/help-doc.html...>
4 errors
2 warnings
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.544s
[INFO] Finished at: Mon Jun 20 19:25:31 UTC 2016
[INFO] Final Memory: 45M/783M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:aggregate (default-cli) on project joshua: An error has occurred in JavaDocs report generation:
[ERROR] Exit code: 1 - <https://builds.apache.org/job/joshua_master/ws/src/main/java/org/apache/joshua/decoder/StructuredTranslation.java>:86: error: value does not refer to a constant
[ERROR] * Produces the translation formatted according to the value of {@value JoshuaConfiguration.output_format}.
[ERROR] ^
[ERROR] <https://builds.apache.org/job/joshua_master/ws/src/main/java/org/apache/joshua/decoder/StructuredTranslation.java>:86: error: reference not found
[ERROR] * Produces the translation formatted according to the value of {@value JoshuaConfiguration.output_format}.
[ERROR] ^
[ERROR] <https://builds.apache.org/job/joshua_master/ws/src/main/java/org/apache/joshua/decoder/StructuredTranslation.java>:87: error: value does not refer to a constant
[ERROR] * Also includes formatting options such as {@value JoshuaConfiguration.project_case}.
[ERROR] ^
[ERROR] <https://builds.apache.org/job/joshua_master/ws/src/main/java/org/apache/joshua/decoder/StructuredTranslation.java>:87: error: reference not found
[ERROR] * Also includes formatting options such as {@value JoshuaConfiguration.project_case}.
[ERROR] ^
[ERROR] <https://builds.apache.org/job/joshua_master/ws/src/main/java/org/apache/joshua/decoder/StructuredTranslation.java>:89: warning: no description for @return
[ERROR] * @return
[ERROR] ^
[ERROR] <https://builds.apache.org/job/joshua_master/ws/src/main/java/org/apache/joshua/decoder/io/JSONMessage.java>:105: warning: no description for @param
[ERROR] * @param text
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://builds.apache.org/job/joshua_master/ws/target/site/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
Build step 'Invoke top-level Maven targets' marked build as failure
Publishing Javadoc

Build failed in Jenkins: joshua_master #65

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

Changes:

[post] synchronizing metadata handling

[post] better rule deletion (deleting rules with nonterminals now works, too)

------------------------------------------
[...truncated 7110 lines...]
112/309 KB   14/14 KB   172/223 KB   
116/309 KB   14/14 KB   172/223 KB   
120/309 KB   14/14 KB   172/223 KB   
124/309 KB   14/14 KB   172/223 KB   
128/309 KB   14/14 KB   172/223 KB   
132/309 KB   14/14 KB   172/223 KB   
136/309 KB   14/14 KB   172/223 KB   
140/309 KB   14/14 KB   172/223 KB   
144/309 KB   14/14 KB   172/223 KB   
144/309 KB   14/14 KB   172/223 KB   4/192 KB   
148/309 KB   14/14 KB   172/223 KB   4/192 KB   
148/309 KB   14/14 KB   172/223 KB   8/192 KB   
152/309 KB   14/14 KB   172/223 KB   12/192 KB   
152/309 KB   14/14 KB   172/223 KB   16/192 KB   
152/309 KB   14/14 KB   172/223 KB   20/192 KB   
152/309 KB   14/14 KB   172/223 KB   8/192 KB   
152/309 KB   14/14 KB   172/223 KB   24/192 KB   
152/309 KB   14/14 KB   172/223 KB   28/192 KB   
156/309 KB   14/14 KB   172/223 KB   28/192 KB   
156/309 KB   14/14 KB   172/223 KB   32/192 KB   
160/309 KB   14/14 KB   172/223 KB   32/192 KB   
160/309 KB   14/14 KB   172/223 KB   36/192 KB   
164/309 KB   14/14 KB   172/223 KB   36/192 KB   
164/309 KB   14/14 KB   172/223 KB   40/192 KB   
168/309 KB   14/14 KB   172/223 KB   40/192 KB   
168/309 KB   14/14 KB   172/223 KB   44/192 KB   
172/309 KB   14/14 KB   172/223 KB   44/192 KB   
172/309 KB   14/14 KB   172/223 KB   48/192 KB   
176/309 KB   14/14 KB   172/223 KB   48/192 KB   
176/309 KB   14/14 KB   172/223 KB   52/192 KB   
180/309 KB   14/14 KB   172/223 KB   52/192 KB   
184/309 KB   14/14 KB   172/223 KB   56/192 KB   
184/309 KB   14/14 KB   172/223 KB   56/192 KB   
184/309 KB   14/14 KB   172/223 KB   60/192 KB   
188/309 KB   14/14 KB   172/223 KB   60/192 KB   
188/309 KB   14/14 KB   172/223 KB   64/192 KB   
192/309 KB   14/14 KB   172/223 KB   64/192 KB   
192/309 KB   14/14 KB   172/223 KB   68/192 KB   
196/309 KB   14/14 KB   172/223 KB   68/192 KB   
196/309 KB   14/14 KB   172/223 KB   72/192 KB   
200/309 KB   14/14 KB   172/223 KB   72/192 KB   
200/309 KB   14/14 KB   172/223 KB   76/192 KB   
204/309 KB   14/14 KB   172/223 KB   76/192 KB   
204/309 KB   14/14 KB   172/223 KB   80/192 KB   
208/309 KB   14/14 KB   172/223 KB   80/192 KB   
208/309 KB   14/14 KB   172/223 KB   84/192 KB   
212/309 KB   14/14 KB   172/223 KB   84/192 KB   
212/309 KB   14/14 KB   172/223 KB   88/192 KB   
216/309 KB   14/14 KB   172/223 KB   88/192 KB   
216/309 KB   14/14 KB   172/223 KB   92/192 KB   
220/309 KB   14/14 KB   172/223 KB   92/192 KB   
220/309 KB   14/14 KB   172/223 KB   96/192 KB   
224/309 KB   14/14 KB   172/223 KB   96/192 KB   
224/309 KB   14/14 KB   172/223 KB   100/192 KB   
228/309 KB   14/14 KB   172/223 KB   100/192 KB   
228/309 KB   14/14 KB   172/223 KB   104/192 KB   
232/309 KB   14/14 KB   172/223 KB   104/192 KB   
232/309 KB   14/14 KB   172/223 KB   108/192 KB   
236/309 KB   14/14 KB   172/223 KB   108/192 KB   
236/309 KB   14/14 KB   172/223 KB   112/192 KB   
240/309 KB   14/14 KB   172/223 KB   112/192 KB   
240/309 KB   14/14 KB   172/223 KB   116/192 KB   
244/309 KB   14/14 KB   172/223 KB   116/192 KB   
244/309 KB   14/14 KB   172/223 KB   120/192 KB   
248/309 KB   14/14 KB   172/223 KB   120/192 KB   
248/309 KB   14/14 KB   172/223 KB   124/192 KB   
252/309 KB   14/14 KB   172/223 KB   124/192 KB   
252/309 KB   14/14 KB   172/223 KB   128/192 KB   
256/309 KB   14/14 KB   172/223 KB   128/192 KB   
256/309 KB   14/14 KB   172/223 KB   132/192 KB   
260/309 KB   14/14 KB   172/223 KB   132/192 KB   
260/309 KB   14/14 KB   172/223 KB   136/192 KB   
264/309 KB   14/14 KB   172/223 KB   136/192 KB   
264/309 KB   14/14 KB   172/223 KB   140/192 KB   
268/309 KB   14/14 KB   172/223 KB   140/192 KB   
268/309 KB   14/14 KB   172/223 KB   144/192 KB   
272/309 KB   14/14 KB   172/223 KB   144/192 KB   
272/309 KB   14/14 KB   172/223 KB   148/192 KB   
276/309 KB   14/14 KB   172/223 KB   148/192 KB   
276/309 KB   14/14 KB   172/223 KB   152/192 KB   
280/309 KB   14/14 KB   172/223 KB   152/192 KB   
280/309 KB   14/14 KB   172/223 KB   156/192 KB   
284/309 KB   14/14 KB   172/223 KB   156/192 KB   
284/309 KB   14/14 KB   172/223 KB   160/192 KB   
288/309 KB   14/14 KB   172/223 KB   160/192 KB   
288/309 KB   14/14 KB   172/223 KB   164/192 KB   
292/309 KB   14/14 KB   172/223 KB   164/192 KB   
292/309 KB   14/14 KB   172/223 KB   168/192 KB   
296/309 KB   14/14 KB   172/223 KB   168/192 KB   
296/309 KB   14/14 KB   172/223 KB   172/192 KB   
300/309 KB   14/14 KB   172/223 KB   172/192 KB   
300/309 KB   14/14 KB   172/223 KB   176/192 KB   
304/309 KB   14/14 KB   172/223 KB   176/192 KB   
304/309 KB   14/14 KB   172/223 KB   180/192 KB   
308/309 KB   14/14 KB   172/223 KB   180/192 KB   
308/309 KB   14/14 KB   172/223 KB   184/192 KB   
309/309 KB   14/14 KB   172/223 KB   184/192 KB   
309/309 KB   14/14 KB   172/223 KB   188/192 KB   
309/309 KB   14/14 KB   172/223 KB   192/192 KB   
309/309 KB   14/14 KB   172/223 KB   192/192 KB   
                                                  
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 806.5 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 8703.5 KB/sec)
                                                  
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 12336.1 KB/sec)
174/223 KB                                        
177/223 KB   
181/223 KB   
182/223 KB   
186/223 KB   
190/223 KB   
194/223 KB   
198/223 KB   
202/223 KB   
206/223 KB   
210/223 KB   
214/223 KB   
216/223 KB   
220/223 KB   
223/223 KB   
             
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 750.0 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 113.5 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 139.1 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 137.6 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 149.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 135.1 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/surefire-testng-utils/2.19.1/surefire-testng-utils-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-grouper/2.19.1/surefire-grouper-2.19.1.jar
4/42 KB   
8/42 KB   
12/42 KB   
4/27 KB   12/42 KB   
4/27 KB   16/42 KB   
8/27 KB   16/42 KB   
8/27 KB   20/42 KB   
12/27 KB   20/42 KB   
16/27 KB   20/42 KB   
16/27 KB   24/42 KB   
20/27 KB   24/42 KB   
20/27 KB   28/42 KB   
24/27 KB   28/42 KB   
24/27 KB   32/42 KB   
27/27 KB   32/42 KB   
27/27 KB   36/42 KB   
27/27 KB   40/42 KB   
27/27 KB   42/42 KB   
27/27 KB   4/44 KB   42/42 KB   
27/27 KB   8/44 KB   42/42 KB   
27/27 KB   12/44 KB   42/42 KB   
27/27 KB   16/44 KB   42/42 KB   
27/27 KB   20/44 KB   42/42 KB   
27/27 KB   24/44 KB   42/42 KB   
27/27 KB   28/44 KB   42/42 KB   
27/27 KB   32/44 KB   42/42 KB   
27/27 KB   36/44 KB   42/42 KB   
27/27 KB   40/44 KB   42/42 KB   
27/27 KB   44/44 KB   42/42 KB   
27/27 KB   4/38 KB   44/44 KB   42/42 KB   
27/27 KB   8/38 KB   44/44 KB   42/42 KB   
27/27 KB   12/38 KB   44/44 KB   42/42 KB   
27/27 KB   16/38 KB   44/44 KB   42/42 KB   
27/27 KB   20/38 KB   44/44 KB   42/42 KB   
27/27 KB   24/38 KB   44/44 KB   42/42 KB   
27/27 KB   28/38 KB   44/44 KB   42/42 KB   
27/27 KB   32/38 KB   44/44 KB   42/42 KB   
27/27 KB   36/38 KB   44/44 KB   42/42 KB   
27/27 KB   38/38 KB   44/44 KB   42/42 KB   
                                            
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 1461.5 KB/sec)
                                            
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 2072.9 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 2268.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 1972.1 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
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: 74, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.042 sec <<< FAILURE! - in TestSuite
basicVocabTest(org.apache.joshua.corpus.vocab.VocabularyTest)  Time elapsed: 0.008 sec  <<< FAILURE!
java.lang.AssertionError: null
	at org.apache.joshua.corpus.vocab.VocabularyTest.basicVocabTest(VocabularyTest.java:56)


Results :

Failed tests: 
  VocabularyTest.basicVocabTest:56 null

Tests run: 74, Failures: 1, Errors: 0, Skipped: 0

[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.860s
[INFO] Finished at: Mon Jun 20 18:45:02 UTC 2016
[INFO] Final Memory: 34M/402M
[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