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 [email protected].
Project poi has an issue affecting its community integration.
This issue affects 3 projects,
and has been outstanding for 3 runs.
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: 34 secs
Command Line: /usr/lib/jvm/java-7-oracle/bin/java -Djava.awt.headless=true
-Dbuild.sysclasspath=only
-Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar
org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml
-Dversion.id=gump -DDSTAMP=20140208 jar
[Working Directory: /srv/gump/public/workspace/poi]
CLASSPATH:
/usr/lib/jvm/java-7-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-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-20140208.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20140208.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20140208.jar:/srv/gump/public/workspace/commons-codec-1.x/dist/commons-codec-20140208.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-2.x/target/commons-lang-2.7-SNAPSHOT.jar:/srv/gump/public/workspace/junit/target/junit-4.12-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/packages/dom4j/dom4j-1.6.1.jar:/srv/gump/public/workspace/poi/ooxml-lib/stax-api-1.0.1.jar:/srv/gump/public/workspace/poi/ooxml-lib/xmlbeans-2.3.0.jar:/srv/gump/public/workspace/poi/ooxml-lib/ooxml-schemas-1.1.jar:/srv/gump/public/workspace/poi/ooxml-lib/ooxml-encryption-1.1.jar
---------------------------------------------
init:
[mkdir] Created dir: /srv/gump/public/workspace/poi/build/classes
[mkdir] Created dir: /srv/gump/public/workspace/poi/build/test-classes
[mkdir] Created dir: /srv/gump/public/workspace/poi/build/test-results
[mkdir] Created dir: /srv/gump/public/workspace/poi/build/scratchpad-classes
[mkdir] Created dir:
/srv/gump/public/workspace/poi/build/scratchpad-test-classes
[mkdir] Created dir:
/srv/gump/public/workspace/poi/build/scratchpad-test-results
[mkdir] Created dir: /srv/gump/public/workspace/poi/build/ooxml-classes
[mkdir] Created dir: /srv/gump/public/workspace/poi/build/ooxml-test-classes
[mkdir] Created dir: /srv/gump/public/workspace/poi/build/ooxml-test-results
[mkdir] Created dir: /srv/gump/public/workspace/poi/build/excelant-classes
[mkdir] Created dir:
/srv/gump/public/workspace/poi/build/excelant-test-classes
[mkdir] Created dir:
/srv/gump/public/workspace/poi/build/excelant-test-results
[mkdir] Created dir: /srv/gump/public/workspace/poi/build/examples-classes
[mkdir] Created dir: /srv/gump/public/workspace/poi/build/dist
[mkdir] Created dir:
/srv/gump/public/workspace/poi/build/tmp/site/build/site
compile-main:
[javac] Compiling 944 source files to
/srv/gump/public/workspace/poi/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] Compiling 494 source files to
/srv/gump/public/workspace/poi/build/test-classes
[javac]
/srv/gump/public/workspace/poi/src/testcases/org/apache/poi/poifs/filesystem/TestOle10Native.java:20:
error: package org.hamcrest.core does not exist
[javac] import static org.hamcrest.core.IsEqual.equalTo;
[javac] ^
[javac]
/srv/gump/public/workspace/poi/src/testcases/org/apache/poi/poifs/filesystem/TestOle10Native.java:20:
error: static import only from classes and interfaces
[javac] import static org.hamcrest.core.IsEqual.equalTo;
[javac] ^
[javac]
/srv/gump/public/workspace/poi/src/testcases/org/apache/poi/ss/usermodel/BaseTestSheet.java:129:
error: cannot access Matcher
[javac] thrown.expect(IllegalArgumentException.class);
[javac] ^
[javac] class file for org.hamcrest.Matcher not found
[javac]
/srv/gump/public/workspace/poi/src/testcases/org/apache/poi/poifs/filesystem/TestOle10Native.java:77:
error: cannot find symbol
[javac] assertThat(bosExp.toByteArray(),
equalTo(bosAct.toByteArray()));
[javac] ^
[javac] symbol: method equalTo(byte[])
[javac] location: class TestOle10Native
[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] 4 errors
BUILD FAILED
/srv/gump/public/workspace/poi/build.xml:569: Compile failed; see the compiler
error output for details.
Total time: 33 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 20140208000006, vmgump.apache.org:vmgump:20140208000006
Gump E-mail Identifier (unique within run) #6.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]