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 2018/08/27 01:00:18 UTC

Build failed in Jenkins: POI-DSL-1.8 #509

See <https://builds.apache.org/job/POI-DSL-1.8/509/display/redirect?page=changes>

Changes:

[abearez] test integration of XDDF text entities

[abearez] complete body properties with insets

[abearez] fill in the text body, its paragraphs and text runs

[kiwiwings] vectorize POI logo

[abearez] add warning message to help reduce duplicates of bug 60102

------------------------------------------
[...truncated 7.89 KB...]
drwxr-xr-x 8 root root   4096 Jun 27 20:26 ..
-rwxr-xr-x 1 root root   7965 Mar 29 04:52 appletviewer
lrwxrwxrwx 1 root root      8 Mar 29 04:52 ControlPanel -> jcontrol
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 extcheck
-rwxr-xr-x 1 root root   7973 Mar 29 04:52 idlj
-rwxr-xr-x 1 root root   7925 Mar 29 04:52 jar
-rwxr-xr-x 1 root root   7957 Mar 29 04:52 jarsigner
-rwxr-xr-x 1 root root   7734 Mar 29 04:52 java
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 javac
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 javadoc
-rwxr-xr-x 1 root root   2293 Mar 28 17:37 javafxpackager
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 javah
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 javap
-rwxr-xr-x 1 root root   2293 Mar 28 17:37 javapackager
-rwxr-xr-x 1 root root   1809 Mar 29 04:52 java-rmi.cgi
-rwxr-xr-x 1 root root 139908 Mar 29 04:52 javaws
-rwxr-xr-x 1 root root   7925 Mar 29 04:52 jcmd
-rwxr-xr-x 1 root root   8013 Mar 29 04:52 jconsole
-rwxr-xr-x 1 root root   6264 Mar 29 04:52 jcontrol
-rwxr-xr-x 1 root root   7981 Mar 29 04:52 jdb
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 jdeps
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 jhat
-rwxr-xr-x 1 root root   8109 Mar 29 04:52 jinfo
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 jjs
-rwxr-xr-x 1 root root   8109 Mar 29 04:52 jmap
-rwxr-xr-x 1 root root  74675 Dec 13  2017 jmc
-rwxr-xr-x 1 root root    402 Dec 13  2017 jmc.ini
-rwxr-xr-x 1 root root   7925 Mar 29 04:52 jps
-rwxr-xr-x 1 root root   7949 Mar 29 04:52 jrunscript
-rwxr-xr-x 1 root root   7981 Mar 29 04:52 jsadebugd
-rwxr-xr-x 1 root root   8109 Mar 29 04:52 jstack
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 jstat
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 jstatd
-rwxr-xr-x 1 root root   5110 Jan 14  2017 jvisualvm
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 keytool
-rwxr-xr-x 1 root root   7949 Mar 29 04:52 native2ascii
-rwxr-xr-x 1 root root   8149 Mar 29 04:52 orbd
-rwxr-xr-x 1 root root   7957 Mar 29 04:52 pack200
-rwxr-xr-x 1 root root   7997 Mar 29 04:52 policytool
-rwxr-xr-x 1 root root   7925 Mar 29 04:52 rmic
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 rmid
-rwxr-xr-x 1 root root   7949 Mar 29 04:52 rmiregistry
-rwxr-xr-x 1 root root   7957 Mar 29 04:52 schemagen
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 serialver
-rwxr-xr-x 1 root root   7965 Mar 29 04:52 servertool
-rwxr-xr-x 1 root root   8181 Mar 29 04:52 tnameserv
-rwxr-xr-x 1 root root 231450 Mar 29 04:52 unpack200
-rwxr-xr-x 1 root root   7941 Mar 29 04:52 wsgen
-rwxr-xr-x 1 root root   7957 Mar 29 04:52 wsimport
-rwxr-xr-x 1 root root   7957 Mar 29 04:52 xjc
+ /home/jenkins/tools/java/latest1.8/bin/java -version
java version "1.8.0_172"
Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest1.8/bin/java
+ java -version
java version "1.8.0_172"
Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest1.8/bin/javac
+ javac -version
javac 1.8.0_172
+ echo '<project default="test"><target name="test"><echo>Java ${ant.java.version}/${java.version}</echo><exec executable="javac"><arg value="-version"/></exec></target></project>'
+ ant -f build.javacheck.xml -v
Apache Ant(TM) version 1.9.6 compiled on July 20 2018
Buildfile: <https://builds.apache.org/job/POI-DSL-1.8/ws/build.javacheck.xml>
Detected Java version: 1.8 in: /usr/local/asfpackages/java/jdk1.8.0_172/jre
Detected OS: Linux
parsing buildfile <https://builds.apache.org/job/POI-DSL-1.8/ws/build.javacheck.xml> with URI = <https://builds.apache.org/job/POI-DSL-1.8/ws/build.javacheck.xml>
Project base dir set to: <https://builds.apache.org/job/POI-DSL-1.8/ws/>
Build sequence for target(s) `test' is [test]
Complete build sequence is [test, ]

test:
parsing buildfile jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
     [echo] Java 1.8/1.8.0_172
     [exec] Current OS is Linux
     [exec] Executing 'javac' with arguments:
     [exec] '-version'
     [exec] 
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
     [exec] javac 1.8.0_172

BUILD SUCCESSFUL
Total time: 0 seconds
+ exit 0
[POI-DSL-1.8] $ /home/jenkins/tools/ant/apache-ant-1.9.9/bin/ant -Dcoverage.enabled=true clean jenkins
Buildfile: <https://builds.apache.org/job/POI-DSL-1.8/ws/build.xml>

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

check-jars:

fetch-jars:

check-ooxml-jars:

fetch-ooxml-jars:

init:
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/scratchpad-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/scratchpad-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/scratchpad-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/geometry-java>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/ooxml-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/ooxml-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/ooxml-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/excelant-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/excelant-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/excelant-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/examples-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/integration-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/509/artifact/build/integration-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/dist>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/site>
     [echo] Using Ant: Apache Ant(TM) version 1.9.9 compiled on February 2 2017 from /home/jenkins/tools/ant/apache-ant-1.9.9, Ant detected Java 1.8 (may be different than actual Java sometimes...)
     [echo] Using Java: 1.8.0_172/1.8.0_172-b11/25.172-b11/Java HotSpot(TM) 64-Bit Server VM from Oracle Corporation on Linux: 4.15.0-1017-gcp

compile-main:
    [javac] Compiling 1226 source files to <https://builds.apache.org/job/POI-DSL-1.8/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] Creating empty <https://builds.apache.org/job/POI-DSL-1.8/ws/build/classes/org/apache/poi/poifs/dev/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-1.8/ws/build/classes/org/apache/poi/poifs/common/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-1.8/ws/build/classes/org/apache/poi/poifs/filesystem/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-1.8/ws/build/classes/org/apache/poi/poifs/storage/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-1.8/ws/build/classes/org/apache/poi/poifs/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-1.8/ws/build/classes/org/apache/poi/poifs/crypt/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-1.8/ws/build/classes/org/apache/poi/poifs/eventfilesystem/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-1.8/ws/build/classes/org/apache/poi/poifs/property/package-info.class>
    [javac] Compiling 543 source files to <https://builds.apache.org/job/POI-DSL-1.8/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: <https://builds.apache.org/job/POI-DSL-1.8/ws/src/testcases/org/apache/poi/sl/usermodel/BaseTestSlideShow.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 4 files to <https://builds.apache.org/job/POI-DSL-1.8/ws/build/classes>

check-ooxml-xsds:

fetch-ooxml-xsds:

generate-geometry:

compile-scratchpad:
    [javac] Compiling 488 source files to <https://builds.apache.org/job/POI-DSL-1.8/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: <https://builds.apache.org/job/POI-DSL-1.8/ws/src/scratchpad/src/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 191 source files to <https://builds.apache.org/job/POI-DSL-1.8/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: <https://builds.apache.org/job/POI-DSL-1.8/ws/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestBugs.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 2 files to <https://builds.apache.org/job/POI-DSL-1.8/ws/build/scratchpad-classes>

check-compiled-ooxml-xsds:

compile-ooxml-xsds:
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-xsds>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-classes>
     [copy] Copying 3 files to <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-xsds>
     [copy] Copying 87 resources to <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-xsds>
  [xmlbean] Time to build schema type system: 1.479 seconds
  [xmlbean] Time to generate code: 3.506 seconds
     [echo] Forking javac with max heap size 1536m
    [javac] Compiling 4576 source files to <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-classes>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
      [jar] Building jar: <https://builds.apache.org/job/POI-DSL-1.8/509/artifact/ooxml-lib/ooxml-schemas-1.4.jar>
      [jar] Building jar: <https://builds.apache.org/job/POI-DSL-1.8/509/artifact/ooxml-lib/ooxml-schemas-1.4-sources.jar>
   [delete] Deleting directory <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-xsds>
   [delete] Deleting directory <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-sources>
   [delete] Deleting directory <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-xsds>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-sources>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-classes>
     [copy] Copying 10 files to <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-xsds>
     [copy] Copying 2 resources to <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-xsds>
  [xmlbean] Time to build schema type system: 0.541 seconds
  [xmlbean] Time to generate code: 0.221 seconds
     [echo] Forking javac with max heap size 1536m
    [javac] Compiling 372 source files to <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-classes>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
      [jar] Building jar: <https://builds.apache.org/job/POI-DSL-1.8/509/artifact/ooxml-lib/ooxml-security-1.1.jar>
      [jar] Building jar: <https://builds.apache.org/job/POI-DSL-1.8/509/artifact/ooxml-lib/ooxml-security-1.1-sources.jar>
   [delete] Deleting directory <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-xsds>
   [delete] Deleting directory <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-sources>
   [delete] Deleting directory <https://builds.apache.org/job/POI-DSL-1.8/ws/build/xmlbean-classes>

compile-ooxml:
    [javac] Compiling 586 source files to <https://builds.apache.org/job/POI-DSL-1.8/ws/build/ooxml-classes>
    [javac] <https://builds.apache.org/job/POI-DSL-1.8/ws/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextRun.java>:25: error: cannot find symbol
    [javac] import org.apache.poi.POIXMLRelation;
    [javac]                      ^
    [javac]   symbol:   class POIXMLRelation
    [javac]   location: package org.apache.poi
    [javac] <https://builds.apache.org/job/POI-DSL-1.8/ws/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextRun.java>:446: error: cannot find symbol
    [javac]     public XDDFHyperlink linkToExternal(String url, PackagePart localPart, POIXMLRelation relation) {
    [javac]                                                                            ^
    [javac]   symbol:   class POIXMLRelation
    [javac]   location: class XDDFTextRun
    [javac] <https://builds.apache.org/job/POI-DSL-1.8/ws/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextRun.java>:459: error: cannot find symbol
    [javac]     public XDDFHyperlink linkToInternal(String action, PackagePart localPart, POIXMLRelation relation, PackagePartName target) {
    [javac]                                                                               ^
    [javac]   symbol:   class POIXMLRelation
    [javac]   location: class XDDFTextRun
    [javac] <https://builds.apache.org/job/POI-DSL-1.8/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSimpleShape.java>:139: error: cannot find symbol
    [javac]             XDDFTextParagraph p = body.initialize();
    [javac]                                       ^
    [javac]   symbol:   method initialize()
    [javac]   location: variable body of type XDDFTextBody
    [javac] <https://builds.apache.org/job/POI-DSL-1.8/ws/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFAutoShape.java>:81: error: incompatible types: CTTextBody cannot be converted to XDDFTextBody
    [javac]             initTextBody(txBody);
    [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-DSL-1.8/ws/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignaturePart.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
    [javac] 5 errors

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

Total time: 1 minute 29 seconds
Build step 'Invoke Ant' marked build as failure
Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] Compressed 59.95 MB of artifacts by 59.5% relative to #508
Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

---------------------------------------------------------------------
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-DSL-1.8 #510

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-DSL-1.8/510/display/redirect?page=changes>


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