See
<https://builds.apache.org/job/POI-DSL-SonarQube/348/display/redirect?page=changes>
Changes:
[fanningpj] uptake xmlbeans 3.0.1 (staging version, pre-release)
[centic] Adjust list of nodes for testing environment
[centic] Add Job for testing with JDK 11, no trigger yet as it does not fully
work yet
------------------------------------------
[...truncated 7.74 KB...]
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest1.8/bin/java
+ java -version
java version "1.8.0_152"
Java(TM) SE Runtime Environment (build 1.8.0_152-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.152-b16, mixed mode)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest1.8/bin/javac
+ javac -version
javac 1.8.0_152
+ 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-SonarQube/ws/build.javacheck.xml>
Detected Java version: 1.8 in: /usr/local/asfpackages/java/jdk1.8.0_152/jre
Detected OS: Linux
parsing buildfile
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/build.javacheck.xml> with
URI = <https://builds.apache.org/job/POI-DSL-SonarQube/ws/build.javacheck.xml>
Project base dir set to: <https://builds.apache.org/job/POI-DSL-SonarQube/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_152
[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_152
BUILD SUCCESSFUL
Total time: 0 seconds
+ exit 0
[POI-DSL-SonarQube] $ /home/jenkins/tools/maven/apache-maven-3.2.1/bin/mvn -f
sonar/pom.xml
-Dmaven.repo.local=<https://builds.apache.org/job/POI-DSL-SonarQube/ws/.repository>
clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache POI - the Java API for Microsoft Documents
[INFO] Apache POI Main package
[INFO] Apache POI Scratchpad package
[INFO] Apache POI - Openxmlformats Schema package
[INFO] Apache POI - Openxmlformats Encryption Schema package
[INFO] Apache POI - Openxmlformats Security-Schema package
[INFO] Apache POI OOXML package
[INFO] Apache POI ExcelAnt package
[INFO] Apache POI Examples package
[INFO]
[INFO] Using the builder
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder
with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI - the Java API for Microsoft Documents 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ poi-parent ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI Main package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ poi-main ---
[INFO] Deleting
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/main/target>
[INFO] Deleting
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/main/src> (includes =
[], excludes = [])
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI Scratchpad package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ poi-scratchpad ---
[INFO] Deleting
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/scratchpad/target>
[INFO] Deleting
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/scratchpad/src>
(includes = [], excludes = [])
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI - Openxmlformats Schema package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ poi-ooxml-schema ---
[INFO] Deleting
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/ooxml-schema/target>
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI - Openxmlformats Encryption Schema package
4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
poi-ooxml-schema-encryption ---
[INFO] Deleting
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/ooxml-schema-encryption/target>
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI - Openxmlformats Security-Schema package
4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
poi-ooxml-schema-security ---
[INFO] Deleting
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/ooxml-schema-security/target>
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI OOXML package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ poi-ooxml ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI ExcelAnt package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ poi-excelant ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI Examples package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ poi-examples ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache POI - the Java API for Microsoft Documents . SUCCESS [ 0.121 s]
[INFO] Apache POI Main package ........................... SUCCESS [ 0.268 s]
[INFO] Apache POI Scratchpad package ..................... SUCCESS [ 0.064 s]
[INFO] Apache POI - Openxmlformats Schema package ........ SUCCESS [ 1.106 s]
[INFO] Apache POI - Openxmlformats Encryption Schema package SUCCESS [ 0.025
s]
[INFO] Apache POI - Openxmlformats Security-Schema package SUCCESS [ 0.004 s]
[INFO] Apache POI OOXML package .......................... SUCCESS [ 0.004 s]
[INFO] Apache POI ExcelAnt package ....................... SUCCESS [ 0.003 s]
[INFO] Apache POI Examples package ....................... SUCCESS [ 0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.750 s
[INFO] Finished at: 2018-08-19T09:28:36+00:00
[INFO] Final Memory: 20M/1570M
[INFO] ------------------------------------------------------------------------
[POI-DSL-SonarQube] $ /home/jenkins/tools/maven/apache-maven-3.2.1/bin/mvn -f
sonar/pom.xml
-Dmaven.repo.local=<https://builds.apache.org/job/POI-DSL-SonarQube/ws/.repository>
compile sonar:sonar -Dsonar.host.url=https://builds.apache.org/analysis
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache POI - the Java API for Microsoft Documents
[INFO] Apache POI Main package
[INFO] Apache POI Scratchpad package
[INFO] Apache POI - Openxmlformats Schema package
[INFO] Apache POI - Openxmlformats Encryption Schema package
[INFO] Apache POI - Openxmlformats Security-Schema package
[INFO] Apache POI OOXML package
[INFO] Apache POI ExcelAnt package
[INFO] Apache POI Examples package
[INFO]
[INFO] Using the builder
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder
with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI - the Java API for Microsoft Documents 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI Main package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:copy-resources (copy-sources) @
poi-main ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1250 resources
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:copy-resources (copy-resources) @
poi-main ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @
poi-main ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ poi-main ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1226 source files to
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/main/target/classes>
[INFO]
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/main/src/main/java/org/apache/poi/ss/usermodel/charts/ChartData.java>:
Some input files use or override a deprecated API.
[INFO]
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/main/src/main/java/org/apache/poi/ss/usermodel/charts/ChartData.java>:
Recompile with -Xlint:deprecation for details.
[INFO]
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/main/src/main/java/org/apache/poi/hpsf/CustomProperties.java>:
Some input files use unchecked or unsafe operations.
[INFO]
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/main/src/main/java/org/apache/poi/hpsf/CustomProperties.java>:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI Scratchpad package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading:
https://repository.apache.org/content/repositories/releases/org/apache/poi/poi-main/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:copy-resources (copy-sources) @
poi-scratchpad ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 488 resources
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:copy-resources (copy-resources) @
poi-scratchpad ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @
poi-scratchpad ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @
poi-scratchpad ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 488 source files to
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/scratchpad/target/classes>
[INFO]
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/Table.java>:
Some input files use or override a deprecated API.
[INFO]
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/Table.java>:
Recompile with -Xlint:deprecation for details.
[INFO]
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>
uses unchecked or unsafe operations.
[INFO]
<https://builds.apache.org/job/POI-DSL-SonarQube/ws/sonar/scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI - Openxmlformats Schema package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading:
https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.0.1/xmlbeans-3.0.1.pom
Downloading:
http://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/3.0.1/xmlbeans-3.0.1.pom
[WARNING] The POM for org.apache.xmlbeans:xmlbeans:jar:3.0.1 is missing, no
dependency information available
Downloading:
https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.0.1/xmlbeans-3.0.1.jar
Downloading:
http://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/3.0.1/xmlbeans-3.0.1.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache POI - the Java API for Microsoft Documents
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache POI - the Java API for Microsoft Documents . SUCCESS [ 0.002 s]
[INFO] Apache POI Main package ........................... SUCCESS [ 7.033 s]
[INFO] Apache POI Scratchpad package ..................... SUCCESS [ 3.233 s]
[INFO] Apache POI - Openxmlformats Schema package ........ FAILURE [ 0.375 s]
[INFO] Apache POI - Openxmlformats Encryption Schema package SKIPPED
[INFO] Apache POI - Openxmlformats Security-Schema package SKIPPED
[INFO] Apache POI OOXML package .......................... SKIPPED
[INFO] Apache POI ExcelAnt package ....................... SKIPPED
[INFO] Apache POI Examples package ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.972 s
[INFO] Finished at: 2018-08-19T09:28:49+00:00
[INFO] Final Memory: 33M/735M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project poi-ooxml-schema: Could not resolve
dependencies for project org.apache.poi:poi-ooxml-schema:jar:4.0.0-SNAPSHOT:
Could not find artifact org.apache.xmlbeans:xmlbeans:jar:3.0.1 in
apache-releases-repo
(https://repository.apache.org/content/repositories/releases) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :poi-ooxml-schema
Build step 'Invoke top-level Maven targets' marked build as failure
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner
succedeed?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]