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 2015/02/05 19:13:09 UTC

Build failed in Jenkins: POI-JDK8 #286

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

Changes:

[nick] More common HWPF/XWPF interfaces

[nick] More common XWPF/HWPF character run methods

[nick] Republish javadocs

[nick] XWPF double strikethrough, and start on a common interface for HWPF and XWPF character runs

------------------------------------------
Started by an SCM change
Building remotely on ubuntu-2 (docker Ubuntu ubuntu) in workspace <https://builds.apache.org/job/POI-JDK8/ws/>
Updating http://svn.apache.org/repos/asf/poi/trunk at revision '2015-02-05T18:12:14.508 +0000'
A         src/scratchpad/src/org/apache/poi/wp
A         src/scratchpad/src/org/apache/poi/wp/usermodel
A         src/scratchpad/src/org/apache/poi/wp/usermodel/CharacterRun.java
U         src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java
U         src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java
U         src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFParagraph.java
U         src/ooxml/java/org/apache/poi/xwpf/usermodel/IRunElement.java
U         src/ooxml/java/org/apache/poi/xwpf/usermodel/IRunBody.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'>
U         src/documentation/content/xdocs/spreadsheet/quick-guide.xml
U         src/documentation/content/xdocs/status.xml
At revision 1657652
At revision 1657652
no change for http://svn.apache.org/repos/asf/poi/trunk/forrest.properties since the previous build
Deleting old artifacts from #284
[POI-JDK8] $ /home/jenkins/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/integration-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-JDK8/286/artifact/build/integration-test-results>
    [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>
     [echo] Using Java: 1.8.0_20/1.8.0_20-b26/25.20-b23/Java HotSpot(TM) 64-Bit Server VM from Oracle Corporation on Linux: 3.13.0-36-lowlatency

compile-main:
    [javac] Compiling 993 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] 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 warning
    [javac] Compiling 508 source files to <https://builds.apache.org/job/POI-JDK8/ws/build/test-classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [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 warning
     [copy] Copying 3 files to <https://builds.apache.org/job/POI-JDK8/ws/build/classes>

compile-scratchpad:
    [javac] Compiling 529 source files to <https://builds.apache.org/job/POI-JDK8/ws/build/scratchpad-classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [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 warning
    [javac] Compiling 182 source files to <https://builds.apache.org/job/POI-JDK8/ws/build/scratchpad-test-classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [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 warning
     [copy] Copying 2 files to <https://builds.apache.org/job/POI-JDK8/ws/build/scratchpad-classes>

check-ooxml-xsds:

fetch-ooxml-xsds:

check-compiled-ooxml-xsds:

compile-ooxml-xsds:

compile-ooxml:
    [javac] Compiling 382 source files to <https://builds.apache.org/job/POI-JDK8/ws/build/ooxml-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/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFParagraph.java>:26: error: cannot find symbol
    [javac] import org.apache.poi.wp.usermodel.Paragraph;
    [javac]                                   ^
    [javac]   symbol:   class Paragraph
    [javac]   location: package org.apache.poi.wp.usermodel
    [javac] <https://builds.apache.org/job/POI-JDK8/ws/src/ooxml/java/org/apache/poi/xwpf/usermodel/IRunBody.java>:20: error: cannot find symbol
    [javac] import org.apache.poi.wp.usermodel.Paragraph;
    [javac]                                   ^
    [javac]   symbol:   class Paragraph
    [javac]   location: package org.apache.poi.wp.usermodel
    [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] 2 errors
    [javac] 1 warning

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

Total time: 44 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 #287

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


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