2012-01-13 1 views
1

프로젝트를 Heroku에 배포하려고합니다."묶음 캐시 정리"에서 Heroku 배포 시간이 초과되었습니다.

이 프로젝트는 이전에 성공적으로 배포되었지만, 배포 할 때 지금은 출력을 다음 얻을 :

gem 'internal-lib', :git => 'https://username:[email protected]/Projectname/internal-lib' 

경우 :

[...] 
    Using rspec-expectations (2.8.0) 
    Using rspec-mocks (2.8.0) 
    Using rspec (2.8.0) 
    Using bundler (1.1.rc.7) 
    Your bundle is complete! It was installed into ./vendor/bundle 
    Cleaning up the bundler cache. 
/app/slug-compiler/lib/utils.rb:62:in `block (2 levels) in spawn': command='/app/slug-compiler/lib/../buildpacks/ruby/bin/compile /tmp/build_465ucsomkafs /app/tmp/repo.git/.cache' exit_status=0 out='' at=timeout elapsed=580.2929985523224 (Utils::TimeoutError) 
from /app/slug-compiler/lib/utils.rb:48:in `loop' 
from /app/slug-compiler/lib/utils.rb:48:in `block in spawn' 
from /app/slug-compiler/lib/utils.rb:44:in `popen' 
from /app/slug-compiler/lib/utils.rb:44:in `spawn' 
from /app/slug-compiler/lib/buildpack.rb:35:in `block in compile' 
from /app/slug-compiler/lib/buildpack.rb:33:in `fork' 
from /app/slug-compiler/lib/buildpack.rb:33:in `compile' 
from /app/slug-compiler/lib/slug.rb:464:in `block in run_buildpack' 
from /app/slug-compiler/lib/utils.rb:117:in `log' 
from /app/slug-compiler/lib/slug.rb:702:in `log' 
from /app/slug-compiler/lib/slug.rb:463:in `run_buildpack' 
from /app/slug-compiler/lib/slug.rb:107:in `block (2 levels) in compile' 
from /app/slug-compiler/lib/utils.rb:98:in `block in timeout' 
from /usr/local/lib/ruby/1.9.1/timeout.rb:58:in `timeout' 
from /app/slug-compiler/lib/utils.rb:98:in `rescue in timeout' 
from /app/slug-compiler/lib/utils.rb:93:in `timeout' 
from /app/slug-compiler/lib/slug.rb:96:in `block in compile' 
from /app/slug-compiler/lib/utils.rb:117:in `log' 
from /app/slug-compiler/lib/slug.rb:702:in `log' 
from /app/slug-compiler/lib/slug.rb:95:in `compile' 
from /app/slug-compiler/bin/slugc:85:in `block in <main>' 
from /app/slug-compiler/lib/slug.rb:472:in `block in lock' 
from /app/slug-compiler/lib/repo_lock.rb:44:in `call' 
from /app/slug-compiler/lib/repo_lock.rb:44:in `run' 
from /app/slug-compiler/lib/slug.rb:472:in `lock' 
from /app/slug-compiler/bin/slugc:66:in `<main>' 
!  Heroku push rejected, failed to compile Ruby app 

우리는이되도록 Gemfile에 선을 정확히 한 번들러는 괜찮은 보석을 설치합니다 :

성공적으로 번들 된 보석으로 인해 "bundler cache 정리"단계가 시간 초과 될 수 있습니까?

우리는 보석을 벤더/비공개의 원시 사본으로, 벤더/비공개의 자식 서브 모듈로는 성공했지만 다른 방법으로 보석을 포함하려고했습니다.

답변

0

헤로 쿠에 문제가있는 것처럼 보입니다. 오늘 우리 측에서의 변경없이 배포가 다시 진행되었습니다 ...

+0

어떻게 문제를 일으키는 보석을 찾아 냈습니까? 나는 3 일 동안 같은 문제를 해결하려고 노력했다. 0_o – vladiim

관련 문제