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/25 18:36:25 UTC

Build failed in Jenkins: POI #372

See <https://builds.apache.org/job/POI/372/changes>

Changes:

[nick] Begin required interface + base-class support for multi-sheet area references for #55906

[nick] Allow XSSF to evaluate multi-sheet references too, for #55906

[nick] Split the reference and area tests for #55906

[nick] Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906

[nick] Start preparing LazyAreaEval and LazyRefEval to handle sheet ranges, for #55906

------------------------------------------
Started by an SCM change
Building remotely on windows1 (Windows) in workspace <https://builds.apache.org/job/POI/ws/>
Updating http://svn.apache.org/repos/asf/poi/trunk at revision '2014-07-25T17:35:19.072 +0100'
U         src\ooxml\testcases\org\apache\poi\xssf\usermodel\TestXSSFFormulaEvaluation.java
U         src\testcases\org\apache\poi\ss\formula\functions\EvalFactory.java
U         src\testcases\org\apache\poi\ss\formula\functions\TestEDate.java
U         src\testcases\org\apache\poi\ss\formula\eval\TestRangeEval.java
U         src\java\org\apache\poi\ss\formula\LazyRefEval.java
U         src\java\org\apache\poi\ss\formula\TwoDEval.java
A         src\java\org\apache\poi\ss\formula\SheetRange.java
U         src\java\org\apache\poi\ss\formula\functions\LinearRegressionFunction.java
U         src\java\org\apache\poi\ss\formula\functions\BooleanFunction.java
U         src\java\org\apache\poi\ss\formula\functions\LookupUtils.java
U         src\java\org\apache\poi\ss\formula\functions\CountUtils.java
U         src\java\org\apache\poi\ss\formula\functions\Match.java
U         src\java\org\apache\poi\ss\formula\functions\MultiOperandNumericFunction.java
U         src\java\org\apache\poi\ss\formula\functions\Countblank.java
U         src\java\org\apache\poi\ss\formula\functions\T.java
U         src\java\org\apache\poi\ss\formula\functions\EDate.java
U         src\java\org\apache\poi\ss\formula\functions\Mode.java
U         src\java\org\apache\poi\ss\formula\functions\XYNumericFunction.java
U         src\java\org\apache\poi\ss\formula\functions\Sumproduct.java
U         src\java\org\apache\poi\ss\formula\functions\Countif.java
U         src\java\org\apache\poi\ss\formula\eval\RefEvalBase.java
U         src\java\org\apache\poi\ss\formula\eval\AreaEval.java
U         src\java\org\apache\poi\ss\formula\eval\RefEval.java
U         src\java\org\apache\poi\ss\formula\eval\OperandResolver.java
U         src\java\org\apache\poi\ss\formula\eval\AreaEvalBase.java
U         src\java\org\apache\poi\ss\formula\LazyAreaEval.java
U         src\java\org\apache\poi\ss\formula\WorkbookEvaluator.java
U         src\java\org\apache\poi\ss\formula\OperationEvaluationContext.java
U         src\java\org\apache\poi\ss\formula\SheetRangeEvaluator.java
A         src\java\org\apache\poi\ss\formula\ThreeDEval.java
Fetching 'https://svn.apache.org/repos/asf/poi/site/forrest.properties' at -1 into 'F:\hudson\hudson-slave\workspace\POI\forrest.properties'
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1 into 'F:\hudson\hudson-slave\workspace\POI\src\documentation'
At revision 1613465
At revision 1613465
WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior.
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
Deleting old artifacts from #370
[POI] $ cmd.exe /C '"f:\hudson\tools\ant\latest\bin\ant.bat -Dcoverage.enabled=true clean jenkins && exit %%ERRORLEVEL%%"'
Buildfile: <https://builds.apache.org/job/POI/ws/build.xml>

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

check-jars:

fetch-jars:

check-ooxml-jars:

fetch-ooxml-jars:

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

compile-main:
    [javac] Compiling 963 source files to <https://builds.apache.org/job/POI/ws/build\classes>
    [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] Compiling 494 source files to <https://builds.apache.org/job/POI/ws/build\test-classes>
    [javac] <https://builds.apache.org/job/POI/ws/src\testcases\org\apache\poi\ss\formula\atp\TestNetworkdaysFunction.java>:102: org.apache.poi.ss.formula.atp.TestNetworkdaysFunction.MockAreaEval is not abstract and does not override abstract method getRelativeValue(int,int,int) in org.apache.poi.ss.formula.eval.AreaEvalBase
    [javac]     private class MockAreaEval extends AreaEvalBase {
    [javac]             ^
    [javac] <https://builds.apache.org/job/POI/ws/src\testcases\org\apache\poi\ss\formula\atp\TestWorkdayFunction.java>:145: org.apache.poi.ss.formula.atp.TestWorkdayFunction.MockAreaEval is not abstract and does not override abstract method getRelativeValue(int,int,int) in org.apache.poi.ss.formula.eval.AreaEvalBase
    [javac]     private class MockAreaEval extends AreaEvalBase {
    [javac]             ^
    [javac] <https://builds.apache.org/job/POI/ws/src\testcases\org\apache\poi\ss\formula\eval\TestRangeEval.java>:88: org.apache.poi.ss.formula.eval.TestRangeEval.MockAreaEval is not abstract and does not override abstract method getRelativeValue(int,int,int) in org.apache.poi.ss.formula.eval.AreaEvalBase
    [javac] 	private static final class MockAreaEval extends AreaEvalBase {
    [javac] 	                     ^
    [javac] <https://builds.apache.org/job/POI/ws/src\testcases\org\apache\poi\ss\formula\functions\EvalFactory.java>:81: org.apache.poi.ss.formula.functions.EvalFactory.MockAreaEval is not abstract and does not override abstract method getRelativeValue(int,int,int) in org.apache.poi.ss.formula.eval.AreaEvalBase
    [javac] 	private static final class MockAreaEval extends AreaEvalBase {
    [javac] 	                     ^
    [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] 4 errors

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

Total time: 50 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 #373

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


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