You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/02/02 23:43:44 UTC

Build failed in Jenkins: Log4j 2 3.x #359

See <https://builds.apache.org/job/Log4j%202%203.x/359/display/redirect?page=changes>

Changes:

[rgoers] LOG4j2-2061 - Use the file pattern as the FileManager name when no

------------------------------------------
[...truncated 316.84 KB...]
  Did you mean 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), UTF_8);' or 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), Charset.defaultCharset());'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerLocationTest.java>:[65,58] [DefaultCharset] Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
    (see https://errorprone.info/bugpattern/DefaultCharset)
  Did you mean 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), UTF_8);' or 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), Charset.defaultCharset());'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/filter/AbstractFilterableTest.java>:[256,13] [ClassCanBeStatic] Inner class is non-static but does not reference enclosing class
    (see https://errorprone.info/bugpattern/ClassCanBeStatic)
  Did you mean 'private static class MockedAbstractFilterable extends AbstractFilterable {}'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/filter/AbstractFilterableTest.java>:[258,13] [ClassCanBeStatic] Inner class is non-static but does not reference enclosing class
    (see https://errorprone.info/bugpattern/ClassCanBeStatic)
  Did you mean 'private static class EqualFilter extends AbstractFilter {'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/QueueFullAsyncLoggerLoggingFromToStringTest2.java>:[97,47] unchecked conversion
  required: java.util.Stack<java.lang.String>
  found:    java.util.Stack
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/QueueFullAsyncLoggerLoggingFromToStringTest2.java>:[94,71] [ThreadPriorityCheck] Relying on the thread scheduler is discouraged; see Effective Java Item 72 (2nd edition) / 84 (3rd edition).
    (see https://errorprone.info/bugpattern/ThreadPriorityCheck)
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerTestNanoTime.java>:[77,58] [DefaultCharset] Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
    (see https://errorprone.info/bugpattern/DefaultCharset)
  Did you mean 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), UTF_8);' or 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), Charset.defaultCharset());'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerTestNanoTime.java>:[87,48] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'final List<String> line1Parts = Splitter.on(" AND ").splitToList(line1);'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerTestNanoTime.java>:[93,48] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'final List<String> line2Parts = Splitter.on(" AND ").splitToList(line2);'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/Log4jLookupTest.java>:[41,10] org.mockito.runners.MockitoJUnitRunner in org.mockito.runners has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/Log4jLookupTest.java>:[41,10] org.mockito.runners.MockitoJUnitRunner in org.mockito.runners has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/Log4jLookupTest.java>:[41,10] org.mockito.runners.MockitoJUnitRunner in org.mockito.runners has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/FactoryTestStringMap.java>:[71,18] [TypeParameterUnusedInFormals] Declaring a type parameter that is only used in the return type is a misuse of generics: operations on the type parameter are unchecked, it hides unsafe casts at invocations of the method, and it interacts badly with method overload resolution.
    (see https://errorprone.info/bugpattern/TypeParameterUnusedInFormals)
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/FactoryTestStringMap.java>:[76,18] [TypeParameterUnusedInFormals] Declaring a type parameter that is only used in the return type is a misuse of generics: operations on the type parameter are unchecked, it hides unsafe casts at invocations of the method, and it interacts badly with method overload resolution.
    (see https://errorprone.info/bugpattern/TypeParameterUnusedInFormals)
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDirectWrite1906Test.java>:[88,56] [DefaultCharset] Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
    (see https://errorprone.info/bugpattern/DefaultCharset)
  Did you mean 'BufferedReader reader = Files.newBufferedReader(file.toPath(), UTF_8);' or 'BufferedReader reader = Files.newBufferedReader(file.toPath(), Charset.defaultCharset());'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDirectWrite1906Test.java>:[92,44] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'List<String> parts = Splitter.on(' ').splitToList(line);'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDirectWrite1906Test.java>:[92,45] [UnnecessaryParentheses] Unnecessary use of grouping parentheses
    (see https://errorprone.info/bugpattern/UnnecessaryParentheses)
  Did you mean 'String[] parts = line.split(" ");'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ConsoleAppenderDefaultSuppressedThrowable.java>:[50,34] auto-closeable resource ctx is never referenced in body of corresponding try statement
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/MutableLogEventTest.java>:[140,9] assertEquals(java.lang.String,java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/MutableLogEventTest.java>:[144,9] assertEquals(java.lang.String,java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/MutableLogEventTest.java>:[149,9] assertEquals(java.lang.String,java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/MutableLogEventTest.java>:[154,9] assertEquals(java.lang.String,java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/MutableLogEventTest.java>:[182,9] assertEquals(java.lang.String,java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/impl/MutableLogEventTest.java>:[186,9] assertEquals(java.lang.String,java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/net/ssl/KeyStoreConfigurationTest.java>:[27,43] KeyStoreConfiguration(java.lang.String,char[],java.lang.String,java.lang.String) in org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/net/ssl/KeyStoreConfigurationTest.java>:[40,43] KeyStoreConfiguration(java.lang.String,char[],java.lang.String,java.lang.String) in org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/net/ssl/KeyStoreConfigurationTest.java>:[56,43] KeyStoreConfiguration(java.lang.String,char[],java.lang.String,java.lang.String) in org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/net/ssl/KeyStoreConfigurationTest.java>:[74,43] KeyStoreConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String) in org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration has been deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/tools/GenerateExtendedLoggerTest.java>:[96,74] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/tools/GenerateExtendedLoggerTest.java>:[97,74] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/tools/GenerateExtendedLoggerTest.java>:[98,74] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/tools/GenerateExtendedLoggerTest.java>:[99,74] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/tools/GenerateExtendedLoggerTest.java>:[138,67] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerTestCachedThreadName.java>:[65,58] [DefaultCharset] Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
    (see https://errorprone.info/bugpattern/DefaultCharset)
  Did you mean 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), UTF_8);' or 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), Charset.defaultCharset());'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/PerfTestDriver.java>:[163,45] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'final Iterable<String> lines = Splitter.onPattern("[\\r\\n]+").split(raw);'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/PerfTestDriver.java>:[168,54] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'final List<String> parts = Splitter.on(' ').splitToList(line);'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/PerfTestDriver.java>:[170,63] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'average += Long.parseLong(Iterables.get(Splitter.on('=').split(parts[i++]), 1));'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/PerfTestDriver.java>:[171,61] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'pct99 += Long.parseLong(Iterables.get(Splitter.on('=').split(parts[i++]), 1));'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/PerfTestDriver.java>:[172,64] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'pct99_99 += Long.parseLong(Iterables.get(Splitter.on('=').split(parts[i++]), 1));'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/PerfTestDriver.java>:[173,61] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'count += Integer.parseInt(Iterables.get(Splitter.on('=').split(parts[i]), 1));'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/PerfTestDriver.java>:[302,39] [DefaultCharset] Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
    (see https://errorprone.info/bugpattern/DefaultCharset)
  Did you mean 'final Reader reader = Files.newBufferedReader(setup.temp.toPath(), UTF_8);' or 'final Reader reader = Files.newBufferedReader(setup.temp.toPath(), Charset.defaultCharset());'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/perftest/PerfTestDriver.java>:[353,62] [DefaultCharset] Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
    (see https://errorprone.info/bugpattern/DefaultCharset)
  Did you mean 'final BufferedReader in = new BufferedReader(new InputStreamReader(process.getInputStream(), UTF_8));' or 'final BufferedReader in = new BufferedReader(new InputStreamReader(process.getInputStream(), Charset.defaultCharset()));'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerConfigTest4.java>:[61,58] [DefaultCharset] Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
    (see https://errorprone.info/bugpattern/DefaultCharset)
  Did you mean 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), UTF_8);' or 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), Charset.defaultCharset());'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerCustomSelectorLocationTest.java>:[73,58] [DefaultCharset] Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
    (see https://errorprone.info/bugpattern/DefaultCharset)
  Did you mean 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), UTF_8);' or 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), Charset.defaultCharset());'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/RollingAppenderDirectWriteTempCompressedFilePatternTest.java>:[89,64] unchecked cast
  required: java.nio.file.WatchEvent<java.nio.file.Path>
  found:    java.nio.file.WatchEvent<capture#2 of ?>
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerTimestampMessageTest.java>:[80,58] [DefaultCharset] Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
    (see https://errorprone.info/bugpattern/DefaultCharset)
  Did you mean 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), UTF_8);' or 'final BufferedReader reader = Files.newBufferedReader(file.toPath(), Charset.defaultCharset());'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ConsoleAppenderAnsiStyleNameLayoutMain.java>:[36,34] auto-closeable resource ctx is never referenced in body of corresponding try statement
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ReconfigureAppenderTest.java>:[106,72] unchecked cast
  required: java.util.Map<java.lang.String,org.apache.logging.log4j.core.appender.AbstractManager>
  found:    java.lang.Object
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ReconfigureAppenderTest.java>:[145,17] found raw type: org.apache.logging.log4j.core.util.Builder
  missing type arguments for generic class org.apache.logging.log4j.core.util.Builder<T>
[INFO] 197 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ReconfigureAppenderTest.java>:[145,69] cannot find symbol
  symbol:   method withPattern(java.lang.String)
  location: class org.apache.logging.log4j.core.layout.PatternLayout.Builder
[ERROR] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ReconfigureAppenderTest.java>:[152,25] cannot find symbol
  symbol:   method withLayout(org.apache.logging.log4j.core.layout.PatternLayout)
  location: class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder<B>
[ERROR] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ReconfigureAppenderTest.java>:[160,41] cannot find symbol
  symbol:   method withConfig(org.apache.logging.log4j.core.config.Configuration)
  location: class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy.Builder
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Log4j 2 ..................................... SUCCESS [ 25.286 s]
[INFO] Apache Log4j API Java 9 support .................... SUCCESS [ 56.776 s]
[INFO] Apache Log4j API ................................... SUCCESS [01:15 min]
[INFO] Apache Log4j Core Java 9 support ................... SUCCESS [  5.711 s]
[INFO] Apache Log4j Core .................................. FAILURE [ 25.906 s]
[INFO] Apache Log4j Layout for Jackson .................... SKIPPED
[INFO] Apache Log4j Layout for Jackson JSON ............... SKIPPED
[INFO] Apache Log4j Layout for Jackson XML ................ SKIPPED
[INFO] Apache Log4j Layout for Jackson YAML ............... SKIPPED
[INFO] Apache Log4j Core Integration Tests ................ SKIPPED
[INFO] Apache Log4j 1.x Compatibility API ................. SKIPPED
[INFO] Apache Log4j SLF4J Binding ......................... SKIPPED
[INFO] Apache Log4j SLF4J 1.8+ Binding .................... SKIPPED
[INFO] Apache Log4j to SLF4J Adapter ...................... SKIPPED
[INFO] Apache Log4j Commons Logging Bridge ................ SKIPPED
[INFO] Apache Log4j CSV ................................... SKIPPED
[INFO] Apache Log4j Flume Bridge .......................... SKIPPED
[INFO] Apache Log4j Web ................................... SKIPPED
[INFO] Apache Log4j Tag Library ........................... SKIPPED
[INFO] Apache Log4j JMX GUI ............................... SKIPPED
[INFO] Apache Log4j Samples ............................... SKIPPED
[INFO] Apache Log4j Samples: Flume - Common ............... SKIPPED
[INFO] Apache Log4j Samples: Flume - Remote ............... SKIPPED
[INFO] Apache Log4j Samples: Flume - Embedded ............. SKIPPED
[INFO] Apache Log4j Samples: Configuration ................ SKIPPED
[INFO] Apache Log4j Samples: LoggerProperties ............. SKIPPED
[INFO] Apache Log4j BOM ................................... SKIPPED
[INFO] Apache Log4j JDBC .................................. SKIPPED
[INFO] Apache Log4j JDBC DBCP 2 ........................... SKIPPED
[INFO] Apache Log4j JPA ................................... SKIPPED
[INFO] Apache Log4j JeroMQ ................................ SKIPPED
[INFO] Apache Log4j JMS ................................... SKIPPED
[INFO] Apache Log4j Kafka ................................. SKIPPED
[INFO] Apache Log4j CouchDB ............................... SKIPPED
[INFO] Apache Log4j MongoDB 2 ............................. SKIPPED
[INFO] Apache Log4j MongoDB 3 ............................. SKIPPED
[INFO] Apache Log4j Cassandra ............................. SKIPPED
[INFO] Apache Log4J Performance Tests ..................... SKIPPED
[INFO] Apache Log4j Streaming Interface ................... SKIPPED
[INFO] Apache Log4j JUL Adapter ........................... SKIPPED
[INFO] Apache Log4j Liquibase Binding ..................... SKIPPED
[INFO] Apache Log4j App Server Support .................... SKIPPED
[INFO] Apache Log4j SMTP .................................. SKIPPED
[INFO] Apache Log4j OSGi .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:58 min
[INFO] Finished at: 2019-02-02T23:41:50+00:00
[INFO] Final Memory: 172M/935M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile) on project log4j-core: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ReconfigureAppenderTest.java>:[145,69] cannot find symbol
[ERROR] symbol:   method withPattern(java.lang.String)
[ERROR] location: class org.apache.logging.log4j.core.layout.PatternLayout.Builder
[ERROR] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ReconfigureAppenderTest.java>:[152,25] cannot find symbol
[ERROR] symbol:   method withLayout(org.apache.logging.log4j.core.layout.PatternLayout)
[ERROR] location: class org.apache.logging.log4j.core.appender.RollingFileAppender.Builder<B>
[ERROR] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/ReconfigureAppenderTest.java>:[160,41] cannot find symbol
[ERROR] symbol:   method withConfig(org.apache.logging.log4j.core.config.Configuration)
[ERROR] location: class org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy.Builder
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :log4j-core
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-api-java9/pom.xml> to org.apache.logging.log4j/log4j-api-java9/3.0.0-SNAPSHOT/log4j-api-java9-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-api-java9/target/log4j-api-java9-3.0.0-SNAPSHOT.zip> to org.apache.logging.log4j/log4j-api-java9/3.0.0-SNAPSHOT/log4j-api-java9-3.0.0-SNAPSHOT.zip
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-appserver/pom.xml> to org.apache.logging.log4j/log4j-appserver/3.0.0-SNAPSHOT/log4j-appserver-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-samples/log4j-samples-flume-remote/pom.xml> to org.apache.logging.log4j.samples/log4j-samples-flume-remote/3.0.0-SNAPSHOT/log4j-samples-flume-remote-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-jmx-gui/pom.xml> to org.apache.logging.log4j/log4j-jmx-gui/3.0.0-SNAPSHOT/log4j-jmx-gui-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-api/pom.xml> to org.apache.logging.log4j/log4j-api/3.0.0-SNAPSHOT/log4j-api-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-api/target/log4j-api-3.0.0-SNAPSHOT.jar> to org.apache.logging.log4j/log4j-api/3.0.0-SNAPSHOT/log4j-api-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-api/target/log4j-api-3.0.0-SNAPSHOT-tests.jar> to org.apache.logging.log4j/log4j-api/3.0.0-SNAPSHOT/log4j-api-3.0.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-api/target/log4j-api-3.0.0-SNAPSHOT-sources.jar> to org.apache.logging.log4j/log4j-api/3.0.0-SNAPSHOT/log4j-api-3.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-api/target/log4j-api-3.0.0-SNAPSHOT-test-sources.jar> to org.apache.logging.log4j/log4j-api/3.0.0-SNAPSHOT/log4j-api-3.0.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-flume-ng/pom.xml> to org.apache.logging.log4j/log4j-flume-ng/3.0.0-SNAPSHOT/log4j-flume-ng-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-samples/pom.xml> to org.apache.logging.log4j.samples/log4j-samples/3.0.0-SNAPSHOT/log4j-samples-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-jpa/pom.xml> to org.apache.logging.log4j/log4j-jpa/3.0.0-SNAPSHOT/log4j-jpa-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/pom.xml> to org.apache.logging.log4j/log4j-core/3.0.0-SNAPSHOT/log4j-core-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-layout-jackson-yaml/pom.xml> to org.apache.logging.log4j/log4j-layout-jackson-yaml/3.0.0-SNAPSHOT/log4j-layout-jackson-yaml-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-perf/pom.xml> to org.apache.logging.log4j/log4j-perf/3.0.0-SNAPSHOT/log4j-perf-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-kafka/pom.xml> to org.apache.logging.log4j/log4j-kafka/3.0.0-SNAPSHOT/log4j-kafka-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-samples/log4j-samples-loggerProperties/pom.xml> to org.apache.logging.log4j.samples/log4j-samples-loggerProperties/3.0.0-SNAPSHOT/log4j-samples-loggerProperties-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-layout-jackson-json/pom.xml> to org.apache.logging.log4j/log4j-layout-jackson-json/3.0.0-SNAPSHOT/log4j-layout-jackson-json-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-samples/log4j-samples-flume-embedded/pom.xml> to org.apache.logging.log4j.samples/log4j-samples-flume-embedded/3.0.0-SNAPSHOT/log4j-samples-flume-embedded-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-liquibase/pom.xml> to org.apache.logging.log4j/log4j-liquibase/3.0.0-SNAPSHOT/log4j-liquibase-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core-its/pom.xml> to org.apache.logging.log4j/log4j-core-its/3.0.0-SNAPSHOT/log4j-core-its-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-slf4j18-impl/pom.xml> to org.apache.logging.log4j/log4j-slf4j18-impl/3.0.0-SNAPSHOT/log4j-slf4j18-impl-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-web/pom.xml> to org.apache.logging.log4j/log4j-web/3.0.0-SNAPSHOT/log4j-web-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-jcl/pom.xml> to org.apache.logging.log4j/log4j-jcl/3.0.0-SNAPSHOT/log4j-jcl-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-jms/pom.xml> to org.apache.logging.log4j/log4j-jms/3.0.0-SNAPSHOT/log4j-jms-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-taglib/pom.xml> to org.apache.logging.log4j/log4j-taglib/3.0.0-SNAPSHOT/log4j-taglib-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-couchdb/pom.xml> to org.apache.logging.log4j/log4j-couchdb/3.0.0-SNAPSHOT/log4j-couchdb-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-1.2-api/pom.xml> to org.apache.logging.log4j/log4j-1.2-api/3.0.0-SNAPSHOT/log4j-1.2-api-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-samples/log4j-samples-configuration/pom.xml> to org.apache.logging.log4j.samples/log4j-samples-configuration/3.0.0-SNAPSHOT/log4j-samples-configuration-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-osgi/pom.xml> to org.apache.logging.log4j/log4j-osgi/3.0.0-SNAPSHOT/log4j-osgi-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-jdbc/pom.xml> to org.apache.logging.log4j/log4j-jdbc/3.0.0-SNAPSHOT/log4j-jdbc-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core-java9/pom.xml> to org.apache.logging.log4j/log4j-core-java9/3.0.0-SNAPSHOT/log4j-core-java9-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core-java9/target/log4j-core-java9-3.0.0-SNAPSHOT.zip> to org.apache.logging.log4j/log4j-core-java9/3.0.0-SNAPSHOT/log4j-core-java9-3.0.0-SNAPSHOT.zip
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-csv/pom.xml> to org.apache.logging.log4j/log4j-csv/3.0.0-SNAPSHOT/log4j-csv-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-layout-jackson-xml/pom.xml> to org.apache.logging.log4j/log4j-layout-jackson-xml/3.0.0-SNAPSHOT/log4j-layout-jackson-xml-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-mongodb3/pom.xml> to org.apache.logging.log4j/log4j-mongodb3/3.0.0-SNAPSHOT/log4j-mongodb3-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-cassandra/pom.xml> to org.apache.logging.log4j/log4j-cassandra/3.0.0-SNAPSHOT/log4j-cassandra-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-mongodb2/pom.xml> to org.apache.logging.log4j/log4j-mongodb2/3.0.0-SNAPSHOT/log4j-mongodb2-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-bom/pom.xml> to org.apache.logging.log4j/log4j-bom/3.0.0-SNAPSHOT/log4j-bom-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-jeromq/pom.xml> to org.apache.logging.log4j/log4j-jeromq/3.0.0-SNAPSHOT/log4j-jeromq-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-jul/pom.xml> to org.apache.logging.log4j/log4j-jul/3.0.0-SNAPSHOT/log4j-jul-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-slf4j-impl/pom.xml> to org.apache.logging.log4j/log4j-slf4j-impl/3.0.0-SNAPSHOT/log4j-slf4j-impl-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-layout-jackson/pom.xml> to org.apache.logging.log4j/log4j-layout-jackson/3.0.0-SNAPSHOT/log4j-layout-jackson-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-iostreams/pom.xml> to org.apache.logging.log4j/log4j-iostreams/3.0.0-SNAPSHOT/log4j-iostreams-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/pom.xml> to org.apache.logging.log4j/log4j/3.0.0-SNAPSHOT/log4j-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/target/log4j-3.0.0-SNAPSHOT-site.xml> to org.apache.logging.log4j/log4j/3.0.0-SNAPSHOT/log4j-3.0.0-SNAPSHOT-site.xml
[Fast Archiver] Compressed 79.87 KB of artifacts by 80.1% relative to #358
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-smtp/pom.xml> to org.apache.logging.log4j/log4j-smtp/3.0.0-SNAPSHOT/log4j-smtp-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-to-slf4j/pom.xml> to org.apache.logging.log4j/log4j-to-slf4j/3.0.0-SNAPSHOT/log4j-to-slf4j-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-samples/log4j-samples-flume-common/pom.xml> to org.apache.logging.log4j.samples/log4j-samples-flume-common/3.0.0-SNAPSHOT/log4j-samples-flume-common-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-jdbc-dbcp2/pom.xml> to org.apache.logging.log4j/log4j-jdbc-dbcp2/3.0.0-SNAPSHOT/log4j-jdbc-dbcp2-3.0.0-SNAPSHOT.pom
channel stopped

Jenkins build is back to normal : Log4j 2 3.x #360

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Log4j%202%203.x/360/display/redirect?page=changes>