Skip to content

Instantly share code, notes, and snippets.

@suztomo
Created January 17, 2020 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suztomo/cd6669b8f6c0e35e1053a13f4cf46f97 to your computer and use it in GitHub Desktop.
Save suztomo/cd6669b8f6c0e35e1053a13f4cf46f97 to your computer and use it in GitHub Desktop.
Linkage Check on beam-sdks-java-extensions-google-cloud-platform-core e6a8cbdd
suztomo@suxtomo24:~/beam6$ git diff; git log -1; A=beam-sdks-java-extensions-google-cloud-platform-core;C=`git rev-parse --short=8 HEAD`; echo Linkage Check on ${A} ${C};./gradlew -Ppublishing -PjavaLinkageArtifactIds=$A :checkJavaLinkage | tee /tmp/linkagecheck-${A}-${C}
commit e6a8cbdd2a58bc213611a4878c24c317be5fe353 (HEAD, origin/master, origin/HEAD)
Merge: c78ebc5133 86a29197f9
Author: Udi Meiri <udim@users.noreply.github.com>
Date: Fri Jan 17 10:58:25 2020 -0800
Merge pull request #10629: [BEAM-9130] Migrate HDFS IT to use tox env.
Linkage Check on beam-sdks-java-extensions-google-cloud-platform-core e6a8cbdd
Configuration on demand is an incubating feature.
> Task :runners:apex:buildDependencyTree
See the report at: file:///usr/local/google/home/suztomo/beam6/runners/apex/build/classes/java/main/org/apache/beam/runners/apex/dependency-tree
> Task :checkJavaLinkage
Class org.brotli.dec.BrotliInputStream is not found;
referenced by 1 class file
org.apache.beam.repackaged.core.org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream (beam-sdks-java-core-2.20.0-SNAPSHOT.jar)
Class com.github.luben.zstd.ZstdInputStream is not found;
referenced by 1 class file
org.apache.beam.repackaged.core.org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream (beam-sdks-java-core-2.20.0-SNAPSHOT.jar)
Class com.github.luben.zstd.ZstdOutputStream is not found;
referenced by 1 class file
org.apache.beam.repackaged.core.org.apache.commons.compress.compressors.zstandard.ZstdCompressorOutputStream (beam-sdks-java-core-2.20.0-SNAPSHOT.jar)
Class org.apache.beam.vendor.bytebuddy.v1_9_3.net.bytebuddy.jar.asm.commons.ModuleHashesAttribute is not found;
referenced by 1 class file
org.apache.beam.vendor.bytebuddy.v1_9_3.net.bytebuddy.jar.asm.commons.ClassRemapper (beam-vendor-bytebuddy-1_9_3-0.1.jar)
(guava-28.1-android.jar) com.google.common.collect.ImmutableList's method toImmutableList() is not found;
referenced by 1 class file
com.google.cloud.hadoop.gcsio.GoogleCloudStorageFileSystem (gcsio-1.9.16.jar)
NOTE: This task published artifacts into your local Maven repository. You may want to remove them manually.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 13s
894 actionable tasks: 158 executed, 736 up-to-date
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment