The Log4j 2.x build is failing with a compile error. Ralph
> On Jun 16, 2019, at 5:29 PM, Apache Jenkins Server > <[email protected]> wrote: > > See > <https://builds.apache.org/job/Log4j%202%202.x/3915/display/redirect?page=changes> > > Changes: > > [ckozak] LOG4J2-2631: RoutingAppender PurgePolicy implementations don't remove > > [ckozak] LOG4J2-2629: Avoid losing log events when the PurgePolicy races a log > > ------------------------------------------ > [...truncated 97.73 KB...] > missing type arguments for generic class NoSqlObject<W> > where W is a type-variable: > W extends Object declared in interface NoSqlObject > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/nosql/NoSqlDatabaseManager.java>:[242,23] > [rawtypes] found raw type: NoSqlDatabaseManager > missing type arguments for generic class NoSqlDatabaseManager<W> > where W is a type-variable: > W extends Object declared in class NoSqlDatabaseManager > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.java>:[76,17] > [deprecation] setBacklog(long) in Socket has been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.java>:[77,17] > [deprecation] setDelayAttachOnConnect(boolean) in Socket has been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.java>:[81,17] > [deprecation] setIPv4Only(boolean) in Socket has been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.java>:[82,17] > [deprecation] setLinger(long) in Socket has been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.java>:[84,17] > [deprecation] setRcvHWM(long) in Socket has been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.java>:[85,17] > [deprecation] setReceiveBufferSize(long) in Socket has been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.java>:[87,17] > [deprecation] setReconnectIVL(long) in Socket has been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.java>:[88,17] > [deprecation] setReconnectIVLMax(long) in Socket has been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.java>:[89,17] > [deprecation] setSendBufferSize(long) in Socket has been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.java>:[91,17] > [deprecation] setSndHWM(long) in Socket has been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDateParser.java>:[613,72] > [rawtypes] found raw type: ConcurrentMap > missing type arguments for generic class ConcurrentMap<K,V> > where K,V are type-variables: > K extends Object declared in interface ConcurrentMap > V extends Object declared in interface ConcurrentMap > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/net/TcpSocketManager.java>:[345,61] > [static] static variable should be qualified by type name, > TcpSocketManagerFactory, instead of by an expression > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/osgi/Activator.java>:[48,4] > [rawtypes] found raw type: ServiceRegistration > missing type arguments for generic class ServiceRegistration<S> > where S is a type-variable: > S extends Object declared in interface ServiceRegistration > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/MapFilter.java>:[88,69] > [unchecked] unchecked cast > required: List<String> > found: Object > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/MapFilter.java>:[101,69] > [unchecked] unchecked cast > required: List<String> > found: Object > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/MapFilter.java>:[114,69] > [unchecked] unchecked cast > required: List<String> > found: Object > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/jackson/ContextDataAsEntryListDeserializer.java>:[51,62] > [static] static method should be qualified by type name, ContextDataFactory, > instead of by an expression > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/OutputStreamAppender.java>:[165,18] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/OutputStreamAppender.java>:[166,19] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/StructuredDataFilter.java>:[80,71] > [unchecked] unchecked cast > required: List<String> > found: Object > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/MainMapLookup.java>:[74,23] > [deprecation] setMainArguments(String...) in MapLookup has been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/MapPatternConverter.java>:[89,8] > [rawtypes] found raw type: MapMessage > missing type arguments for generic class MapMessage<M,V> > where M,V are type-variables: > M extends MapMessage<M,V> declared in class MapMessage > V extends Object declared in class MapMessage > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaAppender.java>:[149,30] > [deprecation] SerializedLayout in org.apache.logging.log4j.core.layout has > been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/jackson/LogEventWithContextListMixIn.java>:[56,40] > [deprecation] getContextMap() in LogEvent has been deprecated > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/ThreadContextMapFilter.java>:[108,73] > [unchecked] unchecked cast > required: List<String> > found: Object > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ObjectArrayIterator.java>:[56,13] > [varargs] Varargs method could cause heap pollution from non-reifiable > varargs parameter array > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[127,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[132,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[137,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[142,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[147,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[152,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[161,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[166,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[171,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[176,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[181,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[186,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[195,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[200,15] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[221,18] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/JmsAppender.java>:[222,19] > [rawtypes] found raw type: Builder > missing type arguments for generic class Builder<B> > where B is a type-variable: > B extends Builder<B> declared in class Builder > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/MementoMessage.java>:[33,13] > [serial] serializable class MementoMessage has no definition of > serialVersionUID > [WARNING] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/jackson/Log4jStackTraceElementDeserializer.java>:[80,18] > [deprecation] mappingException(Class<?>,JsonToken) in DeserializationContext > has been deprecated > [INFO] 88 warnings > [INFO] ------------------------------------------------------------- > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/routing/RoutingAppender.java>:[140,41] > error: incompatible types > required: Map<String,AppenderControl> > found: Map<String,CreatedRouteAppenderControl> > [INFO] 1 error > [INFO] ------------------------------------------------------------- > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Log4j 2 ..................................... SUCCESS [ 24.558 > s] > [INFO] Apache Log4j API Java 9 support .................... SUCCESS [ 58.073 > s] > [INFO] Apache Log4j API ................................... SUCCESS [01:39 > min] > [INFO] Apache Log4j Implementation Java 9 support ......... SUCCESS [ 7.133 > s] > [INFO] Apache Log4j Core .................................. FAILURE [ 15.337 > s] > [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 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 DBCP 2 ........................... SKIPPED > [INFO] Apache Log4j JPA ................................... 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 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:12 min > [INFO] Finished at: 2019-06-17T00:27:49+00:00 > [INFO] Final Memory: 89M/777M > [INFO] > ------------------------------------------------------------------------ > [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%202.x/ws/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/routing/RoutingAppender.java>:[140,41] > error: incompatible types > [ERROR] required: Map<String,AppenderControl> > [ERROR] found: Map<String,CreatedRouteAppenderControl> > [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%202.x/ws/log4j-api-java9/pom.xml> to > org.apache.logging.log4j/log4j-api-java9/2.12.0-SNAPSHOT/log4j-api-java9-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api-java9/target/log4j-api-java9-2.12.0-SNAPSHOT.zip> > to > org.apache.logging.log4j/log4j-api-java9/2.12.0-SNAPSHOT/log4j-api-java9-2.12.0-SNAPSHOT.zip > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-appserver/pom.xml> to > org.apache.logging.log4j/log4j-appserver/2.12.0-SNAPSHOT/log4j-appserver-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-samples/log4j-samples-flume-remote/pom.xml> > to > org.apache.logging.log4j.samples/log4j-samples-flume-remote/2.12.0-SNAPSHOT/log4j-samples-flume-remote-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-jmx-gui/pom.xml> to > org.apache.logging.log4j/log4j-jmx-gui/2.12.0-SNAPSHOT/log4j-jmx-gui-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/pom.xml> to > org.apache.logging.log4j/log4j-api/2.12.0-SNAPSHOT/log4j-api-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target/log4j-api-2.12.0-SNAPSHOT.jar> > to > org.apache.logging.log4j/log4j-api/2.12.0-SNAPSHOT/log4j-api-2.12.0-SNAPSHOT.jar > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target/log4j-api-2.12.0-SNAPSHOT-tests.jar> > to > org.apache.logging.log4j/log4j-api/2.12.0-SNAPSHOT/log4j-api-2.12.0-SNAPSHOT-tests.jar > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target/log4j-api-2.12.0-SNAPSHOT-sources.jar> > to > org.apache.logging.log4j/log4j-api/2.12.0-SNAPSHOT/log4j-api-2.12.0-SNAPSHOT-sources.jar > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target/log4j-api-2.12.0-SNAPSHOT-test-sources.jar> > to > org.apache.logging.log4j/log4j-api/2.12.0-SNAPSHOT/log4j-api-2.12.0-SNAPSHOT-test-sources.jar > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-flume-ng/pom.xml> to > org.apache.logging.log4j/log4j-flume-ng/2.12.0-SNAPSHOT/log4j-flume-ng-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-samples/pom.xml> to > org.apache.logging.log4j.samples/log4j-samples/2.12.0-SNAPSHOT/log4j-samples-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-jpa/pom.xml> to > org.apache.logging.log4j/log4j-jpa/2.12.0-SNAPSHOT/log4j-jpa-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/pom.xml> to > org.apache.logging.log4j/log4j-core/2.12.0-SNAPSHOT/log4j-core-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-perf/pom.xml> to > org.apache.logging.log4j/log4j-perf/2.12.0-SNAPSHOT/log4j-perf-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-samples/log4j-samples-loggerProperties/pom.xml> > to > org.apache.logging.log4j.samples/log4j-samples-loggerProperties/2.12.0-SNAPSHOT/log4j-samples-loggerProperties-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-spring-cloud-config/pom.xml> > to > org.apache.logging.log4j/log4j-spring-cloud-config/2.12.0-SNAPSHOT/log4j-spring-cloud-config-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-samples/log4j-samples-flume-embedded/pom.xml> > to > org.apache.logging.log4j.samples/log4j-samples-flume-embedded/2.12.0-SNAPSHOT/log4j-samples-flume-embedded-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-liquibase/pom.xml> to > org.apache.logging.log4j/log4j-liquibase/2.12.0-SNAPSHOT/log4j-liquibase-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core-its/pom.xml> to > org.apache.logging.log4j/log4j-core-its/2.12.0-SNAPSHOT/log4j-core-its-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-slf4j18-impl/pom.xml> > to > org.apache.logging.log4j/log4j-slf4j18-impl/2.12.0-SNAPSHOT/log4j-slf4j18-impl-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-web/pom.xml> to > org.apache.logging.log4j/log4j-web/2.12.0-SNAPSHOT/log4j-web-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-jcl/pom.xml> to > org.apache.logging.log4j/log4j-jcl/2.12.0-SNAPSHOT/log4j-jcl-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-docker/pom.xml> to > org.apache.logging.log4j/log4j-docker/2.12.0-SNAPSHOT/log4j-docker-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-taglib/pom.xml> to > org.apache.logging.log4j/log4j-taglib/2.12.0-SNAPSHOT/log4j-taglib-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-couchdb/pom.xml> to > org.apache.logging.log4j/log4j-couchdb/2.12.0-SNAPSHOT/log4j-couchdb-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-1.2-api/pom.xml> to > org.apache.logging.log4j/log4j-1.2-api/2.12.0-SNAPSHOT/log4j-1.2-api-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-samples/log4j-samples-configuration/pom.xml> > to > org.apache.logging.log4j.samples/log4j-samples-configuration/2.12.0-SNAPSHOT/log4j-samples-configuration-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-osgi/pom.xml> to > org.apache.logging.log4j/log4j-osgi/2.12.0-SNAPSHOT/log4j-osgi-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.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/2.12.0-SNAPSHOT/sample-app-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core-java9/pom.xml> > to > org.apache.logging.log4j/log4j-core-java9/2.12.0-SNAPSHOT/log4j-core-java9-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core-java9/target/log4j-core-java9-2.12.0-SNAPSHOT.zip> > to > org.apache.logging.log4j/log4j-core-java9/2.12.0-SNAPSHOT/log4j-core-java9-2.12.0-SNAPSHOT.zip > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml> > to > org.apache.logging.log4j/log4j-spring-cloud-config-client/2.12.0-SNAPSHOT/log4j-spring-cloud-config-client-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-mongodb3/pom.xml> to > org.apache.logging.log4j/log4j-mongodb3/2.12.0-SNAPSHOT/log4j-mongodb3-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-cassandra/pom.xml> to > org.apache.logging.log4j/log4j-cassandra/2.12.0-SNAPSHOT/log4j-cassandra-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-mongodb2/pom.xml> to > org.apache.logging.log4j/log4j-mongodb2/2.12.0-SNAPSHOT/log4j-mongodb2-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.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/2.12.0-SNAPSHOT/log4j-spring-cloud-config-sample-server-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-bom/pom.xml> to > org.apache.logging.log4j/log4j-bom/2.12.0-SNAPSHOT/log4j-bom-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-jul/pom.xml> to > org.apache.logging.log4j/log4j-jul/2.12.0-SNAPSHOT/log4j-jul-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-slf4j-impl/pom.xml> > to > org.apache.logging.log4j/log4j-slf4j-impl/2.12.0-SNAPSHOT/log4j-slf4j-impl-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-iostreams/pom.xml> to > org.apache.logging.log4j/log4j-iostreams/2.12.0-SNAPSHOT/log4j-iostreams-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/pom.xml> to > org.apache.logging.log4j/log4j/2.12.0-SNAPSHOT/log4j-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/target/log4j-2.12.0-SNAPSHOT-site.xml> > to > org.apache.logging.log4j/log4j/2.12.0-SNAPSHOT/log4j-2.12.0-SNAPSHOT-site.xml > [Fast Archiver] Compressed 80.77 KB of artifacts by 79.2% relative to #3914 > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-to-slf4j/pom.xml> to > org.apache.logging.log4j/log4j-to-slf4j/2.12.0-SNAPSHOT/log4j-to-slf4j-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml> > to > org.apache.logging.log4j.samples/log4j-spring-cloud-config-samples/2.12.0-SNAPSHOT/log4j-spring-cloud-config-samples-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-samples/log4j-samples-flume-common/pom.xml> > to > org.apache.logging.log4j.samples/log4j-samples-flume-common/2.12.0-SNAPSHOT/log4j-samples-flume-common-2.12.0-SNAPSHOT.pom > [JENKINS] Archiving > <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-jdbc-dbcp2/pom.xml> > to > org.apache.logging.log4j/log4j-jdbc-dbcp2/2.12.0-SNAPSHOT/log4j-jdbc-dbcp2-2.12.0-SNAPSHOT.pom > channel stopped >
