|
| 1 | +To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.14.3/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation. |
| 2 | +Daemon will be stopped at the end of the build |
| 3 | +Configuration on demand is an incubating feature. |
| 4 | +Did not find udev library in operating system. Some features may not work. |
| 5 | +Disk Store information requires libudev, which is not present. |
| 6 | +> Task :buildSrc:compileJava NO-SOURCE |
| 7 | +> Task :buildSrc:compileGroovy UP-TO-DATE |
| 8 | +> Task :buildSrc:pluginDescriptors UP-TO-DATE |
| 9 | +> Task :buildSrc:processResources UP-TO-DATE |
| 10 | +> Task :buildSrc:classes UP-TO-DATE |
| 11 | +> Task :buildSrc:jar UP-TO-DATE |
| 12 | +> Task :model:fn-execution:createCheckerFrameworkManifest UP-TO-DATE |
| 13 | +> Task :model:job-management:createCheckerFrameworkManifest UP-TO-DATE |
| 14 | +> Task :model:pipeline:createCheckerFrameworkManifest UP-TO-DATE |
| 15 | +> Task :sdks:java:transform-service:launcher:createCheckerFrameworkManifest UP-TO-DATE |
| 16 | +> Task :sdks:java:core:createCheckerFrameworkManifest UP-TO-DATE |
| 17 | +> Task :model:fn-execution:extractProto UP-TO-DATE |
| 18 | +> Task :model:job-management:extractProto UP-TO-DATE |
| 19 | +> Task :model:fn-execution:processResources UP-TO-DATE |
| 20 | +> Task :model:job-management:processResources UP-TO-DATE |
| 21 | +> Task :sdks:java:core:generateGrammarSource UP-TO-DATE |
| 22 | +> Task :model:pipeline:extractIncludeProto UP-TO-DATE |
| 23 | +> Task :model:pipeline:extractProto UP-TO-DATE |
| 24 | +> Task :sdks:java:transform-service:launcher:compileJava UP-TO-DATE |
| 25 | +> Task :sdks:java:transform-service:launcher:processResources UP-TO-DATE |
| 26 | +> Task :sdks:java:transform-service:launcher:classes UP-TO-DATE |
| 27 | +> Task :sdks:java:transform-service:launcher:jar UP-TO-DATE |
| 28 | +> Task :model:pipeline:generateProto UP-TO-DATE |
| 29 | +> Task :model:pipeline:compileJava UP-TO-DATE |
| 30 | +> Task :model:pipeline:processResources UP-TO-DATE |
| 31 | +> Task :model:pipeline:classes UP-TO-DATE |
| 32 | +> Task :model:pipeline:jar UP-TO-DATE |
| 33 | +> Task :model:job-management:extractIncludeProto UP-TO-DATE |
| 34 | +> Task :model:fn-execution:extractIncludeProto UP-TO-DATE |
| 35 | +> Task :model:pipeline:shadowJar UP-TO-DATE |
| 36 | +> Task :model:fn-execution:generateProto UP-TO-DATE |
| 37 | +> Task :model:job-management:generateProto UP-TO-DATE |
| 38 | +> Task :model:job-management:compileJava UP-TO-DATE |
| 39 | +> Task :model:fn-execution:compileJava UP-TO-DATE |
| 40 | +> Task :model:fn-execution:classes UP-TO-DATE |
| 41 | +> Task :model:job-management:classes UP-TO-DATE |
| 42 | +> Task :model:job-management:shadowJar UP-TO-DATE |
| 43 | +> Task :model:fn-execution:shadowJar UP-TO-DATE |
| 44 | + |
| 45 | +> Task :sdks:java:core:compileJava |
| 46 | +/usr/local/google/home/klk/GitHub/apache/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/util/construction/graph/Networks.java:67: error: SuppressWarnings is not a repeatable annotation interface |
| 47 | + @SuppressWarnings("nullness") |
| 48 | + ^ |
| 49 | +Note: Some input files use or override a deprecated API. |
| 50 | +Note: Recompile with -Xlint:deprecation for details. |
| 51 | +Note: Some input files use unchecked or unsafe operations. |
| 52 | +Note: Recompile with -Xlint:unchecked for details. |
| 53 | +1 error |
| 54 | + |
| 55 | +> Task :sdks:java:core:compileJava FAILED |
| 56 | + |
| 57 | +[Incubating] Problems report is available at: file:///usr/local/google/home/klk/GitHub/apache/beam/build/reports/problems/problems-report.html |
| 58 | + |
| 59 | +FAILURE: Build failed with an exception. |
| 60 | + |
| 61 | +* What went wrong: |
| 62 | +Execution failed for task ':sdks:java:core:compileJava'. |
| 63 | +> Compilation failed; see the compiler output below. |
| 64 | + /usr/local/google/home/klk/GitHub/apache/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/util/construction/graph/Networks.java:67: error: SuppressWarnings is not a repeatable annotation interface |
| 65 | + @SuppressWarnings("nullness") |
| 66 | + ^ |
| 67 | + 1 error |
| 68 | + |
| 69 | +* Try: |
| 70 | +> Check your code and dependencies to fix the compilation error(s) |
| 71 | + |
| 72 | +Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 73 | + |
| 74 | +You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 75 | + |
| 76 | +For more on this, please refer to https://docs.gradle.org/8.14.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. |
| 77 | + |
| 78 | +BUILD FAILED in 20s |
| 79 | +33 actionable tasks: 1 executed, 32 up-to-date |
0 commit comments