You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Luca Toscano (Jira)" <ji...@apache.org> on 2020/11/06 19:17:00 UTC

[jira] [Comment Edited] (BIGTOP-3440) Building flume fails on all distros

    [ https://issues.apache.org/jira/browse/BIGTOP-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17227473#comment-17227473 ] 

Luca Toscano edited comment on BIGTOP-3440 at 11/6/20, 7:16 PM:
----------------------------------------------------------------

I tried to build flume for debian-10 slave docker image and I can repro the failure:
{code:java}
root@a3dfeb71b112:/ws# ./gradlew realclean -POS=debian-10 -Pprefix=trunk flume-deb --info | grep maven-twttr
Downloading from maven-twttr: http://maven.twttr.com/net/minidev/json-smart/maven-metadata.xml
[WARNING] Could not transfer metadata net.minidev:json-smart/maven-metadata.xml from/to maven-twttr (http://maven.twttr.com): Failed to transfer file http://maven.twttr.com/net/minidev/json-smart/maven-metadata.xml with status code 503{code}
I am not very familiar with the build process, but is there a way to see what dependency tries to pull in json-smart?

Also I just realize that CI fails for a completely different dependency :( 


was (Author: elukey):
I tried to build flume for debian-10 slave docker image and I can repro the failure:
{code:java}
root@a3dfeb71b112:/ws# ./gradlew realclean -POS=debian-10 -Pprefix=trunk flume-deb --info | grep maven-twttr
Downloading from maven-twttr: http://maven.twttr.com/net/minidev/json-smart/maven-metadata.xml
[WARNING] Could not transfer metadata net.minidev:json-smart/maven-metadata.xml from/to maven-twttr (http://maven.twttr.com): Failed to transfer file http://maven.twttr.com/net/minidev/json-smart/maven-metadata.xml with status code 503{code}
I am not very familiar with the build process, but is there a way to see what dependency tries to pull in json-smart?

 

> Building flume fails on all distros
> -----------------------------------
>
>                 Key: BIGTOP-3440
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3440
>             Project: Bigtop
>          Issue Type: Bug
>            Reporter: Kengo Seki
>            Priority: Major
>             Fix For: 1.5.0
>
>
> Building flume is failing on all supported distros/platforms with the following error. I hope it's a temporary failure on Twitter's maven repository.
> https://ci.bigtop.apache.org/view/Packages/job/Bigtop-trunk-packages/659/
> {code}
> [ERROR] Failed to execute goal on project flume-ng-morphline-solr-sink: Could not resolve dependencies for project org.apache.flume.flume-ng-sinks:flume-ng-morphline-solr-sink:jar:1.9.0: Failed to collect dependencies at org.kitesdk:kite-morphlines-all:pom:1.0.0 -> org.kitesdk:kite-morphlines-useragent:jar:1.0.0 -> ua_parser:ua-parser:jar:1.3.0: Failed to read artifact descriptor for ua_parser:ua-parser:jar:1.3.0: Could not transfer artifact ua_parser:ua-parser:pom:1.3.0 from/to maven-twttr (http://maven.twttr.com): Failed to transfer file: http://maven.twttr.com/ua_parser/ua-parser/1.3.0/ua-parser-1.3.0.pom. Return code is: 503 , ReasonPhrase:Service Temporarily Unavailable. -> [Help 1]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)