Skip to content

Instantly share code, notes, and snippets.

@taf2
Created April 16, 2018 17:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taf2/0032e9089f0f896ab77627fa68f8cbd9 to your computer and use it in GitHub Desktop.
Save taf2/0032e9089f0f896ab77627fa68f8cbd9 to your computer and use it in GitHub Desktop.
github internal ab testing failure?
taf2~/work/ctm (master $>)> git push
Counting objects: 15, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (15/15), done.
Writing objects: 100% (15/15), 2.88 KiB | 2.88 MiB/s, done.
Total 15 (delta 13), reused 0 (delta 0)
remote: Resolving deltas: 100% (13/13), completed with 13 local objects.
remote: /data/github/releases/deploy-b/vendor/gems/2.4.2/ruby/2.4.0/gems/statsd-ruby-0.3.0.github.3.38.gd478cc7/lib/github/statsd.rb:23:in `ip': getaddrinfo: Name or service not known (SocketError)
remote: from /data/github/releases/deploy-b/vendor/gems/2.4.2/ruby/2.4.0/gems/statsd-ruby-0.3.0.github.3.38.gd478cc7/lib/github/statsd.rb:23:in `initialize'
remote: from /data/github/releases/deploy-b/vendor/gems/2.4.2/ruby/2.4.0/gems/statsd-ruby-0.3.0.github.3.38.gd478cc7/lib/github/statsd.rb:106:in `new'
remote: from /data/github/releases/deploy-b/vendor/gems/2.4.2/ruby/2.4.0/gems/statsd-ruby-0.3.0.github.3.38.gd478cc7/lib/github/statsd.rb:106:in `add_shard'
remote: from /data/github/releases/deploy-b/lib/github/config/stats.rb:33:in `block in create_statsd'
remote: from /data/github/releases/deploy-b/lib/github/config/stats.rb:33:in `each'
remote: from /data/github/releases/deploy-b/lib/github/config/stats.rb:33:in `create_statsd'
remote: from /data/github/releases/deploy-b/lib/github/config/stats.rb:20:in `stats'
remote: from /data/github/releases/deploy-b/lib/github/config/stats.rb:244:in `<module:GitHub>'
remote: from /data/github/releases/deploy-b/lib/github/config/stats.rb:12:in `<top (required)>'
remote: from /data/github/releases/deploy-b/config/basic.rb:66:in `require'
remote: from /data/github/releases/deploy-b/config/basic.rb:66:in `require'
remote: from /data/github/releases/deploy-b/lib/github/logger.rb:3:in `<top (required)>'
remote: from /data/github/releases/deploy-b/config/basic.rb:66:in `require'
remote: from /data/github/releases/deploy-b/config/basic.rb:66:in `require'
remote: from /data/github/releases/deploy-b/lib/github.rb:137:in `<module:GitHub>'
remote: from /data/github/releases/deploy-b/lib/github.rb:20:in `<top (required)>'
remote: from /data/github/releases/deploy-b/config/basic.rb:66:in `require'
remote: from /data/github/releases/deploy-b/config/basic.rb:66:in `require'
remote: from /data/github/releases/deploy-b/config/basic.rb:230:in `<top (required)>'
remote: from /data/github/releases/deploy-b/vendor/ruby/44c51a28900fc53699489c87289294b79ee365d3/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
remote: from /data/github/releases/deploy-b/vendor/ruby/44c51a28900fc53699489c87289294b79ee365d3/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
To https://github.com/calltracking/blah.git/
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://github.com/calltracking/blah.git/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment