Skip to content

Instantly share code, notes, and snippets.

@maclover7
Created October 20, 2016 00:18
Show Gist options
  • Save maclover7/7d6c306d599618905a5223728a107472 to your computer and use it in GitHub Desktop.
Save maclover7/7d6c306d599618905a5223728a107472 to your computer and use it in GitHub Desktop.
Jonathans-MBP:actionpack jon$ bundle exec ruby -Ilib:test test/dispatch/cookies_test.rb -n test_encrypted_uses_encrypted_cookie_jar_if_only_secret_key_base_is_set
Run options: -n test_encrypted_uses_encrypted_cookie_jar_if_only_secret_key_base_is_set --seed 42478
# Running:
E
Finished in 0.452000s, 2.2124 runs/s, 0.0000 assertions/s.
1) Error:
CookiesTest#test_encrypted_uses_encrypted_cookie_jar_if_only_secret_key_base_is_set:
NoMethodError: undefined method `authenticated?' for #<OpenSSL::Cipher:0x4a244aa3>
/Users/jon/code/rails/rails/activesupport/lib/active_support/message_encryptor.rb:140:in `aead_mode?'
/Users/jon/code/rails/rails/activesupport/lib/active_support/message_encryptor.rb:65:in `initialize'
/Users/jon/code/rails/rails/actionpack/lib/action_dispatch/middleware/cookies.rb:581:in `initialize'
/Users/jon/code/rails/rails/actionpack/lib/action_dispatch/middleware/cookies.rb:223:in `encrypted'
test/dispatch/cookies_test.rb:181:in `get_encrypted_cookie'
/Users/jon/code/rails/rails/actionpack/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
/Users/jon/code/rails/rails/actionpack/lib/abstract_controller/base.rb:188:in `process_action'
/Users/jon/code/rails/rails/actionpack/lib/action_controller/metal/rendering.rb:30:in `process_action'
/Users/jon/code/rails/rails/actionpack/lib/abstract_controller/callbacks.rb:20:in `block in process_action'
/Users/jon/code/rails/rails/activesupport/lib/active_support/callbacks.rb:104:in `run_callbacks'
/Users/jon/code/rails/rails/actionpack/lib/abstract_controller/callbacks.rb:19:in `process_action'
/Users/jon/code/rails/rails/actionpack/lib/action_controller/metal/rescue.rb:20:in `process_action'
/Users/jon/code/rails/rails/actionpack/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
/Users/jon/code/rails/rails/activesupport/lib/active_support/notifications.rb:164:in `block in instrument'
/Users/jon/code/rails/rails/activesupport/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/jon/code/rails/rails/activesupport/lib/active_support/notifications.rb:164:in `instrument'
/Users/jon/code/rails/rails/actionpack/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
/Users/jon/code/rails/rails/actionpack/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'
/Users/jon/code/rails/rails/actionpack/lib/abstract_controller/base.rb:126:in `process'
/Users/jon/code/rails/rails/actionview/lib/action_view/rendering.rb:30:in `process'
/Users/jon/code/rails/rails/actionpack/lib/action_controller/metal.rb:194:in `dispatch'
/Users/jon/code/rails/rails/actionpack/lib/action_controller/test_case.rb:511:in `process'
/Users/jon/code/rails/rails/actionpack/lib/action_controller/test_case.rb:390:in `get'
test/dispatch/cookies_test.rb:771:in `test_encrypted_uses_encrypted_cookie_jar_if_only_secret_key_base_is_set'
1 runs, 0 assertions, 0 failures, 1 errors, 0 skips
Jonathans-MBP:actionpack jon$
@maclover7
Copy link
Author

Jonathans-MBP:actionpack jon$ JRUBY_OPTS="-Xbacktrace.style=raw" bundle exec ruby -Ilib:test test/dispatch/cookies_test.rb -n test_encrypted_uses_encrypted_cookie_jar_if_only_secret_key_base_is_set
Run options: -n test_encrypted_uses_encrypted_cookie_jar_if_only_secret_key_base_is_set --seed 22785

Running:

E

