See <https://builds.apache.org/job/Joshua%20master%20build/2/changes>

Changes:

[post] set JOSHUA for tests

------------------------------------------
[...truncated 877 lines...]
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/features/mapred/MapReduceFeature.java:51: 
warning: [deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]     Job job = new Job(conf, name);
    [javac]               ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/DistributionalContextExtractionJob.java:25:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]     Job job = new Job(conf, "distributional");
    [javac]               ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/DistributionalContextSortingJob.java:27:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]     Job job = new Job(conf, "sorting");
    [javac]               ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/ExtractionJob.java:30: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]     Job job = new Job(conf, "extraction");
    [javac]               ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/FeatureCollectionJob.java:45: 
warning: [deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]     Job job = new Job(conf, "collect");
    [javac]               ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/OutputJob.java:42: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]     Job job = new Job(conf, "collect");
    [javac]               ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/ParaphraseAggregationJob.java:29: 
warning: [deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]     Job job = new Job(conf, "aggregate");
    [javac]               ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/ParaphrasePivotingJob.java:35: 
warning: [deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]     Job job = new Job(conf, "pivoting");
    [javac]               ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/WordLexprobJob.java:36: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]     Job job = new Job(theConf, getName());
    [javac]               ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/VocabularyJob.java:31: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]     Job job = new Job(conf, "vocabulary");
    [javac]               ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/tools/ExtractionTool.java:47: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]         Job job = new Job(conf, "thrax");
    [javac]                   ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/tools/FeatureTool.java:51: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]         Job job = new Job(conf, String.format("thrax-%s", 
featureName));
    [javac]                   ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/tools/OutputTool.java:48: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]         Job job = new Job(conf, "thrax-collect");
    [javac]                   ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/tools/SourceWordGivenTargetWordProbabilityTool.java:52:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]         Job job = new Job(conf, "thrax-sgt-word-lexprob");
    [javac]                   ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/tools/TargetWordGivenSourceWordProbabilityTool.java:52:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
    [javac]         Job job = new Job(conf, "thrax-tgs-word-lexprob");
    [javac]                   ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/tools/SequenceToGrammar.java:54: warning: 
[deprecation] Reader(FileSystem,Path,Configuration) in Reader has been 
deprecated
    [javac]     SequenceFile.Reader reader = new 
SequenceFile.Reader(FileSystem.getLocal(config), path, config);
    [javac]                                  ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/lib/hadoop-common-2.5.2.jar(org/apache/hadoop/io/DataOutputBuffer.class):
 warning: Cannot find annotation method 'value()' in type 'LimitedPrivate'
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/tools/SequenceToSignatures.java:78: warning: 
[deprecation] Reader(FileSystem,Path,Configuration) in Reader has been 
deprecated
    [javac]       reader = new SequenceFile.Reader(FileSystem.getLocal(config), 
path, config);
    [javac]                ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/tools/SequenceToSignatures.java:84: warning: 
[deprecation] Reader(FileSystem,Path,Configuration) in Reader has been 
deprecated
    [javac]       reader = new SequenceFile.Reader(file_system, path, config);
    [javac]                ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/util/SequenceFileCreator.java:24: warning: 
[deprecation] createWriter(FileSystem,Configuration,Path,Class,Class) in 
SequenceFile has been deprecated
    [javac]             SequenceFile.Writer writer = 
SequenceFile.createWriter(fs, conf, path, LongWritable.class, Text.class);
    [javac]                                                      ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/util/Vocabulary.java:168: warning: [deprecation] 
Reader(FileSystem,Path,Configuration) in Reader has been deprecated
    [javac]         SequenceFile.Reader reader = new 
SequenceFile.Reader(file_system, file.getPath(), conf);
    [javac]                                      ^
    [javac] 34 warnings

jar:
      [jar] Building jar: /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/bin/thrax.jar

check-joshua-home:
     [echo] JOSHUA = /x1/jenkins/jenkins-slave/workspace/Joshua master build 
basedir = /x1/jenkins/jenkins-slave/workspace/Joshua master build

berkeleylm:

clean:

init:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/ext/berkeleylm/jar
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/ext/berkeleylm/doc
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/ext/berkeleylm/test-reports

