See <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/37/display/redirect?page=changes>
Changes: [Andreas Beeker] fix javadocs [PJ Fanning] [github-234] Ensure the hours position is correct. Thanks to Anthony Schott. This closes #234 [Dominik Stadler] Increase memory for task allJavaDoc to avoid OOM during building [Dominik Stadler] Junit 5: Run some tests which change static BYTE_ARRAY_MAX_OVERRIDE in isolation Otherwise many other tests can become flaky if the value is set very low [Dominik Stadler] Gradle: Synchronize the code in the different build-scripts across the projects No actual change in behavior expected Mostly moved parts to make it easier to compare the build files with each other [Andreas Beeker] fix javadocs - remove @author tags (http://apache-poi.1045710.n5.nabble.com/Javadocs-clean-up-remove-author-tags-tp5737663.html) [Andreas Beeker] :poi-ooxml - fix javadocs - link to dependent/external project javadocs [Andreas Beeker] :poi-scratchpad - fix javadocs - link to dependent/external project javadocs [Andreas Beeker] replace over engineered inner classes with lambdas/method references [Andreas Beeker] Fix Xades / Document.importNode SIGSEV ------------------------------------------ [...truncated 1.04 MB...] [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/ooxml/util/POIXMLUnits.java>:223: warning: no @param for coordUnion [javadoc] public static long parseLength(org.openxmlformats.schemas.wordprocessingml.x2006.main.STMeasurementOrPercent coordUnion) { [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/ooxml/util/SAXHelper.java>:38: warning: no @return [javadoc] public static XMLReader newXMLReader() throws SAXException, ParserConfigurationException { [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/ooxml/util/SAXHelper.java>:38: warning: no @throws for org.xml.sax.SAXException [javadoc] public static XMLReader newXMLReader() throws SAXException, ParserConfigurationException { [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/ooxml/util/SAXHelper.java>:38: warning: no @throws for javax.xml.parsers.ParserConfigurationException [javadoc] public static XMLReader newXMLReader() throws SAXException, ParserConfigurationException { [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/ooxml/util/XPathHelper.java>:109: warning: no @param for <T> [javadoc] public static <T extends XmlObject> T selectProperty(XmlObject startObject, Class<T> resultClass, XSLFShape.ReparseFactory<T> factory, QName[]... path) [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/ooxml/util/XPathHelper.java>:109: warning: no @param for startObject [javadoc] public static <T extends XmlObject> T selectProperty(XmlObject startObject, Class<T> resultClass, XSLFShape.ReparseFactory<T> factory, QName[]... path) [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java>:493: warning: no @throws for java.io.IOException [javadoc] public void addThumbnail(String path) throws IOException { [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java>:512: warning: no @throws for java.io.IOException [javadoc] public void addThumbnail(String filename, InputStream data) throws IOException { [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java>:589: warning: no @throws for org.apache.poi.openxml4j.exceptions.InvalidFormatException [javadoc] public PackageProperties getPackageProperties() [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java>:698: warning: no @return [javadoc] public PackagePart getPart(PackageRelationship partRel) { [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java>:1447: warning: no @param for pkg [javadoc] public boolean validatePackage(OPCPackage pkg) throws InvalidFormatException { [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java>:1447: warning: no @throws for org.apache.poi.openxml4j.exceptions.InvalidFormatException [javadoc] public boolean validatePackage(OPCPackage pkg) throws InvalidFormatException { [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java>:1489: warning: no @throws for java.io.IOException [javadoc] public void save(OutputStream outputStream) throws IOException { [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java>:1504: warning: no @param for loadRelationships [javadoc] protected abstract PackagePart createPartImpl(PackagePartName partName, [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java>:1525: warning: no @throws for java.io.IOException [javadoc] protected abstract void closeImpl() throws IOException; [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java>:1539: warning: no @throws for java.io.IOException [javadoc] protected abstract void saveImpl(OutputStream outputStream) [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java>:1547: warning: no @throws for org.apache.poi.openxml4j.exceptions.InvalidFormatException [javadoc] protected abstract PackagePartCollection getPartsImpl() [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java>:1654: warning: no @return [javadoc] public abstract boolean isClosed(); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/RelationshipSource.java>:114: warning: no @throws for org.apache.poi.openxml4j.exceptions.OpenXML4JException [javadoc] PackageRelationshipCollection getRelationships() throws OpenXML4JException; [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:52: warning: no @param for category [javadoc] void setCategoryProperty(String category); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:58: warning: no @param for category [javadoc] void setCategoryProperty(Optional<String> category); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:69: warning: no @param for contentStatus [javadoc] void setContentStatusProperty(String contentStatus); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:75: warning: no @param for contentStatus [javadoc] void setContentStatusProperty(Optional<String> contentStatus); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:88: warning: no @param for contentType [javadoc] void setContentTypeProperty(String contentType); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:95: warning: no @param for contentType [javadoc] void setContentTypeProperty(Optional<String> contentType); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:106: warning: no @param for created [javadoc] void setCreatedProperty(String created); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:111: warning: no @param for created [javadoc] void setCreatedProperty(Optional<Date> created); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:124: warning: no @param for creator [javadoc] void setCreatorProperty(String creator); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:131: warning: no @param for creator [javadoc] void setCreatorProperty(Optional<String> creator); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:136: warning: no @return [javadoc] Optional<String> getDescriptionProperty(); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:141: warning: no @param for description [javadoc] void setDescriptionProperty(String description); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:147: warning: no @param for description [javadoc] void setDescriptionProperty(Optional<String> description); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:158: warning: no @param for identifier [javadoc] void setIdentifierProperty(String identifier); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:164: warning: no @param for identifier [javadoc] void setIdentifierProperty(Optional<String> identifier); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:179: warning: no @param for keywords [javadoc] void setKeywordsProperty(String keywords); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:187: warning: no @param for keywords [javadoc] void setKeywordsProperty(Optional<String> keywords); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:198: warning: no @param for language [javadoc] void setLanguageProperty(String language); [javadoc] ^ [javadoc] <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageProperties.java>:204: warning: no @param for language [javadoc] void setLanguageProperty(Optional<String> language); [javadoc] ^ [javadoc] 100 warnings [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist/maven/poi-ooxml/poi-ooxml-5.0.1-SNAPSHOT-javadoc.jar> assemble: [zip] Building zip: <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist/poi-bin-5.0.1-SNAPSHOT-20210418.zip> [tar] Building tar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist/poi-bin-5.0.1-SNAPSHOT-20210418.tar.gz> [zip] Building zip: <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist/poi-src-5.0.1-SNAPSHOT-20210418.zip> [tar] Building tar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist/poi-src-5.0.1-SNAPSHOT-20210418.tar.gz> [echo] Creating Maven POMs maven-poms: [copy] Copying 7 files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist/maven> [echo] Maven POMs are located in <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist> [echo] Use ant dist-nexus to deploy the artifacts in the remote repository [echo] Distribution located in <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist> [echo] Use "ant dist-checksum" to create sha256/sha512 checksums and GPG signatures runCompileTest: [delete] Deleting directory <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild> [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild> [echo] Found jar packages at <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/dist/maven/poi-ooxml-lite/poi-ooxml-lite-5.0.1-SNAPSHOT.jar>:<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/dist/maven/poi-ooxml-tests/poi-ooxml-5.0.1-SNAPSHOT-tests.jar>:<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/dist/maven/poi-ooxml/poi-ooxml-5.0.1-SNAPSHOT.jar>:<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/dist/maven/poi-tests/poi-5.0.1-SNAPSHOT-tests.jar>:<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/dist/maven/poi/poi-5.0.1-SNAPSHOT.jar,> dist: ../build/dist [echo] Compiling examples without linking to scratchpad.jar to ensure that only some specific ones require this jar [javac] Compiling 122 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild> [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild/org/apache/poi/examples/ss/html/package-info.class> [echo] Compiling all examples with the additional scratchpad.jar [javac] Compiling 16 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/distsourcebuild> run: BUILD SUCCESSFUL Total time: 13 minutes 35 seconds [SpotBugs] Searching for all files in '<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/'> that match the pattern 'build/findbugs.xml' [SpotBugs] -> found 1 file [SpotBugs] Successfully parsed file <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/findbugs.xml> [SpotBugs] -> found 128 issues (skipped 0 duplicates) [SpotBugs] Post processing issues on 'H28' with source code encoding 'UTF-8' [SpotBugs] Creating SCM blamer to obtain author and commit information for affected files [SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [SpotBugs] Resolving file names for all issues in source directory '<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/'> [SpotBugs] -> resolved paths in source directory (88 found, 0 not found) [SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [SpotBugs] -> resolved module names for 128 issues [SpotBugs] Resolving package names (or namespaces) by parsing the affected files [SpotBugs] -> all affected files already have a valid package name [SpotBugs] No filter has been set, publishing all 128 issues [SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds [SpotBugs] -> created fingerprints for 0 issues (skipped 128 issues) [SpotBugs] Copying affected files to Jenkins' build folder '/home/jenkins/jenkins-home/jobs/POI/jobs/POI-DSL-old-Xerces/builds/37/files-with-issues' [SpotBugs] -> 88 copied, 0 not in workspace, 0 not-found, 0 with I/O error [SpotBugs] Repository miner is not configured, skipping mining [SpotBugs] Reference build recorder is not configured [SpotBugs] Obtaining reference build from same job (POI-DSL-old-Xerces) [SpotBugs] Using reference build 'POI/POI-DSL-old-Xerces #36' to compute new, fixed, and outstanding issues [SpotBugs] Issues delta (vs. reference build): outstanding: 127, new: 1, fixed: 1 [SpotBugs] No quality gates have been set - skipping [SpotBugs] Health report is disabled - skipping [SpotBugs] Created analysis result for 128 issues (found 1 new issues, fixed 1 issues) [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'POI/POI-DSL-old-Xerces #37'. [Checks API] No suitable checks publisher found. Archiving artifacts [Fast Archiver] Compressed 223.19 MB of artifacts by 17.2% relative to #36 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 #36 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-old-Xerces/ws/examples/build/classes> 160 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/excelant/build/classes> 14 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/main/build/classes> 1696 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/ooxml-schema/build/classes> 5482 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/ooxml/build/classes> 848 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-examples/build/classes> 160 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-excelant/build/classes> 14 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml-full/build/classes> 5482 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml-lite-agent/build/classes> 3 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml/build/classes> 848 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-scratchpad/build/classes> 947 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes> 1652 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/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-old-Xerces/ws/osgi/src/main/java> 6 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-examples/src/main/java> 173 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-excelant/src/main/java> 21 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml-lite-agent/src/main/java> 7 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml/src/main/java> 677 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-scratchpad/src/main/java> 574 files [JaCoCo plugin] - <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/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/poifs/crypt/dsig/services/RevocationData 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-old-Xerces/builds/37/jacoco/classes/ant/java/org/apache/poi/poifs/crypt/dsig/services/RevocationData.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-old-Xerces/builds/37/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]
