We had a massive build break again but this time the root cause is docker
backend storage - device mapper size full. The size can be obtained by
docker info:

$ docker info
...
 Data Space Used: 96.11 GB
 Data Space Total: 107.4 GB
 Data Space Available: 11.26 GB

By default device mapper creates 100GB pool, this does not fit in well in
our case since we need to store many large images such as bigtop/slaves.
I've increased the size to 800GB. The build should be recovered in a while.

2016-02-04 2:17 GMT+08:00 Evans Ye <[email protected]>:

> Not like a known issue to me, but I'm guessing it was an external
> dependency issue...
> I'd like to give it a try again and see how the thing goes.
>
> 2016-02-04 0:39 GMT+08:00 MrAsanjar . <[email protected]>:
>
>> number of Apache bigtop components are failing
>> the build with following errors, is this a known issue?
>>
>> *ppc64le build:*
>>
>> * What went wrong:
>> A problem occurred configuring root project 'bigtop'.
>> > Could not resolve all dependencies for configuration ':classpath'.
>>    > Could not download creadur-rat-gradle.jar
>> (gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.2.0)
>>       > Failed to download SHA1 for resource
>> '
>> https://plugins.gradle.org/m2/gradle/plugin/org/nosphere/apache/creadur-rat-gradle/0.2.0/creadur-rat-gradle-0.2.0.jar
>> '.
>>          > Could not GET
>> '
>> https://plugins.gradle.org/m2/gradle/plugin/org/nosphere/apache/creadur-rat-gradle/0.2.0/creadur-rat-gradle-0.2.0.jar.sha1
>> '.
>> Received status code 502 from server: Bad Gateway
>>
>>
>>
>>
>> *x86 build*
>> FAILURE: Build failed with an exception.
>>
>> * What went wrong:
>> A problem occurred configuring root project 'kafka-0.8.1.1'.
>> > Could not resolve all dependencies for configuration ':classpath'.
>>    > Could not resolve
>> nl.javadude.gradle.plugins:license-gradle-plugin:0.6.1.
>>      Required by:
>>          org.apache.kafka:kafka-0.8.1.1:0.8.1.1
>>
>> > Could not GET '
>>
>> http://dl.bintray.com/content/netflixoss/external-gradle-plugins/nl/javadude/gradle/plugins/license-gradle-plugin/0.6.1/license-gradle-plugin-0.6.1.pom
>> '.
>> Received status code 502 from server: Bad Gateway
>>
>
>

Reply via email to