You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/07/19 22:13:41 UTC

Build failed in Jenkins: POI-JDK8 #84

See <https://builds.apache.org/job/POI-JDK8/84/changes>

Changes:

[nick] Provide XSSF-style external sheet support for areas, similar to the recent cell reference support. #56737

[nick] Fix inconsistent indents/whitespace

[nick] Start to update how the formula parser looks up sheets from formula ptgs, to account for the differences in how HSSF and XSSF store references to external sheets. For #56737

[nick] Fix inconsistent indents

[nick] The Event User Model fake-workbook for formula evaluations needs to know about the sheet names

[nick] Fix Generics warnings

------------------------------------------
Started by an SCM change
Building remotely on ubuntu-2 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/POI-JDK8/ws/>
Updating http://svn.apache.org/repos/asf/poi/trunk at revision '2014-07-19T20:13:15.820 +0000'
U         src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaParser.java
U         src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFEvaluationWorkbook.java
U         src/testcases/org/apache/poi/hssf/eventusermodel/TestEventWorkbookBuilder.java
A         src/java/org/apache/poi/ss/formula/SheetIdentifier.java
U         src/java/org/apache/poi/ss/formula/FormulaParser.java
U         src/java/org/apache/poi/ss/formula/EvaluationWorkbook.java
U         src/java/org/apache/poi/ss/formula/SheetRefEvaluator.java
U         src/java/org/apache/poi/ss/formula/FormulaParsingWorkbook.java
U         src/java/org/apache/poi/ss/formula/eval/forked/ForkedEvaluationWorkbook.java
U         src/java/org/apache/poi/ss/formula/ptg/ExternSheetNameResolver.java
A         src/java/org/apache/poi/ss/formula/ptg/Ref3DPxg.java
U         src/java/org/apache/poi/ss/formula/ptg/Area3DPtg.java
U         src/java/org/apache/poi/ss/formula/ptg/Ref3DPtg.java
U         src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java
A         src/java/org/apache/poi/ss/formula/NameIdentifier.java
U         src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java
U         src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationWorkbook.java
U         src/java/org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder.java
Fetching 'https://svn.apache.org/repos/asf/poi/site/forrest.properties' at -1 into '<https://builds.apache.org/job/POI-JDK8/ws/forrest.properties'>
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1 into '<https://builds.apache.org/job/POI-JDK8/ws/src/documentation'>
At revision 1611955
At revision 1611955
no change for http://svn.apache.org/repos/asf/poi/trunk/forrest.properties since the previous build
no change for https://svn.apache.org/repos/asf/poi/site/src/documentation since the previous build
[POI-JDK8] $ /home/hudson/tools/ant/latest/bin/ant -DDISABLED.coverage.enabled=true clean jenkins
Buildfile: <https://builds.apache.org/job/POI-JDK8/ws/build.xml>

clean:
   [delete] Deleting directory <https://builds.apache.org/job/POI-JDK8/ws/build>

check-jars:

fetch-jars:

check-ooxml-jars:

fetch-ooxml-jars:

init:
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/scratchpad-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/scratchpad-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/scratchpad-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/ooxml-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/ooxml-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/ooxml-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/excelant-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/excelant-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/excelant-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/examples-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/dist>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/tmp/site/build/site>

