Re: Running out of space on Travis.CI build

2017-07-06 Thread Marius van Niekerk
I read a little and from what it seems this is due to us being assigned to
some overcomitted host.  Apache Toree builds do take a LOT of disk space to
work.

I've reached out to Travis CI support -- we'll see what happens?

--Marius

On Mon, 3 Jul 2017 at 13:25 Luciano Resende  wrote:

> I am seeing some Travis.CI issues while building PRs related to disk space.
> Have we experienced this in the past ? Any workarounds ?
>
>
> build link:
>
> https://travis-ci.org/apache/incubator-toree/builds/249702416?utm_source=github_status_medium=notification
>
> Removing intermediate container d49f5d682b97
>
> Step 5/6 : RUN cd /tmp && wget -q
>
> http://d3kbcqa49mib13.cloudfront.net/spark-${APACHE_SPARK_VERSION}-bin-hadoop2.6.tgz
> &&
> 
> echo "e17d9da4b3ac463ea3ce42289f2a71cefb479d154b1ffd00310c7d7ab207aa2c
> *spark-${APACHE_SPARK_VERSION}-bin-hadoop2.6.tgz" | sha256sum -c - && tar
> xzf spark-${APACHE_SPARK_VERSION}-bin-hadoop2.6.tgz -C /usr/local && rm
> spark-${APACHE_SPARK_VERSION}-bin-hadoop2.6.tgz
>
> ---> Running in 1f2dff3deb22
>
> spark-2.0.0-bin-hadoop2.6.tgz: OK
>
> tar: spark-2.0.0-bin-hadoop2.6/jars/scala-compiler-2.11.8.jar: Wrote only
> 512 of 10240 bytes
>
> tar: spark-2.0.0-bin-hadoop2.6/jars/hk2-api-2.4.0-b34.jar: Cannot write: No
> space left on device
>
> tar: spark-2.0.0-bin-hadoop2.6/jars/spark-yarn_2.11-2.0.0.jar: Cannot
> write: No space left on device
>
> tar: spark-2.0.0-bin-hadoop2.6/jars/guava-14.0.1.jar: Cannot write: No
> space left on device
>
> tar: spark-2.0.0-bin-hadoop2.6/jars/spark-mllib-local_2.11-2.0.0.jar:
> Cannot write: No space left on device
>
> tar: spark-2.0.0-bin-hadoop2.6/jars/chill_2.11-0.8.0.jar: Cannot write: No
> space left on device
>
> tar: spark-2.0.0-bin-hadoop2.6/jars/scala-library-2.11.8.jar: Cannot write:
> No space left on device
>
> tar: spark-2.0.0-bin-hadoop2.6/jars/osgi-resource-locator-1.0.1.jar: Cannot
> write: No space left on device
>
> tar: spark-2.0.0-bin-hadoop2.6/python: Cannot mkdir: No space left on
> device
>
> tar: spark-2.0.0-bin-hadoop2.6/python: Cannot mkdir: No space left on
> device
>
> tar: spark-2.0.0-bin-hadoop2.6/python/run-tests.py: Cannot open: No such
> file or directory
>
> tar: spark-2.0.0-bin-hadoop2.6/python: Cannot mkdir: No space left on
> device
>
> tar: spark-2.0.0-bin-hadoop2.6/python/test_support: Cannot mkdir: No such
> file or directory
>
>
>
> --
> Luciano Resende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>
-- 
regards
Marius van Niekerk


Running out of space on Travis.CI build

2017-07-03 Thread Luciano Resende
I am seeing some Travis.CI issues while building PRs related to disk space.
Have we experienced this in the past ? Any workarounds ?


build link:
https://travis-ci.org/apache/incubator-toree/builds/249702416?utm_source=github_status_medium=notification

Removing intermediate container d49f5d682b97

Step 5/6 : RUN cd /tmp && wget -q
http://d3kbcqa49mib13.cloudfront.net/spark-${APACHE_SPARK_VERSION}-bin-hadoop2.6.tgz
&& echo "e17d9da4b3ac463ea3ce42289f2a71cefb479d154b1ffd00310c7d7ab207aa2c
*spark-${APACHE_SPARK_VERSION}-bin-hadoop2.6.tgz" | sha256sum -c - && tar
xzf spark-${APACHE_SPARK_VERSION}-bin-hadoop2.6.tgz -C /usr/local && rm
spark-${APACHE_SPARK_VERSION}-bin-hadoop2.6.tgz

---> Running in 1f2dff3deb22

spark-2.0.0-bin-hadoop2.6.tgz: OK

tar: spark-2.0.0-bin-hadoop2.6/jars/scala-compiler-2.11.8.jar: Wrote only
512 of 10240 bytes

tar: spark-2.0.0-bin-hadoop2.6/jars/hk2-api-2.4.0-b34.jar: Cannot write: No
space left on device

tar: spark-2.0.0-bin-hadoop2.6/jars/spark-yarn_2.11-2.0.0.jar: Cannot
write: No space left on device

tar: spark-2.0.0-bin-hadoop2.6/jars/guava-14.0.1.jar: Cannot write: No
space left on device

tar: spark-2.0.0-bin-hadoop2.6/jars/spark-mllib-local_2.11-2.0.0.jar:
Cannot write: No space left on device

tar: spark-2.0.0-bin-hadoop2.6/jars/chill_2.11-0.8.0.jar: Cannot write: No
space left on device

tar: spark-2.0.0-bin-hadoop2.6/jars/scala-library-2.11.8.jar: Cannot write:
No space left on device

tar: spark-2.0.0-bin-hadoop2.6/jars/osgi-resource-locator-1.0.1.jar: Cannot
write: No space left on device

tar: spark-2.0.0-bin-hadoop2.6/python: Cannot mkdir: No space left on device

tar: spark-2.0.0-bin-hadoop2.6/python: Cannot mkdir: No space left on device

tar: spark-2.0.0-bin-hadoop2.6/python/run-tests.py: Cannot open: No such
file or directory

tar: spark-2.0.0-bin-hadoop2.6/python: Cannot mkdir: No space left on device

tar: spark-2.0.0-bin-hadoop2.6/python/test_support: Cannot mkdir: No such
file or directory



-- 
Luciano Resende
http://twitter.com/lresende1975
http://lresende.blogspot.com/