Skip to content

Instantly share code, notes, and snippets.

@suztomo
Created April 28, 2022 21: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/7593d67629f61ce0395335bf911e6e43 to your computer and use it in GitHub Desktop.
Save suztomo/7593d67629f61ce0395335bf911e6e43 to your computer and use it in GitHub Desktop.
New linkage errors from Beam PR 17486. It seems fetching old grpc-api version.
suztomo@suztomo:~/beam$ gh pr checkout 17486
remote: Enumerating objects: 18, done.
remote: Counting objects: 100% (7/7), done.
remote: Total 18 (delta 7), reused 7 (delta 7), pack-reused 11
Unpacking objects: 100% (18/18), 11.31 KiB | 58.00 KiB/s, done.
From https://github.com/apache/beam
* [new ref] refs/pull/17486/head -> gcsio-226
Switched to branch 'gcsio-226'
A new release of gh is available: 2.0.0 → v2.9.0
https://github.com/cli/cli/releases/tag/v2.9.0
suztomo@suztomo:~/beam$
suztomo@suztomo:~/beam$ pwd
/usr/local/google/home/suztomo/beam
suztomo@suztomo:~/beam$ sh sdks/java/build-tools/beam-linkage-check.sh origin/master gcsio-226
Comparing linkage of artifact lists beam-sdks-java-core beam-sdks-java-io-google-cloud-platform beam-runners-google-cloud-dataflow-java beam-sdks-java-io-hadoop-format using baseline origin/master and proposal gcsio-226
Establishing baseline linkage for origin/master
HEAD is now at f687a2d71f Merge pull request #17474 from ihji/BEAM-14369
Thu Apr 28 08:18:44 PM UTC 2022: Running linkage check (baseline) for beam-sdks-java-core
Thu Apr 28 08:18:44 PM UTC 2022: to create a baseline (existing errors before change) build/linkagecheck/baseline-beam-sdks-java-core.xml
+ ./gradlew -Ppublishing -PskipCheckerFramework -PjavaLinkageArtifactIds=beam-sdks-java-core -PjavaLinkageWriteBaseline=build/linkagecheck/baseline-beam-sdks-java-core.xml :checkJavaLinkage
Configuration on demand is an incubating feature.
> Task :runners:flink:1.13:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.12:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:sourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/java'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/resources'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.12:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:testSourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/java'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/resources'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/main'. Reason: Task ':sdks:java:core:sourcesJar' uses this output of task ':sdks:java:core:generateGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:processResources' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:testSourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/test'. Reason: Task ':sdks:java:core:testSourcesJar' uses this output of task ':sdks:java:core:generateTestGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :checkJavaLinkage
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.
Wrote the linkage errors as exclusion file: build/linkagecheck/baseline-beam-sdks-java-core.xml
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 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 14 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD SUCCESSFUL in 1m 47s
1222 actionable tasks: 233 executed, 989 up-to-date
+ RESULT=0
+ set -e
+ set +x
Thu Apr 28 08:20:33 PM UTC 2022: Running linkage check (baseline) for beam-sdks-java-io-google-cloud-platform
Thu Apr 28 08:20:33 PM UTC 2022: to create a baseline (existing errors before change) build/linkagecheck/baseline-beam-sdks-java-io-google-cloud-platform.xml
+ ./gradlew -Ppublishing -PskipCheckerFramework -PjavaLinkageArtifactIds=beam-sdks-java-io-google-cloud-platform -PjavaLinkageWriteBaseline=build/linkagecheck/baseline-beam-sdks-java-io-google-cloud-platform.xml :checkJavaLinkage
Configuration on demand is an incubating feature.
> Task :runners:flink:1.12:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:sourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/java'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/resources'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.12:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:testSourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/java'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/resources'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/main'. Reason: Task ':sdks:java:core:sourcesJar' uses this output of task ':sdks:java:core:generateGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:processResources' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:testSourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/test'. Reason: Task ':sdks:java:core:testSourcesJar' uses this output of task ':sdks:java:core:generateTestGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :checkJavaLinkage
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.
Wrote the linkage errors as exclusion file: build/linkagecheck/baseline-beam-sdks-java-io-google-cloud-platform.xml
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 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 14 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD SUCCESSFUL in 2m 52s
1222 actionable tasks: 233 executed, 989 up-to-date
+ RESULT=0
+ set -e
+ set +x
Thu Apr 28 08:23:26 PM UTC 2022: Running linkage check (baseline) for beam-runners-google-cloud-dataflow-java
Thu Apr 28 08:23:26 PM UTC 2022: to create a baseline (existing errors before change) build/linkagecheck/baseline-beam-runners-google-cloud-dataflow-java.xml
+ ./gradlew -Ppublishing -PskipCheckerFramework -PjavaLinkageArtifactIds=beam-runners-google-cloud-dataflow-java -PjavaLinkageWriteBaseline=build/linkagecheck/baseline-beam-runners-google-cloud-dataflow-java.xml :checkJavaLinkage
Configuration on demand is an incubating feature.
> Task :runners:flink:1.13:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.12:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.12:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:sourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/java'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/resources'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:testSourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/java'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/resources'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/main'. Reason: Task ':sdks:java:core:sourcesJar' uses this output of task ':sdks:java:core:generateGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:processResources' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:testSourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/test'. Reason: Task ':sdks:java:core:testSourcesJar' uses this output of task ':sdks:java:core:generateTestGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :checkJavaLinkage
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.
Wrote the linkage errors as exclusion file: build/linkagecheck/baseline-beam-runners-google-cloud-dataflow-java.xml
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 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 14 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD SUCCESSFUL in 2m 29s
1222 actionable tasks: 233 executed, 989 up-to-date
+ RESULT=0
+ set -e
+ set +x
Thu Apr 28 08:25:57 PM UTC 2022: Running linkage check (baseline) for beam-sdks-java-io-hadoop-format
Thu Apr 28 08:25:57 PM UTC 2022: to create a baseline (existing errors before change) build/linkagecheck/baseline-beam-sdks-java-io-hadoop-format.xml
+ ./gradlew -Ppublishing -PskipCheckerFramework -PjavaLinkageArtifactIds=beam-sdks-java-io-hadoop-format -PjavaLinkageWriteBaseline=build/linkagecheck/baseline-beam-sdks-java-io-hadoop-format.xml :checkJavaLinkage
Configuration on demand is an incubating feature.
> Task :runners:flink:1.12:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.12:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:sourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/java'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/resources'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:testSourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/java'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/resources'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/main'. Reason: Task ':sdks:java:core:sourcesJar' uses this output of task ':sdks:java:core:generateGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:processResources' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:testSourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/test'. Reason: Task ':sdks:java:core:testSourcesJar' uses this output of task ':sdks:java:core:generateTestGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :checkJavaLinkage
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.
Wrote the linkage errors as exclusion file: build/linkagecheck/baseline-beam-sdks-java-io-hadoop-format.xml
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 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 14 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD SUCCESSFUL in 2m 5s
1222 actionable tasks: 233 executed, 989 up-to-date
+ RESULT=0
+ set -e
+ set +x
Checking linkage for gcsio-226
Previous HEAD position was f687a2d71f Merge pull request #17474 from ihji/BEAM-14369
Switched to branch 'gcsio-226'
Thu Apr 28 08:28:03 PM UTC 2022: Running linkage check (validate) for beam-sdks-java-core
Thu Apr 28 08:28:03 PM UTC 2022: using baseline build/linkagecheck/baseline-beam-sdks-java-core.xml
+ ./gradlew -Ppublishing -PskipCheckerFramework -PjavaLinkageArtifactIds=beam-sdks-java-core -PjavaLinkageReadBaseline=build/linkagecheck/baseline-beam-sdks-java-core.xml :checkJavaLinkage
Configuration on demand is an incubating feature.
> Task :runners:flink:1.12:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.12:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:sourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/java'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/resources'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:testSourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/java'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/resources'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:processResources' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:io:clickhouse:compileJavacc
Java Compiler Compiler Version 7.0.9 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file /usr/local/google/home/suztomo/beam/sdks/java/io/clickhouse/src/main/javacc/ColumnTypeParser.jj . . .
File "TokenMgrError.java" does not exist. Will create one.
File "ParseException.java" does not exist. Will create one.
File "Token.java" does not exist. Will create one.
File "SimpleCharStream.java" does not exist. Will create one.
Parser generated successfully.
> Task :sdks:java:core:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/main'. Reason: Task ':sdks:java:core:sourcesJar' uses this output of task ':sdks:java:core:generateGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:testSourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/test'. Reason: Task ':sdks:java:core:testSourcesJar' uses this output of task ':sdks:java:core:generateTestGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:extensions:sql:compileJavacc
Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file /usr/local/google/home/suztomo/beam/sdks/java/extensions/sql/build/generated/fmpp/javacc/Parser.jj . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
Warning: Lookahead adequacy checking not being performed since option LOOKAHEAD is more than 1. Set option FORCE_LA_CHECK to true to force checking.
File "TokenMgrError.java" does not exist. Will create one.
File "ParseException.java" does not exist. Will create one.
File "Token.java" does not exist. Will create one.
File "SimpleCharStream.java" does not exist. Will create one.
Parser generated with 0 errors and 1 warnings.
> Task :sdks:java:extensions:sql:udf-test-provider:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/extensions/sql/udf-test-provider/src/main/java/org/apache/beam/sdk/extensions/sql/provider/UdfTestProvider.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:core:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:extensions-java:metrics:compileJava
Note: /usr/local/google/home/suztomo/beam/runners/extensions-java/metrics/src/main/java/org/apache/beam/runners/extensions/metrics/MetricsHttpSink.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:extensions:join-library:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/extensions/join-library/src/main/java/org/apache/beam/sdk/extensions/joinlibrary/Join.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:common:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:mongodb:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:fn-execution:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:protobuf:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:jackson:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/extensions/jackson/src/test/java/org/apache/beam/sdk/extensions/jackson/JacksonTransformsTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:euphoria:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:parquet:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/parquet/src/main/java/org/apache/beam/sdk/io/parquet/ParquetIO.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:amazon-web-services2:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:jdbc:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcIO.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:thrift:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:amqp:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/amqp/src/main/java/org/apache/beam/sdk/io/amqp/AmqpIO.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:clickhouse:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/clickhouse/src/main/java/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:debezium:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/debezium/src/main/java/org/apache/beam/io/debezium/DebeziumTransformRegistrar.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:contextualtextio:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/contextualtextio/src/main/java/org/apache/beam/sdk/io/contextualtextio/RecordWithMetadata.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:cassandra:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/cassandra/src/main/java/org/apache/beam/sdk/io/cassandra/CassandraIO.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:hadoop-common:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/hadoop-common/src/test/java/org/apache/beam/sdk/io/hadoop/SerializableConfigurationTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:amazon-web-services:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/amazon-web-services/src/main/java/org/apache/beam/sdk/io/aws/dynamodb/DynamoDBIO.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:sorter:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:amqp:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:elasticsearch:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/elasticsearch/src/main/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIO.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:clickhouse:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/clickhouse/src/test/java/org/apache/beam/sdk/io/clickhouse/BaseClickHouseTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:synthetic:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/synthetic/src/main/java/org/apache/beam/sdk/io/synthetic/SyntheticBoundedSource.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:hcatalog:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/hcatalog/src/main/java/org/apache/beam/sdk/io/hcatalog/SchemaUtils.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:cassandra:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/cassandra/src/test/java/org/apache/beam/sdk/io/cassandra/CassandraIOTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:influxdb:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/influxdb/src/main/java/org/apache/beam/sdk/io/influxdb/InfluxDbIO.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:core-construction-java:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:kudu:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:pulsar:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/pulsar/src/main/java/org/apache/beam/sdk/io/pulsar/ReadFromPulsarDoFn.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:neo4j:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/neo4j/src/main/java/org/apache/beam/sdk/io/neo4j/Neo4jIO.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:kinesis:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/kinesis/src/main/java/org/apache/beam/sdk/io/kinesis/serde/AwsModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:synthetic:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:jms:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/jms/src/test/java/org/apache/beam/sdk/io/jms/JmsIOTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:solr:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/solr/src/main/java/org/apache/beam/sdk/io/solr/SolrIO.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:influxdb:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/influxdb/src/test/java/org/apache/beam/sdk/io/influxdb/InfluxDbIOTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:hcatalog:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/hcatalog/src/test/java/org/apache/beam/sdk/io/hcatalog/HCatalogIOTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/hcatalog/src/test/java/org/apache/beam/sdk/io/hcatalog/HCatalogIOTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:python:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/extensions/python/src/main/java/org/apache/beam/sdk/extensions/python/ExternalPythonTransform.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:pulsar:compileTestJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:xml:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:kinesis:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :runners:core-java:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:jet:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:twister2:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:google-cloud-platform-core:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:snowflake:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/snowflake/src/main/java/org/apache/beam/sdk/io/snowflake/SnowflakeIO.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:harness:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:core:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:java-fn-execution:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:sketching:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/extensions/sketching/src/test/java/org/apache/beam/sdk/extensions/sketching/TDigestQuantilesTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:azure:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/azure/src/test/java/org/apache/beam/sdk/io/azure/blobstore/AzfsResourceIdTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/azure/src/test/java/org/apache/beam/sdk/io/azure/blobstore/AzureBlobStoreFileSystemTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:kudu:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:hbase:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:hadoop-file-system:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:extensions:google-cloud-platform-core:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:fn-execution:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:solr:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/solr/src/test/java/org/apache/beam/sdk/io/solr/SolrIOTestUtils.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:parquet:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/parquet/src/test/java/org/apache/beam/sdk/io/parquet/ParquetIOTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:expansion-service:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:protobuf:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:xml:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:extensions:euphoria:compileTestJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:schemaio-expansion-service:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/extensions/schemaio-expansion-service/src/main/java/org/apache/beam/sdk/extensions/schemaio/expansion/ExternalSchemaIOTransformRegistrar.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:testing:expansion-service:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/testing/expansion-service/src/test/java/org/apache/beam/sdk/testing/expansion/TestExpansionService.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /usr/local/google/home/suztomo/beam/sdks/java/testing/expansion-service/src/test/java/org/apache/beam/sdk/testing/expansion/TestExpansionService.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:amazon-web-services2:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:core-java:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:java-job-service:compileJava
Note: /usr/local/google/home/suztomo/beam/runners/java-job-service/src/main/java/org/apache/beam/runners/jobsubmission/PortablePipelineJarCreator.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:direct-java:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:core-construction-java:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:kafka:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:java-job-service:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /usr/local/google/home/suztomo/beam/runners/java-job-service/src/test/java/org/apache/beam/runners/jobsubmission/InMemoryJobServiceTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:jet:compileTestJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :examples:java:twitter:compileTestJava
Note: /usr/local/google/home/suztomo/beam/examples/java/twitter/src/test/java/org/apache/beam/examples/twitterstreamgenerator/ReadFromTwitterDoFnTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :runners:java-fn-execution:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:samza:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:flink:1.12:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:flink:1.14:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:flink:1.13:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:ml:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/extensions/ml/src/test/java/org/apache/beam/sdk/extensions/ml/MapStringToDlpRowTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:direct-java:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:samza:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:spark:2:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:spark:3:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:mongodb:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/mongodb/src/test/java/org/apache/beam/sdk/io/mongodb/MongoDBGridFSIOTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:contextualtextio:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/io/contextualtextio/src/test/java/org/apache/beam/sdk/io/contextualtextio/ContextualTextIOTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:amazon-web-services:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:jdbc:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :runners:portability:java:compileTestJava
Note: /usr/local/google/home/suztomo/beam/runners/portability/java/src/test/java/org/apache/beam/runners/portability/CloseableResourceTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:io:google-cloud-platform:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:snowflake:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:harness:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:kafka:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:spark:2:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:spark:3:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:google-cloud-dataflow-java:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :examples:java:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:flink:1.12:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:zetasketch:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/extensions/zetasketch/src/test/java/org/apache/beam/sdk/extensions/zetasketch/HllCountTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :runners:flink:1.13:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:flink:1.14:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:sql:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :examples:java:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:google-cloud-platform:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:hadoop-format:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:extensions:sql:zetasql:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:sql:expansion-service:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/extensions/sql/expansion-service/src/main/java/org/apache/beam/sdk/extensions/sql/expansion/ExternalSqlTransformRegistrar.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :sdks:java:testing:tpcds:compileJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/testing/tpcds/src/main/java/org/apache/beam/sdk/tpcds/SqlTransformRunner.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :runners:google-cloud-dataflow-java:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:testing:nexmark:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:sql:zetasql:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /usr/local/google/home/suztomo/beam/sdks/java/extensions/sql/zetasql/src/test/java/org/apache/beam/sdk/extensions/sql/zetasql/BeamZetaSqlCalcRelTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:sql:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:testing:nexmark:compileTestJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:extensions:sql:jdbc:compileTestJava
Note: /usr/local/google/home/suztomo/beam/sdks/java/extensions/sql/jdbc/src/test/java/org/apache/beam/sdk/extensions/sql/jdbc/BeamSqlLineIT.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :checkJavaLinkage
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.
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 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 14 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD SUCCESSFUL in 11m 47s
1222 actionable tasks: 711 executed, 1 from cache, 510 up-to-date
+ RESULT=0
+ set -e
+ set +x
Thu Apr 28 08:39:52 PM UTC 2022: Done: 0
Thu Apr 28 08:39:52 PM UTC 2022: Running linkage check (validate) for beam-sdks-java-io-google-cloud-platform
Thu Apr 28 08:39:52 PM UTC 2022: using baseline build/linkagecheck/baseline-beam-sdks-java-io-google-cloud-platform.xml
+ ./gradlew -Ppublishing -PskipCheckerFramework -PjavaLinkageArtifactIds=beam-sdks-java-io-google-cloud-platform -PjavaLinkageReadBaseline=build/linkagecheck/baseline-beam-sdks-java-io-google-cloud-platform.xml :checkJavaLinkage
Configuration on demand is an incubating feature.
> Task :runners:flink:1.12:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.12:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:sourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/java'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/resources'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:testSourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/java'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/resources'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/main'. Reason: Task ':sdks:java:core:sourcesJar' uses this output of task ':sdks:java:core:generateGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:processResources' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:testSourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/test'. Reason: Task ':sdks:java:core:testSourcesJar' uses this output of task ':sdks:java:core:generateTestGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :checkJavaLinkage
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.
Class io.grpc.ClientStreamTracer$InternalLimitedInfoFactory is not found;
Exception in thread "main" referenced by 2 class files
io.grpc.census.CensusStatsModule (io.grpc:grpc-census:1.43.2)
io.grpc.census.CensusTracingModule (io.grpc:grpc-census:1.43.2)
Cause:
Dependency conflict: io.grpc:grpc-api:1.44.0 does not define Class io.grpc.ClientStreamTracer$InternalLimitedInfoFactory but io.grpc:grpc-api:1.43.2 defines it.
selected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.39.0-SNAPSHOT / io.grpc:grpc-api:1.44.0 (compile
unselected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.39.0-SNAPSHOT / org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.39.0-SNAPSHOT (compile) / com.google.cloud.bigdataoss:gcsio:2.2.6 (compile) / io.grpc:grpc-census:1.43.2 (compile) / io.grpc:grpc-api:1.43.2 (compile)
Dependency conflict: io.grpc:grpc-api:1.44.0 does not define Class io.grpc.ClientStreamTracer$InternalLimitedInfoFactory but io.grpc:grpc-api:1.43.2 defines it.
selected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.39.0-SNAPSHOT / io.grpc:grpc-api:1.44.0 (compile)
unselected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.39.0-SNAPSHOT / org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.39.0-SNAPSHOT (compile) / com.google.cloud.bigdataoss:gcsio:2.2.6 (compile) / io.grpc:grpc-census:1.43.2 (compile) / io.grpc:grpc-api:1.43.2 (compile)
Problematic artifacts in the dependency tree:
io.grpc:grpc-census:1.43.2 is at:
org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.39.0-SNAPSHOT / org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.39.0-SNAPSHOT (compile) / com.google.cloud.bigdataoss:gcsio:2.2.6 (compile) / io.grpc:grpc-census:1.43.2 (compile)
For the details of the linkage errors, see https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/Linkage-Checker-Messages
com.google.cloud.tools.opensource.classpath.LinkageCheckResultException: Found 2 linkage errors
at com.google.cloud.tools.opensource.classpath.LinkageCheckerMain.main(LinkageCheckerMain.java:76)
> Task :checkJavaLinkage FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':checkJavaLinkage'.
> Process 'command '/usr/local/google/home/suztomo/.sdkman/candidates/java/22.0.0.2.r11-grl/bin/java'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 14 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD FAILED in 2m 40s
1222 actionable tasks: 233 executed, 989 up-to-date
+ RESULT=1
+ set -e
+ set +x
Thu Apr 28 08:42:32 PM UTC 2022: Done: 1
Thu Apr 28 08:42:32 PM UTC 2022: Running linkage check (validate) for beam-runners-google-cloud-dataflow-java
Thu Apr 28 08:42:32 PM UTC 2022: using baseline build/linkagecheck/baseline-beam-runners-google-cloud-dataflow-java.xml
+ ./gradlew -Ppublishing -PskipCheckerFramework -PjavaLinkageArtifactIds=beam-runners-google-cloud-dataflow-java -PjavaLinkageReadBaseline=build/linkagecheck/baseline-beam-runners-google-cloud-dataflow-java.xml :checkJavaLinkage
Configuration on demand is an incubating feature.
> Task :runners:flink:1.12:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.12:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:sourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/java'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/resources'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:testSourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/java'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/resources'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/main'. Reason: Task ':sdks:java:core:sourcesJar' uses this output of task ':sdks:java:core:generateGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:processResources' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:testSourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/test'. Reason: Task ':sdks:java:core:testSourcesJar' uses this output of task ':sdks:java:core:generateTestGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :checkJavaLinkage
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.
Class io.grpc.ClientStreamTracer$InternalLimitedInfoFactory is not found;
referenced by 2 class files
io.grpc.census.CensusStatsModule (io.grpc:grpc-census:1.43.2)
io.grpc.census.CensusTracingModule (io.grpc:grpc-census:1.43.2)
Cause:
Dependency conflict: io.grpc:grpc-api:1.44.0 does not define Class io.grpc.ClientStreamTracer$InternalLimitedInfoFactory but io.grpc:grpc-api:1.43.2 defines it.
selected: org.apache.beam:beam-runners-google-cloud-dataflow-java:jar:2.39.0-SNAPSHOT / org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.39.0-SNAPSHOT (compile) / io.grpc:grpc-api:1.44.0 (compile)
unselected: org.apache.beam:beam-runners-google-cloud-dataflow-java:jar:2.39.0-SNAPSHOT / org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.39.0-SNAPSHOT (compile) / com.google.cloud.bigdataoss:gcsio:2.2.6 (compile) / io.grpc:grpc-census:1.43.2 (compile) / io.grpc:grpc-api:1.43.2 (compile)
Dependency conflict: io.grpc:grpc-api:1.44.0 does not define Class io.grpc.ClientStreamTracer$InternalLimitedInfoFactory but io.grpc:grpc-api:1.43.2 defines it.
selected: org.apache.beam:beam-runners-google-cloud-dataflow-java:jar:2.39.0-SNAPSHOT / org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.39.0-SNAPSHOT (compile) / io.grpc:grpc-api:1.44.0 (compile)
unselected: org.apache.beam:beam-runners-google-cloud-dataflow-java:jar:2.39.0-SNAPSHOT / org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.39.0-SNAPSHOT (compile) / com.google.cloud.bigdataoss:gcsio:2.2.6 (compile) / io.grpc:grpc-census:1.43.2 (compile) / io.grpc:grpc-api:1.43.2 (compile)
Problematic artifacts in the dependency tree:
io.grpc:grpc-census:1.43.2 is at:
org.apache.beam:beam-runners-google-cloud-dataflow-java:jar:2.39.0-SNAPSHOT / org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.39.0-SNAPSHOT (compile) / com.google.cloud.bigdataoss:gcsio:2.2.6 (compile) / io.grpc:grpc-census:1.43.2 (compile)
and 1 dependency path.
For the details of the linkage errors, see https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/Linkage-Checker-Messages
Exception in thread "main" com.google.cloud.tools.opensource.classpath.LinkageCheckResultException: Found 2 linkage errors
at com.google.cloud.tools.opensource.classpath.LinkageCheckerMain.main(LinkageCheckerMain.java:76)
> Task :checkJavaLinkage FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':checkJavaLinkage'.
> Process 'command '/usr/local/google/home/suztomo/.sdkman/candidates/java/22.0.0.2.r11-grl/bin/java'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 14 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD FAILED in 2m 18s
1222 actionable tasks: 233 executed, 989 up-to-date
+ RESULT=1
+ set -e
+ set +x
Thu Apr 28 08:44:52 PM UTC 2022: Done: 1
Thu Apr 28 08:44:52 PM UTC 2022: Running linkage check (validate) for beam-sdks-java-io-hadoop-format
Thu Apr 28 08:44:52 PM UTC 2022: using baseline build/linkagecheck/baseline-beam-sdks-java-io-hadoop-format.xml
+ ./gradlew -Ppublishing -PskipCheckerFramework -PjavaLinkageArtifactIds=beam-sdks-java-io-hadoop-format -PjavaLinkageReadBaseline=build/linkagecheck/baseline-beam-sdks-java-io-hadoop-format.xml :checkJavaLinkage
Configuration on demand is an incubating feature.
> Task :runners:flink:1.12:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.12:sourcesJar' uses this output of task ':runners:flink:1.12:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:sourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/java'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/main/resources'. Reason: Task ':runners:spark:2:sourcesJar' uses this output of task ':runners:spark:2:copyMainResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.14:sourcesJar' uses this output of task ':runners:flink:1.14:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:sourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/java'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copySourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/main/resources'. Reason: Task ':runners:flink:1.13:sourcesJar' uses this output of task ':runners:flink:1.13:copyResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:spark:2:testSourcesJar
Execution optimizations have been disabled for task ':runners:spark:2:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/java'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/spark/2/build/sourcebase/src/test/resources'. Reason: Task ':runners:spark:2:testSourcesJar' uses this output of task ':runners:spark:2:copyTestResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.12:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.12:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.12/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.12:testSourcesJar' uses this output of task ':runners:flink:1.12:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.14:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.14:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.14/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.14:testSourcesJar' uses this output of task ':runners:flink:1.14:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :runners:flink:1.13:testSourcesJar
Execution optimizations have been disabled for task ':runners:flink:1.13:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/java'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestSourceOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/runners/flink/1.13/build/source-overrides/src/test/resources'. Reason: Task ':runners:flink:1.13:testSourcesJar' uses this output of task ':runners:flink:1.13:copyTestResourcesOverrides' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/main'. Reason: Task ':sdks:java:core:sourcesJar' uses this output of task ':sdks:java:core:generateGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:processResources' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:processResources
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:processResources' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:processResources' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:core:testSourcesJar
Execution optimizations have been disabled for task ':sdks:java:core:testSourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/core/build/generated-src/antlr/test'. Reason: Task ':sdks:java:core:testSourcesJar' uses this output of task ':sdks:java:core:generateTestGrammarSource' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar
Execution optimizations have been disabled for task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/usr/local/google/home/suztomo/beam/sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources'. Reason: Task ':sdks:java:maven-archetypes:gcp-bom-examples:sourcesJar' uses this output of task ':sdks:java:maven-archetypes:gcp-bom-examples:generateSources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
> Task :checkJavaLinkage
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.
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 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 14 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD SUCCESSFUL in 1m 58s
1222 actionable tasks: 233 executed, 989 up-to-date
+ RESULT=0
+ set -e
+ set +x
Thu Apr 28 08:46:51 PM UTC 2022: Done: 0
There's new linkage errors. See above for details.
Already on 'gcsio-226'
suztomo@suztomo:~/beam$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment