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/04/11 10:52:33 UTC

Build failed in Jenkins: POI » POI-DSL-no-scratchpad #38

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

Changes:

[Dominik Stadler] Adjust paths in build-files some more and copy svn-libs

[Andreas Beeker] move jdk check into doFirst

[Andreas Beeker] fix paths for integration build, docs, add site task to main build.gradle

[PJ Fanning] try to fix build issue

[Dominik Stadler] Store jars for svnant locally

Downloading them becomes nearly impossible now that bintray.dl closes down,
so let's rather persist the jars as part of the source distribution for now.

[PJ Fanning] [bug-65227] add NPE guard in SheetUtil. Thanks to Petr Blaha

[Dominik Stadler] Adjust for the new source-directories in some more places

[Dominik Stadler] Ensure the cache-directory for ImageIO is set to a valid directory

Introduce a helper method to set ImageIO.setCacheDir() to the default temporary directory

[Andreas Beeker] fix paths to new gradle directories

[Andreas Beeker] fix merge problem

[Andreas Beeker] 65206 - Migrate ant / maven to gradle build
compile / jar / test of mrJars
don't include ants build.xml anymore
rename directories to match project and maven artifact names
refactor artifacts - so each project has one artifact
replace static references in hssf/dev tests with junit5 constructs, which had problems in parallel tests
increase gradle heap to 4gb because of OOM - maybe less would also work

[Dominik Stadler] Adjust path for archiving JUnit files to capture both locations that are in use

Somehow JUnit stores test-results either under test-result or under test-result/test,
so let's look at both directories for now

[Dominik Stadler] Jenkins DSL: Add a workaround to run "ant init" before building with Gradle

Otherwise the Ant-helpers are not compiled properly currently

We should remove this as soon as Gradle build is working standalone

[Dominik Stadler] Enable Gradle Wrapper to avoid running with an unsupported local version

This may cause the strange "PrecompiledProjectScript" failures that we see currently

[Dominik Stadler] Add a simple test-case for XLSX2CSV

[Dominik Stadler] Add one more directory from Maven build to .gitignore

[Dominik Stadler] Fix directory for examples-sources to make Maven build work again

[Dominik Stadler] Switch the Ant-build to separate folders under "build/classes"

This avoids colliding in strange ways with the default Gradle location "build/classes/main/java"

This caused very strange error messages about invalid package names when compiling with Gradle and Ant in one source checkout

[Dominik Stadler] Add a Gradle target "allJavaDoc" for an initial combined JavaDoc run

[Dominik Stadler] Adjust JavaDoc target to act similar as the one in the build.xml

Set memory and set "lint:non" on Java 8 to not be stricter than the Ant-build

[Dominik Stadler] Adjust some JavaDoc

[Dominik Stadler] XSLX2CSV: Do not double-encode if the value is already having quotes and escape double-quotes

Most CSV formats use "" (two quotes) to escape a "-character, we should do this in this
example as well to produce files that can be parsed by other CSV processors correctly.

Also cases where the value is already enclosed in quotes should not lead to additional quotes

Add a simple initial test to module "examples" verify basic functionality of XSLX2CSV
as I often rely on it for converting some very large xlsx-files to csv

[Dominik Stadler] Also look for test-data in ../test-data for Gradle build

This is needed when running tests in the IDE via the Gradle project import

[Dominik Stadler] Update JUnit to 5.7.1 and junit-platform to 1.7.1

[Dominik Stadler] Apply some IDE suggestions, improve exception message, add some JavaDoc


