See <https://builds.apache.org/job/POI/102/changes>
Changes: [yegor] Bug 55047: REPT formula support [yegor] missing tests for Bug 55041 - CODE formula support [yegor] added missing tests for Bug 55042: patch for missing function COMPLEX [yegor] added missing tests for Bug 55042: patch for missing function COMPLEX [yegor] Bugzilla 55043 and 55042: initial support for Complex and Quotient functions [yegor] Bugzilla 55041: CODE function support, also removed @Override from interfaces to stay compatible with JDK 1.5 [yegor] Bugzilla 55037: DELTA function support [yegor] Bugzilla 55036 - Dec2HEx formula support ------------------------------------------ Started by an SCM change Building remotely on solaris1 in workspace <https://builds.apache.org/job/POI/ws/> Updating http://svn.apache.org/repos/asf/poi/trunk AU test-data/spreadsheet/CodeFunctionTestCaseData.xls AU test-data/spreadsheet/ComplexFunctionTestCaseData.xls AU test-data/spreadsheet/ReptFunctionTestCaseData.xls U src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java U src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java U src/java/org/apache/poi/hssf/usermodel/HSSFRow.java U src/java/org/apache/poi/ss/formula/atp/AnalysisToolPak.java U src/java/org/apache/poi/ss/formula/eval/FunctionEval.java A src/java/org/apache/poi/ss/formula/functions/Rept.java A src/java/org/apache/poi/ss/formula/functions/Delta.java A src/java/org/apache/poi/ss/formula/functions/Complex.java A src/java/org/apache/poi/ss/formula/functions/Code.java A src/java/org/apache/poi/ss/formula/functions/Dec2Hex.java A src/java/org/apache/poi/ss/formula/functions/Quotient.java A src/java/org/apache/poi/util/Configurator.java A src/testcases/org/apache/poi/ss/formula/functions/TestCode.java U src/testcases/org/apache/poi/ss/formula/functions/BaseTestFunctionsFromSpreadsheet.java A src/testcases/org/apache/poi/ss/formula/functions/TestCodeFunctionsFromSpreadsheet.java A src/testcases/org/apache/poi/ss/formula/functions/TestReptFunctionsFromSpreadsheet.java A src/testcases/org/apache/poi/ss/formula/functions/TestDec2Hex.java A src/testcases/org/apache/poi/ss/formula/functions/TestDelta.java A src/testcases/org/apache/poi/ss/formula/functions/TestComplex.java A src/testcases/org/apache/poi/ss/formula/functions/TestQuotient.java A src/testcases/org/apache/poi/ss/formula/functions/TestComplexFunctionsFromSpreadsheet.java Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1 into '/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/src/documentation' At revision 1488813 At revision 1488813 no change for https://svn.apache.org/repos/asf/poi/site/src/documentation since the previous build [POI] $ /home/hudson/tools/ant/latest/bin/ant clean jenkins Buildfile: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build.xml clean: [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build check-jars: fetch-jars: check-ooxml-jars: fetch-ooxml-jars: init: [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/classes [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/test-classes [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/test-results [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/scratchpad-classes [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/scratchpad-test-classes [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/scratchpad-test-results [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/ooxml-classes [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/ooxml-test-classes [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/ooxml-test-results [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/excelant-classes [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/excelant-test-classes [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/excelant-test-results [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/examples-classes [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/dist [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/tmp/site/build/site compile-main: [javac] Compiling 909 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build/classes [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/src/java/org/apache/poi/ss/formula/functions/Complex.java:41: method does not override a method from its superclass [javac] @Override [javac] ^ [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/src/java/org/apache/poi/ss/formula/functions/Complex.java:75: cannot find symbol [javac] symbol : method isEmpty() [javac] location: class java.lang.String [javac] if (suffixValue.isEmpty()) { [javac] ^ [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/src/java/org/apache/poi/ss/formula/functions/Complex.java:46: method does not override a method from its superclass [javac] @Override [javac] ^ [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/src/java/org/apache/poi/ss/formula/functions/Complex.java:122: method does not override a method from its superclass [javac] @Override [javac] ^ [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/src/java/org/apache/poi/ss/formula/functions/Quotient.java:26: method does not override a method from its superclass [javac] @Override [javac] ^ [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/src/java/org/apache/poi/ss/formula/functions/Rept.java:45: method does not override a method from its superclass [javac] @Override [javac] ^ [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] 6 errors BUILD FAILED /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/POI/build.xml:460: Compile failed; see the compiler error output for details. Total time: 16 seconds Build step 'Invoke Ant' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE Archiving artifacts --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
