You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Alex Amato (JIRA)" <ji...@apache.org> on 2019/01/23 19:03:00 UTC

[jira] [Created] (BEAM-6495) ./gradlew compileJava broken on master branch

Alex Amato created BEAM-6495:
--------------------------------

             Summary: ./gradlew compileJava broken on master branch
                 Key: BEAM-6495
                 URL: https://issues.apache.org/jira/browse/BEAM-6495
             Project: Beam
          Issue Type: New Feature
          Components: java-fn-execution
            Reporter: Alex Amato


repro, rebase from master and run:

./gradlew compileJava && ./gradlew compileTestJava

https://gradle.com/s/pgdbpg2yfruvm

 

> Task :beam-runners-google-cloud-dataflow-java-fn-api-worker: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.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':beam-sdks-java-extensions-sql:compileJava'.
> Compilation failed with exit code 1; see the compiler error output for details.

* 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 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 3m 51s
123 actionable tasks: 84 executed, 39 up-to-date

Publishing build scan...
https://gradle.com/s/pgdbpg2yfruvm



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)