Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ external : spring ] - Compilation with Kotlin compile daemon was not successful #3540

Open
sophia-guo opened this issue Apr 7, 2022 · 4 comments
Labels
type:external 3rd party application tests (invoked by the make target 'external')

Comments

@sophia-guo
Copy link
Contributor

jdk11: https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/613/consoleFull

Compilation with Kotlin compile daemon was not successful
18:24:15  java.lang.NullPointerException
18:24:15  	at org.jetbrains.kotlin.incremental.IncrementalModuleEntry.hashCode(IncrementalModuleInfo.kt)
18:24:15  	at java.base/java.util.HashMap.hash(HashMap.java:340)
...
...
19:56:11  Found test failures in 1 test task:
19:56:11  
19:56:11  :spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin:test
19:56:11      org.springframework.boot.gradle.tasks.run.BootRunIntegrationTests > applicationPluginJvmArgumentsAreUsed()[10]
...
19:56:11      org.springframework.boot.gradle.tasks.run.BootRunIntegrationTests > defaultJvmArgs()[10]
...
19:56:11  
19:56:11  FAILURE: Build failed with an exception.

jdk8: https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/612/consoleFull

16:28:31  Compilation with Kotlin compile daemon was not successful
16:28:31  java.lang.NullPointerException
16:28:31  	at org.jetbrains.kotlin.incremental.IncrementalModuleEntry.hashCode(IncrementalModuleInfo.kt)

...
...
18:14:12  FAILURE: Build completed with 2 failures.
18:14:12  
18:14:12  1: Task failed with an exception.
18:14:12  -----------
18:14:12  * What went wrong:
18:14:12  Execution failed for task ':spring-boot-project:spring-boot-autoconfigure:test'.
18:14:12  > Process 'Gradle Test Executor 6' finished with non-zero exit value 137
18:14:12    This problem might be caused by incorrect test process configuration.
18:14:12    Please refer to the test execution section in the User Manual at https://docs.gradle.org/6.9.2/userguide/java_testing.html#sec:test_execution
18:14:12  
18:14:12  * Try:
18:14:12  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.
18:14:12  ==============================================================================
18:14:12  
18:14:12  2: Task failed with an exception.
18:14:12  -----------
18:14:12  * What went wrong:
18:14:12  Execution failed for task ':spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin:test'.
18:14:12  > There were failing tests. See the report at: file:///spring-boot/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build/reports/tests/test/index.html

@sophia-guo
Copy link
Contributor Author

#3530 (comment)

@sophia-guo sophia-guo added the type:external 3rd party application tests (invoked by the make target 'external') label Apr 7, 2022
@sophia-guo sophia-guo changed the title [ external : spring ]: Compilation with Kotlin compile daemon was not successful [ external : spring ] - Compilation with Kotlin compile daemon was not successful Apr 8, 2022
@sophia-guo
Copy link
Contributor Author

#3505

@llxia
Copy link
Contributor

llxia commented Apr 20, 2022

Same failure in openj9 (internal/backlog/issues/775)

[2022-04-16T01:30:47.074Z] IBM Semeru Runtime Certified Edition 11.0.15+8 (build 11.0.15+8)
[2022-04-16T01:30:47.074Z] Eclipse OpenJ9 VM 11.0.15+8 (build master-3db1d838c, JRE 11 Linux aarch64-64-Bit Compressed References 20220416_40 (JIT enabled, AOT enabled)
[2022-04-16T01:30:47.074Z] OpenJ9   - 3db1d838c
[2022-04-16T01:30:47.074Z] OMR      - 48d41b458
[2022-04-16T01:30:47.074Z] JCL      - ba5fb8798b based on jdk-11.0.15+8)
[2022-04-16T01:30:47.074Z] =JAVA VERSION OUTPUT END=
[2022-04-16T01:30:47.074Z] Compile and execute spring-test
[2022-04-16T01:30:47.074Z] Building Spring  using gradle
[2022-04-16T01:33:28.616Z] Note: Processing Log4j annotations
[2022-04-16T01:33:28.616Z] Note: Annotations processed
[2022-04-16T01:33:28.616Z] Note: Processing Log4j annotations
[2022-04-16T01:33:28.616Z] Note: No elements to process
[2022-04-16T01:33:31.404Z] Note: /spring-boot/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/AbstractRunMojo.java uses or overrides a deprecated API.
[2022-04-16T01:33:31.404Z] Note: Recompile with -Xlint:deprecation for details.
[2022-04-16T01:33:38.262Z] Note: /spring-boot/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/BeanDefinitionLoader.java uses or overrides a deprecated API.
[2022-04-16T01:33:38.262Z] Note: Recompile with -Xlint:deprecation for details.
[2022-04-16T01:33:59.434Z] Compilation with Kotlin compile daemon was not successful
[2022-04-16T01:33:59.434Z] java.lang.NullPointerException
[2022-04-16T01:33:59.434Z] 	at org.jetbrains.kotlin.incremental.IncrementalModuleEntry.hashCode(IncrementalModuleInfo.kt)
[2022-04-16T01:33:59.434Z] 	at java.base/java.util.HashMap.hash(HashMap.java:340)
[2022-04-16T01:33:59.434Z] 	at java.base/java.util.HashMap.put(HashMap.java:608)
[2022-04-16T01:33:59.434Z] 	at java.base/java.util.HashSet.readObject(HashSet.java:343)

@llxia
Copy link
Contributor

llxia commented Apr 26, 2022

@LongyuZhang could you exclude the test for both hotspot and openj9? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:external 3rd party application tests (invoked by the make target 'external')
Projects
None yet
Development

No branches or pull requests

2 participants