Guest User

Untitled

a guest
Dec 9th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. tobi@speedy ~/github/shoes4 $ rake spec
  2. jruby --debug --1.9 -Ispec -S ./bin/rspec --tty spec/shoes/list_box_spec.rb spec/shoes/sound_spec.rb spec/shoes/flow_spec.rb spec/shoes/border_spec.rb spec/shoes/app_spec.rb spec/shoes/button_spec.rb spec/shoes/edit_box_spec.rb spec/shoes/check_spec.rb spec/shoes/shape_spec.rb spec/shoes/animation_spec.rb spec/shoes/text_block_spec.rb spec/shoes/line_spec.rb spec/shoes/radio_spec.rb spec/shoes/framework_learning_spec.rb spec/shoes/progress_spec.rb spec/shoes/image_spec.rb spec/shoes/configuration_spec.rb spec/shoes/color_spec.rb spec/shoes/edit_line_spec.rb spec/shoes/logger_spec.rb spec/shoes/oval_spec.rb spec/shoes/background_spec.rb spec/shoes/logger/log4j_spec.rb spec/shoes/logger/ruby_spec.rb
  3. LoadError: load error: tmpdir -- java.lang.ArrayIndexOutOfBoundsException: -1
  4. require at org/jruby/RubyKernel.java:1009
  5. require at org/jruby/RubyKernel.java:1018
  6. (root) at /home/tobi/.rvm/gems/jruby-head@shoes/gems/pry-0.9.10-java/lib/pry/default_commands/input_and_output.rb:1
  7. require at org/jruby/RubyKernel.java:1018
  8. (root) at /home/tobi/.rvm/gems/jruby-head@shoes/gems/pry-0.9.10-java/lib/pry/commands.rb:1
  9. require at org/jruby/RubyKernel.java:1018
  10. (root) at /home/tobi/.rvm/gems/jruby-head@shoes/gems/pry-0.9.10-java/lib/pry/commands.rb:6
  11. require at org/jruby/RubyKernel.java:1018
  12. (root) at /home/tobi/.rvm/gems/jruby-head@shoes/gems/pry-0.9.10-java/lib/pry.rb:1
  13. require at org/jruby/RubyKernel.java:1018
  14. (root) at /home/tobi/.rvm/gems/jruby-head@shoes/gems/pry-0.9.10-java/lib/pry.rb:211
  15. require at org/jruby/RubyKernel.java:1018
  16. (root) at /home/tobi/github/shoes4/spec/spec_helper.rb:1
  17. load at org/jruby/RubyKernel.java:1044
  18. (root) at /home/tobi/github/shoes4/spec/spec_helper.rb:8
  19. collect at org/jruby/RubyArray.java:2342
  20. map at org/jruby/RubyArray.java:2355
  21. (root) at /home/tobi/github/shoes4/spec/shoes/spec_helper.rb:1
  22. (root) at /home/tobi/github/shoes4/spec/shoes/spec_helper.rb:1
  23. (root) at /home/tobi/github/shoes4/spec/shoes/list_box_spec.rb:1
  24. (root) at /home/tobi/github/shoes4/spec/shoes/list_box_spec.rb:1
  25. call at org/jruby/RubyProc.java:261
  26. call at org/jruby/RubyProc.java:213
  27. CoverageModule.java:40:in `result': java.lang.NullPointerException
  28. from CoverageModule$INVOKER$s$0$0$result_DBG.gen:-1:in `call'
  29. from CachingCallSite.java:292:in `cacheAndCall'
  30. from CachingCallSite.java:135:in `call'
  31. from CallNoArgNode.java:63:in `interpret'
  32. from CallOneArgNode.java:57:in `interpret'
  33. from InstAsgnNode.java:95:in `interpret'
  34. from OpAsgnOrNode.java:100:in `interpret'
  35. from IfNode.java:116:in `interpret'
  36. from NewlineNode.java:104:in `interpret'
  37. from BlockNode.java:71:in `interpret'
  38. from EnsureNode.java:96:in `interpret'
  39. from ASTInterpreter.java:75:in `INTERPRET_METHOD'
  40. from InterpretedMethod.java:139:in `call'
  41. from CachingCallSite.java:292:in `cacheAndCall'
  42. from CachingCallSite.java:135:in `call'
  43. from CallNoArgNode.java:63:in `interpret'
  44. from CallNoArgNode.java:63:in `interpret'
  45. from NewlineNode.java:104:in `interpret'
  46. from ASTInterpreter.java:112:in `INTERPRET_BLOCK'
  47. from Interpreted19Block.java:209:in `evalBlockBody'
  48. from Interpreted19Block.java:197:in `yield'
  49. from Interpreted19Block.java:128:in `call'
  50. from Block.java:89:in `call'
  51. from RubyProc.java:261:in `call'
  52. from RubyProc.java:249:in `call19'
  53. from RubyProc$INVOKER$i$0$0$call19_DBG.gen:-1:in `call'
  54. from DynamicMethod.java:200:in `call'
  55. from DynamicMethod.java:196:in `call'
  56. from CachingCallSite.java:292:in `cacheAndCall'
  57. from CachingCallSite.java:135:in `call'
  58. from CallNoArgNode.java:63:in `interpret'
  59. from NewlineNode.java:104:in `interpret'
  60. from BlockNode.java:71:in `interpret'
  61. from ASTInterpreter.java:112:in `INTERPRET_BLOCK'
  62. from Interpreted19Block.java:209:in `evalBlockBody'
  63. from Interpreted19Block.java:197:in `yield'
  64. from Interpreted19Block.java:128:in `call'
  65. from Block.java:89:in `call'
  66. from RubyProc.java:261:in `call'
  67. from RubyProc.java:213:in `call'
  68. from Ruby.java:2859:in `tearDown'
  69. from Ruby.java:2843:in `tearDown'
  70. from Main.java:268:in `internalRun'
  71. from Main.java:231:in `run'
  72. from Main.java:215:in `run'
  73. from Main.java:195:in `main'
  74. rake aborted!
  75. Command failed with status (1): [jruby --debug --1.9 -Ispec -S ./bin/rspec...]
  76.  
  77. Tasks: TOP => spec:shoes
  78. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment