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/03/07 17:40:24 UTC

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

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

Changes:

[PJ Fanning] add DeferredGeneration sample

[PJ Fanning] convert tabs to spaces

[PJ Fanning] add DeferredGeneration sample

[Marius Volkhart] Remove unnecessary array conversion in HWPF FSPATable

[Marius Volkhart] Remove deprecated HWPF FSPA methods

These methods have been @Deprecated for years, and are part of @Internal structures.

[Marius Volkhart] Improve performance of HSLFPictureData#write

[Marius Volkhart] Deprecate functions that duplicate functionality

DrawingGroupRecord#processChildRecords and AbstractEscherHolderRecord#convertRawBytesToEscherRecords duplicate the functionality of AbstractEscherHolderRecord#decode. This makes the code harder to follow, as it is not clear when certain access patterns repeat. Accordingly, these functions are deprecated and flagged for removal.

[Marius Volkhart] Review EscherContainerRecord#getChildRecords() call sites for unnecessary work

This started off as wanting to add the EscherContainerRecord#getChildCount() function in order to do an efficient check for how many children the container has. This was desirable in new code for editing HSSF pictures. The existing option of calling getChildRecords().size() was undesirable as this requires a list copy first.

In the process of finding call sites that would benefit from replacing getChildRecords().size(), I realized that several other patterns would benefit from eliminating a copy, such as iterating over the children in a for-each loop, and indexed access to specific children.

[Marius Volkhart] Add the ability to edit HSLFPictureData contents

Pictures can now be edited by calling HSLFPictureData#setData(byte[]). The byte[] should contain the image data as an image viewer might read it.

To enable this functionality, a tighter coupling between the EscherBSERecords of the slideshow and the HSLFPictureData was required. This ensures that changes in image data size are accurately recorded in the records.

In the course of coupling the records and the HSLFPictureData, various scenarios arose where a mapping of records to pictures was non-trivial. Accordingly, the HSLFSlideShowImpl#matchPicturesAndRecords(...) function was added to perform a more sophisticated matching pass. This function is heavily exercised by org.apache.poi.hslf.usermodel.TestBugs.testFile[5] and PPTX2PNG.render[2], as well as the new TestPictures#testSlideshowWithIncorrectOffsets().

Closes #225

[Marius Volkhart] Make picture loading in HWPF PicturesTable easier to understand

The recursion is no longer necessary due to the more defined structure of OfficeArtContent.

[Marius Volkhart] Add documentation to PICFAndOfficeArtData

Adjust call sites based on defined behavior.

[PJ Fanning] change gradle build to get unreleased xmlbeans jar from ci-builds (like ant build does)

[Marius Volkhart] Simplify OfficeArtContent#getBStoreContainer method

Due to the new structure of the class, we can be more specific about how we load the BStore.

[PJ Fanning] change gradle build to get unreleased xmlbeans jar from ci-builds (like ant build does)

[Marius Volkhart] Rename EscherRecordHolder to OfficeArtContent

While the class does indeed hold EscherRecords, due to recent refactoring it is much more structured now than it was before. The contents of the class now closely resemble the OfficeArtContent structure referenced in the MS-DOC spec. Naming the class after the specification structure makes it easier to find and understand.

[Marius Volkhart] Rework EscherRecordHolder parsing

Modify the parsing done by EscherRecordHolder to be more deterministic. The format of the OfficeArtContent structure, which the EscherRecordHolder represents, is well defined in the MS-DOC spec. A clear class structure makes it easier to reason about the availability of data.

[Marius Volkhart] Add documentation to EscherRecordTypes#DG_CONTAINER

[Marius Volkhart] Simplify initialization of HWPF EscherRecordHolder


------------------------------------------
[...truncated 43.60 KB...]
      [get] Getting: https://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-svggen/1.14/batik-svggen-1.14.jar
      [get] To: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/lib/ooxml-batik/batik-svggen-1.14.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-svgrasterizer/1.14/batik-svgrasterizer-1.14.jar
      [get] To: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/lib/ooxml-batik/batik-svgrasterizer-1.14.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-transcoder/1.14/batik-transcoder-1.14.jar
      [get] To: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/lib/ooxml-batik/batik-transcoder-1.14.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-util/1.14/batik-util-1.14.jar
      [get] To: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/lib/ooxml-batik/batik-util-1.14.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-xml/1.14/batik-xml-1.14.jar
      [get] To: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/lib/ooxml-batik/batik-xml-1.14.jar>
      [get] Getting: https://repo1.maven.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar
      [get] To: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/lib/ooxml-batik/xml-apis-ext-1.3.04.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.4/xmlgraphics-commons-2.4.jar
      [get] To: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/lib/ooxml-batik/xmlgraphics-commons-2.4.jar>
      [get] Destination already exists (skipping): <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/lib/ooxml-provided/pdfbox-2.0.22.jar>
      [get] Destination already exists (skipping): <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/lib/ooxml-provided/fontbox-2.0.22.jar>
      [get] Destination already exists (skipping): <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/lib/ooxml-provided/graphics2d-0.30.jar>

