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

Changes:

[onealj] bug 52949: prepare for adding DOC/DOCM and PPT/PPTM test cases

[onealj] bug 52949: add junit test for RLEDecompressingInputStream

[onealj] svn propset svn:eol-style native

[nick] Republish javadocs

[nick] Javadoc tweaks

[nick] Make the extractor exactly that, powered by the reader #52949

[nick] Unit test for VBA macro reading #52949

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (docker Ubuntu ubuntu yahoo-not-h2) in workspace 
<https://builds.apache.org/job/POI/ws/>
Updating http://svn.apache.org/repos/asf/poi/trunk at revision 
'2016-04-10T14:40:00.169 +0000'
AU        test-data/spreadsheet/SimpleMacro.vba
AU        test-data/spreadsheet/SimpleMacro.xls
AU        test-data/spreadsheet/SimpleMacro.xlsm
AU        src/testcases/org/apache/poi/util/TestRLEDecompressingInputStream.java
U         src/testcases/org/apache/poi/poifs/AllPOIFSTests.java
A         src/testcases/org/apache/poi/poifs/macros
A         src/testcases/org/apache/poi/poifs/macros/TestVBAMacroReader.java
U         src/java/org/apache/poi/util/IOUtils.java
UU        src/java/org/apache/poi/util/RLEDecompressingInputStream.java
U         src/java/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java
U         src/java/org/apache/poi/poifs/macros/VBAMacroReader.java
U         src/java/org/apache/poi/poifs/macros/VBAMacroExtractor.java
U         src/java/org/apache/poi/poifs/eventfilesystem/POIFSReader.java
U         src/java/org/apache/poi/poifs/eventfilesystem/POIFSReaderEvent.java
Fetching 'https://svn.apache.org/repos/asf/poi/site/forrest.properties' at -1 
into '<https://builds.apache.org/job/POI/ws/forrest.properties'>
At revision 1738438
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1 
into '<https://builds.apache.org/job/POI/ws/src/documentation'>
U         src/documentation/content/xdocs/status.xml
At revision 1738438
At revision 1738438
no change for http://svn.apache.org/repos/asf/poi/site/forrest.properties since 
the previous build
[EnvInject] - Executing scripts and injecting environment variables after the 
SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.UTF-8

[EnvInject] - Variables injected successfully.
[POI] $ /bin/bash -xe /tmp/hudson5956586237352393133.sh
+ svn status
    X   forrest.properties
X       src/documentation

Performing status on external item at 'src/documentation':
+ exit 0
[POI] $ /home/jenkins/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/geometry-java>
    [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/integration-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI/1234/artifact/build/integration-test-results>
    [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>
     [echo] Using Java: 1.6.0_45/1.6.0_45-b06/20.45-b01/Java HotSpot(TM) Server 
VM from Sun Microsystems Inc. on Linux: 3.13.0-36-lowlatency

compile-main:
    [javac] Compiling 1194 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: 
<https://builds.apache.org/job/POI/ws/src/java/org/apache/poi/hpsf/CustomProperties.java>
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 522 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/poifs/macros/TestVBAMacroReader.java>:90:
 'try' without 'catch' or 'finally'
    [javac]         try {
    [javac]         ^
    [javac] 1 error

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

Total time: 25 seconds
Build step 'Invoke Ant' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Compressed 66.84 MB of artifacts by 64.8% relative to #1231
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to