Skip to content

Instantly share code, notes, and snippets.

@jc00ke
Created February 19, 2012 21:31
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 jc00ke/1865906 to your computer and use it in GitHub Desktop.
Save jc00ke/1865906 to your computer and use it in GitHub Desktop.
13:24:19 jesse@maynard:~/projects/sidekiq (git:master:12019de) jruby-1.6.6@sidekiq
∴ rake
/home/jesse/.rvm/gems/jruby-1.6.6@sidekiq/gems/minitest-2.11.1/lib/minitest/unit.rb:646 warning: already initialized constant VERSION
/home/jesse/.rvm/gems/jruby-1.6.6@sidekiq/gems/minitest-2.11.1/lib/minitest/unit.rb:1016 warning: already initialized constant PASSTHROUGH_EXCEPTIONS
/home/jesse/.rvm/gems/jruby-1.6.6@sidekiq/gems/minitest-2.11.1/lib/minitest/unit.rb:1019 warning: already initialized constant SUPPORTS_INFO_SIGNAL
/home/jesse/.rvm/gems/jruby-1.6.6@sidekiq/gems/redis-namespace-1.1.0/lib/redis/namespace.rb:245 warning: Ambiguous first argument; make sure.
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/site_ruby/shared/securerandom.rb:61 warning: Statement not reached.
Run options: --seed 28916
# Running tests:
...SEE...Warning: multi_json is using default ok_json engine. Suggested action: require and load an appropriate JSON library.
.................................S
Fabulous tests in 2.274000s, 18.9094 tests/s, 31.2225 assertions/s.
1) Error:
test_0003_allows_delayed_delivery_of_actionmailer_mails(sidekiq extensions):
TypeError: can't dump anonymous class Class
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych/visitors/yaml_tree.rb:211:in `visit_Class'
org/jruby/RubyBasicObject.java:1700:in `__send__'
org/jruby/RubyKernel.java:2099:in `send'
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych/visitors/yaml_tree.rb:63:in `accept'
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych/visitors/yaml_tree.rb:246:in `visit_Array'
org/jruby/RubyArray.java:1614:in `each'
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych/visitors/yaml_tree.rb:246:in `visit_Array'
org/jruby/RubyBasicObject.java:1700:in `__send__'
org/jruby/RubyKernel.java:2099:in `send'
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych/visitors/yaml_tree.rb:63:in `accept'
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych/visitors/yaml_tree.rb:36:in `<<'
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych.rb:165:in `dump'
/home/jesse/projects/sidekiq/lib/sidekiq/extensions/generic_proxy.rb:16:in `method_missing'
/home/jesse/projects/sidekiq/test/test_extensions.rb:40:in `test_0003_allows_delayed_delivery_of_actionmailer_mails'
org/jruby/RubyBasicObject.java:1694:in `__send__'
2) Error:
test_0001_allows_delayed_exection_of_activerecord_class_methods(sidekiq extensions):
TypeError: can't dump anonymous class Class
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych/visitors/yaml_tree.rb:211:in `visit_Class'
org/jruby/RubyBasicObject.java:1700:in `__send__'
org/jruby/RubyKernel.java:2099:in `send'
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych/visitors/yaml_tree.rb:63:in `accept'
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych/visitors/yaml_tree.rb:246:in `visit_Array'
org/jruby/RubyArray.java:1614:in `each'
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych/visitors/yaml_tree.rb:246:in `visit_Array'
org/jruby/RubyBasicObject.java:1700:in `__send__'
org/jruby/RubyKernel.java:2099:in `send'
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych/visitors/yaml_tree.rb:63:in `accept'
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych/visitors/yaml_tree.rb:36:in `<<'
/home/jesse/.rvm/rubies/jruby-1.6.6/lib/ruby/1.9/psych.rb:165:in `dump'
/home/jesse/projects/sidekiq/lib/sidekiq/extensions/generic_proxy.rb:16:in `method_missing'
/home/jesse/projects/sidekiq/test/test_extensions.rb:24:in `test_0001_allows_delayed_exection_of_activerecord_class_methods'
org/jruby/RubyBasicObject.java:1694:in `__send__'
43 tests, 71 assertions, 0 failures, 2 errors, 2 skips
org.jruby.exceptions.RaiseException: (SystemExit) exit
rake aborted!
Command failed with status (-1): [/home/jesse/.rvm/rubies/jruby-1.6.6/bin/jr...]
Tasks: TOP => default => test
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment