No space left on device for System Z

Ditto for the auditwheel project: https://travis-ci.org/pypa/auditwheel/jobs/643561176 shows errors like:

requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.35/containers/create

which are due to low disk space on /var/lib/docker according to this issue.

Running df -h in the build shows this volume at 99% full:

$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/var/snap/.../rootfs   19G  2.1G   17G  11% /
none                  492K  4.0K  488K   1% /dev
udev                  7.9G     0  7.9G   0% /dev/tty
/dev/vda1              97G   96G  1.6G  99% /var/lib/docker
tmpfs                 100K     0  100K   0% /dev/.lxd-mounts
tmpfs                 7.9G   28M  7.9G   1% /dev/shm
tmpfs                 7.9G  8.2M  7.9G   1% /run
tmpfs                 5.0M     0  5.0M   0% /run/lock
tmpfs                 7.9G     0  7.9G   0% /sys/fs/cgroup

@Damian are you able to take another look?