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 2016/07/30 07:09:17 UTC

[GUMP@vmgump]: 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.apache.org/gump/public/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.apache.org/gump/public/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 47 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-20160730 -DDSTAMP=20160730 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-20160730.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20160730.jar:/srv/gump/public/workspace/commons-codec-1.x/dist/commons-codec-20160730.jar:/srv/gump/public/workspace/xmlsec/target/xmlsec-2.0.8-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.04.jar:/srv/gump/public/workspace/poi/ooxml-lib/xmlbeans-2.6.0.jar.orig:/srv/gump/public/workspace/poi/compile-lib/bcpkix-jdk15on-1.54.jar:/srv/gump/public/workspace/poi/compile-lib/bcprov-ext-jdk15on-1.54.jar:/srv/gump/public/workspace/poi/compile-lib/slf4j-api-1.7.12.jar:/srv/gump/public/workspace/poi/ooxml-lib/ooxml-schemas-1.3.jar:/srv/gump/public/workspace/poi/ooxml-lib/ooxml-security-1.1.jar
---------------------------------------------
check-ooxml-xsds:

fetch-ooxml-xsds:

generate-geometry:

compile-scratchpad:
    [javac] Compiling 466 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 185 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 408 source files to /srv/gump/public/workspace/poi/build/ooxml-classes
    [javac] /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java:44: error: package org.apache.commons.collections4 does not exist
    [javac] import org.apache.commons.collections4.ListValuedMap;
    [javac]                                       ^
    [javac] /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java:45: error: package org.apache.commons.collections4.multimap does not exist
    [javac] import org.apache.commons.collections4.multimap.ArrayListValuedHashMap;
    [javac]                                                ^
    [javac] /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java:151: error: cannot find symbol
    [javac]     private ListValuedMap<String, XSSFName> namedRangesByName;
    [javac]             ^
    [javac]   symbol:   class ListValuedMap
    [javac]   location: class XSSFWorkbook
    [javac] /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java:455: error: cannot find symbol
    [javac]         namedRangesByName = new ArrayListValuedHashMap<String, XSSFName>();
    [javac]                                 ^
    [javac]   symbol:   class ArrayListValuedHashMap
    [javac]   location: class XSSFWorkbook
    [javac] /srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java:1737: error: cannot find symbol
    [javac]         namedRangesByName = new ArrayListValuedHashMap<String, XSSFName>();
    [javac]                                 ^
    [javac]   symbol:   class ArrayListValuedHashMap
    [javac]   location: class XSSFWorkbook
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 5 errors

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

Total time: 1 minute 47 seconds
---------------------------------------------

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

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

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

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