Skip to content

No space left on device during Docker build for Eclipse SDK

Summary

Docker container build broken which is required for Eclipse SDk builds

See: https://github.com/eclipse-platform/eclipse.platform.releng/issues/210

In the docker logs, lines like this are found (see https://ci.eclipse.org/releng/job/Build-Docker-images/498/ ):

error: unpacking of archive failed on file /usr/include/gtk-3.0/gdk/x11/gdkx11devicemanager.h: cpio: rename failed - No space left on device

The produced Eclipse build is therefore broken.

Please clean up enough space on whichever machines these jobs are running.

Steps to reproduce

Not known if its reproducible and whether it will occur on every Eclipse integration build from now on.

What is the current bug behavior?

The Eclipse build ran out of space

What is the expected correct behavior?

There is enough space to build Eclipse.

Priority

  • Urgent
  • High
  • Medium
  • Low

Severity

  • Blocker
  • Major
  • Normal
  • Low

Impact

Eclipse build is broken.

Edited by Simeon Andreev