You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/05/07 20:34:17 UTC

Build failed in Jenkins: Commons-Compress PullRequest Builder » Apache Commons Compress #124

See <https://builds.apache.org/job/Commons-Compress%20PullRequest%20Builder/org.apache.commons$commons-compress/124/display/redirect?page=changes>

Changes:

[hboutemy] COMPRESS-485 keep zip entries order in parallel zip creation

[hboutemy] COMPRESS-485 add order check in parallel zip creator test

------------------------------------------
[...truncated 42.46 KB...]
XZTestCase: HeapMax=22518693888 bytes 21475.5 MB
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.apache.commons.compress.compressors.XZTestCase
[INFO] Running org.apache.commons.compress.compressors.DeflateTestCase
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.compress.compressors.DeflateTestCase
[INFO] Running org.apache.commons.compress.compressors.BZip2TestCase
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.commons.compress.compressors.BZip2TestCase
[INFO] Running org.apache.commons.compress.compressors.DetectCompressorTestCase
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.apache.commons.compress.compressors.DetectCompressorTestCase
[INFO] Running org.apache.commons.compress.compressors.xz.XZCompressorOutputStreamTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.apache.commons.compress.compressors.xz.XZCompressorOutputStreamTest
[INFO] Running org.apache.commons.compress.compressors.xz.XZUtilsTestCase
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.compress.compressors.xz.XZUtilsTestCase
[INFO] Running org.apache.commons.compress.compressors.xz.XZCompressorInputStreamTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.apache.commons.compress.compressors.xz.XZCompressorInputStreamTest
[INFO] Running org.apache.commons.compress.compressors.FramedSnappyTestCase
test.txt written, uncompressed bytes: 369, compressed bytes: 53 after 1ms
bla.tar written, uncompressed bytes: 10240, compressed bytes: 971 after 4ms
COMPRESS-256.7z written, uncompressed bytes: 4069842, compressed bytes: 4068310 after 327ms
bigChunkTest written, uncompressed bytes: 131072, compressed bytes: 131126 after 10ms
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 s - in org.apache.commons.compress.compressors.FramedSnappyTestCase
[INFO] Running org.apache.commons.compress.compressors.ZTestCase
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.commons.compress.compressors.ZTestCase
[INFO] Running org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStreamTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStreamTest
[INFO] Running org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorRoundtripTest
Configuration: default
COMPRESS-256.7z written, uncompressed bytes: 4069842, compressed bytes: 4082684 after 626ms
COMPRESS-256.7z.block.lz4 read after 45ms
Configuration: default
lorem-ipsum.txt.gz written, uncompressed bytes: 38080, compressed bytes: 38231 after 2ms
lorem-ipsum.txt.gz.block.lz4 read after 1ms
Configuration: default
bla.tar written, uncompressed bytes: 10240, compressed bytes: 594 after 4ms
bla.tar.block.lz4 read after 1ms
Configuration: tuned for speed
COMPRESS-256.7z written, uncompressed bytes: 4069842, compressed bytes: 4082689 after 363ms
COMPRESS-256.7z.block.lz4 read after 41ms
Configuration: tuned for speed
lorem-ipsum.txt.gz written, uncompressed bytes: 38080, compressed bytes: 38231 after 2ms
lorem-ipsum.txt.gz.block.lz4 read after 1ms
Configuration: tuned for speed
bla.tar written, uncompressed bytes: 10240, compressed bytes: 600 after 2ms
bla.tar.block.lz4 read after 1ms
Configuration: tuned for compression ratio
COMPRESS-256.7z written, uncompressed bytes: 4069842, compressed bytes: 4082684 after 507ms
COMPRESS-256.7z.block.lz4 read after 38ms
Configuration: tuned for compression ratio
lorem-ipsum.txt.gz written, uncompressed bytes: 38080, compressed bytes: 38231 after 3ms
lorem-ipsum.txt.gz.block.lz4 read after 1ms
Configuration: tuned for compression ratio
bla.tar written, uncompressed bytes: 10240, compressed bytes: 594 after 2ms
bla.tar.block.lz4 read after 1ms
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.66 s - in org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorRoundtripTest
[INFO] Running org.apache.commons.compress.compressors.lz4.FactoryTest
bla.tar written, uncompressed bytes: 10240, compressed bytes: 594 after 2ms
bla.tar.lz4-block.lz4 read after 1ms
bla.tar written, uncompressed bytes: 10240, compressed bytes: 610 after 8ms
bla.tar.lz4-framed.lz4 read after 4ms
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.commons.compress.compressors.lz4.FactoryTest
[INFO] Running org.apache.commons.compress.compressors.lz4.XXHash32Test
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.apache.commons.compress.compressors.lz4.XXHash32Test
[INFO] Running org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStreamTest
[WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.019 s - in org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStreamTest
[INFO] Running org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStreamTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStreamTest
[INFO] Running org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorRoundtripTest
COMPRESS-256.7z written, uncompressed bytes: 4069842, compressed bytes: 0 after 309ms
COMPRESS-256.7z.framed.lz4 read after 22ms
lorem-ipsum.txt.gz written, uncompressed bytes: 38080, compressed bytes: 0 after 2ms
lorem-ipsum.txt.gz.framed.lz4 read after 1ms
bla.tar written, uncompressed bytes: 10240, compressed bytes: 0 after 2ms
bla.tar.framed.lz4 read after 1ms
COMPRESS-256.7z written, uncompressed bytes: 4069842, compressed bytes: 0 after 420ms
COMPRESS-256.7z.framed.lz4 read after 20ms
lorem-ipsum.txt.gz written, uncompressed bytes: 38080, compressed bytes: 0 after 3ms
lorem-ipsum.txt.gz.framed.lz4 read after 0ms
bla.tar written, uncompressed bytes: 10240, compressed bytes: 0 after 1ms
bla.tar.framed.lz4 read after 1ms
COMPRESS-256.7z written, uncompressed bytes: 4069842, compressed bytes: 0 after 551ms
COMPRESS-256.7z.framed.lz4 read after 24ms
lorem-ipsum.txt.gz written, uncompressed bytes: 38080, compressed bytes: 0 after 3ms
lorem-ipsum.txt.gz.framed.lz4 read after 1ms
bla.tar written, uncompressed bytes: 10240, compressed bytes: 0 after 3ms
bla.tar.framed.lz4 read after 0ms
COMPRESS-256.7z written, uncompressed bytes: 4069842, compressed bytes: 0 after 501ms
COMPRESS-256.7z.framed.lz4 read after 20ms
lorem-ipsum.txt.gz written, uncompressed bytes: 38080, compressed bytes: 0 after 5ms
lorem-ipsum.txt.gz.framed.lz4 read after 0ms
bla.tar written, uncompressed bytes: 10240, compressed bytes: 0 after 3ms
bla.tar.framed.lz4 read after 1ms
COMPRESS-256.7z written, uncompressed bytes: 4069842, compressed bytes: 0 after 456ms
COMPRESS-256.7z.framed.lz4 read after 13ms
lorem-ipsum.txt.gz written, uncompressed bytes: 38080, compressed bytes: 0 after 5ms
lorem-ipsum.txt.gz.framed.lz4 read after 0ms
bla.tar written, uncompressed bytes: 10240, compressed bytes: 0 after 3ms
bla.tar.framed.lz4 read after 3ms
COMPRESS-256.7z written, uncompressed bytes: 4069842, compressed bytes: 0 after 468ms
COMPRESS-256.7z.framed.lz4 read after 25ms
lorem-ipsum.txt.gz written, uncompressed bytes: 38080, compressed bytes: 0 after 5ms
lorem-ipsum.txt.gz.framed.lz4 read after 0ms
bla.tar written, uncompressed bytes: 10240, compressed bytes: 0 after 3ms
bla.tar.framed.lz4 read after 1ms
COMPRESS-256.7z written, uncompressed bytes: 4069842, compressed bytes: 0 after 482ms
COMPRESS-256.7z.framed.lz4 read after 39ms
lorem-ipsum.txt.gz written, uncompressed bytes: 38080, compressed bytes: 0 after 5ms
lorem-ipsum.txt.gz.framed.lz4 read after 1ms
bla.tar written, uncompressed bytes: 10240, compressed bytes: 0 after 3ms
bla.tar.framed.lz4 read after 2ms
COMPRESS-256.7z written, uncompressed bytes: 4069842, compressed bytes: 0 after 409ms
COMPRESS-256.7z.framed.lz4 read after 23ms
lorem-ipsum.txt.gz written, uncompressed bytes: 38080, compressed bytes: 0 after 5ms
lorem-ipsum.txt.gz.framed.lz4 read after 0ms
bla.tar written, uncompressed bytes: 10240, compressed bytes: 0 after 4ms
bla.tar.framed.lz4 read after 1ms
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.885 s - in org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorRoundtripTest
[INFO] Running org.apache.commons.compress.compressors.CompressorServiceLoaderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.compress.compressors.CompressorServiceLoaderTest
[INFO] Running org.apache.commons.compress.compressors.GZipTestCase
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.commons.compress.compressors.GZipTestCase
[INFO] Running org.apache.commons.compress.compressors.BZip2UtilsTestCase
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.compress.compressors.BZip2UtilsTestCase
[INFO] Running org.apache.commons.compress.compressors.CompressorStreamFactoryRoundtripTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.apache.commons.compress.compressors.CompressorStreamFactoryRoundtripTest
[INFO] Running org.apache.commons.compress.compressors.GzipUtilsTestCase
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.compress.compressors.GzipUtilsTestCase
[INFO] Running org.apache.commons.compress.compressors.Pack200TestCase
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.apache.commons.compress.compressors.Pack200TestCase
[INFO] Running org.apache.commons.compress.compressors.deflate.DeflateParametersTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.compress.compressors.deflate.DeflateParametersTest
[INFO] Running org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStreamTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStreamTest
[INFO] Running org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStreamTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStreamTest
[INFO] Running org.apache.commons.compress.ArchiveUtilsTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.compress.ArchiveUtilsTest
[INFO] Running org.apache.commons.compress.OsgiITest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@1f5198d0]...
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [osgi.cmpn]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.scr]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.configadmin]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.servicemix.bundles.hamcrest]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.commons.commons-compress]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-50ddea1c-7df6-48ad-9f7e-ffb40ba83342]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-b2705163-e870-417a-93c4-646a91a7bf84, value=org.apache.commons.compress.OsgiITest;loadBundle }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-b2705163-e870-417a-93c4-646a91a7bf84, }]
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-b2705163-e870-417a-93c4-646a91a7bf84 to be in PaxExam-b2705163-e870-417a-93c4-646a91a7bf84,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b2705163-e870-417a-93c4-646a91a7bf84" and expression="org.apache.commons.compress.OsgiITest;loadBundle"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-b2705163-e870-417a-93c4-646a91a7bf84,
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running loadBundle in reactor
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-50ddea1c-7df6-48ad-9f7e-ffb40ba83342]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-b2705163-e870-417a-93c4-646a91a7bf84, value=org.apache.commons.compress.OsgiITest;loadBundle }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-b2705163-e870-417a-93c4-646a91a7bf84, }]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@b414d1e.]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.commons.commons-compress]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.servicemix.bundles.hamcrest]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.configadmin]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.scr]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [osgi.cmpn]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.074 s - in org.apache.commons.compress.OsgiITest
[INFO] Running org.apache.commons.compress.changes.ChangeSetTestCase
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.apache.commons.compress.changes.ChangeSetTestCase
[INFO] Running org.apache.commons.compress.changes.ChangeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.compress.changes.ChangeTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 1062, Failures: 0, Errors: 0, Skipped: 7
[INFO] 
[JENKINS] Recording test results
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.SurefireArchiver$2; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.BuildInfoRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ commons-compress ---
[INFO] Building jar: <https://builds.apache.org/job/Commons-Compress%20PullRequest%20Builder/org.apache.commons$commons-compress/ws/target/commons-compress-1.19-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (create-javadoc-jar) > generate-sources @ commons-compress >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-check) @ commons-compress ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://builds.apache.org/job/Commons-Compress%20PullRequest%20Builder/org.apache.commons$commons-compress/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 68 implicit excludes (use -debug for more details).
[INFO] 13 explicit excludes (use -debug for more details).
[INFO] 413 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 407 licenses.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[WARNING] Failed to getClass for org.apache.maven.plugins.javadoc.JavadocReport
[INFO] 
[INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (create-javadoc-jar) < generate-sources @ commons-compress <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.0:javadoc (create-javadoc-jar) @ commons-compress ---
[INFO] 
1 error
2 warnings
[JENKINS] Archiving  javadoc

Jenkins build is back to normal : Commons-Compress PullRequest Builder » Apache Commons Compress #125

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20PullRequest%20Builder/org.apache.commons$commons-compress/125/display/redirect?page=changes>