You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/04/17 02:35:34 UTC

Build failed in Jenkins: POI #1254

See <https://builds.apache.org/job/POI/1254/changes>

Changes:

[onealj] bug 59336: patch from Mark Murphy: replace deprecated usage of functions in CellUtil

[onealj] update changelog for bug 59338

[onealj] bug 59338: patch from Mark Murphy to deprecate HSSFCellUtil class in favor of CellUtil.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H11 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/POI/ws/>
Updating http://svn.apache.org/repos/asf/poi/trunk at revision '2016-04-17T00:34:27.698 +0000'
U         src/java/org/apache/poi/hssf/util/HSSFCellUtil.java
Fetching 'https://svn.apache.org/repos/asf/poi/site/forrest.properties' at -1 into '<https://builds.apache.org/job/POI/ws/forrest.properties'>
At revision 1739533
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1 into '<https://builds.apache.org/job/POI/ws/src/documentation'>
U         src/documentation/content/xdocs/status.xml
At revision 1739533
At revision 1739533
no change for http://svn.apache.org/repos/asf/poi/site/forrest.properties since the previous build
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.UTF-8

[EnvInject] - Variables injected successfully.
[POI] $ /bin/bash -xe /tmp/hudson4976828227557844821.sh
+ svn status
    X   forrest.properties
X       src/documentation

Performing status on external item at 'src/documentation':
+ exit 0
[POI] $ /home/jenkins/tools/ant/latest/bin/ant -Dcoverage.enabled=true clean jenkins
Buildfile: <https://builds.apache.org/job/POI/ws/build.xml>

clean:
   [delete] Deleting directory <https://builds.apache.org/job/POI/ws/build>

check-jars:
   [delete] Deleting <https://builds.apache.org/job/POI/ws/lib/findbugs-noUpdateChecks-2.0.3.zip>

fetch-jars:

check-ooxml-jars:

fetch-ooxml-jars:

init:
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/scratchpad-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/scratchpad-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/scratchpad-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/geometry-java>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/ooxml-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/ooxml-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/ooxml-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/excelant-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/excelant-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/excelant-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/examples-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/integration-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/1254/artifact/build/integration-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/dist>
    [mkdir] Created dir: <https://builds.apache.org/job/POI/ws/build/tmp/site/build/site>
     [echo] Using Java: 1.6.0_45/1.6.0_45-b06/20.45-b01/Java HotSpot(TM) Server VM from Sun Microsystems Inc. on Linux: 3.13.0-36-lowlatency

compile-main:
    [javac] Compiling 1194 source files to <https://builds.apache.org/job/POI/ws/build/classes>
    [javac] <https://builds.apache.org/job/POI/ws/src/java/org/apache/poi/hssf/util/HSSFCellUtil.java>:107: setAlignment(org.apache.poi.ss.usermodel.Cell,org.apache.poi.ss.usermodel.Workbook,short) in org.apache.poi.ss.util.CellUtil cannot be applied to (org.apache.poi.hssf.usermodel.HSSFCell,short)
    [javac]     	CellUtil.setAlignment(cell, align);
    [javac]     	        ^
    [javac] <https://builds.apache.org/job/POI/ws/src/java/org/apache/poi/hssf/util/HSSFCellUtil.java>:119: setFont(org.apache.poi.ss.usermodel.Cell,org.apache.poi.ss.usermodel.Workbook,org.apache.poi.ss.usermodel.Font) in org.apache.poi.ss.util.CellUtil cannot be applied to (org.apache.poi.hssf.usermodel.HSSFCell,org.apache.poi.hssf.usermodel.HSSFFont)
    [javac]     	CellUtil.setFont(cell, font);
    [javac]     	        ^
    [javac] <https://builds.apache.org/job/POI/ws/src/java/org/apache/poi/hssf/util/HSSFCellUtil.java>:137: setCellStyleProperty(org.apache.poi.ss.usermodel.Cell,org.apache.poi.ss.usermodel.Workbook,java.lang.String,java.lang.Object) in org.apache.poi.ss.util.CellUtil cannot be applied to (org.apache.poi.hssf.usermodel.HSSFCell,java.lang.String,java.lang.Object)
    [javac]     	CellUtil.setCellStyleProperty(cell, propertyName, propertyValue);
    [javac]     	        ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: <https://builds.apache.org/job/POI/ws/src/java/org/apache/poi/hpsf/CustomProperties.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors

BUILD FAILED
<https://builds.apache.org/job/POI/ws/build.xml>:846: Compile failed; see the compiler error output for details.

Total time: 16 seconds
Build step 'Invoke Ant' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Compressed 61.85 MB of artifacts by 61.9% relative to #1253
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?


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


Jenkins build is back to normal : POI #1255

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI/1255/changes>


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