Created
October 20, 2016 00:18
-
-
Save maclover7/7d6c306d599618905a5223728a107472 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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:in
getStackTrace'org/jruby/runtime/backtrace/TraceType.java:246:in
getBacktraceData' org/jruby/runtime/backtrace/TraceType.java:47:in
getBacktrace'org/jruby/RubyException.java:236:in
prepareBacktrace' org/jruby/exceptions/RaiseException.java:214:in
preRaise'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:in
newNoMethodError'org/jruby/RubyKernel.java:238:in
methodMissing' org/jruby/RubyKernel.java:231:in
methodMissing'org/jruby/RubyKernel.java:113:in
call' org/jruby/internal/runtime/methods/DynamicMethod.java:193:in
call'org/jruby/runtime/callsite/CachingCallSite.java:380:in
callMethodMissing' org/jruby/runtime/callsite/CachingCallSite.java:290:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:131:in
call' org/jruby/ir/interpreter/InterpreterEngine.java:332:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:80:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130:in
call'org/jruby/internal/runtime/methods/DynamicMethod.java:189:in
call' org/jruby/runtime/callsite/CachingCallSite.java:293:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:131:in
call' org/jruby/ir/interpreter/InterpreterEngine.java:332:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/RubyClass.java:904:in
newInstance' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:86:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in
call'org/jruby/runtime/callsite/CachingCallSite.java:323:in
cacheAndCall' org/jruby/runtime/callsite/CachingCallSite.java:173:in
callBlock'org/jruby/runtime/callsite/CachingCallSite.java:177:in
call' org/jruby/RubyClass.java:883:in
newInstance'org/jruby/internal/runtime/methods/DynamicMethod.java:197:in
call' org/jruby/runtime/callsite/CachingCallSite.java:313:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:163:in
call' org/jruby/ir/interpreter/InterpreterEngine.java:316:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:80:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130:in
call'org/jruby/internal/runtime/methods/DynamicMethod.java:189:in
call' org/jruby/runtime/callsite/CachingCallSite.java:293:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:131:in
call' test/dispatch/cookies_test.rb:181:in
get_encrypted_cookie'org/jruby/internal/runtime/methods/CompiledIRMethod.java:219:in
invokeExact' org/jruby/internal/runtime/methods/CompiledIRMethod.java:92:in
call'org/jruby/RubyClass.java:543:in
finvoke' org/jruby/RubyBasicObject.java:1640:in
send19'org/jruby/RubyKernel.java:1998:in
send19' org/jruby/internal/runtime/methods/AliasMethod.java:101:in
call'org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in
unresolvedSuper' org/jruby/ir/instructions/UnresolvedSuperInstr.java:83:in
interpret'org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call'org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall' org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock'org/jruby/runtime/callsite/CachingCallSite.java:83:in
call' org/jruby/ir/instructions/CallBase.java:423:in
interpret'org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call'org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in
unresolvedSuper' org/jruby/ir/instructions/UnresolvedSuperInstr.java:83:in
interpret'org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call'org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in
unresolvedSuper' org/jruby/ir/instructions/ZSuperInstr.java:71:in
interpret'org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret'org/jruby/ir/interpreter/Interpreter.java:132:in
INTERPRET_BLOCK' org/jruby/runtime/MixedModeIRBlockBody.java:148:in
commonYieldPath'org/jruby/runtime/IRBlockBody.java:77:in
yieldSpecific' org/jruby/runtime/Block.java:136:in
yieldSpecific'org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in
yieldSpecific' org/jruby/ir/instructions/YieldInstr.java:74:in
interpret'org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in
processOtherOp' org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in
interpret'org/jruby/ir/interpreter/InterpreterEngine.java:86:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in
call' org/jruby/runtime/callsite/CachingCallSite.java:323:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:173:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:177:in
call'org/jruby/ir/interpreter/InterpreterEngine.java:325:in
processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call'org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in
unresolvedSuper' org/jruby/ir/instructions/UnresolvedSuperInstr.java:83:in
interpret'org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call'org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in
unresolvedSuper' org/jruby/ir/instructions/ZSuperInstr.java:71:in
interpret'org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret'org/jruby/ir/interpreter/Interpreter.java:132:in
INTERPRET_BLOCK' org/jruby/runtime/MixedModeIRBlockBody.java:148:in
commonYieldPath'org/jruby/runtime/IRBlockBody.java:179:in
doYield' org/jruby/runtime/BlockBody.java:112:in
yield'org/jruby/runtime/Block.java:167:in
yield' org/jruby/ir/runtime/IRRuntimeHelpers.java:476:in
yield'org/jruby/ir/instructions/YieldInstr.java:83:in
interpret' org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in
processOtherOp'org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in
interpret' org/jruby/ir/interpreter/Interpreter.java:132:in
INTERPRET_BLOCK'org/jruby/runtime/MixedModeIRBlockBody.java:148:in
commonYieldPath' org/jruby/runtime/IRBlockBody.java:179:in
doYield'org/jruby/runtime/BlockBody.java:112:in
yield' org/jruby/runtime/Block.java:167:in
yield'org/jruby/ir/runtime/IRRuntimeHelpers.java:476:in
yield' org/jruby/ir/instructions/YieldInstr.java:83:in
interpret'org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in
processOtherOp' org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call'org/jruby/runtime/callsite/CachingCallSite.java:77:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in
unresolvedSuper'org/jruby/ir/instructions/UnresolvedSuperInstr.java:83:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in
unresolvedSuper'org/jruby/ir/instructions/UnresolvedSuperInstr.java:83:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:86:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in
call'org/jruby/internal/runtime/methods/DynamicMethod.java:197:in
call' org/jruby/runtime/callsite/CachingCallSite.java:313:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:163:in
call' org/jruby/ir/interpreter/InterpreterEngine.java:316:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/internal/runtime/methods/WrapperMethod.java:91:in
call'org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall' org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock'org/jruby/runtime/callsite/CachingCallSite.java:83:in
call' org/jruby/ir/instructions/CallBase.java:423:in
interpret'org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call'org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall' org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock'org/jruby/runtime/callsite/CachingCallSite.java:83:in
call' org/jruby/ir/instructions/CallBase.java:423:in
interpret'org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall' org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret'org/jruby/ir/interpreter/InterpreterEngine.java:86:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in
call' org/jruby/internal/runtime/methods/DynamicMethod.java:197:in
call'org/jruby/runtime/callsite/CachingCallSite.java:313:in
cacheAndCall' org/jruby/runtime/callsite/CachingCallSite.java:163:in
call'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:in
invokeExact'org/jruby/internal/runtime/methods/CompiledIRMethod.java:101:in
call' org/jruby/RubyClass.java:522:in
finvoke'org/jruby/RubyBasicObject.java:1613:in
send19' org/jruby/RubyKernel.java:1986:in
send19'org/jruby/internal/runtime/methods/DynamicMethod.java:197:in
call' org/jruby/runtime/callsite/CachingCallSite.java:313:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:163:in
call' org/jruby/ir/interpreter/InterpreterEngine.java:316:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/Interpreter.java:132:in
INTERPRET_BLOCK'org/jruby/runtime/MixedModeIRBlockBody.java:148:in
commonYieldPath' org/jruby/runtime/IRBlockBody.java:77:in
yieldSpecific'org/jruby/runtime/Block.java:136:in
yieldSpecific' org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in
yieldSpecific'org/jruby/ir/instructions/YieldInstr.java:74:in
interpret' org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in
processOtherOp'org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/Interpreter.java:132:in
INTERPRET_BLOCK'org/jruby/runtime/MixedModeIRBlockBody.java:148:in
commonYieldPath' org/jruby/runtime/IRBlockBody.java:77:in
yieldSpecific'org/jruby/runtime/Block.java:136:in
yieldSpecific' org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in
yieldSpecific'org/jruby/ir/instructions/YieldInstr.java:74:in
interpret' org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in
processOtherOp'org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/Interpreter.java:132:in
INTERPRET_BLOCK'org/jruby/runtime/MixedModeIRBlockBody.java:148:in
commonYieldPath' org/jruby/runtime/IRBlockBody.java:77:in
yieldSpecific'org/jruby/runtime/Block.java:136:in
yieldSpecific' org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in
yieldSpecific'org/jruby/ir/instructions/YieldInstr.java:74:in
interpret' org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in
processOtherOp'org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:80:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130:in
call'org/jruby/internal/runtime/methods/DynamicMethod.java:189:in
call' org/jruby/runtime/callsite/CachingCallSite.java:293:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:131:in
call' org/jruby/ir/interpreter/InterpreterEngine.java:332:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/Interpreter.java:132:in
INTERPRET_BLOCK'org/jruby/runtime/MixedModeIRBlockBody.java:148:in
commonYieldPath' org/jruby/runtime/IRBlockBody.java:179:in
doYield'org/jruby/runtime/BlockBody.java:112:in
yield' org/jruby/runtime/Block.java:167:in
yield'org/jruby/RubyArray.java:1593:in
each' org/jruby/internal/runtime/methods/JavaMethod.java:497:in
call'org/jruby/runtime/callsite/CachingCallSite.java:77:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/Interpreter.java:132:in
INTERPRET_BLOCK'org/jruby/runtime/MixedModeIRBlockBody.java:148:in
commonYieldPath' org/jruby/runtime/IRBlockBody.java:77:in
yieldSpecific'org/jruby/runtime/Block.java:136:in
yieldSpecific' org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in
yieldSpecific'org/jruby/ir/instructions/YieldInstr.java:74:in
interpret' org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in
processOtherOp'org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:86:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in
call'org/jruby/runtime/callsite/CachingCallSite.java:323:in
cacheAndCall' org/jruby/runtime/callsite/CachingCallSite.java:173:in
callBlock'org/jruby/runtime/callsite/CachingCallSite.java:177:in
call' org/jruby/ir/interpreter/InterpreterEngine.java:325:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/Interpreter.java:132:in
INTERPRET_BLOCK'org/jruby/runtime/MixedModeIRBlockBody.java:148:in
commonYieldPath' org/jruby/runtime/IRBlockBody.java:179:in
doYield'org/jruby/runtime/BlockBody.java:112:in
yield' org/jruby/runtime/Block.java:167:in
yield'org/jruby/RubyArray.java:2341:in
collect' org/jruby/RubyArray.java:2355:in
map19'org/jruby/internal/runtime/methods/JavaMethod.java:497:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in
INTERPRET_METHOD'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in
call' org/jruby/runtime/callsite/CachingCallSite.java:273:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:79:in
callBlock' org/jruby/runtime/callsite/CachingCallSite.java:83:in
call'org/jruby/ir/instructions/CallBase.java:423:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:348:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/InterpreterEngine.java:86:in
interpret'org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in
INTERPRET_METHOD' org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in
call'org/jruby/internal/runtime/methods/DynamicMethod.java:197:in
call' org/jruby/runtime/callsite/CachingCallSite.java:313:in
cacheAndCall'org/jruby/runtime/callsite/CachingCallSite.java:163:in
call' org/jruby/ir/interpreter/InterpreterEngine.java:316:in
processCall'org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in
interpret' org/jruby/ir/interpreter/Interpreter.java:132:in
INTERPRET_BLOCK'org/jruby/runtime/MixedModeIRBlockBody.java:148:in
commonYieldPath' org/jruby/runtime/IRBlockBody.java:66:in
call'org/jruby/runtime/Block.java:126:in
call' org/jruby/RubyProc.java:342:in
call'org/jruby/RubyProc.java:248:in
call' org/jruby/Ruby.java:3333:in
tearDown'org/jruby/Ruby.java:3306:in
tearDown' org/jruby/Main.java:317:in
internalRun'org/jruby/Main.java:242:in
run' org/jruby/Main.java:204:in
main'1 runs, 0 assertions, 0 failures, 1 errors, 0 skips