compile-main:
    [javac] Compiling 953 source files to <https://builds.apache.org/job/POI-JDK8/ws/build/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:31: error: cannot find symbol
    [javac] import org.apache.poi.ss.formula.ptg.Area3DPxg;
    [javac]                                     ^
    [javac]   symbol:   class Area3DPxg
    [javac]   location: package org.apache.poi.ss.formula.ptg
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java>:47: error: cannot find symbol
    [javac] import org.apache.poi.ss.formula.ptg.Area3DPxg;
    [javac]                                     ^
    [javac]   symbol:   class Area3DPxg
    [javac]   location: package org.apache.poi.ss.formula.ptg
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:294: error: cannot find symbol
    [javac]     public ValueEval getArea3DEval(Area3DPxg aptg) {
    [javac]                                    ^
    [javac]   symbol:   class Area3DPxg
    [javac]   location: class OperationEvaluationContext
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java>:685: error: cannot find symbol
    [javac]        if (ptg instanceof Area3DPxg) {
    [javac]                           ^
    [javac]   symbol:   class Area3DPxg
    [javac]   location: class WorkbookEvaluator
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java>:686: error: cannot find symbol
    [javac]            return ec.getArea3DEval((Area3DPxg)ptg);
    [javac]                                     ^
    [javac]   symbol:   class Area3DPxg
    [javac]   location: class WorkbookEvaluator
    [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.
    [javac] 5 errors
    [javac] 1 warning

BUILD FAILED
<https://builds.apache.org/job/POI-JDK8/ws/build.xml>:558: Compile failed; see the compiler error output for details.

Total time: 8 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Jenkins build is back to normal : POI-JDK8 #87

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-JDK8/87/changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Build failed in Jenkins: POI-JDK8 #86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-JDK8/86/changes>

Changes:

[nick] Update the formula evaluator to support XSSF style external named ranges too

------------------------------------------
Started by an SCM change
Building remotely on ubuntu-2 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/POI-JDK8/ws/>
Updating http://svn.apache.org/repos/asf/poi/trunk at revision '2014-07-20T18:13:25.526 +0000'
U         src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationWorkbook.java
U         src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
U         src/java/org/apache/poi/ss/formula/eval/forked/ForkedEvaluationWorkbook.java
U         src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java
U         src/java/org/apache/poi/ss/formula/EvaluationWorkbook.java
U         src/java/org/apache/poi/ss/formula/FormulaShifter.java
U         src/java/org/apache/poi/ss/formula/UserDefinedFunction.java
A         src/java/org/apache/poi/ss/formula/ptg/Deleted3DPxg.java
U         src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java
U         src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFEvaluationWorkbook.java
U         src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
U         src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.java
U         src/testcases/org/apache/poi/hssf/model/TestSheet.java
U         src/testcases/org/apache/poi/ss/formula/TestFormulaShifter.java
Fetching 'https://svn.apache.org/repos/asf/poi/site/forrest.properties' at -1 into '<https://builds.apache.org/job/POI-JDK8/ws/forrest.properties'>
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1 into '<https://builds.apache.org/job/POI-JDK8/ws/src/documentation'>
At revision 1612139
At revision 1612139
no change for http://svn.apache.org/repos/asf/poi/trunk/forrest.properties since the previous build
no change for https://svn.apache.org/repos/asf/poi/site/src/documentation since the previous build
[POI-JDK8] $ /home/hudson/tools/ant/latest/bin/ant -DDISABLED.coverage.enabled=true clean jenkins
Buildfile: <https://builds.apache.org/job/POI-JDK8/ws/build.xml>

clean:
   [delete] Deleting directory <https://builds.apache.org/job/POI-JDK8/ws/build>

check-jars:

fetch-jars:

check-ooxml-jars:

fetch-ooxml-jars:

init:
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/scratchpad-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/scratchpad-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/scratchpad-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/ooxml-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/ooxml-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/ooxml-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/excelant-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/excelant-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/excelant-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/examples-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/dist>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/ws/build/tmp/site/build/site>

compile-main:
    [javac] Compiling 956 source files to <https://builds.apache.org/job/POI-JDK8/ws/build/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:26: error: cannot find symbol
    [javac] import org.apache.poi.ss.formula.eval.ExternalNameEval;
    [javac]                                      ^
    [javac]   symbol:   class ExternalNameEval
    [javac]   location: package org.apache.poi.ss.formula.eval
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:27: error: cannot find symbol
    [javac] import org.apache.poi.ss.formula.eval.FunctionNameEval;
    [javac]                                      ^
    [javac]   symbol:   class FunctionNameEval
    [javac]   location: package org.apache.poi.ss.formula.eval
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java>:33: error: cannot find symbol
    [javac] import org.apache.poi.ss.formula.eval.ExternalNameEval;
    [javac]                                      ^
    [javac]   symbol:   class ExternalNameEval
    [javac]   location: package org.apache.poi.ss.formula.eval
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java>:35: error: cannot find symbol
    [javac] import org.apache.poi.ss.formula.eval.FunctionNameEval;
    [javac]                                      ^
    [javac]   symbol:   class FunctionNameEval
    [javac]   location: package org.apache.poi.ss.formula.eval
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/UserDefinedFunction.java>:20: error: cannot find symbol
    [javac] import org.apache.poi.ss.formula.eval.FunctionNameEval;
    [javac]                                      ^
    [javac]   symbol:   class FunctionNameEval
    [javac]   location: package org.apache.poi.ss.formula.eval
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:347: error: cannot find symbol
    [javac]             return new ExternalNameEval(evalName);
    [javac]                        ^
    [javac]   symbol:   class ExternalNameEval
    [javac]   location: class OperationEvaluationContext
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:350: error: cannot find symbol
    [javac]             return new FunctionNameEval(name);
    [javac]                        ^
    [javac]   symbol:   class FunctionNameEval
    [javac]   location: class OperationEvaluationContext
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:371: error: cannot find symbol
    [javac]             return new ExternalNameEval(evalName);
    [javac]                        ^
    [javac]   symbol:   class ExternalNameEval
    [javac]   location: class OperationEvaluationContext
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:374: error: cannot find symbol
    [javac]             return new FunctionNameEval(name);
    [javac]                        ^
    [javac]   symbol:   class FunctionNameEval
    [javac]   location: class OperationEvaluationContext
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java>:709: error: cannot find symbol
    [javac]        if (eval instanceof ExternalNameEval) {
    [javac]                            ^
    [javac]   symbol:   class ExternalNameEval
    [javac]   location: class WorkbookEvaluator
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java>:710: error: cannot find symbol
    [javac]            EvaluationName name = ((ExternalNameEval)eval).getName();
    [javac]                                    ^
    [javac]   symbol:   class ExternalNameEval
    [javac]   location: class WorkbookEvaluator
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java>:718: error: cannot find symbol
    [javac]             return new FunctionNameEval(nameRecord.getNameText());
    [javac]                        ^
    [javac]   symbol:   class FunctionNameEval
    [javac]   location: class WorkbookEvaluator
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/UserDefinedFunction.java>:48: error: cannot find symbol
    [javac] 		if (nameArg instanceof FunctionNameEval) {
    [javac] 		                       ^
    [javac]   symbol:   class FunctionNameEval
    [javac]   location: class UserDefinedFunction
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/java/org/apache/poi/ss/formula/UserDefinedFunction.java>:49: error: cannot find symbol
    [javac] 			functionName = ((FunctionNameEval) nameArg).getFunctionName();
    [javac] 			                 ^
    [javac]   symbol:   class FunctionNameEval
    [javac]   location: class UserDefinedFunction
    [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.
    [javac] 14 errors
    [javac] 1 warning

BUILD FAILED
<https://builds.apache.org/job/POI-JDK8/ws/build.xml>:558: Compile failed; see the compiler error output for details.

Total time: 7 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Build failed in Jenkins: POI-JDK8 #85

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-JDK8/85/changes>

Changes:

[nick] Better reporting on why a test is failing, and partial NameXPxg eval

[nick] Complete the XSSF Formula Parser tests for #56737

[nick] Move towards supporting same workbook named ranges in external style for xssf

[nick] Start to add XSSF specific handling for NameX (named ranges or functions from another file) #56737

------------------------------------------
[...truncated 1507 lines...]
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
    [junit] Running org.apache.poi.hwpf.model.TestBookmarksTables
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.hwpf.model.TestCHPBinTable
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.hwpf.model.TestDocumentProperties
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.hwpf.model.TestFileInformationBlock
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.hwpf.model.TestFontTable
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.hwpf.model.TestListTables
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.hwpf.model.TestNotesTables
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.hwpf.model.TestPAPBinTable
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.poi.hwpf.model.TestPlexOfCps
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.hwpf.model.TestRevisionMarkAuthorTable
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.hwpf.model.TestSavedByTable
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.poi.hwpf.model.TestSectionTable
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.hwpf.model.TestStyleSheet
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.hwpf.model.TestTextPieceTable
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.poi.hwpf.sprm.TestSprms
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestBorderCode
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestBug46610
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestBug47563
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestBug49820
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestBug50075
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestBugs
    [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestHWPFOldDocument
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestHeaderStories
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestLists
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestOfficeDrawings
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestPictures
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestProblems
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestRange
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestRangeDelete
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestRangeInsertion
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestRangeProperties
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestRangeReplacement
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestRangeSymbols
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestShapes
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.hwpf.usermodel.TestTableRow
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

-test-scratchpad-write-testfile:

-test-ooxml-check:

test-ooxml:
    [junit] Running org.apache.poi.TestDetectAsOOXML
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec
    [junit] Running org.apache.poi.TestEmbeded
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.168 sec
    [junit] Running org.apache.poi.TestPOIXMLDocument
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
    [junit] Running org.apache.poi.TestPOIXMLProperties
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
    [junit] Running org.apache.poi.TestXMLPropertiesTextExtractor
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec
    [junit] Running org.apache.poi.extractor.TestExtractorFactory
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.33 sec
    [junit] Running org.apache.poi.openxml4j.opc.TestContentType
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
    [junit] Running org.apache.poi.openxml4j.opc.TestFileHelper
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.openxml4j.opc.TestListParts
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.poi.openxml4j.opc.TestPackage
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec
    [junit] Running org.apache.poi.openxml4j.opc.TestPackageCoreProperties
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
    [junit] Running org.apache.poi.openxml4j.opc.TestPackagePartName
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.openxml4j.opc.TestPackageThumbnail
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
    [junit] Running org.apache.poi.openxml4j.opc.TestPackagingURIHelper
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.openxml4j.opc.TestRelationships
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
    [junit] Running org.apache.poi.openxml4j.opc.compliance.TestOPCComplianceCoreProperties
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
    [junit] Running org.apache.poi.openxml4j.opc.compliance.TestOPCCompliancePackageModel
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.poi.openxml4j.opc.compliance.TestOPCCompliancePartName
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.openxml4j.opc.internal.TestContentTypeManager
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.poifs.crypt.TestAgileEncryptionParameters
    [junit] Tests run: 60, Failures: 0, Errors: 0, Skipped: 20, Time elapsed: 7.849 sec
    [junit] Running org.apache.poi.poifs.crypt.TestCertificateEncryption
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
    [junit] Running org.apache.poi.poifs.crypt.TestDecryptor
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 sec
    [junit] Running org.apache.poi.poifs.crypt.TestEncryptionInfo
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.poifs.crypt.TestEncryptor
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.137 sec
    [junit] Running org.apache.poi.ss.TestWorkbookFactory
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec
    [junit] Running org.apache.poi.ss.format.TestCellFormatPart
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec
    [junit] Running org.apache.poi.util.TestIdentifierManager
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xslf.TestXSLFBugs
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
    [junit] Running org.apache.poi.xslf.TestXSLFSlideShow
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
    [junit] Running org.apache.poi.xslf.extractor.TestXSLFPowerPointExtractor
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 sec
    [junit] Running org.apache.poi.xslf.geom.TestFormulaParser
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
    [junit] Running org.apache.poi.xslf.geom.TestPresetGeometries
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.943 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestPPTX2PNG
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.09 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXMLSlideShow
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFAutoShape
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFChart
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFColor
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFConnectorShape
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFFreeformShape
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFGroupShape
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFHyperlink
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFPictureShape
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFShape
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFShapeContainer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFSheet
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFSimpleShape
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFSlide
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.929 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFSlideShow
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFTable
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFTableStyles
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFTextBox
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFTextParagraph
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFTextRun
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFTextShape
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
    [junit] Running org.apache.poi.xslf.usermodel.TestXSLFTheme
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 sec
    [junit] Running org.apache.poi.xssf.TestSheetProtection
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
    [junit] Running org.apache.poi.xssf.TestWorkbookProtection
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
    [junit] Running org.apache.poi.xssf.eventusermodel.TestReadOnlySharedStringsTable
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.xssf.eventusermodel.TestXSSFReader
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
    [junit] Running org.apache.poi.xssf.extractor.TestXSSFEventBasedExcelExtractor
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec
    [junit] Running org.apache.poi.xssf.extractor.TestXSSFEventBasedExcelExtractorUsingFactory
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
    [junit] Running org.apache.poi.xssf.extractor.TestXSSFExcelExtractor
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
    [junit] Running org.apache.poi.xssf.extractor.TestXSSFExcelExtractorUsingFactory
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 sec
    [junit] Running org.apache.poi.xssf.extractor.TestXSSFExportToXML
    [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec
    [junit] Running org.apache.poi.xssf.extractor.TestXSSFImportFromXML
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
    [junit] Running org.apache.poi.xssf.io.TestLoadSaveXSSF
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
    [junit] Running org.apache.poi.xssf.model.TestCalculationChain
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 sec
    [junit] Running org.apache.poi.xssf.model.TestCommentsTable
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
    [junit] Running org.apache.poi.xssf.model.TestExternalLinksTable
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
    [junit] Running org.apache.poi.xssf.model.TestMapInfo
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.poi.xssf.model.TestSharedStringsTable
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
    [junit] Running org.apache.poi.xssf.model.TestStylesTable
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
    [junit] Running org.apache.poi.xssf.streaming.TestOutlining
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFCell
    [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFHyperlink
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFRow
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFSheet
    [junit] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFWorkbook
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestFormulaEvaluatorOnXSSF
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestSheetHiding
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFBugs
    [junit] Tests run: 62, Failures: 0, Errors: 1, Skipped: 3, Time elapsed: 2.019 sec

BUILD FAILED
<https://builds.apache.org/job/POI-JDK8/ws/build.xml>:905: The following error occurred while executing this line:
<https://builds.apache.org/job/POI-JDK8/ws/build.xml>:885: Tests failed

Total time: 3 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org