Ruby version: 2.3.0
Sidekiq / Pro / Enterprise version(s): sidekiq-pro (3.0.0)
Full context:
:>grep sidekiq Gemfile.lock
sidekiq (4.0.1)
sidekiq-pro (3.0.0)
sidekiq (>= 4.0.0.pre1)
sidekiq-monitor-stats
sidekiq-pro!
Problem: : While doing bundle roughly 20 hrs ago i.e. 2016-09-14 08:25:43.151117 UTC
stdout: Could not fetch specs from https://gems.contribsys.com/
Context: I am using ansible to pull the latest codebase during autoscaling. And yesterday all of my worker instances were chocking with same error like, it cound't fetch specs from _gems.crontribsys.com_
Was there any issue with server ? Looks like we faced some server timeouts during that period. Lucky yesterday, no damange in TAT because of it :see_no_evil: , but it could be a serious disaster :skull: in days to come.
cogent evidence: raw ansible debug logs: (not sure if its useful)
TASK: [ansicap | Application requirement via bundler] *************************
failed: [127.0.0.1] => {"changed": true, "cmd": ["chruby-exec", "2.3.0", "--", "bundle", "install", "--binstubs", "bin", "--without", "development", "test", "darwin", "--frozen", "--quiet"], "delta": "0:02:26.176810", "end": "2016-09-14 08:28:09.327927", "rc": 17, "start": "2016-09-14 08:25:43.151117", "warnings": []}
stdout: Could not fetch specs from https://gems.contribsys.com/
FATAL: all hosts have already failed -- aborting
I found similar story https://github.com/mperham/sidekiq/issues/1220
@mperham @kajisaap @sameergautam
Please email me with your account info.
:smile: sure
@mperham - I started hitting this same issue about an hour ago.
Bundler::HTTPError Could not fetch specs from https://gems.contribsys.com/
Back to the square one, my bundle is chocking for the same reason. I wonder if someone's got paged :pager: for this. :neckbeard:
Looks like some kind of outage, I will send my sidekiq details if necessary @mperham
Same here, we can't deploy as our bundle install step fails
Same issue for us as well, unable to deploy due to these failures for bundle install
I noticed this url is down https://gems.contribsys.com/
Same here.
@iMacTia
maybe bundle package on localhost from your personal gemset ? :)
Same here. Got timeout when calling https://gems.contribsys.com/.
Guys, please report in the new #3427 rather than in this closed Issue
@lefty313 thanks, I'll have a look at that
same here
Most helpful comment
@mperham - I started hitting this same issue about an hour ago.