Skip to content

2.12.x-release-package-unix fails with disk space errors #261

Closed
scala/scala-jenkins-infra
#202
@SethTisue

Description

@SethTisue

this has been happening every night at https://scala-ci.typesafe.com/job/scala-2.12.x-release-package-unix/

excerpt from most recent failure:

scala-2.12.1-46382e7-nightly/api/scala-library/scala/collection/mutable/LinkedHashMap$MappedValues.html
tar: /tmp/sbt_a08cf5bd/scala-docs-2.12.1-46382e7-nightly.tar: Wrote only 2048 of 10240 bytes
tar: Error is not recoverable: exiting now
 (deflated 88%)
  adding: scala-2.12.1-46382e7-nightly/api/scala-library/scala/Enumeration$ValueSet$.html
zip I/O error: No space left on devicetar: /tmp/sbt_86d86b5c/scala-docs-2.12.1-46382e7-nightly.tar: Wrote only 8192 of 10240 bytes
tar: Error is not recoverable: exiting now

zip error: Output file write failure (unexpected error on zip file)

but there is no disk space problem on jenkins-worker-ubuntu-publish that I can see:

% ssh jenkins-worker-ubuntu-publish
[...]
$ df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            7.4G     0  7.4G   0% /dev
tmpfs           1.5G  8.7M  1.5G   1% /run
/dev/xvda1      7.8G  2.8G  4.6G  38% /
tmpfs           7.4G     0  7.4G   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           7.4G     0  7.4G   0% /sys/fs/cgroup
/dev/xvdj        50G   12G   35G  25% /home/jenkins
tmpfs           1.5G     0  1.5G   0% /run/user/1001

We might need to observe disk space usage as the job actually runs.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions