Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buildpack fails on cloud foundry #16

Open
tomkos opened this issue Jun 11, 2021 · 0 comments
Open

Buildpack fails on cloud foundry #16

tomkos opened this issue Jun 11, 2021 · 0 comments

Comments

@tomkos
Copy link

tomkos commented Jun 11, 2021

Type of problem
  • Failure to build
Summary

Buildpack fails because there is no resources - there is 4GB available on a disk , but still it is not enaugh to run buildpack.
I'm not able to specify more then 4GB for Cloud Foundry app.
Meteor installation takes already 2,5GB the rest is consumed by npm install.

Buildpack version

Latest version

Logs
Jun 11 16:34:47 cloudfoundry RocketChat ERR npm ERR! nospc ENOSPC: no space left on device, write
Jun 11 16:34:47 cloudfoundry RocketChat ERR npm ERR! nospc There appears to be insufficient space on your system to finish.
Jun 11 16:34:47 cloudfoundry RocketChat ERR npm ERR! nospc Clear up some disk space and try again.
Jun 11 16:34:47 cloudfoundry RocketChat ERR npm WARN tar ENOENT: no such file or directory, lstat '/tmp/app/node_modules/.staging/emojione-assets-1d929659/sprites'
Jun 11 16:34:47 cloudfoundry RocketChat ERR npm WARN tar ENOENT: no such file or directory, lstat '/tmp/app/node_modules/.staging/emojione-assets-1d929659/sprites'
Jun 11 16:34:47 cloudfoundry RocketChat ERR npm WARN tar ENOENT: no such file or directory, lstat '/tmp/app/node_modules/.staging/emojione-assets-1d929659/sprites'
Jun 11 16:34:47 cloudfoundry RocketChat ERR npm WARN tar ENOENT: no such file or directory, lstat '/tmp/app/node_modules/.staging/emojione-assets-1d929659/sprites'
Jun 11 16:34:47 cloudfoundry RocketChat ERR npm WARN tar ENOENT: no such file or directory, lstat '/tmp/app/node_modules/.staging/emojione-assets-1d929659/sprites'
Jun 11 16:34:47 cloudfoundry RocketChat ERR npm WARN tar ENOENT: no such file or directory, lstat '/tmp/app/node_modules/.staging/emojione-assets-1d929659/sprites'
Jun 11 16:34:47 cloudfoundry RocketChat ERR npm WARN tar ENOENT: no such file or directory, lstat '/tmp/app/node_modules/.staging/emojione-assets-1d929659/sprites'
Jun 11 16:34:47 cloudfoundry RocketChat ERR npm ERR! A complete log of this run can be found in:
Jun 11 16:34:47 cloudfoundry RocketChat ERR npm ERR!     /home/vcap/.npm/_logs/2021-06-11T14_33_03_175Z-debug.log
Jun 11 16:34:47 cloudfoundry RocketChat ERR + df -h
Jun 11 16:34:47 cloudfoundry RocketChat OUT Filesystem      Size  Used Avail Use% Mounted on
Jun 11 16:34:47 cloudfoundry RocketChat OUT overlay         4.0G  4.0G  188K 100% /
Jun 11 16:34:47 cloudfoundry RocketChat OUT tmpfs            16G     0   16G   0% /dev 
Deployment target

IBM Cloud Foundry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant