Xcov19 / covidX

covidX. Rapid Pandemic Task Mgmt Portal
GNU General Public License v3.0
7 stars 17 forks source link

Gitpod: No space left on device #111

Closed milan-tom closed 3 years ago

milan-tom commented 3 years ago

Describe the bug 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__'

To Reproduce Steps to reproduce the behavior:

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

Expected behavior Gitpod builds images successfully without running out of space.

codecakes commented 3 years ago

retry this

milan-tom commented 3 years ago

Subsequent to the fix by the Gitpod team, this issue is now resolved.