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: [email protected]
For additional commands, e-mail: [email protected]