6 ms·
-----> Ruby app detected ! ! Command: 'set -o pipefail; curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-ext
by druiid 12y ago
-----> Ruby app detected
!
! Command: 'set -o pipefail; curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/bundler-1.6.3.tgz https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/bu... -s -o - | tar zxf - ' failed unexpectedly:
!
! gzip: stdin: unexpected end of file
! tar: Child returned status 1
! tar: Error is not recoverable: exiting now
I opened an issue request with Deis a while back for the same problem and they reported it being an upstream issue with slugbuilder.
Edit: Heh, apparently we already talked about this https://github.com/deis/deis/issues/1016 https://github.com/deis/deis/issues/1016
- bacongobbler 12y agoYep. It was because slugbuilder didn't lock buildpacks to a known working version when you ran a `docker build`. It always pulled master, which may or may not work. We fixed that up, and we're in sync with Heroku's buildpack version that's running in prod now: https://github.com/deis/slugbuilder/blob/deis/builder/install-buildpacks#L20 https://github.com/deis/slugbuilder/blob/deis/builder/instal...
- druiid 12y agoDidn't notice the issue get closed. Thanks! I'll re-install Deis again :D