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 2021/01/03 16:31:03 UTC

Build failed in Jenkins: POI » POI-DSL-1.11 #30

See <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/30/display/redirect?page=changes>

Changes:

[Dominik Stadler] Bug 64494: Ensure "applyAlignment" in cell-styles is enabled when necessary

Also check it when fetching currently defined cell-alignment

[Dominik Stadler] Avoid test failing on Windows with JDK 8 because of an ArrayIndexOutOfBoundsException when handling fonts

[Dominik Stadler] ooxml-schema: trigger loading stress-documents as part of the normal unit-tests

The integration-tests are not executed for determining the parts of the schema
to include in the "lite" package and so we need to have a normal unit-test as well.
Add more documents which drag in some more parts from the ooxml-schema

[Dominik Stadler] Bug 64450: Allow to parse a file where the relationship-id is an empty string

Also improve exception reporting by including more information and not
"hiding" the actual exception-cause in a log-statement.

[Dominik Stadler] Adjust Github Workflow to actually use newer version of Ant

setting the PATH or calling the ant-script did not work, one
actually needs to set ANT_HOME to make it work...

[Andreas Beeker] Sonar fixes

[Andreas Beeker] forbidden-apis-fix

[Andreas Beeker] fix year agnostic date/test values

[Dominik Stadler] Apply some IDE suggestions and fix some JavaDoc

[Dominik Stadler] Bug 64750: Do not use CTDataValidations.getCount(), instead only rely on getDataValidationArray

Field "count" seems to be optional according
to the schema, so by using only the array
Apache POI can read data validations from
workbooks that do not populate the
"count" field properly.

[Andreas Beeker] workaround NullPointerException when font family (of bullets) can't be determined

[Andreas Beeker] workaround "Width (0) and height (0) cannot be <= 0" error while rendering text with textures

[Andreas Beeker] add failing regression test files
fix ooxml-lite packaging
fix PP97 dual storage file handling in extractor

[Dominik Stadler] Bug 64986: Support missing or blank match_type for function Match

Excel and LibreOffice use the default value in this case

[Dominik Stadler] Bug 64838: Do not populate cells with a paragraph when loading an existing document

[Dominik Stadler] Add unfixed test for bug 64759 and make the ones fail which depend on manual opening of files in Microsoft Excel for verification

[Dominik Stadler] Also replace for JUnit 5 in comments

[Dominik Stadler] Adjust error-message on old files and simplify code slightly

[Dominik Stadler] Slightly re-arrange code to only perform computations if we do not exit the loop anyway

Also simplify code somewhat

[Dominik Stadler] Bug 65009: Fix incorrect index for 1-based pictures

Adjusted somewhat from Github PR #211

Closes #211

[Dominik Stadler] Add missing jar-file for JavaDoc generation

[Dominik Stadler] Adjust some JavaDoc

[Dominik Stadler] Improve the speed of the styles-optimiser when there are many styles in a Workbook

Profiling showed that the call to isUserDefined() took most of the time,
so we now fetch this only once for each style and remember the result and
use it in the inner loop.

The attached sample-file took aprox. 1m30s on a decent machine, now it is down
to around 2s.

[Andreas Beeker] bump versions

[Andreas Beeker] sonar fixes

[Andreas Beeker] github-207 - replace commons logging with slf4j - use jcl-over-slf4j

[Andreas Beeker] sonarcloud.io phases out support for Java 8

[Andreas Beeker] gather necessary .xsb for ooxml-lite jar via intercepting the calls to SchemaTypeSystemImpl.XsbReader


