Kengo Seki created BIGTOP-3683: ---------------------------------- Summary: Building Elasticsearch fails due to reference to JFrog Key: BIGTOP-3683 URL: https://issues.apache.org/jira/browse/BIGTOP-3683 Project: Bigtop Issue Type: Bug Reporter: Kengo Seki Fix For: 3.1.0
https://ci.bigtop.apache.org/job/Bigtop-3.1.0/8/DISTRO=ubuntu-20.04,PLATFORM=aarch64-slave/console Some Gradle plugins depend on the libraries distributed only from jfrog, which is already closed. {code} Could not resolve all files for configuration ':buildSrc:runtimeClasspath'. > Could not resolve com.netflix.nebula:gradle-extra-configurations-plugin:3.0.3. Required by: project :buildSrc > Could not resolve com.netflix.nebula:gradle-extra-configurations-plugin:3.0.3. > Could not get resource 'https://jcenter.bintray.com/com/netflix/nebula/gradle-extra-configurations-plugin/3.0.3/gradle-extra-configurations-plugin-3.0.3.pom'. > Could not GET 'https://jcenter.bintray.com/com/netflix/nebula/gradle-extra-configurations-plugin/3.0.3/gradle-extra-configurations-plugin-3.0.3.pom'. > Read timed out > Could not resolve com.netflix.nebula:nebula-publishing-plugin:4.4.4. Required by: project :buildSrc > Could not resolve com.netflix.nebula:nebula-publishing-plugin:4.4.4. > Could not get resource 'https://jcenter.bintray.com/com/netflix/nebula/nebula-publishing-plugin/4.4.4/nebula-publishing-plugin-4.4.4.pom'. > Could not GET 'https://jcenter.bintray.com/com/netflix/nebula/nebula-publishing-plugin/4.4.4/nebula-publishing-plugin-4.4.4.pom'. > Read timed out ... > Could not resolve com.perforce:p4java-jfrog:2011.1.297684. Required by: project :buildSrc > com.netflix.nebula:gradle-info-plugin:3.0.3 > Skipped due to earlier error ... BUILD FAILED in 49s debuild: fatal error at line 1182: dpkg-buildpackage -us -uc -ui -b failed make[1]: *** [debian/rules:31: override_dh_auto_build] Error 1 make[1]: Leaving directory '/ws/output/elasticsearch/elasticsearch-5.6.14' make: *** [debian/rules:27: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 > Task :elasticsearch-deb FAILED {code} -- This message was sent by Atlassian Jira (v8.20.7#820007)