Skip to content

Instantly share code, notes, and snippets.

@fzakaria
Created November 24, 2020 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fzakaria/907cfa3396d3d4922b1506bf6d092416 to your computer and use it in GitHub Desktop.
Save fzakaria/907cfa3396d3d4922b1506bf6d092416 to your computer and use it in GitHub Desktop.
Errno::EAGAIN: Resource temporarily unavailable - Resource temporarily unavailable
getStackTrace at java/lang/Thread.java:1607
getBacktraceData at org/jruby/runtime/backtrace/TraceType.java:242
getBacktrace at org/jruby/runtime/backtrace/TraceType.java:53
captureBacktrace at org/jruby/RubyException.java:371
preRaise at org/jruby/exceptions/RaiseException.java:115
<init> at org/jruby/exceptions/RaiseException.java:65
<init> at org/jruby/exceptions/Exception.java:38
<init> at org/jruby/exceptions/StandardError.java:38
<init> at org/jruby/exceptions/SystemCallError.java:38
constructThrowable at org/jruby/RubySystemCallError.java:133
toThrowable at org/jruby/RubyException.java:349
from at org/jruby/exceptions/RaiseException.java:81
newRaiseException at org/jruby/Ruby.java:4125
newErrnoFromInt at org/jruby/Ruby.java:3746
newErrnoFromInt at org/jruby/Ruby.java:3765
raiseErrnoIfSet at org/jruby/RubyProcess.java:1698
waitpid at org/jruby/RubyProcess.java:919
system at org/jruby/RubyKernel.java:1691
call at org/jruby/RubyKernel$INVOKER$s$0$0$system.gen:-1
call at org/jruby/internal/runtime/methods/JavaMethod.java:815
call at org/jruby/internal/runtime/methods/DynamicMethod.java:200
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:375
call at org/jruby/runtime/callsite/CachingCallSite.java:174
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:72
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:96
<main> at /tmp/d20201124-1412300-1abmr0o/prepare_ruby_script:1
execute at org/jruby/ir/interpreter/Interpreter.java:81
execute at org/jruby/ir/interpreter/Interpreter.java:30
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:1240
runInterpreter at org/jruby/Ruby.java:1244
runNormally at org/jruby/Ruby.java:1133
runNormally at org/jruby/Ruby.java:1146
runFromMain at org/jruby/Ruby.java:958
doRunFromMain at org/jruby/Main.java:412
internalRun at org/jruby/Main.java:304
run at org/jruby/Main.java:234
main at org/jruby/Main.java:206
bin/prepare aborted!
Command failed with status (1): [jruby --dev /tmp/d20201124-1412300-1abmr0o...]
java/lang/Thread.java:1607:in `getStackTrace'
org/jruby/runtime/backtrace/TraceType.java:242:in `getBacktraceData'
org/jruby/runtime/backtrace/TraceType.java:53:in `getBacktrace'
org/jruby/exceptions/RaiseException.java:115:in `preRaise'
org/jruby/exceptions/RaiseException.java:65:in `<init>'
org/jruby/exceptions/Exception.java:38:in `<init>'
org/jruby/exceptions/StandardError.java:38:in `<init>'
org/jruby/exceptions/RuntimeError.java:38:in `<init>'
org/jruby/RubyKernel$INVOKER$s$0$3$raise.gen:-1:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:204:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:200:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:375:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:174:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
org/jruby/ir/interpreter/Interpreter.java:116:in `INTERPRET_BLOCK'
org/jruby/runtime/MixedModeIRBlockBody.java:137:in `commonYieldPath'
org/jruby/runtime/IRBlockBody.java:60:in `call'
org/jruby/runtime/Block.java:143:in `call'
org/jruby/RubyProc$INVOKER$i$call.gen:-1:in `call'
org/jruby/internal/runtime/methods/JavaMethod.java:371:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:203:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:156:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:143:in `call'
org/jruby/internal/runtime/methods/PartialDelegatingMethod.java:88:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:182:in `call'
org/jruby/ir/interpreter/InterpreterEngine.java:338:in `processCall'
org/jruby/ir/interpreter/StartupInterpreterEngine.java:72:in `interpret'
org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
org/jruby/internal/runtime/methods/MixedModeIRMethod.java:156:in `INTERPRET_METHOD'
/usr/local/google/home/fmzakari/code/github.com/looker/helltool/lib/tasks/prepare/prepare_support.rb:145:in `htsh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment