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

Fix travis mac builds stability #9

Open
valich opened this issue Oct 26, 2017 · 1 comment
Open

Fix travis mac builds stability #9

valich opened this issue Oct 26, 2017 · 1 comment

Comments

@valich
Copy link
Collaborator

valich commented Oct 26, 2017

Gradle tasks fail on mac travis with ~50% probability due to some VM misconfiguration. In the log it appears as

:ide-plugin:testJava HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=250m; support was removed in 8.0
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=250m; support was removed in 8.0
WARNING: GL pipe is running in software mode (Renderer ID=0x1020400)
:ide-plugin:test FAILED
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received

Strangely, compilation is fine so maybe it's Kotlin interop problem.

@valich
Copy link
Collaborator Author

valich commented Nov 9, 2017

Mac builds disabled until better times (moving to other CI or travis fixing mac builds)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant