cloudfoundry / python-buildpack

Cloud Foundry buildpack for the Python Language
http://docs.cloudfoundry.org/buildpacks/
Apache License 2.0
119 stars 277 forks source link

Failed to compress droplet filesystem: exit status 2 #179

Closed MarcoHassan closed 4 years ago

MarcoHassan commented 4 years ago

What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running cf curl /v2/info && cf version?

Invoking 'cf curl /v2/info'...

{
   "name": "IBM Cloud",
   "build": "v12.44.0",
   "support": "http://ibm.biz/bluemix-supportinfo",
   "version": 0,
   "description": "IBM Bluemix",
   "token_endpoint": "https://uaa.eu-de.cf.cloud.ibm.com",
   "min_cli_version": null,
   "min_recommended_cli_version": null,
   "api_version": "2.147.0",
   "osbapi_version": "2.15",
}

What version of the buildpack you are using?

https://github.com/cloudfoundry/python-buildpack#v1.7.12

If you were attempting to accomplish a task, what was it you were attempting to do? ibmcloud cf push

What did you expect to happen? Building and deploying successfully. This happened until the other day.

What was the actual behavior?

Pushing from manifest to org CF-Org-SRZ-2020 / space SRZ-Dev as marco.hassan@ibm.com...
Using manifest file /Users/marcohassan/Desktop/IBM_projects/SchutzRettung/module-analytics/app/manifest.yml
Getting app info...
Updating app with these attributes...
  name:                SRZ-Analytics-Dev
  path:                /Users/marcohassan/Desktop/IBM_projects/SchutzRettung/module-analytics/app
  buildpacks:
    https://github.com/cloudfoundry/python-buildpack#v1.7.12
  disk quota:          1G
  health check type:   port
  instances:           1
  memory:              2G
  stack:               cflinuxfs3
  services:
    COS-SRZ-2020
  env:
    URL_BACKEND
  routes:
    SRZ-Analytics-Dev.eu-de.mybluemix.net

Updating app SRZ-Analytics-Dev...
Mapping routes...
Comparing local files to remote cache...
Packaging files to upload...
Uploading files...
 292.76 KiB / 292.76 KiB [============================================================================================================] 100.00% 1s

Waiting for API to complete processing files...

Staging app and tracing logs...
   Cell b570c8b4-68fe-427f-8038-6cdca9fa5326 creating container for instance b6a60498-e009-4669-8fcd-8cffc4307dfd
   Cell b570c8b4-68fe-427f-8038-6cdca9fa5326 successfully created container for instance b6a60498-e009-4669-8fcd-8cffc4307dfd
   Downloading app package...
   Downloading build artifacts cache...
   Downloaded app package (3.2M)
   Downloaded build artifacts cache (1.5G)
   -----> Download go 1.12.4
   -----> Running go build supply
   /tmp/buildpackdownloads/963f470b78a46cd10d218ad5fd5417fa ~
   ~
   -----> Python Buildpack version 1.7.12
          **WARNING** buildpack version changed from 1.7.12 to 1.7.11
   -----> Supplying Python
   -----> Installing python 3.8.2
          Copy [/tmp/cache/final/dependencies/247ddf2b354f700aed5e184f60dc0dce64dbf21a19bec6b402c644dc34a79840/python-3.8.2-linux-x64-cflinuxfs3-580151dd.tgz]
   -----> Installing pip-pop 0.1.4
          Copy [/tmp/cache/final/dependencies/3b86fb2cd9c13268f8858fd0ccb2f9eaf11295a51804b7075fe38d7e2a471191/pip-pop-0.1.4-0a3b0f1b.tar.gz]
   -----> Running Pip Install
          Collecting Flask==1.1.1 (from -r /tmp/app/requirements.txt (line 1))
            Using cached https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl
          Collecting pytest==5.3.5 (from -r /tmp/app/requirements.txt (line 2))
            Using cached https://files.pythonhosted.org/packages/a5/c0/34033b2df7718b91c667bd259d5ce632ec3720198b7068c0ba6f6104ff89/pytest-5.3.5-py3-none-any.whl
          Collecting pytest-cov==2.8.1 (from -r /tmp/app/requirements.txt (line 3))
            Using cached https://files.pythonhosted.org/packages/b9/54/3673ee8be482f81527678ac894276223b9814bb7262e4f730469bb7bf70e/pytest_cov-2.8.1-py2.py3-none-any.whl
          Collecting nltk==3.4.5 (from -r /tmp/app/requirements.txt (line 4))
            Using cached https://files.pythonhosted.org/packages/f6/1d/d925cfb4f324ede997f6d47bea4d9babba51b49e87a767c170b77005889d/nltk-3.4.5.zip
          Collecting scikit-learn==0.23.0 (from -r /tmp/app/requirements.txt (line 5))
            Using cached https://files.pythonhosted.org/packages/12/19/25f7faef549021f7a4d75a6dacb0a664a92cfb95bd4466417b2458bccaa9/scikit_learn-0.23.0-cp38-cp38-manylinux1_x86_64.whl
          Collecting joblib==0.15.1 (from -r /tmp/app/requirements.txt (line 6))
            Using cached https://files.pythonhosted.org/packages/b8/a6/d1a816b89aa1e9e96bcb298eb1ee1854f21662ebc6d55ffa3d7b3b50122b/joblib-0.15.1-py3-none-any.whl
          Collecting fasttext==0.9.2 (from -r /tmp/app/requirements.txt (line 7))
            Using cached https://files.pythonhosted.org/packages/f8/85/e2b368ab6d3528827b147fdb814f8189acc981a4bc2f99ab894650e05c40/fasttext-0.9.2.tar.gz
          Collecting spacy==2.2.3 (from -r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/65/48/9900227e4dfba8cf26a7b3ea6a4a28ed9528547e6d3c63f32ae2ab1c6007/spacy-2.2.3-cp38-cp38-manylinux1_x86_64.whl
          Collecting fuzzywuzzy==0.18.0 (from -r /tmp/app/requirements.txt (line 9))
            Using cached https://files.pythonhosted.org/packages/43/ff/74f23998ad2f93b945c0309f825be92e04e0348e062026998b5eefef4c33/fuzzywuzzy-0.18.0-py2.py3-none-any.whl
          Collecting python-Levenshtein==0.12.0 (from -r /tmp/app/requirements.txt (line 10))
            Using cached https://files.pythonhosted.org/packages/42/a9/d1785c85ebf9b7dfacd08938dd028209c34a0ea3b1bcdb895208bd40a67d/python-Levenshtein-0.12.0.tar.gz
          Collecting gunicorn==20.0.4 (from -r /tmp/app/requirements.txt (line 11))
            Using cached https://files.pythonhosted.org/packages/69/ca/926f7cd3a2014b16870086b2d0fdc84a9e49473c68a8dff8b57f7c156f43/gunicorn-20.0.4-py2.py3-none-any.whl
          Collecting cloudant==2.12.0 (from -r /tmp/app/requirements.txt (line 12))
            Using cached https://files.pythonhosted.org/packages/d2/40/b2e2c47eb1ef6a1ff9519dbdf916356b97dd9d14d8c8b64f43b43fc56e1a/cloudant-2.12.0-py3-none-any.whl
          Collecting de_core_news_sm from https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-2.2.5/de_core_news_sm-2.2.5.tar.gz#egg=de_core_news_sm (from -r /tmp/app/requirements.txt (line 13))
            Downloading https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-2.2.5/de_core_news_sm-2.2.5.tar.gz (14.9MB)
          Collecting itsdangerous>=0.24 (from Flask==1.1.1->-r /tmp/app/requirements.txt (line 1))
            Using cached https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl
          Collecting Jinja2>=2.10.1 (from Flask==1.1.1->-r /tmp/app/requirements.txt (line 1))
            Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.11.2-py2.py3-none-any.whl
          Collecting click>=5.1 (from Flask==1.1.1->-r /tmp/app/requirements.txt (line 1))
            Using cached https://files.pythonhosted.org/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl
          Collecting Werkzeug>=0.15 (from Flask==1.1.1->-r /tmp/app/requirements.txt (line 1))
            Using cached https://files.pythonhosted.org/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl
          Collecting packaging (from pytest==5.3.5->-r /tmp/app/requirements.txt (line 2))
            Using cached https://files.pythonhosted.org/packages/46/19/c5ab91b1b05cfe63cccd5cfc971db9214c6dd6ced54e33c30d5af1d2bc43/packaging-20.4-py2.py3-none-any.whl
          Collecting more-itertools>=4.0.0 (from pytest==5.3.5->-r /tmp/app/requirements.txt (line 2))
            Using cached https://files.pythonhosted.org/packages/06/b1/2dcadc4861c505a807d5c6d88928450fe5afcf352f205432572a10d74657/more_itertools-8.3.0-py3-none-any.whl
          Collecting attrs>=17.4.0 (from pytest==5.3.5->-r /tmp/app/requirements.txt (line 2))
            Using cached https://files.pythonhosted.org/packages/a2/db/4313ab3be961f7a763066401fb77f7748373b6094076ae2bda2806988af6/attrs-19.3.0-py2.py3-none-any.whl
          Collecting py>=1.5.0 (from pytest==5.3.5->-r /tmp/app/requirements.txt (line 2))
            Using cached https://files.pythonhosted.org/packages/99/8d/21e1767c009211a62a8e3067280bfce76e89c9f876180308515942304d2d/py-1.8.1-py2.py3-none-any.whl
          Collecting wcwidth (from pytest==5.3.5->-r /tmp/app/requirements.txt (line 2))
            Using cached https://files.pythonhosted.org/packages/ef/94/a17155b400812f0558093c6fb99f92ba823e24757d5884e3ec60f5e81319/wcwidth-0.2.4-py2.py3-none-any.whl
          Collecting pluggy<1.0,>=0.12 (from pytest==5.3.5->-r /tmp/app/requirements.txt (line 2))
            Using cached https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
          Collecting coverage>=4.4 (from pytest-cov==2.8.1->-r /tmp/app/requirements.txt (line 3))
            Using cached https://files.pythonhosted.org/packages/52/38/53a28fcbe77f56f92d45f9961feca85caebe7424b63a10b07aa8607a4f8d/coverage-5.1-cp38-cp38-manylinux1_x86_64.whl
          Collecting six (from nltk==3.4.5->-r /tmp/app/requirements.txt (line 4))
            Using cached https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl
          Collecting scipy>=0.19.1 (from scikit-learn==0.23.0->-r /tmp/app/requirements.txt (line 5))
            Using cached https://files.pythonhosted.org/packages/f3/08/8bdcdcd149ea41b655956feb7c19ebf7e1f561738bd5570b6ae015daf411/scipy-1.4.1-cp38-cp38-manylinux1_x86_64.whl
          Collecting numpy>=1.13.3 (from scikit-learn==0.23.0->-r /tmp/app/requirements.txt (line 5))
            Using cached https://files.pythonhosted.org/packages/01/c6/87592f924246da1e58673cf708a2748754517c5cf050726238d6cfbd8df4/numpy-1.18.5-cp38-cp38-manylinux1_x86_64.whl
          Collecting threadpoolctl>=2.0.0 (from scikit-learn==0.23.0->-r /tmp/app/requirements.txt (line 5))
            Using cached https://files.pythonhosted.org/packages/f7/12/ec3f2e203afa394a149911729357aa48affc59c20e2c1c8297a60f33f133/threadpoolctl-2.1.0-py3-none-any.whl
          Collecting pybind11>=2.2 (from fasttext==0.9.2->-r /tmp/app/requirements.txt (line 7))
            Using cached https://files.pythonhosted.org/packages/89/e3/d576f6f02bc75bacbc3d42494e8f1d063c95617d86648dba243c2cb3963e/pybind11-2.5.0-py2.py3-none-any.whl
          Collecting setuptools>=0.7.0 (from fasttext==0.9.2->-r /tmp/app/requirements.txt (line 7))
            Using cached https://files.pythonhosted.org/packages/95/95/f657b6e17f00c3f35b5f68b10e46c3a43af353d8856bd57bfcfb1dbb3e92/setuptools-47.1.1-py3-none-any.whl
          Collecting catalogue<1.1.0,>=0.0.7 (from spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/6c/f9/9a5658e2f56932e41eb264941f9a2cb7f3ce41a80cb36b2af6ab78e2f8af/catalogue-1.0.0-py2.py3-none-any.whl
          Collecting srsly<1.1.0,>=0.1.0 (from spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/1e/18/eff2f26419bf99a0a18acfe287d98a0bedb1a65618f86bdbe95c5acd580b/srsly-1.0.2-cp38-cp38-manylinux1_x86_64.whl
          Collecting wasabi<1.1.0,>=0.4.0 (from spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/21/e1/e4e7b754e6be3a79c400eb766fb34924a6d278c43bb828f94233e0124a21/wasabi-0.6.0-py3-none-any.whl
          Collecting blis<0.5.0,>=0.4.0 (from spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/92/6e/7191dafd1f5dca140e9a61a387c114e14fd730dc5953ee1aca8b5ac5600d/blis-0.4.1-cp38-cp38-manylinux1_x86_64.whl                                                                              
          Collecting preshed<3.1.0,>=3.0.2 (from spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/1e/b6/3a7a9ea7287e67e7ef16b52f6fd8646c2d2634c67e57bf94bb2352da3367/preshed-3.0.2-cp38-cp38-manylinux1_x86_64.whl
          Collecting requests<3.0.0,>=2.13.0 (from spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/1a/70/1935c770cb3be6e3a8b78ced23d7e0f3b187f5cbfab4749523ed65d7c9b1/requests-2.23.0-py2.py3-none-any.whl
          Collecting plac<1.2.0,>=0.9.6 (from spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/86/85/40b8f66c2dd8f4fd9f09d59b22720cffecf1331e788b8a0cab5bafb353d1/plac-1.1.3-py2.py3-none-any.whl
          Collecting cymem<2.1.0,>=2.0.2 (from spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/41/2d/d24b1b980da72883a6a8dc5f9bdf48bcb892f3ac1579fb300045771693c3/cymem-2.0.3-cp38-cp38-manylinux1_x86_64.whl
          Collecting murmurhash<1.1.0,>=0.28.0 (from spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/20/2d/798d60fdfdf4fcc16b9c73d9450183fb61fdb89e8d475fa94d07edfcd3b7/murmurhash-1.0.2-cp38-cp38-manylinux1_x86_64.whl
          Collecting thinc<7.4.0,>=7.3.0 (from spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/0d/a2/7529ee85904536f8e7d545b71c2beec739f00bc71129d39b64dd4f6c5989/thinc-7.3.1-cp38-cp38-manylinux1_x86_64.whl
          Collecting MarkupSafe>=0.23 (from Jinja2>=2.10.1->Flask==1.1.1->-r /tmp/app/requirements.txt (line 1))
            Using cached https://files.pythonhosted.org/packages/4b/20/f6d7648c81cb84815d0be935d5c74cd1cc0239e43eadb1a61062d34b6543/MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl
          Collecting pyparsing>=2.0.2 (from packaging->pytest==5.3.5->-r /tmp/app/requirements.txt (line 2))
            Using cached https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl
          Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 (from requests<3.0.0,>=2.13.0->spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/e1/e5/df302e8017440f111c11cc41a6b432838672f5a70aa29227bf58149dc72f/urllib3-1.25.9-py2.py3-none-any.whl
          Collecting certifi>=2017.4.17 (from requests<3.0.0,>=2.13.0->spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/98/99/def511020aa8f663d4a2cfaa38467539e864799289ff354569e339e375b1/certifi-2020.4.5.2-py2.py3-none-any.whl
          Collecting chardet<4,>=3.0.2 (from requests<3.0.0,>=2.13.0->spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
          Collecting idna<3,>=2.5 (from requests<3.0.0,>=2.13.0->spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/89/e3/afebe61c546d18fb1709a61bee788254b40e736cff7271c7de5de2dc4128/idna-2.9-py2.py3-none-any.whl
          Collecting tqdm<5.0.0,>=4.10.0 (from thinc<7.4.0,>=7.3.0->spacy==2.2.3->-r /tmp/app/requirements.txt (line 8))
            Using cached https://files.pythonhosted.org/packages/f3/76/4697ce203a3d42b2ead61127b35e5fcc26bba9a35c03b32a2bd342a4c869/tqdm-4.46.1-py2.py3-none-any.whl
          Installing collected packages: itsdangerous, MarkupSafe, Jinja2, click, Werkzeug, Flask, six, pyparsing, packaging, more-itertools, attrs, py, wcwidth, pluggy, pytest, coverage, pytest-cov, nltk, numpy, scipy, joblib, threadpoolctl, scikit-learn, pybind11, setuptools, fasttext, catalogue, srsly, wasabi, blis, cymem, murmurhash, preshed, urllib3, certifi, chardet, idna, requests, plac, tqdm, thinc, spacy, fuzzywuzzy, python-Levenshtein, gunicorn, cloudant, de-core-news-sm
            WARNING: The script flask is installed in '/tmp/contents299888314/deps/0/python/bin' which is not on PATH.
            Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
            WARNING: The scripts py.test and pytest are installed in '/tmp/contents299888314/deps/0/python/bin' which is not on PATH.
            Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
            WARNING: The scripts coverage, coverage-3.8 and coverage3 are installed in '/tmp/contents299888314/deps/0/python/bin' which is not on PATH.
            Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
            Running setup.py install for nltk: started
              Running setup.py install for nltk: finished with status 'done'
            WARNING: The scripts f2py, f2py3 and f2py3.8 are installed in '/tmp/contents299888314/deps/0/python/bin' which is not on PATH.
            Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
            Running setup.py install for fasttext: started
              Running setup.py install for fasttext: still running...
              Running setup.py install for fasttext: finished with status 'done'
            WARNING: The script chardetect is installed in '/tmp/contents299888314/deps/0/python/bin' which is not on PATH.
            Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
            WARNING: The script tqdm is installed in '/tmp/contents299888314/deps/0/python/bin' which is not on PATH.
            Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
            Running setup.py install for python-Levenshtein: started
              Running setup.py install for python-Levenshtein: finished with status 'done'
            WARNING: The script gunicorn is installed in '/tmp/contents299888314/deps/0/python/bin' which is not on PATH.
            Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
            Running setup.py install for de-core-news-sm: started
              Running setup.py install for de-core-news-sm: finished with status 'done'
          Successfully installed Flask-1.1.1 Jinja2-2.11.2 MarkupSafe-1.1.1 Werkzeug-1.0.1 attrs-19.3.0 blis-0.4.1 catalogue-1.0.0 certifi-2020.4.5.2 chardet-3.0.4 click-7.1.2 cloudant-2.12.0 coverage-5.1 cymem-2.0.3 de-core-news-sm-2.2.5 fasttext-0.9.2 fuzzywuzzy-0.18.0 gunicorn-20.0.4 idna-2.9 itsdangerous-1.1.0 joblib-0.15.1 more-itertools-8.3.0 murmurhash-1.0.2 nltk-3.4.5 numpy-1.18.5 packaging-20.4 plac-1.1.3 pluggy-0.13.1 preshed-3.0.2 py-1.8.1 pybind11-2.5.0 pyparsing-2.4.7 pytest-5.3.5 pytest-cov-2.8.1 python-Levenshtein-0.12.0 requests-2.23.0 scikit-learn-0.23.0 scipy-1.4.1 setuptools-47.1.1 six-1.15.0 spacy-2.2.3 srsly-1.0.2 thinc-7.3.1 threadpoolctl-2.1.0 tqdm-4.46.1 urllib3-1.25.9 wasabi-0.6.0 wcwidth-0.2.4
          WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
          You should consider upgrading via the 'pip install --upgrade pip' command.
   -----> Downloading NLTK corpora...
          nltk.txt not found, not downloading any corpora
   -----> Running go build finalize
   /tmp/buildpackdownloads/963f470b78a46cd10d218ad5fd5417fa ~
   ~
   Failed to compress build artifacts: exit status 2
   Exit status 1
   Cell b570c8b4-68fe-427f-8038-6cdca9fa5326 stopping instance b6a60498-e009-4669-8fcd-8cffc4307dfd
   Cell b570c8b4-68fe-427f-8038-6cdca9fa5326 destroying container for instance b6a60498-e009-4669-8fcd-8cffc4307dfd
   Cell b570c8b4-68fe-427f-8038-6cdca9fa5326 successfully destroyed container for instance b6a60498-e009-4669-8fcd-8cffc4307dfd
Error staging application: Staging error: staging failed

Please confirm where necessary:

cf-gitbot commented 4 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/173242502

The labels on this github issue will be updated when the story is started.

dwillist commented 4 years ago

Likely running out of disk space during staging. Could you increase the disk quota to more than 1G?

MarcoHassan commented 4 years ago

hi, @dwillist thank you for the answer. I further inspected the issue the other day. we managed to have the push run keeping 100% the same configuration. we had to remove the cloud foundry space and recreate another one.

probably something broke there. I have no clue about the cf internal specifics but that was weird... maybe also some broken config cached?