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/09/02 21:06:00 UTC

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

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

Changes:

[Matt Sicker] Fix javadoc

[Matt Sicker] Simplify loader methods

[Matt Sicker] Fix typo

------------------------------------------
[...truncated 244.00 KB...]
    (see https://errorprone.info/bugpattern/EqualsGetClass)
  Did you mean 'if (!(obj instanceof TrustStoreConfiguration)) {'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/AbstractKeyStoreConfiguration.java>:[102,20] [EqualsGetClass] Overriding Object#equals in a non-final class by using getClass rather than instanceof breaks substitutability of subclasses.
    (see https://errorprone.info/bugpattern/EqualsGetClass)
  Did you mean 'if (!(obj instanceof AbstractKeyStoreConfiguration)) {'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/StoreConfiguration.java>:[79,20] [EqualsGetClass] Overriding Object#equals in a non-final class by using getClass rather than instanceof breaks substitutability of subclasses.
    (see https://errorprone.info/bugpattern/EqualsGetClass)
  Did you mean to remove this line?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/SslConfiguration.java>:[271,20] [EqualsGetClass] Overriding Object#equals in a non-final class by using getClass rather than instanceof breaks substitutability of subclasses.
    (see https://errorprone.info/bugpattern/EqualsGetClass)
  Did you mean to remove this line?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/KeyStoreConfiguration.java>:[149,20] [EqualsGetClass] Overriding Object#equals in a non-final class by using getClass rather than instanceof breaks substitutability of subclasses.
    (see https://errorprone.info/bugpattern/EqualsGetClass)
  Did you mean 'if (!(obj instanceof KeyStoreConfiguration)) {'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/FileRenameAction.java>:[141,37] [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 'new PrintWriter(source.getAbsolutePath(), UTF_8.name()).close();' or 'new PrintWriter(source.getAbsolutePath(), Charset.defaultCharset().name()).close();'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[230,31] unchecked cast
  required: T
  found:    java.lang.Object
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[455,44] unchecked cast
  required: java.util.concurrent.Callable<java.lang.Object>
  found:    java.lang.Object
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[886,77] unchecked cast
  required: T
  found:    java.lang.Object
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[1174,17] deprecated item is not annotated with @Deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[2023,136] unchecked cast
  required: java.util.Stack<java.lang.String>
  found:    java.lang.Object
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[2106,170] unchecked cast
  required: java.util.Stack<java.lang.String>
  found:    java.lang.Object
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[2294,73] unchecked cast
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.lang.Object
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[2564,66] unchecked cast
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    capture#1 of ?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[229,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/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[1814,54] [ReferenceEquality] Comparison using reference equality instead of value equality
    (see https://errorprone.info/bugpattern/ReferenceEquality)
  Did you mean 'if (existing != null && !existing.equals(field)) {'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[1820,60] [ReferenceEquality] Comparison using reference equality instead of value equality
    (see https://errorprone.info/bugpattern/ReferenceEquality)
  Did you mean 'if (existing2 != null && !existing2.equals(field)) {'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[1962,39] [JdkObsolete] Stack is a nonstandard class that predates the Java Collections Framework; prefer ArrayDeque. Note that the Stack methods push/pop/peek correspond to the Deque methods addFirst/removeFirst/peekFirst.
    (see https://errorprone.info/bugpattern/JdkObsolete)
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[2095,81] [JdkObsolete] Stack is a nonstandard class that predates the Java Collections Framework; prefer ArrayDeque. Note that the Stack methods push/pop/peek correspond to the Deque methods addFirst/removeFirst/peekFirst.
    (see https://errorprone.info/bugpattern/JdkObsolete)
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[2337,48] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'List<String> keyValue = Splitter.on('=').splitToList(value);'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[2555,28] [JdkObsolete] It is very rare for LinkedList to out-perform ArrayList or ArrayDeque. Avoid it unless you're willing to invest a lot of time into benchmarking. Caveat: LinkedList supports null elements, but ArrayDeque does not.
    (see https://errorprone.info/bugpattern/JdkObsolete)
  Did you mean 'return new ArrayList<Object>();'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[2560,68] [ClassNewInstance] Class.newInstance() bypasses exception checking; prefer getDeclaredConstructor().newInstance()
    (see https://errorprone.info/bugpattern/ClassNewInstance)
  Did you mean 'return (Collection<Object>) collectionClass.getDeclaredConstructor().newInstance();'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[2564,66] [ClassNewInstance] Class.newInstance() bypasses exception checking; prefer getDeclaredConstructor().newInstance()
    (see https://errorprone.info/bugpattern/ClassNewInstance)
  Did you mean 'return (Map<Object, Object>) mapClass.getDeclaredConstructor().newInstance();'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[3045,23] [UnnecessaryParentheses] Unnecessary use of grouping parentheses
    (see https://errorprone.info/bugpattern/UnnecessaryParentheses)
  Did you mean '+ sb.toString() + System.getProperty("line.separator");'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[4367,63] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'List<String> codes = Splitter.on(',').splitToList(commaSeparatedCodes);'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[4392,47] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'List<String> rgb = Splitter.on(';').splitToList(color);'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/picocli/CommandLine.java>:[4774,29] [UnnecessaryParentheses] Unnecessary use of grouping parentheses
    (see https://errorprone.info/bugpattern/UnnecessaryParentheses)
  Did you mean 'String prefix = field.isAnnotationPresent(Option.class)'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/async/JCToolsBlockingQueueFactory.java>:[183,28] [ImmutableEnumChecker] enums should be immutable: 'WaitStrategy' has field 'idle' of type 'org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory.Idle', the declaration of type 'org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory.Idle' is not annotated with @com.google.errorprone.annotations.Immutable
    (see https://errorprone.info/bugpattern/ImmutableEnumChecker)
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/async/JCToolsBlockingQueueFactory.java>:[160,29] [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/main/java/org/apache/logging/log4j/core/async/JCToolsBlockingQueueFactory.java>:[177,33] [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/main/java/org/apache/logging/log4j/core/lookup/Base64StrLookup.java>:[16,16] [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 'return new String(Base64.getDecoder().decode(key), UTF_8);' or 'return new String(Base64.getDecoder().decode(key), Charset.defaultCharset());'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/StringBuilderEncoder.java>:[46,55] [ThreadLocalUsage] ThreadLocals should be stored in static fields
    (see https://errorprone.info/bugpattern/ThreadLocalUsage)
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.java>:[185,54] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'final List<String> array = Splitter.onPattern(Strings.LINE_SEPARATOR).splitToList(w.toString());'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThrowableFormatOptions.java>:[264,63] [StringSplitter] String.split(String) has surprising behavior
    (see https://errorprone.info/bugpattern/StringSplitter)
  Did you mean 'final List<String> array = Splitter.onPattern(Patterns.COMMA_SEPARATOR).splitToList(filterStr);'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThrowableFormatOptions.java>:[282,55] [OperatorPrecedence] Use grouping parenthesis to make the operator precedence explicit
    (see https://errorprone.info/bugpattern/OperatorPrecedence)
  Did you mean '} else if ((option.startsWith("ansi(") && option.endsWith(")")) || option.equals("ansi")) {'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginElement.java>:[32,9] deprecated item is not annotated with @Deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDateFormat.java>:[33,8] deprecated item is not annotated with @Deprecated
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/time/internal/format/FixedDateFormat.java>:[611,30] [UnnecessaryParentheses] Unnecessary use of grouping parentheses
    (see https://errorprone.info/bugpattern/UnnecessaryParentheses)
  Did you mean 'final int ms = (int) millisSinceMidnight(epochMillis);'?
[WARNING] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/MementoMessage.java>:[33,14] serializable class org.apache.logging.log4j.core.impl.MementoMessage has no definition of serialVersionUID
[INFO] 209 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/config/composite/CompositeConfiguration.java>:[71,11] exception java.lang.NoSuchMethodException is never thrown in body of corresponding try statement
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Log4j 2 3.0.0-SNAPSHOT:
[INFO] 
[INFO] Apache Log4j 2 ..................................... SUCCESS [ 22.157 s]
[INFO] Apache Log4j API Java 9 support .................... SUCCESS [ 54.966 s]
[INFO] Apache Log4j API ................................... SUCCESS [01:13 min]
[INFO] Apache Log4j Plugins Module support ................ SUCCESS [  4.542 s]
[INFO] Apache Log4j Plugins ............................... SUCCESS [ 12.874 s]
[INFO] Apache Log4j Core Java 9 support ................... SUCCESS [  5.523 s]
[INFO] Apache Log4j Core .................................. FAILURE [ 13.452 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 to SLF4J Adapter ...................... SKIPPED
[INFO] Apache Log4j SLF4J Binding ......................... SKIPPED
[INFO] Apache Log4j SLF4J 1.8+ Binding .................... 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] Apache Log4j Docker Library ........................ SKIPPED
[INFO] Apache Log4j Spring Cloud Config Support ........... SKIPPED
[INFO] Apache Log4j Spring Cloud Config Client Support .... SKIPPED
[INFO] Log4j Sample Configuration Service ................. SKIPPED
[INFO] Apache Log4j Spring Cloud Config Samples ........... SKIPPED
[INFO] Spring Cloud Config Sample Application ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:11 min
[INFO] Finished at: 2019-09-02T21:04:11Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project log4j-core: Compilation failure
[ERROR] <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/config/composite/CompositeConfiguration.java>:[71,11] exception java.lang.NoSuchMethodException is never thrown in body of corresponding try statement
[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-plugins/pom.xml> to org.apache.logging.log4j/log4j-plugins/3.0.0-SNAPSHOT/log4j-plugins-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-plugins/target/log4j-plugins-3.0.0-SNAPSHOT.jar> to org.apache.logging.log4j/log4j-plugins/3.0.0-SNAPSHOT/log4j-plugins-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-plugins/target/log4j-plugins-3.0.0-SNAPSHOT-tests.jar> to org.apache.logging.log4j/log4j-plugins/3.0.0-SNAPSHOT/log4j-plugins-3.0.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-plugins/target/log4j-plugins-3.0.0-SNAPSHOT-sources.jar> to org.apache.logging.log4j/log4j-plugins/3.0.0-SNAPSHOT/log4j-plugins-3.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-plugins/target/log4j-plugins-3.0.0-SNAPSHOT-test-sources.jar> to org.apache.logging.log4j/log4j-plugins/3.0.0-SNAPSHOT/log4j-plugins-3.0.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-plugins-java9/pom.xml> to org.apache.logging.log4j/log4j-plugins-java9/3.0.0-SNAPSHOT/log4j-plugins-java9-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%203.x/ws/log4j-plugins-java9/target/log4j-plugins-java9-3.0.0-SNAPSHOT.zip> to org.apache.logging.log4j/log4j-plugins-java9/3.0.0-SNAPSHOT/log4j-plugins-java9-3.0.0-SNAPSHOT.zip
[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-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-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-spring-cloud-config/pom.xml> to org.apache.logging.log4j/log4j-spring-cloud-config/3.0.0-SNAPSHOT/log4j-spring-cloud-config-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-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-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-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-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-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 82.89 KB of artifacts by 77.2% relative to #478
[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-jdbc-dbcp2/pom.xml> to org.apache.logging.log4j/log4j-jdbc-dbcp2/3.0.0-SNAPSHOT/log4j-jdbc-dbcp2-3.0.0-SNAPSHOT.pom
[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-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-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-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-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-docker/pom.xml> to org.apache.logging.log4j/log4j-docker/3.0.0-SNAPSHOT/log4j-docker-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-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/pom.xml> to org.apache.logging.log4j.samples/sample-app/3.0.0-SNAPSHOT/sample-app-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-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-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml> to org.apache.logging.log4j/log4j-spring-cloud-config-client/3.0.0-SNAPSHOT/log4j-spring-cloud-config-client-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-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml> to org.apache.logging.log4j.samples/log4j-spring-cloud-config-sample-server/3.0.0-SNAPSHOT/log4j-spring-cloud-config-sample-server-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-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-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml> to org.apache.logging.log4j.samples/log4j-spring-cloud-config-samples/3.0.0-SNAPSHOT/log4j-spring-cloud-config-samples-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
channel stopped

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

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