eolivelli commented on pull request #2112: URL: https://github.com/apache/bookkeeper/pull/2112#issuecomment-624543792
Locally the build is stuck here for me, with MVN 3.6.3 and JDK8 ``` INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ distributedlog-core-shaded --- [INFO] Building jar: /Users/enrico.olivelli/dev/bookkeeper/shaded/distributedlog-core-shaded/target/distributedlog-core-shaded-4.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-shade-plugin:3.2.0:shade (default) @ distributedlog-core-shaded --- [INFO] Including org.apache.distributedlog:distributedlog-core:jar:4.11.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.distributedlog:distributedlog-protocol:jar:4.11.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.distributedlog:distributedlog-common:jar:4.11.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:4.11.0-SNAPSHOT in the shaded jar. [INFO] Including com.google.guava:guava:jar:21.0 in the shaded jar. [INFO] Including net.jpountz.lz4:lz4:jar:1.3.0 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.7 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.7 in the shaded jar. [INFO] Excluding org.apache.yetus:audience-annotations:jar:0.5.0 from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.32.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.32.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.32.Final from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.32.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-epoll:jar:4.1.32.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.32.Final from the shaded jar. [INFO] Including org.apache.bookkeeper:bookkeeper-server:jar:4.11.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.bookkeeper:bookkeeper-common:jar:4.11.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.bookkeeper:cpu-affinity:jar:4.11.0-SNAPSHOT in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.9.7 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.9.7 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.9.7 in the shaded jar. [INFO] Excluding org.jctools:jctools-core:jar:2.1.2 from the shaded jar. [INFO] Including org.apache.bookkeeper:bookkeeper-common-allocator:jar:4.11.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.bookkeeper:bookkeeper-proto:jar:4.11.0-SNAPSHOT in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:3.5.1 in the shaded jar. [INFO] Including org.apache.bookkeeper:bookkeeper-tools-framework:jar:4.11.0-SNAPSHOT in the shaded jar. [INFO] Including org.rocksdb:rocksdbjni:jar:5.13.1 in the shaded jar. [INFO] Excluding io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.32.Final from the shaded jar. [INFO] Excluding io.netty:netty-tcnative-boringssl-static:jar:2.0.20.Final from the shaded jar. [INFO] Including org.apache.bookkeeper.http:http-server:jar:4.11.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.bookkeeper:circe-checksum:jar:4.11.0-SNAPSHOT in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.2 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.6 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.4 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.6 in the shaded jar. [INFO] Including org.apache.commons:commons-collections4:jar:4.1 in the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk15on:jar:1.60 from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk15on:jar:1.60 from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-ext-jdk15on:jar:1.60 from the shaded jar. [INFO] Excluding com.beust:jcommander:jar:1.48 from the shaded jar. [INFO] Including net.java.dev.jna:jna:jar:3.2.7 in the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.25 from the shaded jar. [INFO] Excluding commons-configuration:commons-configuration:jar:1.10 from the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.1.1 in the shaded jar. [WARNING] distributedlog-core-4.11.0-SNAPSHOT.jar, bookkeeper-server-4.11.0-SNAPSHOT.jar define 1 overlapping classes: [WARNING] - org.apache.bookkeeper.client.package-info [WARNING] bookkeeper-stats-api-4.11.0-SNAPSHOT.jar, bookkeeper-server-4.11.0-SNAPSHOT.jar define 1 overlapping classes: [WARNING] - org.apache.bookkeeper.stats.package-info [WARNING] distributedlog-protocol-4.11.0-SNAPSHOT.jar, distributedlog-core-4.11.0-SNAPSHOT.jar define 2 overlapping classes: [WARNING] - org.apache.distributedlog.exceptions.package-info [WARNING] - org.apache.distributedlog.package-info [WARNING] bookkeeper-common-4.11.0-SNAPSHOT.jar, bookkeeper-server-4.11.0-SNAPSHOT.jar define 1 overlapping classes: [WARNING] - org.apache.bookkeeper.util.package-info [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /Users/enrico.olivelli/dev/bookkeeper/shaded/distributedlog-core-shaded/target/distributedlog-core-shaded-4.11.0-SNAPSHOT.jar with /Users/enrico.olivelli/dev/bookkeeper/shaded/distributedlog-core-shaded/target/distributedlog-core-shaded-4.11.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /Users/enrico.olivelli/dev/bookkeeper/shaded/distributedlog-core-shaded/dependency-reduced-pom.xml ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
