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

Changes:

[kiwiwings] - Bug 51585 - WorkbookFactory.create() hangs when creating a 
workbook
- adapted relevant test-classes to Junit4 to support timeout handling
- tab / space cleanup

------------------------------------------
Started by user kiwiwings
Building remotely on windows1 in workspace 
<https://builds.apache.org/job/POI/ws/>
Updating http://svn.apache.org/repos/asf/poi/trunk at revision 
'2014-01-26T02:19:39.501 +0000'
AU        test-data\spreadsheet\51585.xlsx
U         src\ooxml\testcases\org\apache\poi\xssf\usermodel\TestXSSFSheet.java
U         src\ooxml\testcases\org\apache\poi\xssf\streaming\TestSXSSFSheet.java
U         src\ooxml\java\org\apache\poi\xssf\usermodel\XSSFSheet.java
U         src\ooxml\java\org\apache\poi\xssf\usermodel\helpers\ColumnHelper.java
U         src\testcases\org\apache\poi\hssf\usermodel\TestHSSFSheet.java
U         src\testcases\org\apache\poi\ss\usermodel\BaseTestSheet.java
U         src\documentation\content\xdocs\status.xml
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at 
1,561,435 into 'F:\hudson\hudson-slave\workspace\POI\src\documentation'
At revision 1561435
At revision 1561435
Deleting old artifacts from #221
[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 944 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] 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.
     [copy] Copying 3 files to 
<https://builds.apache.org/job/POI/ws/build\classes>

compile-scratchpad:
    [javac] Compiling 526 source files to 
<https://builds.apache.org/job/POI/ws/build\scratchpad-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 178 source files to 
<https://builds.apache.org/job/POI/ws/build\scratchpad-test-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.
     [copy] Copying 2 files to 
<https://builds.apache.org/job/POI/ws/build\scratchpad-classes>

check-ooxml-xsds:

fetch-ooxml-xsds:

check-compiled-ooxml-xsds:

compile-ooxml-xsds:

compile-ooxml-encryption-xsds:

compile-ooxml:
    [javac] Compiling 342 source files to 
<https://builds.apache.org/job/POI/ws/build\ooxml-classes>
    [javac] 
<https://builds.apache.org/job/POI/ws/src\ooxml\java\org\apache\poi\xssf\usermodel\helpers\ColumnHelper.java>:129:
 cannot find symbol
    [javac] symbol  : method 
higher(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol)
    [javac] location: class 
java.util.TreeSet<org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol>
    [javac]                 while (currentElements.higher(currentElem) != null 
&& currentElements.higher(currentElem).getMax() == currentElemIndex) {
    [javac]                                       ^
    [javac] 
<https://builds.apache.org/job/POI/ws/src\ooxml\java\org\apache\poi\xssf\usermodel\helpers\ColumnHelper.java>:129:
 cannot find symbol
    [javac] symbol  : method 
higher(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol)
    [javac] location: class 
java.util.TreeSet<org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol>
    [javac]                 while (currentElements.higher(currentElem) != null 
&& currentElements.higher(currentElem).getMax() == currentElemIndex) {
    [javac]                                                                     
                 ^
    [javac] 
<https://builds.apache.org/job/POI/ws/src\ooxml\java\org\apache\poi\xssf\usermodel\helpers\ColumnHelper.java>:130:
 cannot find symbol
    [javac] symbol  : method 
higher(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol)
    [javac] location: class 
java.util.TreeSet<org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol>
    [javac]                     currentElem = 
currentElements.higher(currentElem);
    [javac]                                                  ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: 
<https://builds.apache.org/job/POI/ws/src\ooxml\java\org\apache\poi\xslf\usermodel\RenderableShape.java>
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors

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

Total time: 1 minute 18 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-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to