You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by "Gump [HEAD] :-(" <ge...@gump.apache.org> on 2018/01/30 01:26:04 UTC

[GUMP@vmgump-vm3]: Project poi (in module poi) failed

To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general@gump.apache.org.

Project poi has an issue affecting its community integration.
This issue affects 3 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - org.apache.poi :  POI
    - poi :  POI
    - poi-test :  POI


Full details are available at:
    http://vmgump-vm3.apache.org/poi/poi/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump-vm3.apache.org/poi/poi/gump_work/build_poi_poi.html
Work Name: build_poi_poi (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 min 2 secs
Command Line: /usr/lib/jvm/java-8-oracle/bin/java -Djava.awt.headless=true -Dbuild.sysclasspath=only org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Djavax.xml.stream.XMLInputFactory=com.sun.xml.internal.stream.XMLInputFactoryImpl -Dversion.id=gump-20180130 -DDSTAMP=20180130 jar 
[Working Directory: /srv/gump/public/workspace/poi]
CLASSPATH: /usr/lib/jvm/java-8-oracle/lib/tools.jar:/srv/gump/public/workspace/poi/build/classes:/srv/gump/public/workspace/poi/build/scratchpad-classes:/srv/gump/public/workspace/poi/build/ooxml-classes:/srv/gump/public/workspace/poi/build/excelant-classes:/srv/gump/public/workspace/poi/build/test-classes:/srv/gump/public/workspace/poi/build/scratchpad-test-classes:/srv/gump/public/workspace/poi/build/ooxml-test-classes:/srv/gump/public/workspace/poi/build/excelant-test-classes:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit4.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/logging-log4j-12/target/log4j-1.2.18-SNAP
 SHOT.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-20180130.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20180130.jar:/srv/gump/public/workspace/commons-codec-1.x/dist/commons-codec-20180130.jar:/srv/gump/public/workspace/commons-collections/target/commons-collections4-4.2-SNAPSHOT.jar:/srv/gump/public/workspace/commons-math-3.x/target/commons-math3-3.7-SNAPSHOT.jar:/srv/gump/public/workspace/xmlsec/target/xmlsec-2.1.2-SNAPSHOT.jar:/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar:/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar:/srv/gump/public/workspace/poi/ooxml-lib/curvesapi-1.05.jar:/srv/gump/public/workspace/poi/ooxml-lib/xmlbeans-2.6.0.jar.orig:/srv/gump/public/workspace/poi/lib/jmh-core-1.19.jar:/srv/gump/public/workspace/poi/lib/jmh-generator-annprocess-1.19.jar:/srv/gump/public/workspace/poi/compile-lib/bcpkix-jdk15on-1.59.jar:/srv/gump/public/workspace/poi/compile-lib/bcprov-ext-jdk15on-1.59
 .jar:/srv/gump/public/workspace/poi/compile-lib/slf4j-api-1.7.25.jar:/srv/gump/public/workspace/poi/ooxml-lib/ooxml-schemas-1.4.jar:/srv/gump/public/workspace/poi/ooxml-lib/ooxml-security-1.1.jar
---------------------------------------------
    [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] Compiling 540 source files to /srv/gump/public/workspace/poi/build/test-classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [copy] Copying 4 files to /srv/gump/public/workspace/poi/build/classes

check-ooxml-xsds:

fetch-ooxml-xsds:

generate-geometry:

compile-scratchpad:
    [javac] Compiling 488 source files to /srv/gump/public/workspace/poi/build/scratchpad-classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Compiling 190 source files to /srv/gump/public/workspace/poi/build/scratchpad-test-classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [copy] Copying 2 files to /srv/gump/public/workspace/poi/build/scratchpad-classes

check-compiled-ooxml-xsds:

compile-ooxml-xsds:

compile-ooxml:
    [javac] Compiling 539 source files to /srv/gump/public/workspace/poi/build/ooxml-classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Compiling 248 source files to /srv/gump/public/workspace/poi/build/ooxml-test-classes
    [javac] /srv/gump/public/workspace/poi/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFTextRun.java:25: error: package org.mockito does not exist
    [javac] import static org.mockito.Mockito.mock;
    [javac]                          ^
    [javac] /srv/gump/public/workspace/poi/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFTextRun.java:25: error: static import only from classes and interfaces
    [javac] import static org.mockito.Mockito.mock;
    [javac] ^
    [javac] /srv/gump/public/workspace/poi/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFTextRun.java:26: error: package org.mockito does not exist
    [javac] import static org.mockito.Mockito.when;
    [javac]                          ^
    [javac] /srv/gump/public/workspace/poi/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFTextRun.java:26: error: static import only from classes and interfaces
    [javac] import static org.mockito.Mockito.when;
    [javac] ^
    [javac] 4 errors

BUILD FAILED
/srv/gump/public/workspace/poi/build.xml:1064: Compile failed; see the compiler error output for details.

Total time: 1 minute 1 second
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump-vm3.apache.org/poi/poi/rss.xml
- Atom: http://vmgump-vm3.apache.org/poi/poi/atom.xml

============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20180130000011, vmgump-vm3.apache.org:vmgump:20180130000011
Gump E-mail Identifier (unique within run) #3.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump-vm3]

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