init:
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/test-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/test-results>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/scratchpad-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/scratchpad-test-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/scratchpad-test-results>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/geometry-java>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/ooxml-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/ooxml-test-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/ooxml-test-results>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/excelant-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/excelant-test-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/excelant-test-results>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/examples-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/integration-test-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/42/artifact/build/integration-test-results>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/dist>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/site>
     [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 11 (may be different than actual Java sometimes...)
     [echo] Using Java: 11.0.9/11.0.9+7-LTS/11.0.9+7-LTS/Java HotSpot(TM) 64-Bit Server VM from Oracle Corporation on Linux: 4.15.0-122-generic
     [echo] Building Apache POI version 5.0.1-SNAPSHOT and RC: RC1

-version-java-check:

compile-version:
     [copy] Copying 1 file to <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi>
    [javac] Compiling 1 source file to <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
    [javac] 1 warning
   [delete] Deleting: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/Version.java>

compile-main:
    [javac] Compiling 1171 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes>
    [javac] Ignoring source, target and bootclasspath as release has been set
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/ddf/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/hssf/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/poifs/dev/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/util/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/poifs/common/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/hssf/record/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/poifs/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/poifs/crypt/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/hpsf/wellknown/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/hssf/dev/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/ss/formula/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/hpsf/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/poifs/property/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/poifs/filesystem/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/ss/formula/ptg/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/poifs/storage/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/hssf/eventusermodel/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/hssf/record/aggregates/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/ss/format/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/hssf/model/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/hssf/usermodel/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/hssf/util/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/classes/org/apache/poi/poifs/eventfilesystem/package-info.class>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/dist/maven/poi>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/dist/maven/poi/poi-5.0.1-SNAPSHOT.jar>
    [javac] Compiling 518 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/test-classes>
    [javac] Ignoring source, target and bootclasspath as release has been set
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/src/testcases/org/apache/poi/sl/usermodel/BaseTestSlideShow.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/dist/maven/poi-tests/poi-5.0.1-SNAPSHOT-tests.jar>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/dist/maven/poi/poi-5.0.1-SNAPSHOT-sources.jar>

compile-scratchpad:
    [javac] Compiling 515 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/scratchpad-classes>
    [javac] Ignoring source, target and bootclasspath as release has been set
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/dist/maven/poi-scratchpad>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/dist/maven/poi-scratchpad/poi-scratchpad-5.0.1-SNAPSHOT.jar>
    [javac] Compiling 197 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/scratchpad-test-classes>
    [javac] Ignoring source, target and bootclasspath as release has been set
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/dist/maven/poi-scratchpad-tests/poi-scratchpad-5.0.1-SNAPSHOT-tests.jar>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/dist/maven/poi-scratchpad/poi-scratchpad-5.0.1-SNAPSHOT-sources.jar>

check-compiled-ooxml-xsds:

compile-ooxml-xsds:
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/xmlbean-xsds>
     [copy] Copying 8 files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/xmlbean-xsds>
     [copy] Copying 28 resources to <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/xmlbean-xsds>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/xmlbean-sources>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/xmlbean-classes>
  [xmlbean] SchemaCompiler  Metadata LOAD:org/apache/xmlbeans/metadata GEN:org/apache/poi/schemas/ooxml
  [xmlbean] Time to build schema type system: 2.846 seconds
  [xmlbean] Time to generate code: 5.61 seconds
    [javac] Compiling 5064 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/xmlbean-classes>
    [javac] Ignoring source, target and bootclasspath as release has been set
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/dist/maven/poi-ooxml-full>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.0.1-SNAPSHOT.jar>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.0.1-SNAPSHOT-sources.jar>

compile-ooxml:
    [javac] Compiling 620 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/ooxml-classes>
    [javac] Ignoring source, target and bootclasspath as release has been set
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/ooxml-classes/org/apache/poi/xwpf/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build/ooxml-classes/org/apache/poi/xssf/binary/package-info.class>
    [javac] Compiling 1 source file to <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/src/multimodule/ooxml/java9>
    [javac] error: the unnamed module reads package org.apache.batik.xml from both batik.xml and batik.all
    [javac] error: the unnamed module reads package org.apache.batik from both batik.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.transcoder from both batik.transcoder and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.transcoder.print from both batik.transcoder and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.transcoder.wmf from both batik.transcoder and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.transcoder.wmf.tosvg from both batik.transcoder and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.transcoder.svg2svg from both batik.transcoder and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.transcoder.image from both batik.transcoder and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.transcoder.image.resources from both batik.transcoder and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.transcoder.keys from both batik.transcoder and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.svggen from both batik.svggen and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.svggen.font from both batik.svggen and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.svggen.font.table from both batik.svggen and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.script from both batik.script and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.script.jpython from both batik.script and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.script.rhino from both batik.script and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.apps.rasterizer from both batik.svgrasterizer and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.parser from both batik.parser and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.i18n from both batik.i18n and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.gvt from both batik.gvt and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.gvt.renderer from both batik.gvt and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.gvt.text from both batik.gvt and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.gvt.filter from both batik.gvt and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.gvt.font from both batik.gvt and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.gvt.event from both batik.gvt and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.gvt.flow from both batik.gvt and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.util from both batik.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.util.resources from both batik.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.util.io from both batik.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.w3c.dom from both batik.ext and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.w3c.dom.events from both batik.ext and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.dom.svg from both batik.svg.dom and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.dom.svg12 from both batik.svg.dom and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.dom from both batik.dom and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.dom.xbl from both batik.dom and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.dom.traversal from both batik.dom and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.dom.util from both batik.dom and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.dom.events from both batik.dom and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.css.engine from both batik.css and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.css.engine.value from both batik.css and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.css.engine.value.svg from both batik.css and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.css.engine.value.css2 from both batik.css and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.css.engine.value.svg12 from both batik.css and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.css.engine.sac from both batik.css and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.css.dom from both batik.css and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.css.parser from both batik.css and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.constants from both batik.constants and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.bridge from both batik.bridge and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.bridge.svg12 from both batik.bridge and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.ext.swing from both batik.awt.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.ext.awt from both batik.awt.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.ext.awt.geom from both batik.awt.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.ext.awt.font from both batik.awt.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.ext.awt.image from both batik.awt.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.ext.awt.image.renderable from both batik.awt.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.ext.awt.image.rendered from both batik.awt.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.ext.awt.image.spi from both batik.awt.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.ext.awt.g2d from both batik.awt.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.ext.awt.color from both batik.awt.util and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.anim from both batik.anim and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.anim.timing from both batik.anim and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.anim.values from both batik.anim and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.anim.dom from both batik.anim and batik.all
    [javac] error: the unnamed module reads package org.apache.batik.ext.awt.image.codec.png from both batik.all and batik.codec
    [javac] error: the unnamed module reads package org.apache.batik.ext.awt.image.codec.imageio from both batik.all and batik.codec
    [javac] error: the unnamed module reads package org.apache.batik.ext.awt.image.codec.util from both batik.all and batik.codec
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.xml from both batik.xml and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik from both batik.util and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.transcoder from both batik.transcoder and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.transcoder.print from both batik.transcoder and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.transcoder.wmf from both batik.transcoder and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.transcoder.wmf.tosvg from both batik.transcoder and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.transcoder.svg2svg from both batik.transcoder and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.transcoder.image from both batik.transcoder and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.transcoder.image.resources from both batik.transcoder and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.transcoder.keys from both batik.transcoder and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.svggen from both batik.svggen and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.svggen.font from both batik.svggen and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.svggen.font.table from both batik.svggen and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.script from both batik.script and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.script.jpython from both batik.script and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.script.rhino from both batik.script and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.apps.rasterizer from both batik.svgrasterizer and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.parser from both batik.parser and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.i18n from both batik.i18n and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.gvt from both batik.gvt and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.gvt.renderer from both batik.gvt and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.gvt.text from both batik.gvt and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.gvt.filter from both batik.gvt and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.gvt.font from both batik.gvt and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.gvt.event from both batik.gvt and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.gvt.flow from both batik.gvt and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.util from both batik.util and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.util.resources from both batik.util and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.util.io from both batik.util and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.w3c.dom from both batik.ext and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.w3c.dom.events from both batik.ext and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.dom.svg from both batik.svg.dom and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.dom.svg12 from both batik.svg.dom and batik.all
    [javac] error: module de.rototor.pdfbox.graphics2d reads package org.apache.batik.dom from both batik.dom and batik.all
    [javac] 100 errors

BUILD FAILED
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build.xml>:1227: The following error occurred while executing this line:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build.xml>:1065: Compile failed; see the compiler error output for details.

Total time: 2 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Archiving artifacts
[Fast Archiver] Compressed 2.78 MB of artifacts by 23.6% relative to #41
Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?

---------------------------------------------------------------------
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 #43

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


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