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

Changes:

[PJ Fanning] fix broken test case

[Andreas Beeker] use gradle as default build tool

[Andreas Beeker] move dist files from gradles default dist directory to pois 
dist dir

[PJ Fanning] add support for reading hyperlinks that have cell refs that are 
area references (very limited update or write support as yet)


------------------------------------------
[...truncated 5.03 KB...]
-rw-r--r--  1 root root 21151243 Apr  7 19:23 src.zip
-rw-r--r--  1 root root      190 Mar 19 06:57 THIRDPARTYLICENSEREADME-JAVAFX.txt
-r--r--r--  1 root root      190 Apr  7 19:23 THIRDPARTYLICENSEREADME.txt
+ ls -al /home/jenkins/tools/java/latest1.8/bin
total 844
drwxr-xr-x 2 root root   4096 Jun 24 09:32 .
drwxr-xr-x 8 root root   4096 Jun 24 09:32 ..
-rwxr-xr-x 1 root root   8840 Apr  7 19:23 appletviewer
-rwxr-xr-x 2 root root   6264 Apr  7 19:23 ControlPanel
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 extcheck
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 idlj
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 jar
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 jarsigner
-rwxr-xr-x 1 root root   8712 Apr  7 19:23 java
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 javac
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 javadoc
-rwxr-xr-x 1 root root   2293 Mar 19 06:57 javafxpackager
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 javah
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 javap
-rwxr-xr-x 1 root root   2293 Mar 19 06:57 javapackager
-rwxr-xr-x 1 root root   1809 Apr  7 19:23 java-rmi.cgi
-rwxr-xr-x 1 root root 148896 Apr  7 19:23 javaws
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 jcmd
-rwxr-xr-x 1 root root   8856 Apr  7 19:23 jconsole
-rwxr-xr-x 2 root root   6264 Apr  7 19:23 jcontrol
-rwxr-xr-x 1 root root   8848 Apr  7 19:23 jdb
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 jdeps
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 jhat
-rwxr-xr-x 1 root root   8896 Apr  7 19:23 jinfo
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 jjs
-rwxr-xr-x 1 root root   8896 Apr  7 19:23 jmap
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 jps
-rwxr-xr-x 1 root root   8840 Apr  7 19:23 jrunscript
-rwxr-xr-x 1 root root   8848 Apr  7 19:23 jsadebugd
-rwxr-xr-x 1 root root   8896 Apr  7 19:23 jstack
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 jstat
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 jstatd
-rwxr-xr-x 1 root root   5110 Jan 14  2017 jvisualvm
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 keytool
-rwxr-xr-x 1 root root   8840 Apr  7 19:23 native2ascii
-rwxr-xr-x 1 root root   8904 Apr  7 19:23 orbd
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 pack200
-rwxr-xr-x 1 root root   8840 Apr  7 19:23 policytool
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 rmic
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 rmid
-rwxr-xr-x 1 root root   8840 Apr  7 19:23 rmiregistry
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 schemagen
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 serialver
-rwxr-xr-x 1 root root   8840 Apr  7 19:23 servertool
-rwxr-xr-x 1 root root   8904 Apr  7 19:23 tnameserv
-rwxr-xr-x 1 root root 186960 Apr  7 19:23 unpack200
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 wsgen
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 wsimport
-rwxr-xr-x 1 root root   8832 Apr  7 19:23 xjc
+ /home/jenkins/tools/java/latest1.8/bin/java -version
java version "1.8.0_291"
Java(TM) SE Runtime Environment (build 1.8.0_291-b10)
Java HotSpot(TM) 64-Bit Server VM (build 25.291-b10, mixed mode)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest1.8/bin/java
+ java -version
java version "1.8.0_291"
Java(TM) SE Runtime Environment (build 1.8.0_291-b10)
Java HotSpot(TM) 64-Bit Server VM (build 25.291-b10, mixed mode)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest1.8/bin/javac
+ javac -version
javac 1.8.0_291
+ echo Ant-Home:
Ant-Home:
+ ls -al
total 560
drwxr-xr-x 24 jenkins jenkins   4096 Aug  9 23:07 .
drwxr-xr-x  6 jenkins jenkins   4096 Jul 16 21:25 ..
drwxr-xr-x 10 jenkins jenkins   4096 Aug  9 01:23 build
-rw-------  1 jenkins jenkins  14939 Jan 18  2021 build.gradle
-rw-r--r--  1 jenkins jenkins  14841 Jan 18  2021 build.gradle.mine
-rw-r--r--  1 jenkins jenkins  14850 Jan 18  2021 build.gradle.r1885598
-rw-r--r--  1 jenkins jenkins  14850 Jan 18  2021 build.gradle.r1885632
-rw-r--r--  1 jenkins jenkins 168861 Jul 14 21:53 build.xml
-rw-r--r--  1 jenkins jenkins   6325 Jan 18  2021 doap_POI.rdf
-rw-r--r--  1 jenkins jenkins   3014 Apr 26 15:15 file-leak-detector.exclude
-rw-r--r--  1 jenkins jenkins   6229 Aug 16  2020 forrest.properties
-rw-r--r--  1 jenkins jenkins     53 Aug 16  2020 .gitattributes
drwxr-xr-x  3 jenkins jenkins   4096 Dec 21  2020 .github
-rw-r--r--  1 jenkins jenkins    523 Apr  9 08:25 .gitignore
drwxr-xr-x  3 jenkins jenkins   4096 Aug 16  2020 gradle
-rw-r--r--  1 jenkins jenkins    154 Apr  9 08:24 gradle.properties
-rwxr-xr-x  1 jenkins jenkins   5766 May 13 12:26 gradlew
-rw-r--r--  1 jenkins jenkins   2763 May 13 12:26 gradlew.bat
drwxr-xr-x  2 jenkins jenkins   4096 Aug  9 23:07 jenkins
-rw-r--r--  1 jenkins jenkins 167281 Mar 14 12:26 KEYS
drwxr-xr-x  2 jenkins jenkins   4096 Apr  9 08:24 legal
drwxr-xr-x 10 jenkins jenkins   4096 Feb 24 21:32 lib
drwxr-xr-x  2 jenkins jenkins   4096 Apr 10 10:02 lib.stored
drwxr-xr-x  2 jenkins jenkins   4096 Jul 14 21:53 maven
drwxr-xr-x  3 jenkins jenkins   4096 Jul 12 12:26 osgi
-rw-r--r--  1 jenkins jenkins   4813 Aug 16  2020 patch.xml
drwxr-xr-x  5 jenkins jenkins   4096 Aug  9 00:26 poi
drwxr-xr-x  4 jenkins jenkins   4096 Aug  9 00:26 poi-examples
drwxr-xr-x  4 jenkins jenkins   4096 Aug  9 00:26 poi-excelant
drwxr-xr-x  4 jenkins jenkins   4096 Aug  9 00:26 poi-integration
drwxr-xr-x  4 jenkins jenkins   4096 Aug  9 00:26 poi-ooxml
drwxr-xr-x  4 jenkins jenkins   4096 Aug  9 00:26 poi-ooxml-full
drwxr-xr-x  3 jenkins jenkins   4096 Jul 20 00:26 poi-ooxml-lite
drwxr-xr-x  4 jenkins jenkins   4096 May 13 12:26 poi-ooxml-lite-agent
drwxr-xr-x  5 jenkins jenkins   4096 Aug  9 00:26 poi-scratchpad
-rw-r--r--  1 jenkins jenkins   4328 Apr  9 08:24 README.rst
-rw-r--r--  1 jenkins jenkins    197 Apr  9 08:25 settings.gradle
drwxr-xr-x  9 jenkins jenkins   4096 Jul 12 12:26 sonar
drwxr-xr-x  6 jenkins jenkins   4096 Mar 28 00:27 src
drwxr-xr-x  4 jenkins jenkins   4096 Aug  9 23:07 .svn
drwxr-xr-x 15 jenkins jenkins   4096 Dec 31  2020 test-data
-rw-r--r--  1 jenkins jenkins    426 Jul 17 00:26 .travis.yml
+ echo which ant
which ant
+ which ant
/usr/bin/ant
+ ant -version
Apache Ant(TM) version 1.10.5 compiled on March 28 2019
+ 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.10.5 compiled on March 28 2019
Buildfile: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build.javacheck.xml>
Detected Java version: 1.8 in: 
/usr/local/asfpackages/java/oraclejdk-1.8.0-291/jre
Detected OS: Linux
parsing buildfile 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build.javacheck.xml> 
with URI = 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build.javacheck.xml>
Project base dir set to: 
<https://ci-builds.apache.org/job/POI/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_291
     [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_291

BUILD SUCCESSFUL
Total time: 0 seconds
+ exit 0
[POI-DSL-1.8] $ /bin/sh -xe /tmp/jenkins3367281053372824411.sh
+ touch --no-create build/*/build/test-results/TEST-*.xml 
build/*/build/test-results/test/TEST-*.xml
[POI-DSL-1.8] $ /home/jenkins/tools/ant/latest1.10/bin/ant init
Buildfile: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build.xml>

check-jars:

fetch-jars:

check-ooxml-jars:

fetch-ooxml-jars:
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml/curvesapi-1.06.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/xmlbeans/xmlbeans/5.0.0/xmlbeans-5.0.0.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml/xmlbeans-5.0.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml/commons-compress-1.21.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-tests/reflections-0.9.12.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-tests/guava-30.1-jre.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-tests/javassist-3.27.0-GA.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-tests/slf4j-api-1.7.31.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-anim-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-awt-util-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-bridge-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-codec-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-constants-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-css-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-dom-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-ext-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-gvt-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-i18n-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-parser-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-script-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-shared-resources-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-svg-dom-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-svggen-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-svgrasterizer-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-transcoder-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-util-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/batik-xml-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/xml-apis-ext-1.3.04.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-batik/xmlgraphics-commons-2.4.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-provided/pdfbox-2.0.24.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-provided/fontbox-2.0.24.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-provided/graphics2d-0.32.jar>

init:
     [echo] Using Ant: Apache Ant(TM) version 1.10.10 compiled on April 12 2021 
from /home/jenkins/tools/ant/latest1.10, Ant detected Java 1.8 (may be 
different than actual Java sometimes...)
     [echo] Using Java: 1.8.0_291/1.8.0_291-b10/25.291-b10/Java HotSpot(TM) 
64-Bit Server VM from Oracle Corporation on Linux: 4.15.0-140-generic
     [echo] Building Apache POI version 5.0.1-SNAPSHOT and RC: RC1, isJava8: 
true
     [echo] Compiling for Java 8

BUILD SUCCESSFUL
Total time: 2 seconds
[Gradle] - Launching build.
[POI-DSL-1.8] $ 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/gradlew> clean jenkins
Downloading https://services.gradle.org/distributions/gradle-7.1-bin.zip
..........10%...........20%...........30%..........40%...........50%...........60%..........70%...........80%...........90%...........100%

Welcome to Gradle 7.1!

Here are the highlights of this release:
 - Faster incremental Java compilation
 - Easier source set configuration in the Kotlin DSL

For more details see https://docs.gradle.org/7.1/release-notes.html

To honour the JVM settings for this build a single-use Daemon process will be 
forked. See 
https://docs.gradle.org/7.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 

FAILURE: Build failed with an exception.

* Where:
Build file 
'<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build.gradle'> line: 
103

* What went wrong:
Could not compile build file 
'<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build.gradle'.>
> startup failed:
  build file 
'<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build.gradle'>: 103: 
Unexpected input: '{' @ line 103, column 13.
     subprojects {
                 ^
  
  1 error


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 16s
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Archiving artifacts
[Fast Archiver] Compressed 223.39 MB of artifacts by 100.0% relative to #300
Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found 
but none of them are new. Did leafNodes run? 
For example, 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-excelant/build/test-results/TEST-org.apache.poi.ss.excelant.TestBuildFile.xml>
 is 22 hr old


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

Reply via email to