Skip to content

Instantly share code, notes, and snippets.

@ilovezfs
Created June 7, 2018 12:41
Show Gist options
  • Save ilovezfs/374a43be79cee45bc35a8de4acf02078 to your computer and use it in GitHub Desktop.
Save ilovezfs/374a43be79cee45bc35a8de4acf02078 to your computer and use it in GitHub Desktop.
==> brew test ceylon --verbose
==> FAILED
Testing ceylon
/usr/bin/sandbox-exec -f /tmp/homebrew20180606-79882-13zp2im.sb /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3_2/bin/ruby -W0 -I /usr/local/Homebrew/Library/Homebrew -- /usr/local/Homebrew/Library/Homebrew/test.rb /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/ceylon.rb --verbose
==> /usr/local/Cellar/ceylon/1.3.3/bin/ceylon compile --out /tmp/ceylon-test-20180606-79883-g45u6w/modules --encoding UTF-8 com.example.helloworld
Picked up _JAVA_OPTIONS: -Duser.home=/Users/brew/Library/Caches/Homebrew/java_cache
ceylon compile: invalid source release: 10
Usage: ceylon compile <options> <source files> <module names>
use --help for a list of possible options
ceylon compile: Fatal error: The compiler exited abnormally (2) due to a bug in
the compiler.
Please report it:
https://github.com/ceylon/ceylon/issues/new
Please include:
* a description of what you were trying to compile.
Thank you!
com.redhat.ceylon.compiler.CompilerBugException: Bug
at com.redhat.ceylon.compiler.CeylonCompileTool.handleExitCode(CeylonCompileTool.java:933)
at com.redhat.ceylon.compiler.CeylonCompileTool.run(CeylonCompileTool.java:915)
at com.redhat.ceylon.common.tools.CeylonTool.run(CeylonTool.java:547)
at com.redhat.ceylon.common.tools.CeylonTool.execute(CeylonTool.java:423)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.redhat.ceylon.launcher.Launcher.runInJava7Checked(Launcher.java:108)
at com.redhat.ceylon.launcher.Launcher.run(Launcher.java:38)
at com.redhat.ceylon.launcher.Launcher.run(Launcher.java:31)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.redhat.ceylon.launcher.Bootstrap.runVersion(Bootstrap.java:162)
at com.redhat.ceylon.launcher.Bootstrap.runInternal(Bootstrap.java:117)
at com.redhat.ceylon.launcher.Bootstrap.run(Bootstrap.java:93)
at com.redhat.ceylon.launcher.Bootstrap.main(Bootstrap.java:85)
Error: ceylon: failed
Failed executing: /usr/local/Cellar/ceylon/1.3.3/bin/ceylon compile --out /tmp/ceylon-test-20180606-79883-g45u6w/modules --encoding UTF-8 com.example.helloworld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment