gratipay / gratipay.com

Here lieth a pioneer in open source sustainability. RIP
https://gratipay.news/the-end-cbfba8f50981
MIT License
1.12k stars 308 forks source link

heroku deploys are taking a loooooooooong time #985

Closed chadwhitacre closed 11 years ago

chadwhitacre commented 11 years ago

Blocks on "Cleaning up ..."

chadwhitacre commented 11 years ago

And then again on "Procfile declares types -> web"

chadwhitacre commented 11 years ago

Blech, just timed out. :-(

-----> Discovering process types
       Procfile declares types -> web

 !     command='/usr/bin/mksquashfs /tmp/build_3oichkvrloxcl /tmp/slug_3oichkvrloxcl.img -all-root -noappend' exit_status=0 out='Parallel mksquashfs: Using 4 processors
Creating little endian 3.1 filesystem on /tmp/slug_3oichkvrloxcl.img, block size 131072.
TIOCGWINZ ioctl failed, defaulting to 80 columns
[==============================                                ] 3578/7175  49%' at=timeout elapsed=3.4873716831207275
 !     See https://devcenter.heroku.com/articles/slug-compiler#time-limit
chadwhitacre commented 11 years ago

Okay, worked the next time.

Compiled slug size: 40.5MB

So it's not that big.

I should start timing these.

chadwhitacre commented 11 years ago

Via Twitter:

Still having trouble? Reach out to me directly. I'm happy to help.

chadwhitacre commented 11 years ago

Reached out: https://twitter.com/whit537/status/345753525936074752

Re: #1042.

chadwhitacre commented 11 years ago

Unsetting BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-python.git#v17

chadwhitacre commented 11 years ago

It's detecting it as a node app, which must be why we set BUILDPACK_URL in the first place.

chadwhitacre commented 11 years ago

I reset BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-python.git, and now it's blocking at Cleaning up ... again. The app is down.

chadwhitacre commented 11 years ago

Did a heroku releases:rollback nnn, per @kennethreitz in IRC. That got us back up, thankfully.

chadwhitacre commented 11 years ago

@kennethreitz solved this in #1045. He debugged by cloning the app using heroku fork and ... bashing away at it? What logging did you look at to debug, @kennethreitz?