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

Gitpod: No space left on device #3614

Closed
codecakes opened this issue Mar 27, 2021 · 1 comment
Closed

Gitpod: No space left on device #3614

codecakes opened this issue Mar 27, 2021 · 1 comment

Comments

@codecakes
Copy link

codecakes commented Mar 27, 2021

Bug description

When attempting to run the develop branch on Gitpod, the following error occurs:
dpkg: dependency problems prevent configuration of postgresql-12:
postgresql-12 depends on postgresql-client-12; however:
Package postgresql-client-12 is not configured yet.
dpkg: error processing package postgresql-12 (--configure):
dependency problems - leaving unconfigured
Setting up gnupg2 (2.2.19-3ubuntu2.1) ...
dpkg: dependency problems prevent configuration of postgresql-client:
postgresql-client depends on postgresql-client-12; however:
Package postgresql-client-12 is not configured yet.

dpkg: error processing package postgresql-client (--configure):
dependency problems - leaving unconfigured
Setting up software-properties-common (0.98.9.4) ...
E: py3compile:183: cannot create directory /usr/lib/python3/dist-packages/softwareproperties/dbus/pycache: OSError(28, 'No space left on device')
Traceback (most recent call last):
File "/usr/lib/python3.8/py_compile.py", line 197, in main
compile(filename, doraise=True)
File "/usr/lib/python3.8/py_compile.py", line 157, in compile
os.makedirs(dirname)
File "/usr/lib/python3.8/os.py", line 223, in makedirs
mkdir(name, mode)
OSError: [Errno 28] No space left on device: '/usr/lib/python3/dist-packages/softwareproperties/dbus/pycache'

Steps to reproduce

  1. Go to the develop branch.
  2. Open the branch in Gitpod.
  3. Wait for Gitpod to build
  4. See error

Expected behavior

The build should succeed. Gitpod builds images successfully without running out of space.

Example repository

https://github.com/Xcov19/covidX/
See: Xcov19/covidX#111

@svenefftinge
Copy link
Member

Sorry, it should be fixed now.

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

2 participants