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

Changes:

[nick] Partial fix for #56537 - Have Workbook offer a close() method, which in 
turn closes the NPOIFS or OPC resource from which it was loaded

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1 (Ubuntu ubuntu) in workspace 
<https://builds.apache.org/job/POI/ws/>
Updating http://svn.apache.org/repos/asf/poi/trunk at revision 
'2014-06-11T14:35:21.584 +0000'
U         src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
U         src/ooxml/java/org/apache/poi/POIXMLDocument.java
U         src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
U         src/java/org/apache/poi/ss/usermodel/Workbook.java
Fetching 'https://svn.apache.org/repos/asf/poi/site/forrest.properties' at -1 
into '<https://builds.apache.org/job/POI/ws/forrest.properties'>
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1 
into '<https://builds.apache.org/job/POI/ws/src/documentation'>
At revision 1601916
At revision 1601916
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 #326
[POI] $ /home/hudson/tools/ant/latest/bin/ant -Dcoverage.enabled=true clean 
jenkins
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 949 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 528 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 179 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 343 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/streaming/SXSSFWorkbook.java>:61:
 org.apache.poi.xssf.streaming.SXSSFWorkbook is not abstract and does not 
override abstract method close() in org.apache.poi.ss.usermodel.Workbook
    [javac] public class SXSSFWorkbook implements Workbook
    [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] 1 error

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

Total time: 27 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to