heroku / heroku-repo

Plugin for heroku CLI that can manipulate the repo
MIT License
682 stars 111 forks source link

R14 and R10 erro with H10 and H20 ho can i redure slug size #121

Closed manelalayet19 closed 1 year ago

manelalayet19 commented 1 year ago

LENOVO@DESKTOP-EOI86NM MINGW64 ~/Desktop/webgis handbook/app (main) $ heroku logs 2022-11-21T01:36:56.842372+00:00 heroku[web.1]: Stopping process with SIGKILL 2022-11-21T01:36:57.100508+00:00 heroku[web.1]: Process exited with status 137 2022-11-21T01:36:57.168846+00:00 heroku[web.1]: State changed from starting to crashed 2022-11-21T01:38:25.452876+00:00 app[api]: Starting process with command bash covid-canada-app by user 2022-11-21T01:38:48.871618+00:00 heroku[run.8520]: State changed from starting to up 2022-11-21T01:38:48.970287+00:00 heroku[run.8520]: Awaiting client 2022-11-21T01:38:49.000926+00:00 heroku[run.8520]: Starting process with command bash covid-canada-app 2022-11-21T01:38:53.021453+00:00 heroku[run.8520]: Process exited with status 127 2022-11-21T01:38:53.110353+00:00 heroku[run.8520]: State changed from up to complete 2022-11-21T01:43:07.243653+00:00 app[api]: Starting process with command bash by user * 2022-11-21T01:43:32.306704+00:00 heroku[run.7976]: State changed from starting to up 2022-11-21T01:43:32.363515+00:00 heroku[run.7976]: Awaiting client 2022-11-21T01:43:32.384780+00:00 heroku[run.7976]: Starting process with command bash 2022-11-21T01:47:21.851930+00:00 heroku[run.7976]: Client connection closed. Sending SIGHUP to all processes 2022-11-21T01:47:22.408719+00:00 heroku[run.7976]: Process exited with status 129 2022-11-21T01:47:22.496249+00:00 heroku[run.7976]: State changed from up to complete 2022-11-21T01:47:52.545569+00:00 app[api]: Starting process with command bash by user 2022-11-21T01:48:14.828321+00:00 heroku[run.8688]: State changed from starting to up 2022-11-21T01:48:14.907224+00:00 heroku[run.8688]: Awaiting client 2022-11-21T01:48:14.953510+00:00 heroku[run.8688]: Starting process with command bash 2022-11-21T01:48:53.000000+00:00 app[api]: Build started by user alayet.manel@gmail.com 2022-11-21T01:49:02.841813+00:00 heroku[run.8688]: Client connection closed. Sending SIGHUP to all processes 2022-11-21T01:49:03.384012+00:00 heroku[run.8688]: Process exited with status 129 2022-11-21T01:49:03.449209+00:00 heroku[run.8688]: State changed from up to complete 2022-11-21T01:51:11.506083+00:00 heroku[web.1]: State changed from crashed to starting 2022-11-21T01:51:37.744764+00:00 heroku[web.1]: Starting process with command gunicorn application:server --preload --bind 0.0.0.0:44187 --timeout 75 2022-11-21T01:52:20.000000+00:00 app[api]: Build succeeded 2022-11-21T01:52:38.447718+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch 2022-11-21T01:52:38.498494+00:00 heroku[web.1]: Stopping process with SIGKILL 2022-11-21T01:52:38.900492+00:00 heroku[web.1]: Process exited with status 137 2022-11-21T01:52:38.969068+00:00 heroku[web.1]: State changed from starting to crashed 2022-11-21T01:52:38.972830+00:00 heroku[web.1]: State changed from crashed to starting 2022-11-21T01:52:59.884197+00:00 heroku[web.1]: Starting process with command gunicorn application:server --preload --bind 0.0.0.0:3025 --timeout 75 2022-11-21T01:53:41.775577+00:00 heroku[router]: at=error code=H20 desc="App boot timeout" method=GET path="/" host=covid-canada-app.herokuapp.com request_id=b4e318c5-6eba-42e8-8088-a23d6524444a fwd="24.200.49.89" dyno= connect= service= status=503 bytes= protocol=https 2022-11-21T01:53:44.877872+00:00 app[api]: Starting process with command set -e 2022-11-21T01:53:44.877872+00:00 app[api]: mkdir -p tmp/repo_tmp/unpack 2022-11-21T01:53:44.877872+00:00 app[api]: cd tmp/repo_tmp 2022-11-21T01:53:44.877872+00:00 app[api]: curl -fo repo-cache.tgz 'https://s3-external-1.amazonaws.com/heroku_repos/heroku.com/cache/284987223.tgz?AWSAccessKeyId=AKIAZSXS6CXK4G6YZGNK&Signature=Bi5tk2gpG57VpTyLo3lvWDg9UY0%3D&Expires=1668999224' 2022-11-21T01:53:44.877872+00:00 app[api]: cd unpack 2022-11-21T01:53:44.877872+00:00 app[api]: tar -zxf ../repo-cache.tgz 2022-11-21T01:53:44.877872+00:00 app[api]: METADATA="vendor/heroku" 2022-11-21T01:53:44.877872+00:00 app[api]: if [ -d "$METADATA" ]; then 2022-11-21T01:53:44.877872+00:00 app[api]: TMPDIR=mktemp -d 2022-11-21T01:53:44.877872+00:00 app[api]: cp -rf $METADATA $TMPDIR 2022-11-21T01:53:44.877872+00:00 app[api]: fi 2022-11-21T01:53:44.877872+00:00 app[api]: cd .. 2022-11-21T01:53:44.877872+00:00 app[api]: rm -rf unpack 2022-11-21T01:53:44.877872+00:00 app[api]: mkdir unpack 2022-11-21T01:53:44.877872+00:00 app[api]: cd unpack 2022-11-21T01:53:44.877872+00:00 app[api]: TMPDATA="$TMPDIR/heroku" 2022-11-21T01:53:44.877872+00:00 app[api]: VENDOR="vendor" 2022-11-21T01:53:44.877872+00:00 app[api]: if [ -d "$TMPDATA" ]; then 2022-11-21T01:53:44.877872+00:00 app[api]: mkdir $VENDOR 2022-11-21T01:53:44.877872+00:00 app[api]: cp -rf $TMPDATA $VENDOR 2022-11-21T01:53:44.877872+00:00 app[api]: rm -rf $TMPDIR 2022-11-21T01:53:44.877872+00:00 app[api]: fi 2022-11-21T01:53:44.877872+00:00 app[api]: tar -zcf ../cache-repack.tgz . 2022-11-21T01:53:44.877872+00:00 app[api]: curl -fo /dev/null --upload-file ../cache-repack.tgz 'https://s3-external-1.amazonaws.com/heroku_repos/heroku.com/cache/284987223.tgz?AWSAccessKeyId=AKIAZSXS6CXK4G6YZGNK&Signature=EcjJtDx1NQ3x7ez%2FNCJDP30PkMk%3D&Expires=1668999224' 2022-11-21T01:53:44.877872+00:00 app[api]: exit by user 2022-11-21T01:53:53.489918+00:00 heroku[web.1]: Process running mem=570M(111.4%) 2022-11-21T01:53:53.493889+00:00 heroku[web.1]: Error R14 (Memory quota exceeded) 2022-11-21T01:54:00.480984+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch 2022-11-21T01:54:00.579305+00:00 heroku[web.1]: Stopping process with SIGKILL 2022-11-21T01:54:00.872523+00:00 heroku[web.1]: Process exited with status 137 2022-11-21T01:54:00.957532+00:00 heroku[web.1]: State changed from starting to crashed 2022-11-21T01:54:02.164131+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=covid-canada-app.herokuapp.com request_id=ff3f3090-dbbb-4a08-ac05-53d117318b14 fwd="24.200.49.89" dyno= connect= service= status=503 bytes= protocol=https 2022-11-21T01:54:03.896576+00:00 heroku[run.5822]: Awaiting client 2022-11-21T01:54:03.912058+00:00 heroku[run.5822]: Starting process with command set -e mkdir -p tmp/repo_tmp/unpack cd tmp/repo_tmp curl -fo repo-cache.tgz 'https://s3-external-1.amazonaws.com/heroku_repos/heroku.com/cache/284987223.tgz?AWSAccessKeyId=AKIAZSXS6CXK4G6YZGNK&Signature=Bi5tk2gpG57VpTyLo3lvWDg9UY0%3D&Expires=1668999224' cd unpack tar -zxf ../repo-cache.tgz METADATA="vendor/heroku" if [ -d "$METADATA" ]; then TMPDIR=mktemp -dcp -rf $METADATA $TMPDIR fi cd .. rm -rf unpack mkdir unpack cd unpack TMPDATA="$TMPDIR/heroku" VENDOR="vendor" if [ -d "$TMPDATA" ]; then mkdir $VENDOR cp -rf $TMPDATA $VENDOR rm -rf $TMPDIR fi tar -zcf ../cache-repack.tgz . curl -fo /dev/null --upload-file ../cache-repack.tgz 'https://s3-external-1.amazonaws.com/heroku_repos/heroku.com/cache/284987223.tgz?AWSAccessKeyId=AKIAZSXS6CXK4G6YZGNK&Signature=EcjJtDx1NQ3x7ez%2FNCJDP30PkMk%3D&Expires=1668999224' exit 2022-11-21T01:54:04.014798+00:00 heroku[run.5822]: State changed from starting to up 2022-11-21T01:54:45.835143+00:00 heroku[run.5822]: Process exited with status 0 2022-11-21T01:54:45.889655+00:00 heroku[run.5822]: State changed from up to complete 2022-11-21T01:54:58.169670+00:00 heroku[web.1]: State changed from crashed to starting 2022-11-21T01:55:18.529430+00:00 heroku[web.1]: Starting process with command gunicorn application:server --preload --bind 0.0.0.0:46497 --timeout 75 2022-11-21T01:56:04.034681+00:00 heroku[web.1]: Process running mem=572M(111.8%) 2022-11-21T01:56:04.041727+00:00 heroku[web.1]: Error R14 (Memory quota exceeded) 2022-11-21T01:56:18.612485+00:00 heroku[router]: at=error code=H20 desc="App boot timeout" method=GET path="/" host=covid-canada-app.herokuapp.com request_id=02a4940f-f7ee-404c-8041-48302376dd0b fwd="24.200.49.89" dyno= connect= service= status=503 bytes= protocol=https 2022-11-21T01:56:18.648049+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch 2022-11-21T01:56:18.702324+00:00 heroku[web.1]: Stopping process with SIGKILL 2022-11-21T01:56:18.940579+00:00 heroku[web.1]: Process exited with status 137 2022-11-21T01:56:18.997264+00:00 heroku[web.1]: State changed from starting to crashed 2022-11-21T01:56:19.847740+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=covid-canada-app.herokuapp.com request_id=331fc783-276d-4ede-8753-503838e6c7c9 fwd="24.200.49.89" dyno= connect= service= status=503 bytes= protocol=https 2022-11-21T01:56:20.287164+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=covid-canada-app.herokuapp.com request_id=f14f2343-d460-4770-8ea4-59b53b2667a5 fwd="24.200.49.89" dyno= connect= service= status=503 bytes= protocol=https 2022-11-21T02:00:12.485655+00:00 heroku[web.1]: State changed from crashed to starting 2022-11-21T02:00:34.609142+00:00 heroku[web.1]: Starting process with command gunicorn application:server --preload --bind 0.0.0.0:18300 --timeout 120 2022-11-21T02:01:02.000000+00:00 app[api]: Build succeeded 2022-11-21T02:01:21.648630+00:00 heroku[web.1]: Process running mem=631M(123.3%) 2022-11-21T02:01:21.663791+00:00 heroku[web.1]: Error R14 (Memory quota exceeded) 2022-11-21T02:01:35.260776+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch 2022-11-21T02:01:35.389618+00:00 heroku[web.1]: Stopping process with SIGKILL 2022-11-21T02:01:36.212202+00:00 heroku[web.1]: Process exited with status 137 2022-11-21T02:01:36.288353+00:00 heroku[web.1]: State changed from starting to crashed 2022-11-21T02:01:39.193083+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=covid-canada-app.herokuapp.com request_id=e6ca45f4-a37b-4f91-9745-3f778ec60db7 fwd="24.200.49.89" dyno= connect= service= status=503 bytes= protocol=https 2022-11-21T02:01:39.535024+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=covid-canada-app.herokuapp.com request_id=b3bad13e-1673-4b66-87f0-62631d3186ec fwd="24.200.49.89" dyno= connect= service= status=503 bytes= protocol=https 2022-11-21T02:03:02.986318+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=covid-canada-app.herokuapp.com request_id=e457d98b-379d-4f63-bda0-365da66ef5c5 fwd="24.200.49.89" dyno= connect= service= status=503 bytes= protocol=https 2022-11-21T02:03:03.129503+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=covid-canada-app.herokuapp.com request_id=42a8037f-5267-414b-9e1b-840cf0369def fwd="24.200.49.89" dyno= connect= service= status=503 bytes= protocol=https

edmorley commented 1 year ago

Hi. This repository is for tracking issues/changes to a specific Heroku CLI plugin only.

For support issues, please open a ticket at: https://help.heroku.com