------------------------------------------
[...truncated 579.88 KB...]
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFHeaderFooter
[junitlauncher] Tests run: 10, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.034000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.helpers.TestColumnHelper
[junitlauncher] Tests run: 16, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.034000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.helpers.TestHeaderFooterHelper
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.helpers.TestXSSFColumnShifting
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.005000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.util.TestCTColComparator
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.util.TestEvilUnclosedBRFixingInputStream
[junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.util.TestNumericRanges
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.TestAllExtendedProperties
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.035000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.TestDocumentProtection
[junitlauncher] Tests run: 10, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.625000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.TestNecessaryOOXMLClasses
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.010000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.TestPackageCorePropertiesGetKeywords
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.016000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.TestXWPFBugs
[junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.283000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.extractor.TestExternalEntities
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.010000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.extractor.TestXWPFWordExtractor
[junitlauncher] Tests run: 24, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.620000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.model.TestXWPFDecorators
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.057000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.model.TestXWPFHeaderFooterPolicy
[junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.226000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestChangeTracking
[junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.026000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestColumn
[junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.056000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFAbstractNum
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFBugs
[junitlauncher] Tests run: 11, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.311000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFChart
[junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.048000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFComment
[junitlauncher] Tests run: 6, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.072000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFComments
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.017000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFDocument
[junitlauncher] Tests run: 21, Failures: 0, Aborted: 0, Skipped: 1, Time elapsed: 0.399000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFEndnote
[junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.032000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFEndnotes
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.015000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFFootnote
[junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.023000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFFootnotes
[junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.027000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFHeader
[junitlauncher] Tests run: 6, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.136000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFHeadings
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.050000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFNumbering
[junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.103000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFParagraph
[junitlauncher] Tests run: 29, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.247000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFPictureData
[junitlauncher] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.144000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFRun
[junitlauncher] Tests run: 34, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.327000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFSDT
[junitlauncher] Tests run: 7, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.122000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFSmartTag
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.011000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFStyles
[junitlauncher] Tests run: 10, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.142000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFTable
[junitlauncher] Tests run: 17, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.120000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFTableCell
[junitlauncher] Tests run: 11, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.067000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xwpf.usermodel.TestXWPFTableRow
[junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.055000 sec

testcoveragereport:
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/38/artifact/build/coverage>
[jacoco:report] Loading execution data file <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/build/jacoco-main.exec>
[jacoco:report] Writing bundle 'Main' with 1411 classes
[jacoco:report] Writing bundle 'Scratchpad' with 853 classes
[jacoco:report] Writing bundle 'OOXML' with 741 classes
[jacoco:report] Writing bundle 'Excelant' with 13 classes
     [echo] Coverage results are available at build/coverage/index.html, build/coverage/coverage.xml

test-all:

check-jars:

fetch-jars:

check-ooxml-jars:

fetch-ooxml-jars:

init:
     [echo] Using Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020 from /home/jenkins/tools/ant/latest1.10, Ant detected Java 1.8 (may be different than actual Java sometimes...)
     [echo] Using Java: 1.8.0_281/1.8.0_281-b09/25.281-b09/Java HotSpot(TM) 64-Bit Server VM from Oracle Corporation on Linux: 4.15.0-140-generic
     [echo] Building Apache POI version 5.0.1-SNAPSHOT and RC: RC1

jacocotask:
     [echo] Coverage reporting: true

testcoveragereport:
   [delete] Deleting directory <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/38/artifact/build/coverage>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/38/artifact/build/coverage>
[jacoco:report] Loading execution data file <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/build/jacoco-main.exec>
[jacoco:report] Writing bundle 'Main' with 1411 classes
[jacoco:report] Writing bundle 'Scratchpad' with 853 classes
[jacoco:report] Writing bundle 'OOXML' with 741 classes
[jacoco:report] Writing bundle 'Excelant' with 13 classes
     [echo] Coverage results are available at build/coverage/index.html, build/coverage/coverage.xml

BUILD SUCCESSFUL
Total time: 31 minutes 43 seconds
[SpotBugs] [-ERROR-] No files found for pattern 'build/findbugs.xml'. Configuration error?
[SpotBugs] Searching for all files in '<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/'> that match the pattern 'build/findbugs.xml'
[SpotBugs] Skipping post processing
[SpotBugs] No filter has been set, publishing all 0 issues
[SpotBugs] Repository miner is not configured, skipping mining
[SpotBugs] Reference build recorder is not configured
[SpotBugs] Obtaining reference build from same job (POI-DSL-no-scratchpad)
[SpotBugs] Using reference build 'POI/POI-DSL-no-scratchpad #37' to compute new, fixed, and outstanding issues
[SpotBugs] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[SpotBugs] No quality gates have been set - skipping
[SpotBugs] Health report is disabled - skipping
[SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'POI/POI-DSL-no-scratchpad #38'.
[Checks API] No suitable checks publisher found.
Archiving artifacts
[Fast Archiver] Compressed 67.91 MB of artifacts by 94.8% relative to #37
Parsing warnings in console log with parser Java Compiler (javac)
Skipping warnings blame since Git is the only supported SCM up to now.%n
Parsing warnings in console log with parser JavaDoc Tool
Skipping warnings blame since Git is the only supported SCM up to now.%n
Computing warning deltas based on reference build #37
Recording test results
[Checks API] No suitable checks publisher found.
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] */build/*.exec,*/build/jacoco/*.exec;*/build/classes;*/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern */build/*.exec,*/build/jacoco/*.exec: 0
[JaCoCo plugin] Saving matched execfiles:  
[JaCoCo plugin] Saving matched class directories for class-pattern: */build/classes: 
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/examples/build/classes> 160 files
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/excelant/build/classes> 14 files
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/main/build/classes> 1696 files
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/ooxml-schema/build/classes> 5482 files
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/ooxml/build/classes> 848 files
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-examples/build/classes> 160 files
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-excelant/build/classes> 14 files
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml-full/build/classes> 5482 files
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml-lite-agent/build/classes> 3 files
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/build/classes> 848 files
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-scratchpad/build/classes> 948 files
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi/build/classes> 1696 files
[JaCoCo plugin]  - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/scratchpad/build/classes> 948 files
[JaCoCo plugin] Saving matched source directories for source-pattern: */src/main/java: 
[JaCoCo plugin] Source Inclusions: null
[JaCoCo plugin] Source Exclusions: null
[JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/osgi/src/main/java> 6 files
[JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-examples/src/main/java> 173 files
[JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-excelant/src/main/java> 21 files
[JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml-lite-agent/src/main/java> 7 files
[JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/main/java> 677 files
[JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-scratchpad/src/main/java> 575 files
[JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi/src/main/java> 1243 files
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: [**/*.class]
[JaCoCo plugin] exclusions: [com/microsoft/**, org/openxmlformats/**, org/etsi/**, org/w3/**, schemaorg*/**, schemasMicrosoft*/**, org/apache/poi/hdf/model/hdftypes/definitions/*.class, org/apache/poi/hwpf/model/types/*.class, org/apache/poi/hssf/usermodel/DummyGraphics2d.class, org/apache/poi/sl/draw/binding/*.class]
ERROR: Step ?Record JaCoCo coverage report? aborted due to exception: 
java.lang.IllegalStateException: Can't add different class with same name: org/apache/poi/Version
	at org.jacoco.core.analysis.CoverageBuilder.visitCoverage(CoverageBuilder.java:106)
	at org.jacoco.core.analysis.Analyzer$1.visitEnd(Analyzer.java:99)
	at org.objectweb.asm.ClassVisitor.visitEnd(ClassVisitor.java:378)
	at org.jacoco.core.internal.flow.ClassProbesAdapter.visitEnd(ClassProbesAdapter.java:100)
	at org.objectweb.asm.ClassReader.accept(ClassReader.java:722)
	at org.objectweb.asm.ClassReader.accept(ClassReader.java:401)
	at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:116)
	at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:132)
Caused: java.io.IOException: Error while analyzing /home/jenkins/jenkins-home/jobs/POI/jobs/POI-DSL-no-scratchpad/builds/38/jacoco/classes/ant/java/org/apache/poi/Version.class.
	at org.jacoco.core.analysis.Analyzer.analyzerError(Analyzer.java:162)
	at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:134)
	at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:157)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:193)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:226)
	at hudson.plugins.jacoco.ExecutionFileLoader.analyzeStructure(ExecutionFileLoader.java:129)
Caused: java.io.IOException: While reading class directory: /home/jenkins/jenkins-home/jobs/POI/jobs/POI-DSL-no-scratchpad/builds/38/jacoco/classes
	at hudson.plugins.jacoco.ExecutionFileLoader.analyzeStructure(ExecutionFileLoader.java:132)
	at hudson.plugins.jacoco.ExecutionFileLoader.loadBundleCoverage(ExecutionFileLoader.java:140)
	at hudson.plugins.jacoco.JacocoReportDir.parse(JacocoReportDir.java:110)
	at hudson.plugins.jacoco.JacocoBuildAction.loadRatios(JacocoBuildAction.java:331)
	at hudson.plugins.jacoco.JacocoBuildAction.load(JacocoBuildAction.java:321)
	at hudson.plugins.jacoco.JacocoPublisher.perform(JacocoPublisher.java:675)
	at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:753)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:698)
	at hudson.model.Run.execute(Run.java:1932)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)

---------------------------------------------------------------------
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-no-scratchpad #40

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


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


Build failed in Jenkins: POI » POI-DSL-no-scratchpad #39

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/39/display/redirect>

Changes:


------------------------------------------
[...truncated 642.54 KB...]
[junitlauncher] Tests run: 9, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.262000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.TestXSSFMemoryLeak
[junitlauncher] Tests run: 6, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 2.723000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.TestXSSFOffset
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.008000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.binary.TestXSSFBSharedStringsTable
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.007000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.binary.TestXSSFBSheetHyperlinkManager
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.008000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.eventusermodel.TestReadOnlySharedStringsTable
[junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.018000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.eventusermodel.TestXSSFBReader
[junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.039000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.eventusermodel.TestXSSFReader
[junitlauncher] Tests run: 15, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.115000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.eventusermodel.TestXSSFSheetXMLHandler
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.012000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFBEventBasedExcelExtractor
[junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.063000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFEventBasedExcelExtractor
[junitlauncher] Tests run: 12, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.424000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFEventBasedExcelExtractorUsingFactory
[junitlauncher] Tests run: 12, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.357000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFExcelExtractor
[junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.434000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFExcelExtractorUsingFactory
[junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.422000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFExportToXML
[junitlauncher] Tests run: 18, Failures: 0, Aborted: 0, Skipped: 1, Time elapsed: 0.480000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFImportFromXML
[junitlauncher] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 7.532000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.io.TestLoadSaveXSSF
[junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.041000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.model.TestCalculationChain
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.343000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.model.TestCommentsTable
[junitlauncher] Tests run: 7, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.145000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.model.TestExternalLinksTable
[junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.085000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.model.TestMapInfo
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.016000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.model.TestSharedStringsTable
[junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.101000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.model.TestStylesTable
[junitlauncher] Tests run: 13, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.280000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.model.TestThemesTable
[junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.111000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestAutoSizeColumnTracker
[junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.038000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestDeferredSXSSFWorkbook
[junitlauncher] Tests run: 28, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.802000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestOutlining
[junitlauncher] Tests run: 6, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.028000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFCell
[junitlauncher] Tests run: 53, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 1.410000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFDataValidation
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.127000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFEvaluationSheet
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.006000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFFormulaEvaluation
[junitlauncher] Tests run: 28, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 1.321000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFHyperlink
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.028000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFRow
[junitlauncher] Tests run: 12, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.223000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFSheet
[junitlauncher] Tests run: 49, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.792000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFSheetAutoSizeColumn
[junitlauncher] Tests run: 25, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.172000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFUnicodeSurrogates
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.025000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFWorkbook
[junitlauncher] Tests run: 35, Failures: 0, Aborted: 0, Skipped: 1, Time elapsed: 1.311000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFWorkbookWithCustomZipEntrySource
[junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.084000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.streaming.TestSheetDataWriter
[junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestFormulaEvaluatorOnXSSF
[junitlauncher]    Aborted: [7] IntersectionEval, 46, 47
[junitlauncher]    Aborted: [12] PercentEval, 66, 67
[junitlauncher]    Aborted: [14] RangeEval, 74, 75
[junitlauncher]    Aborted: [23] Addbar, 115, 116
[junitlauncher]    Aborted: [24] Addcommand, 119, 120
[junitlauncher]    Aborted: [25] Addmenu, 123, 124
[junitlauncher]    Aborted: [27] Addtoolbar, 131, 132
[junitlauncher]    Aborted: [29] Apptitle, 139, 140
[junitlauncher]    Aborted: [40] Averagea, 183, 184
[junitlauncher]    Aborted: [44] Call, 199, 200
[junitlauncher]    Aborted: [45] Caller, 203, 204
[junitlauncher]    Aborted: [50] Checkcommand, 223, 224
[junitlauncher]    Aborted: [57] Column, 251, 252
[junitlauncher]    Aborted: [70] Createobject, 303, 304
[junitlauncher]    Aborted: [73] Customundo, 315, 316
[junitlauncher]    Aborted: [74] Date, 319, 320
[junitlauncher]    Aborted: [80] Days360, 343, 344
[junitlauncher]    Aborted: [81] Db, 347, 348
[junitlauncher]    Aborted: [82] Dbcs, 351, 352
[junitlauncher]    Aborted: [87] Deletebar, 371, 372
[junitlauncher]    Aborted: [88] Deletecommand, 375, 376
[junitlauncher]    Aborted: [89] Deletemenu, 379, 380
[junitlauncher]    Aborted: [90] Deletetoolbar, 383, 384
[junitlauncher]    Aborted: [93] Dget, 395, 396
[junitlauncher]    Aborted: [94] Dialogbox, 399, 400
[junitlauncher]    Aborted: [98] Documents, 415, 416
[junitlauncher]    Aborted: [107] Enablecommand, 451, 452
[junitlauncher]    Aborted: [108] Enabletool, 455, 456
[junitlauncher]    Aborted: [114] Exec, 479, 480
[junitlauncher]    Aborted: [115] Execute, 483, 484
[junitlauncher]    Aborted: [118] Externalflag, 495, 496
[junitlauncher]    Aborted: [119] Fact, 499, 500
[junitlauncher]    Aborted: [121] Fclose, 507, 508
[junitlauncher]    Aborted: [123] Files, 515, 516
[junitlauncher]    Aborted: [131] Fopen, 547, 548
[junitlauncher]    Aborted: [135] Fread, 563, 564
[junitlauncher]    Aborted: [136] Freadln, 567, 568
[junitlauncher]    Aborted: [138] Fsize, 575, 576
[junitlauncher]    Aborted: [147] Getbar, 611, 612
[junitlauncher]    Aborted: [148] Getcell, 615, 616
[junitlauncher]    Aborted: [149] Getchartitem, 619, 620
[junitlauncher]    Aborted: [150] Getdef, 623, 624
[junitlauncher]    Aborted: [151] Getdocument, 627, 628
[junitlauncher]    Aborted: [152] Getformula, 631, 632
[junitlauncher]    Aborted: [153] Getlinkinfo, 635, 636
[junitlauncher]    Aborted: [154] Getmovie, 639, 640
[junitlauncher]    Aborted: [155] Getname, 643, 644
[junitlauncher]    Aborted: [156] Getnote, 647, 648
[junitlauncher]    Aborted: [157] Getobject, 651, 652
[junitlauncher]    Aborted: [162] Gettool, 671, 672
[junitlauncher]    Aborted: [163] Gettoolbar, 675, 676
[junitlauncher]    Aborted: [164] Getwindow, 679, 680
[junitlauncher]    Aborted: [165] Getworkbook, 683, 684
[junitlauncher]    Aborted: [166] Getworkspace, 687, 688
[junitlauncher]    Aborted: [230] Moviecommand, 943, 944
[junitlauncher]    Aborted: [247] Opendialog, 1011, 1012
[junitlauncher]    Aborted: [248] Optionslistsget, 1015, 1016
[junitlauncher]    Aborted: [250] Pause, 1023, 1024
[junitlauncher]    Aborted: [255] Phonetic, 1043, 1044
[junitlauncher]    Aborted: [257] Pivotadddata, 1051, 1052
[junitlauncher]    Aborted: [260] Poke, 1063, 1064
[junitlauncher]    Aborted: [263] Presstool, 1075, 1076
[junitlauncher]    Aborted: [270] Rand, 1103, 1104
[junitlauncher]    Aborted: [273] Reftext, 1115, 1116
[junitlauncher]    Aborted: [274] Register, 1119, 1120
[junitlauncher]    Aborted: [275] Registerid, 1123, 1124
[junitlauncher]    Aborted: [276] Relref, 1127, 1128
[junitlauncher]    Aborted: [277] Renamecommand, 1131, 1132
[junitlauncher]    Aborted: [282] Resettoolbar, 1151, 1152
[junitlauncher]    Aborted: [283] Restart, 1155, 1156
[junitlauncher]    Aborted: [285] Resume, 1163, 1164
[junitlauncher]    Aborted: [292] Row, 1191, 1192
[junitlauncher]    Aborted: [295] Savedialog, 1203, 1204
[junitlauncher]    Aborted: [296] Savetoolbar, 1207, 1208
[junitlauncher]    Aborted: [297] Scenarioget, 1211, 1212
[junitlauncher]    Aborted: [303] Setname, 1235, 1236
[junitlauncher]    Aborted: [304] Setvalue, 1239, 1240
[junitlauncher]    Aborted: [305] Showbar, 1243, 1244
[junitlauncher]    Aborted: [313] Spellingcheck, 1275, 1276
[junitlauncher]    Aborted: [322] Substitute, 1311, 1312
[junitlauncher]    Aborted: [336] Terminate, 1367, 1368
[junitlauncher]    Aborted: [338] Textbox, 1375, 1376
[junitlauncher]    Aborted: [339] Textref, 1379, 1380
[junitlauncher]    Aborted: [340] Time, 1383, 1384
[junitlauncher]    Aborted: [346] Trim, 1407, 1408
[junitlauncher]    Aborted: [352] Unregister, 1431, 1432
[junitlauncher]    Aborted: [355] Value, 1443, 1444
[junitlauncher]    Aborted: [361] Viewget, 1467, 1468
[junitlauncher]    Aborted: [366] Windows, 1487, 1488
[junitlauncher]    Aborted: [367] Windowtitle, 1491, 1492
[junitlauncher] Tests run: 369, Failures: 0, Aborted: 90, Skipped: 0, Time elapsed: 6.141000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestMatrixFormulasFromXMLSpreadsheet
[junitlauncher] Tests run: 34, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.278000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestMissingWorkbookOnXSSF
[junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.043000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestMultiSheetFormulaEvaluatorOnXSSF
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.020000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestSXSSFBugs
[junitlauncher]    Aborted: bug59393_commentsCanHaveSameAnchor()
[junitlauncher] Tests run: 39, Failures: 0, Aborted: 1, Skipped: 2, Time elapsed: 9.223000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestSXSSFSheetAutosizeColumn
[junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.078000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestSheetHiding
[junitlauncher] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.105000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestTableStyles
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.518000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestXSSFBugs
[junitlauncher]    Aborted: bug59393_commentsCanHaveSameAnchor()
[junitlauncher]    Failed: testWriteDocumentTwice()
[junitlauncher]    Aborted: testXLSXinPPT()
[junitlauncher] Tests run: 167, Failures: 1, Aborted: 2, Skipped: 6, Time elapsed: 24.365000 sec

BUILD FAILED
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/build.xml>:1921: The following error occurred while executing this line:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/build.xml>:1737: The following error occurred while executing this line:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/build.xml>:1353: Some test(s) have failure(s)

Total time: 29 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Archiving artifacts
Skipping publisher since build result is FAILURE
Recording test results
[Checks API] No suitable checks publisher found.

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