------------------------------------------
[...truncated 252.38 KB...]
     [echo] Ran org.apache.poi.ss.formula.functions.TestImaginaryFunctionsFromSpreadsheet
     [echo] Tests run: 7, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.008353 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestIndex
     [echo] Tests run: 9, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.007178 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestIndexFunctionFromSpreadsheet
     [echo] Tests run: 98, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.050738 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestIndirect
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.005750 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestIndirectFunctionFromSpreadsheet
     [echo] Tests run: 11, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.007890 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestIntercept
     [echo] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003351 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestIrr
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002805 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestIsBlank
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001084 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestLeftRight
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000731 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestLen
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000973 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestLogicalFunction
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001730 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestLogicalFunctionsFromSpreadsheet
     [echo] Tests run: 15, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.010470 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestLookupFunctionsFromSpreadsheet
     [echo] Tests run: 205, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.131950 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestMatch
     [echo] Tests run: 9, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.005002 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestMatchFunctionsFromSpreadsheet
     [echo] Tests run: 14, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.011580 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestMathX
     [echo] Tests run: 23, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.008997 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestMid
     [echo] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001483 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestMirr
     [echo] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003221 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestMultiOperandNumericFunction
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000887 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestNper
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001009 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestNpv
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002214 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestOct2Dec
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000692 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestOffset
     [echo] Tests run: 21, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.018109 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestPPMT
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001592 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestPmt
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000729 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestPoisson
     [echo] Tests run: 6, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001400 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestProduct
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001087 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestQuotient
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001150 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestQuotientFunctionsFromSpreadsheet
     [echo] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.008656 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestRank
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003491 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestRelationalOperations
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001791 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestReptFunctionsFromSpreadsheet
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.007891 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestRomanFunctionsFromSpreadsheet
     [echo] Tests run: 35, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.016453 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestRoundFuncs
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 1, Time elapsed: 0.001379 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestRowCol
     [echo] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001353 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestSlope
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001502 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestStatsLib
     [echo] Tests run: 9, Failures: 0, Aborted: 0, Skipped: 1, Time elapsed: 0.003380 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestSubstitute
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001217 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestSubtotal
     [echo] Tests run: 11, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.010970 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestSumif
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001552 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestSumifs
     [echo] Tests run: 7, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.005295 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestSumproduct
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001482 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestTFunc
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001263 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestText
     [echo] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003813 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestTime
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.004623 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestTrendFunctionsFromSpreadsheet
     [echo] Tests run: 41, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.048949 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestTrim
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000937 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestTrunc
     [echo] Tests run: 7, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002182 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestTwoOperandNumericFunctionsFromSpreadsheet
     [echo] Tests run: 34, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.025198 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestValue
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001832 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestWeekNumFunctionsFromSpreadsheet
     [echo] Tests run: 7, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.005420 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestWeekNumFunctionsFromSpreadsheet2013
     [echo] Tests run: 7, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.004825 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestWeekdayFunc
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001338 sec
     [echo] Ran org.apache.poi.ss.formula.functions.TestXYNumericFunction
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001963 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestAbstractFunctionPtg
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001594 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestArea3DPtg
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000769 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestAreaErrPtg
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000984 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestAreaPtg
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001657 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestArrayPtg
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002026 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestAttrPtg
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000370 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestErrPtg
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000833 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestExternalFunctionFormulas
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003219 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestExternalNameReference
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.004179 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestFuncPtg
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000561 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestFuncVarPtg
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000527 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestIntersectionPtg
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001090 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestPercentPtg
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000821 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestRangePtg
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000946 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestRef3DPtg
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000704 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestReferencePtg
     [echo] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.009609 sec
     [echo] Ran org.apache.poi.ss.formula.ptg.TestUnionPtg
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001067 sec
     [echo] Ran org.apache.poi.ss.formula.udf.TestAggregatingUDFFinder
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001139 sec
     [echo] Ran org.apache.poi.ss.formula.udf.TestDefaultUDFFinder
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000477 sec
     [echo] Ran org.apache.poi.ss.usermodel.TestDataFormatter
     [echo] Tests run: 37, Failures: 0, Aborted: 0, Skipped: 1, Time elapsed: 0.371683 sec
     [echo] Ran org.apache.poi.ss.usermodel.TestDateUtil
     [echo] Tests run: 26, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.018957 sec
     [echo] Ran org.apache.poi.ss.usermodel.TestExcelStyleDateFormatter
     [echo] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.016574 sec
     [echo] Ran org.apache.poi.ss.usermodel.TestFractionFormat
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 1, Time elapsed: 0.270511 sec
     [echo] Ran org.apache.poi.ss.usermodel.TestHSSFBorderStyle
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001419 sec
     [echo] Ran org.apache.poi.ss.usermodel.TestIndexedColors
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001616 sec
     [echo] Ran org.apache.poi.ss.util.TestAreaReference
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001132 sec
     [echo] Ran org.apache.poi.ss.util.TestCellAddress
     [echo] Tests run: 6, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001743 sec
     [echo] Ran org.apache.poi.ss.util.TestCellRangeAddress
     [echo] Tests run: 14, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.005543 sec
     [echo] Ran org.apache.poi.ss.util.TestCellRangeUtil
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000757 sec
     [echo] Ran org.apache.poi.ss.util.TestCellReference
     [echo] Tests run: 27, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.259445 sec
     [echo] Ran org.apache.poi.ss.util.TestDateFormatConverter
     [echo] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 3.376504 sec
     [echo] Ran org.apache.poi.ss.util.TestDateParser
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.005412 sec
     [echo] Ran org.apache.poi.ss.util.TestExpandedDouble
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002717 sec
     [echo] Ran org.apache.poi.ss.util.TestHSSFCellUtil
     [echo] Tests run: 14, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.017845 sec
     [echo] Ran org.apache.poi.ss.util.TestNumberComparer
     [echo] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.026307 sec
     [echo] Ran org.apache.poi.ss.util.TestNumberToTextConverter
     [echo] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.008387 sec
     [echo] Ran org.apache.poi.ss.util.TestPropertyTemplate
     [echo] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.018264 sec
     [echo] Ran org.apache.poi.ss.util.TestRegionUtil
     [echo] Tests run: 10, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.012592 sec
     [echo] Ran org.apache.poi.ss.util.TestSheetBuilder
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002540 sec
     [echo] Ran org.apache.poi.ss.util.TestSheetUtil
     [echo] Tests run: 7, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003754 sec
     [echo] Ran org.apache.poi.ss.util.TestWorkbookUtil
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000422 sec
     [echo] Ran org.apache.poi.ss.util.cellwalk.TestCellWalk
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002488 sec
     [echo] Ran org.apache.poi.util.TestArrayUtil
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001474 sec
     [echo] Ran org.apache.poi.util.TestBitField
     [echo] Tests run: 16, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.004166 sec
     [echo] Ran org.apache.poi.util.TestByteField
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001370 sec
     [echo] Ran org.apache.poi.util.TestHexDump
     [echo] Tests run: 6, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.007238 sec
     [echo] Ran org.apache.poi.util.TestIOUtils
     [echo] Tests run: 36, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.019111 sec
     [echo] Ran org.apache.poi.util.TestIntList
     [echo] Tests run: 19, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.039270 sec
     [echo] Ran org.apache.poi.util.TestIntegerField
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002494 sec
     [echo] Ran org.apache.poi.util.TestLittleEndian
     [echo] Tests run: 15, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003234 sec
     [echo] Ran org.apache.poi.util.TestLittleEndianStreams
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002085 sec
     [echo] Ran org.apache.poi.util.TestLocaleUtil
     [echo] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001061 sec
     [echo] Ran org.apache.poi.util.TestLongField
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002114 sec
     [echo] Ran org.apache.poi.util.TestPOILogFactory
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000370 sec
     [echo] Ran org.apache.poi.util.TestPOILogger
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000780 sec
     [echo] Ran org.apache.poi.util.TestRLEDecompressingInputStream
     [echo] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000924 sec
     [echo] Ran org.apache.poi.util.TestShortField
     [echo] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002695 sec
     [echo] Ran org.apache.poi.util.TestStringCodepointsIterable
     [echo] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000928 sec
     [echo] Ran org.apache.poi.util.TestStringUtil
     [echo] Tests run: 7, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002021 sec
     [echo] Ran org.apache.poi.util.TestTempFile
     [echo] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003804 sec
     [echo] Ran org.apache.poi.util.TestXMLHelper
     [echo] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.189897 sec

-test-scratchpad-write-testfile:

-test-ooxml-check:

test-ooxml:

BUILD FAILED
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build.xml>:1660: The following error occurred while executing this line:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build.xml>:1633: The following error occurred while executing this line:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build.xml>:1252: Some test(s) have failure(s)

Total time: 8 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Archiving artifacts
[Fast Archiver] Compressed 3.09 MB of artifacts by 99.2% relative to #29
Skipping publisher since build result is FAILURE
Recording test results

---------------------------------------------------------------------
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 » POI-DSL-1.11 #31

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/31/display/redirect?page=changes>


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