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

Stackoverflow error running gradle during builds on build-azure-win2012r2-x64-1 #1659

Closed
sxa opened this issue Apr 11, 2020 · 1 comment
Closed
Assignees
Labels
bug Issues that are problems in the code as reported by the community
Milestone

Comments

@sxa
Copy link
Member

sxa commented Apr 11, 2020

Some reference links: JDK11/js#508 | JDK11/J9XL#276 | JDK11/hs#510 | JDK14/J9#36 - all failing on build-azure-win2012r2-x64-1 which is a new machine added as part of adoptium/infrastructure#1239

Downloading https://services.gradle.org/distributions/gradle-5.2.1-bin.zip
...................................................................................

Welcome to Gradle 5.2.1!

Here are the highlights of this release:
 - Define sets of dependencies that work together with Java Platform plugin
 - New C++ plugins with dependency management built-in
 - New C++ project types for gradle init
 - Service injection into plugins and project extensions

For more details see https://docs.gradle.org/5.2.1/release-notes.html

To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.2.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> Task :clean UP-TO-DATE
> Task :compileJava NO-SOURCE
> Task :compileGroovy
> Task :compileGroovy FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileGroovy'.
> java.lang.StackOverflowError (no error message)
@sxa sxa added the bug Issues that are problems in the code as reported by the community label Apr 11, 2020
@sxa sxa added this to the April 2020 milestone Apr 11, 2020
@sxa sxa added this to TODO in temurin-build via automation Apr 11, 2020
@sxa sxa changed the title Stackoverflow error running builds on build-azure-win2012r2-x64-1 Stackoverflow error running gradle during builds on build-azure-win2012r2-x64-1 Apr 11, 2020
@gdams
Copy link
Member

gdams commented Apr 14, 2020

rebooted the machine and it seems happier now. closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that are problems in the code as reported by the community
Projects
No open projects
temurin-build
  
Done
Development

No branches or pull requests

2 participants