Finished in 0.555000s, 1.8018 runs/s, 0.0000 assertions/s.

  1. Error:
    CookiesTest#test_encrypted_uses_encrypted_cookie_jar_if_only_secret_key_base_is_set:
    NoMethodError: undefined method authenticated?' for #<OpenSSL::Cipher:0x6d0e242f> java/lang/Thread.java:1552:ingetStackTrace'
    org/jruby/runtime/backtrace/TraceType.java:246:in getBacktraceData' org/jruby/runtime/backtrace/TraceType.java:47:ingetBacktrace'
    org/jruby/RubyException.java:236:in prepareBacktrace' org/jruby/exceptions/RaiseException.java:214:inpreRaise'
    org/jruby/exceptions/RaiseException.java:181:in preRaise' org/jruby/exceptions/RaiseException.java:141:in'
    org/jruby/exceptions/RaiseException.java:72:in <init>' org/jruby/Ruby.java:3995:innewNoMethodError'
    org/jruby/RubyKernel.java:238:in methodMissing' org/jruby/RubyKernel.java:231:inmethodMissing'
    org/jruby/RubyKernel.java:113:in call' org/jruby/internal/runtime/methods/DynamicMethod.java:193:incall'
    org/jruby/runtime/callsite/CachingCallSite.java:380:in callMethodMissing' org/jruby/runtime/callsite/CachingCallSite.java:290:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:131:in call' org/jruby/ir/interpreter/InterpreterEngine.java:332:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:80:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130:incall'
    org/jruby/internal/runtime/methods/DynamicMethod.java:189:in call' org/jruby/runtime/callsite/CachingCallSite.java:293:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:131:in call' org/jruby/ir/interpreter/InterpreterEngine.java:332:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/RubyClass.java:904:in newInstance' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:86:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:incall'
    org/jruby/runtime/callsite/CachingCallSite.java:323:in cacheAndCall' org/jruby/runtime/callsite/CachingCallSite.java:173:incallBlock'
    org/jruby/runtime/callsite/CachingCallSite.java:177:in call' org/jruby/RubyClass.java:883:innewInstance'
    org/jruby/internal/runtime/methods/DynamicMethod.java:197:in call' org/jruby/runtime/callsite/CachingCallSite.java:313:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:163:in call' org/jruby/ir/interpreter/InterpreterEngine.java:316:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:80:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130:incall'
    org/jruby/internal/runtime/methods/DynamicMethod.java:189:in call' org/jruby/runtime/callsite/CachingCallSite.java:293:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:131:in call' test/dispatch/cookies_test.rb:181:inget_encrypted_cookie'
    org/jruby/internal/runtime/methods/CompiledIRMethod.java:219:in invokeExact' org/jruby/internal/runtime/methods/CompiledIRMethod.java:92:incall'
    org/jruby/RubyClass.java:543:in finvoke' org/jruby/RubyBasicObject.java:1640:insend19'
    org/jruby/RubyKernel.java:1998:in send19' org/jruby/internal/runtime/methods/AliasMethod.java:101:incall'
    org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in unresolvedSuper' org/jruby/ir/instructions/UnresolvedSuperInstr.java:83:ininterpret'
    org/jruby/ir/interpreter/InterpreterEngine.java:348:in processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:incall'
    org/jruby/runtime/callsite/CachingCallSite.java:273:in cacheAndCall' org/jruby/runtime/callsite/CachingCallSite.java:79:incallBlock'
    org/jruby/runtime/callsite/CachingCallSite.java:83:in call' org/jruby/ir/instructions/CallBase.java:423:ininterpret'
    org/jruby/ir/interpreter/InterpreterEngine.java:348:in processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:incall'
    org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in unresolvedSuper' org/jruby/ir/instructions/UnresolvedSuperInstr.java:83:ininterpret'
    org/jruby/ir/interpreter/InterpreterEngine.java:348:in processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:incall'
    org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in unresolvedSuper' org/jruby/ir/instructions/ZSuperInstr.java:71:ininterpret'
    org/jruby/ir/interpreter/InterpreterEngine.java:348:in processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:ininterpret'
    org/jruby/ir/interpreter/Interpreter.java:132:in INTERPRET_BLOCK' org/jruby/runtime/MixedModeIRBlockBody.java:148:incommonYieldPath'
    org/jruby/runtime/IRBlockBody.java:77:in yieldSpecific' org/jruby/runtime/Block.java:136:inyieldSpecific'
    org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in yieldSpecific' org/jruby/ir/instructions/YieldInstr.java:74:ininterpret'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in processOtherOp' org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:ininterpret'
    org/jruby/ir/interpreter/InterpreterEngine.java:86:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in call' org/jruby/runtime/callsite/CachingCallSite.java:323:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:173:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:177:incall'
    org/jruby/ir/interpreter/InterpreterEngine.java:325:in processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:incall'
    org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in unresolvedSuper' org/jruby/ir/instructions/UnresolvedSuperInstr.java:83:ininterpret'
    org/jruby/ir/interpreter/InterpreterEngine.java:348:in processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:incall'
    org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in unresolvedSuper' org/jruby/ir/instructions/ZSuperInstr.java:71:ininterpret'
    org/jruby/ir/interpreter/InterpreterEngine.java:348:in processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:ininterpret'
    org/jruby/ir/interpreter/Interpreter.java:132:in INTERPRET_BLOCK' org/jruby/runtime/MixedModeIRBlockBody.java:148:incommonYieldPath'
    org/jruby/runtime/IRBlockBody.java:179:in doYield' org/jruby/runtime/BlockBody.java:112:inyield'
    org/jruby/runtime/Block.java:167:in yield' org/jruby/ir/runtime/IRRuntimeHelpers.java:476:inyield'
    org/jruby/ir/instructions/YieldInstr.java:83:in interpret' org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:inprocessOtherOp'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in interpret' org/jruby/ir/interpreter/Interpreter.java:132:inINTERPRET_BLOCK'
    org/jruby/runtime/MixedModeIRBlockBody.java:148:in commonYieldPath' org/jruby/runtime/IRBlockBody.java:179:indoYield'
    org/jruby/runtime/BlockBody.java:112:in yield' org/jruby/runtime/Block.java:167:inyield'
    org/jruby/ir/runtime/IRRuntimeHelpers.java:476:in yield' org/jruby/ir/instructions/YieldInstr.java:83:ininterpret'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in processOtherOp' org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:incall'
    org/jruby/runtime/callsite/CachingCallSite.java:77:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/ir/runtime/IRRuntimeHelpers.java:998:inunresolvedSuper'
    org/jruby/ir/instructions/UnresolvedSuperInstr.java:83:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/ir/runtime/IRRuntimeHelpers.java:998:inunresolvedSuper'
    org/jruby/ir/instructions/UnresolvedSuperInstr.java:83:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:86:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:incall'
    org/jruby/internal/runtime/methods/DynamicMethod.java:197:in call' org/jruby/runtime/callsite/CachingCallSite.java:313:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:163:in call' org/jruby/ir/interpreter/InterpreterEngine.java:316:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/internal/runtime/methods/WrapperMethod.java:91:incall'
    org/jruby/runtime/callsite/CachingCallSite.java:273:in cacheAndCall' org/jruby/runtime/callsite/CachingCallSite.java:79:incallBlock'
    org/jruby/runtime/callsite/CachingCallSite.java:83:in call' org/jruby/ir/instructions/CallBase.java:423:ininterpret'
    org/jruby/ir/interpreter/InterpreterEngine.java:348:in processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:incall'
    org/jruby/runtime/callsite/CachingCallSite.java:273:in cacheAndCall' org/jruby/runtime/callsite/CachingCallSite.java:79:incallBlock'
    org/jruby/runtime/callsite/CachingCallSite.java:83:in call' org/jruby/ir/instructions/CallBase.java:423:ininterpret'
    org/jruby/ir/interpreter/InterpreterEngine.java:348:in processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:ininterpret'
    org/jruby/ir/interpreter/InterpreterEngine.java:86:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in call' org/jruby/internal/runtime/methods/DynamicMethod.java:197:incall'
    org/jruby/runtime/callsite/CachingCallSite.java:313:in cacheAndCall' org/jruby/runtime/callsite/CachingCallSite.java:163:incall'
    test/dispatch/cookies_test.rb:771:in test_encrypted_uses_encrypted_cookie_jar_if_only_secret_key_base_is_set' org/jruby/internal/runtime/methods/CompiledIRMethod.java:232:ininvokeExact'
    org/jruby/internal/runtime/methods/CompiledIRMethod.java:101:in call' org/jruby/RubyClass.java:522:infinvoke'
    org/jruby/RubyBasicObject.java:1613:in send19' org/jruby/RubyKernel.java:1986:insend19'
    org/jruby/internal/runtime/methods/DynamicMethod.java:197:in call' org/jruby/runtime/callsite/CachingCallSite.java:313:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:163:in call' org/jruby/ir/interpreter/InterpreterEngine.java:316:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/Interpreter.java:132:inINTERPRET_BLOCK'
    org/jruby/runtime/MixedModeIRBlockBody.java:148:in commonYieldPath' org/jruby/runtime/IRBlockBody.java:77:inyieldSpecific'
    org/jruby/runtime/Block.java:136:in yieldSpecific' org/jruby/ir/runtime/IRRuntimeHelpers.java:480:inyieldSpecific'
    org/jruby/ir/instructions/YieldInstr.java:74:in interpret' org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:inprocessOtherOp'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/Interpreter.java:132:inINTERPRET_BLOCK'
    org/jruby/runtime/MixedModeIRBlockBody.java:148:in commonYieldPath' org/jruby/runtime/IRBlockBody.java:77:inyieldSpecific'
    org/jruby/runtime/Block.java:136:in yieldSpecific' org/jruby/ir/runtime/IRRuntimeHelpers.java:480:inyieldSpecific'
    org/jruby/ir/instructions/YieldInstr.java:74:in interpret' org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:inprocessOtherOp'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/Interpreter.java:132:inINTERPRET_BLOCK'
    org/jruby/runtime/MixedModeIRBlockBody.java:148:in commonYieldPath' org/jruby/runtime/IRBlockBody.java:77:inyieldSpecific'
    org/jruby/runtime/Block.java:136:in yieldSpecific' org/jruby/ir/runtime/IRRuntimeHelpers.java:480:inyieldSpecific'
    org/jruby/ir/instructions/YieldInstr.java:74:in interpret' org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:inprocessOtherOp'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:80:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130:incall'
    org/jruby/internal/runtime/methods/DynamicMethod.java:189:in call' org/jruby/runtime/callsite/CachingCallSite.java:293:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:131:in call' org/jruby/ir/interpreter/InterpreterEngine.java:332:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/Interpreter.java:132:inINTERPRET_BLOCK'
    org/jruby/runtime/MixedModeIRBlockBody.java:148:in commonYieldPath' org/jruby/runtime/IRBlockBody.java:179:indoYield'
    org/jruby/runtime/BlockBody.java:112:in yield' org/jruby/runtime/Block.java:167:inyield'
    org/jruby/RubyArray.java:1593:in each' org/jruby/internal/runtime/methods/JavaMethod.java:497:incall'
    org/jruby/runtime/callsite/CachingCallSite.java:77:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/Interpreter.java:132:inINTERPRET_BLOCK'
    org/jruby/runtime/MixedModeIRBlockBody.java:148:in commonYieldPath' org/jruby/runtime/IRBlockBody.java:77:inyieldSpecific'
    org/jruby/runtime/Block.java:136:in yieldSpecific' org/jruby/ir/runtime/IRRuntimeHelpers.java:480:inyieldSpecific'
    org/jruby/ir/instructions/YieldInstr.java:74:in interpret' org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:inprocessOtherOp'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:86:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:incall'
    org/jruby/runtime/callsite/CachingCallSite.java:323:in cacheAndCall' org/jruby/runtime/callsite/CachingCallSite.java:173:incallBlock'
    org/jruby/runtime/callsite/CachingCallSite.java:177:in call' org/jruby/ir/interpreter/InterpreterEngine.java:325:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/Interpreter.java:132:inINTERPRET_BLOCK'
    org/jruby/runtime/MixedModeIRBlockBody.java:148:in commonYieldPath' org/jruby/runtime/IRBlockBody.java:179:indoYield'
    org/jruby/runtime/BlockBody.java:112:in yield' org/jruby/runtime/Block.java:167:inyield'
    org/jruby/RubyArray.java:2341:in collect' org/jruby/RubyArray.java:2355:inmap19'
    org/jruby/internal/runtime/methods/JavaMethod.java:497:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:inINTERPRET_METHOD'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in call' org/jruby/runtime/callsite/CachingCallSite.java:273:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:79:in callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:incall'
    org/jruby/ir/instructions/CallBase.java:423:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/InterpreterEngine.java:86:ininterpret'
    org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:incall'
    org/jruby/internal/runtime/methods/DynamicMethod.java:197:in call' org/jruby/runtime/callsite/CachingCallSite.java:313:incacheAndCall'
    org/jruby/runtime/callsite/CachingCallSite.java:163:in call' org/jruby/ir/interpreter/InterpreterEngine.java:316:inprocessCall'
    org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in interpret' org/jruby/ir/interpreter/Interpreter.java:132:inINTERPRET_BLOCK'
    org/jruby/runtime/MixedModeIRBlockBody.java:148:in commonYieldPath' org/jruby/runtime/IRBlockBody.java:66:incall'
    org/jruby/runtime/Block.java:126:in call' org/jruby/RubyProc.java:342:incall'
    org/jruby/RubyProc.java:248:in call' org/jruby/Ruby.java:3333:intearDown'
    org/jruby/Ruby.java:3306:in tearDown' org/jruby/Main.java:317:ininternalRun'
    org/jruby/Main.java:242:in run' org/jruby/Main.java:204:inmain'

1 runs, 0 assertions, 0 failures, 1 errors, 0 skips

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