Skip to content

Instantly share code, notes, and snippets.

@hyfather
Created June 20, 2012 11:17
Show Gist options
  • Save hyfather/2959402 to your computer and use it in GitHub Desktop.
Save hyfather/2959402 to your computer and use it in GitHub Desktop.
github post receive hook stacktrace
% git push
Counting objects: 26, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (14/14), done.
Writing objects: 100% (15/15), 20.28 KiB, done.
Total 15 (delta 9), reused 0 (delta 0)
remote: /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/connection/hiredis.rb:23:in `connect': Timeout::Error (Timeout::Error)
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/client.rb:204:in `establish_connection'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/client.rb:23:in `connect'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/client.rb:224:in `ensure_connected'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/client.rb:114:in `process'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/client.rb:183:in `logging'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/client.rb:113:in `process'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis/client.rb:38:in `call'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis.rb:428:in `sadd'
remote: from /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/redis-2.2.0/lib/redis.rb:427:in `sadd'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/redis-namespace-0.8.0/lib/redis/namespace.rb:188:in `send'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/redis-namespace-0.8.0/lib/redis/namespace.rb:188:in `method_missing'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/resque-1.10.0/lib/resque.rb:184:in `watch_queue'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/resque-1.10.0/lib/resque.rb:129:in `push_without_meta'
remote: from /data/github/current/lib/github/config/resque.rb:18:in `push'
remote: from /data/github/current/vendor/gems/ruby/1.8/gems/resque-1.10.0/lib/resque/job.rb:51:in `create'
remote: from /data/github/current/lib/rock_queue.rb:68:in `enqueue'
remote: from /data/github/current/lib/rock_queue.rb:39:in `push'
remote: from hooks/post-receive:50
error: hooks/post-receive died of signal 2
To git@github.com:ThoughtWorksInc/some_repo.git
55e0579..db12c16 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment