Abacn commented on issue #30593: URL: https://github.com/apache/beam/issues/30593#issuecomment-2045616843
now it fails to build container image: ``` 1: Task failed with an exception. ----------- * Where: Build file '/runner/_work/beam/beam/runners/google-cloud-dataflow-java/build.gradle' line: 293 Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. * What went wrong: Execution failed for task ':runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer'. > Process 'command 'gcloud'' 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. > Get more help at https://help.gradle.org. ============================================================================== 2: Task failed with an exception. ----------- * Where: Build file '/runner/_work/beam/beam/runners/google-cloud-dataflow-java/build.gradle' line: 336 * What went wrong: Execution failed for task ':runners:google-cloud-dataflow-java:buildAndPushDockerPythonContainer'. > Process 'command 'gcloud'' 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. > Get more help at https://help.gradle.org. ============================================================================== ``` Seems due to #30866 updated gcloud in runner image -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