compile:
    [javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/ext/berkeleylm/build.xml:36: warning: 'includeantruntime' was not set, 
defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 87 source files

jar:
      [jar] Building jar: /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/ext/berkeleylm/jar/berkeleylm.jar

check-joshua-home:
     [echo] JOSHUA = /x1/jenkins/jenkins-slave/workspace/Joshua master build 
basedir = /x1/jenkins/jenkins-slave/workspace/Joshua master build

version:
     [exec] ./scripts/support/write-version.sh: line 8: JOSHUA: unbound variable
     [exec] Result: 1

java:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/class
    [javac] Compiling 232 source files to 
/x1/jenkins/jenkins-slave/workspace/Joshua master build/class
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar:
      [jar] Building jar: /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/lib/joshua.jar

giza:
     [exec] make: Entering directory 
`/x1/jenkins/jenkins-slave/workspace/Joshua master build/ext/giza-pp'
     [exec] 
     [exec] 
     [exec] make -C mkcls-v2
     [exec] make -C GIZA++-v2
     [exec] make[1]: Entering directory 
`/x1/jenkins/jenkins-slave/workspace/Joshua master build/ext/giza-pp/mkcls-v2'
     [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
GDAOptimization.cpp -o GDAOptimization.o
     [exec] make[1]: Entering directory 
`/x1/jenkins/jenkins-slave/workspace/Joshua master build/ext/giza-pp/GIZA++-v2'
     [exec] mkdir optimized/
     [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
Parameter.cpp -o optimized/Parameter.o
     [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
myassert.cpp -o optimized/myassert.o
     [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
HCOptimization.cpp -o HCOptimization.o
     [exec] cc1plus: error: unrecognized command line option '-std=c++11'
     [exec] cc1plus: error: unrecognized command line option '-std=c++11'
     [exec] cc1plus: error: unrecognized command line option 
'-std=c++11'cc1plus: error: unrecognized command line option '-std=c++11'
     [exec] 
     [exec] make[1]: *** [GDAOptimization.o] Error 1
     [exec] make[1]: make[1]: *** [optimized/Parameter.o] Error 1*** Waiting 
for unfinished jobs....
     [exec] 
     [exec] make[1]: *** [HCOptimization.o] Error 1
     [exec] make[1]: *** Waiting for unfinished jobs....
     [exec] make[1]: *** [optimized/myassert.o] Error 1
     [exec] make: *** [mkcls-v2] Error 2
     [exec] make: *** Waiting for unfinished jobs....
     [exec] make: *** [gizapp] Error 2
     [exec] make[1]: Leaving directory 
`/x1/jenkins/jenkins-slave/workspace/Joshua master build/ext/giza-pp/mkcls-v2'
     [exec] make[1]: Leaving directory 
`/x1/jenkins/jenkins-slave/workspace/Joshua master build/ext/giza-pp/GIZA++-v2'
     [exec] make: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Joshua 
master build/ext/giza-pp'
     [exec] Result: 2
     [exec] make: Entering directory 
`/x1/jenkins/jenkins-slave/workspace/Joshua master build/ext/symal'
     [exec] cc -O3 -c -o cmd.o cmd.c
     [exec] g++ -O3 -o symal symal.cpp cmd.o
     [exec] symal.cpp:44:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:44:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:44:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:44:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:44:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:44:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:44:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:44:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:44:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:44:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:54:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:54:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:54:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:54:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:54:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:54:1: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     [exec] symal.cpp: In function 'int main(int, char**)':
     [exec] symal.cpp:394:15: warning: deprecated conversion from string 
constant to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:395:16: warning: deprecated conversion from string 
constant to 'char*' [-Wwrite-strings]
     [exec] symal.cpp:414:29: warning: deprecated conversion from string 
constant to 'char*' [-Wwrite-strings]
     [exec] make: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Joshua 
master build/ext/symal'

kenlm:
     [exec] ./build_kenlm.sh: line 10: JOSHUA: unbound variable
     [exec] Result: 1

parallelize:
     [exec] make: Entering directory 
`/x1/jenkins/jenkins-slave/workspace/Joshua master 
build/scripts/training/parallelize'
     [exec] gcc -g -O2 -o sentserver -pthread -L/usr/local/lib sentserver.c
     [exec] gcc -g -O2 -o sentclient -pthread -L/usr/local/lib sentclient.c
     [exec] sentclient.c: In function 'main':
     [exec] sentclient.c:73:7: warning: ignoring return value of 'write', 
declared with attribute warn_unused_result [-Wunused-result]
     [exec] sentclient.c:74:7: warning: ignoring return value of 'write', 
declared with attribute warn_unused_result [-Wunused-result]
     [exec] make: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Joshua 
master build/scripts/training/parallelize'

all:

test:
     [exec] TESTS: ./server/http/test.sh ./server/tcp-text/test.sh 
./bn-en/hiero/test-filter.sh ./bn-en/hiero/test-berkeleylm.sh 
./bn-en/hiero/test.sh ./bn-en/hiero/test-classlm.sh ./bn-en/samt/test.sh 
./bn-en/packed/test.sh ./lattice/test.sh ./parser/test.sh 
./pipeline/test-ghkm.sh ./pipeline/test.sh ./lattice-short/test.sh 
./decoder/fragmentlm/test.sh ./decoder/oov-list/test.sh ./decoder/n-ary/test.sh 
./decoder/k-best-extraction/test.sh ./decoder/phrase/decode/test.sh 
./decoder/phrase/decode/test-packed.sh ./decoder/phrase/constrained/test.sh 
./decoder/phrase/unique-hypotheses/test.sh ./decoder/empty-test/test.sh 
./decoder/segment-oovs/test.sh ./decoder/constrained/test.sh 
./decoder/num_translation_options/test.sh ./decoder/dont-crash/test.sh 
./decoder/rescoring/test.sh ./decoder/regexp-grammar/test.sh 
./decoder/tree-output/test.sh ./decoder/target-bigram/test.sh 
./decoder/denormalization/test.sh ./decoder/source-annotations/test.sh 
./decoder/regexp-grammar-both-rule-types/test.sh ./decoder/left-state/test.sh 
./grammar/sparse-features/test.sh ./grammar/sparse-features/test-packed.sh 
./lm/berkeley/test.sh ./packed/test.sh ./scripts/support/moses_grammar/test.sh 
./scripts/normalization/test.sh ./thrax/extraction/test.sh 
./thrax/filtering/test-loose.sh ./thrax/filtering/test-exact.sh 
./thrax/filtering/test-fast.sh ./packed-grammar/test.sh 
./packed-grammar/test-multiple.sh 
     [exec] Running test 'test.sh' in 
test/./server/http...FAILED
     [exec] Running test 'test.sh' in 
test/./server/tcp-text...FAILED
     [exec] Running test 'test-filter.sh' in 
test/./bn-en/hiero...FAILED
     [exec] Running test 'test-berkeleylm.sh' in 
test/./bn-en/hiero...FAILED
     [exec] Running test 'test.sh' in 
test/./bn-en/hiero...FAILED
     [exec] Running test 'test-classlm.sh' in 
test/./bn-en/hiero...FAILED
     [exec] Running test 'test.sh' in test/./bn-en/samt...FAILED
     [exec] Running test 'test.sh' in 
test/./bn-en/packed...FAILED
     [exec] Running test 'test.sh' in test/./lattice...FAILED
     [exec] Running test 'test.sh' in 
test/./lattice-short...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/oov-list...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/n-ary...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/k-best-extraction...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/phrase/decode...FAILED
     [exec] Running test 'test-packed.sh' in 
test/./decoder/phrase/decode...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/phrase/constrained...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/phrase/unique-hypotheses...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/empty-test...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/constrained...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/num_translation_options...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/dont-crash...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/rescoring...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/regexp-grammar...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/tree-output...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/target-bigram...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/denormalization...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/source-annotations...FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/regexp-grammar-both-rule-types...test-packed.sh: line 5: 
/x1/jenkins/jenkins-slave/workspace/Joshua: No such file or directory
     [exec] test.sh: line 4: /x1/jenkins/jenkins-slave/workspace/Joshua: No 
such file or directory
     [exec] tar (child): /x1/jenkins/jenkins-slave/workspace/Joshua: Cannot 
open: No such file or directory
     [exec] tar (child): Error is not recoverable: exiting now
     [exec] tar: Child returned status 2
     [exec] tar: Error is not recoverable: exiting now
     [exec] test.sh: line 18: /x1/jenkins/jenkins-slave/workspace/Joshua: No 
such file or directory
     [exec] FAILED
     [exec] Running test 'test.sh' in 
test/./decoder/left-state...FAILED
     [exec] Running test 'test.sh' in 
test/./grammar/sparse-features...FAILED
     [exec] Running test 'test-packed.sh' in 
test/./grammar/sparse-features...FAILED
     [exec] Running test 'test.sh' in 
test/./lm/berkeley...FAILED
     [exec] Running test 'test.sh' in 
test/./scripts/support/moses_grammar...FAILED
     [exec] Running test 'test.sh' in 
test/./thrax/extraction...FAILED
     [exec] Running test 'test-loose.sh' in 
test/./thrax/filtering...FAILED
     [exec] Running test 'test-exact.sh' in 
test/./thrax/filtering...FAILED
     [exec] Running test 'test-fast.sh' in 
test/./thrax/filtering...FAILED
     [exec] Running test 'test.sh' in test/./packed-grammar...
     [exec] diff: foo.packed/vocabulary: No such file or directory
     [exec] diff: bar.packed/vocabulary: No such file or directory
     [exec] FAILED
     [exec] Running test 'test-multiple.sh' in 
test/./packed-grammar...FAILED
     [exec] PASSED 0 FAILED 39

check-joshua-home:
     [echo] JOSHUA = /x1/jenkins/jenkins-slave/workspace/Joshua master build 
basedir = /x1/jenkins/jenkins-slave/workspace/Joshua master build

documentation:

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Joshua master build/build.xml:280: Problem: 
failed to create task or type antlib:org.doxygen.tools:doxygen
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
No types or tasks have been defined in this namespace yet

This appears to be an antlib declaration. 
Action: Check that the implementing library exists in one of:
        -/home/jenkins/tools/ant/latest/lib
        -/home/jenkins/.ant/lib
        -a directory added on the command line with the -lib argument


Total time: 1 minute 27 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc

Reply via email to