Skip to content

Instantly share code, notes, and snippets.

@kmizumar
Created November 11, 2021 05:27
Show Gist options
  • Save kmizumar/c72e10227c1711f0a16ef4336ffe00ba to your computer and use it in GitHub Desktop.
Save kmizumar/c72e10227c1711f0a16ef4336ffe00ba to your computer and use it in GitHub Desktop.
ozone dependency check 2021/11/11
~/IdeaProjects/ozone master ⇣ maru@s500plus
❯ mvn org.apache.maven.plugins:maven-dependency-plugin:3.0.2:list -f pom.xml -DutputFile=foo.out ✘ 1
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: linux
[INFO] os.detected.arch: x86_64
[INFO] os.detected.version: 5.11
[INFO] os.detected.version.major: 5
[INFO] os.detected.version.minor: 11
[INFO] os.detected.release: ubuntu
[INFO] os.detected.release.version: 20.04
[INFO] os.detected.release.like.ubuntu: true
[INFO] os.detected.release.like.debian: true
[INFO] os.detected.classifier: linux-x86_64
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache Ozone Main [pom]
[INFO] Apache Ozone HDDS [pom]
[INFO] Apache Ozone HDDS Hadoop Client dependencies [jar]
[INFO] Apache Ozone HDDS Hadoop Test dependencies [jar]
[INFO] Apache Ozone HDDS Hadoop Server dependencies [jar]
[INFO] Apache Ozone HDDS Client Interface [jar]
[INFO] Apache Ozone HDDS Admin Interface [jar]
[INFO] Apache Ozone HDDS Server Interface [jar]
[INFO] Apache Ozone HDDS Test Utils [jar]
[INFO] Apache Ozone HDDS Config [jar]
[INFO] Apache Ozone HDDS Common [jar]
[INFO] Apache Ozone HDDS Client [jar]
[INFO] Apache Ozone HDDS Server Framework [jar]
[INFO] Apache Ozone/HDDS Documentation [jar]
[INFO] Apache Ozone HDDS Container Service [jar]
[INFO] Apache Ozone HDDS SCM Server [jar]
[INFO] Apache Ozone HDDS Tools [jar]
[INFO] Apache Ozone [pom]
[INFO] Apache Ozone Client Interface [jar]
[INFO] Apache Ozone Common [jar]
[INFO] Apache Ozone Storage Interface [jar]
[INFO] Apache Ozone Client [jar]
[INFO] Apache Ozone Manager Server [jar]
[INFO] Apache Ozone FileSystem Common [jar]
[INFO] Apache Ozone FileSystem [jar]
[INFO] Apache Ozone Recon CodeGen [jar]
[INFO] Apache Ozone Recon [jar]
[INFO] Apache Ozone Tools [jar]
[INFO] Apache Ozone S3 Gateway [jar]
[INFO] Apache Ozone CSI service [jar]
[INFO] Apache Ozone Integration Tests [jar]
[INFO] Apache Ozone Datanode [jar]
[INFO] Apache Ozone Insight Tool [jar]
[INFO] Apache Ozone FileSystem Shaded [jar]
[INFO] Apache Ozone FS Hadoop 2.x compatibility [jar]
[INFO] Apache Ozone FS Hadoop 3.x compatibility [jar]
[INFO] Apache Ozone Distribution [jar]
[INFO] Apache Ozone Fault Injection Tests [pom]
[INFO] Apache Ozone Network Tests [jar]
[INFO] Apache Ozone Mini Ozone Chaos Tests [jar]
[INFO]
[INFO] --------------------< org.apache.ozone:ozone-main >---------------------
[INFO] Building Apache Ozone Main 1.2.0-SNAPSHOT [1/40]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:list (default-cli) @ ozone-main ---
[INFO]
[INFO] The following files have been resolved:
[INFO] none
[INFO]
[INFO]
[INFO] -----------------------< org.apache.ozone:hdds >------------------------
[INFO] Building Apache Ozone HDDS 1.2.0-SNAPSHOT [2/40]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:list (default-cli) @ hdds ---
[INFO]
[INFO] The following files have been resolved:
[INFO] junit:junit:jar:4.13.1:test
[INFO] org.hamcrest:hamcrest-core:jar:1.3:test
[INFO]
[INFO]
[INFO] -----------< org.apache.ozone:hdds-hadoop-dependency-client >-----------
[INFO] Building Apache Ozone HDDS Hadoop Client dependencies 1.2.0-SNAPSHOT [3/40]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:list (default-cli) @ hdds-hadoop-dependency-client ---
[INFO]
[INFO] The following files have been resolved:
[INFO] org.apache.hadoop:hadoop-annotations:jar:3.3.1:compile
[INFO] jdk.tools:jdk.tools:jar:1.8:system
[INFO] org.apache.hadoop:hadoop-common:jar:3.3.1:compile
[INFO] org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:jar:1.1.1:compile
[INFO] org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.1.1:compile
[INFO] org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[INFO] org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] jakarta.activation:jakarta.activation-api:jar:1.2.1:runtime
[INFO] org.apache.commons:commons-configuration2:jar:2.1.1:compile
[INFO] com.google.re2j:re2j:jar:1.1:compile
[INFO] com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] org.apache.hadoop:hadoop-auth:jar:3.3.1:compile
[INFO] com.google.code.findbugs:jsr305:jar:3.0.0:compile
[INFO] org.apache.htrace:htrace-core4:jar:4.1.0-incubating:compile
[INFO] org.apache.kerby:kerb-core:jar:1.0.1:compile
[INFO] org.apache.kerby:kerby-pkix:jar:1.0.1:compile
[INFO] org.apache.kerby:kerby-asn1:jar:1.0.1:compile
[INFO] org.apache.kerby:kerby-util:jar:1.0.1:compile
[INFO] org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile
[INFO] org.xerial.snappy:snappy-java:jar:1.1.8.2:compile
[INFO] org.apache.hadoop:hadoop-hdfs:jar:3.3.1:compile
[INFO] junit:junit:jar:4.13.1:test
[INFO] org.hamcrest:hamcrest-core:jar:1.3:test
[INFO]
[INFO]
[INFO] ------------< org.apache.ozone:hdds-hadoop-dependency-test >------------
[INFO] Building Apache Ozone HDDS Hadoop Test dependencies 1.2.0-SNAPSHOT [4/40]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:list (default-cli) @ hdds-hadoop-dependency-test ---
[INFO]
[INFO] The following files have been resolved:
[INFO] org.apache.hadoop:hadoop-common:test-jar:tests:3.3.1:compile
[INFO] org.apache.hadoop:hadoop-hdfs:test-jar:tests:3.3.1:compile
[INFO] org.apache.commons:commons-compress:jar:1.21:compile
[INFO] org.assertj:assertj-core:jar:3.12.2:compile
[INFO] junit:junit:jar:4.13.1:test
[INFO] org.hamcrest:hamcrest-core:jar:1.3:test
[INFO]
[INFO]
[INFO] -----------< org.apache.ozone:hdds-hadoop-dependency-server >-----------
[INFO] Building Apache Ozone HDDS Hadoop Server dependencies 1.2.0-SNAPSHOT [5/40]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:list (default-cli) @ hdds-hadoop-dependency-server ---
[INFO]
[INFO] The following files have been resolved:
[INFO] org.apache.hadoop:hadoop-annotations:jar:3.3.1:compile
[INFO] jdk.tools:jdk.tools:jar:1.8:system
[INFO] org.apache.hadoop:hadoop-common:jar:3.3.1:compile
[INFO] org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:jar:1.1.1:compile
[INFO] org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.1.1:compile
[INFO] com.google.guava:guava:jar:30.1.1-jre:compile
[INFO] com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] org.checkerframework:checker-qual:jar:3.8.0:compile
[INFO] com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] org.apache.commons:commons-math3:jar:3.1.1:compile
[INFO] org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[INFO] org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] commons-codec:commons-codec:jar:1.11:compile
[INFO] commons-io:commons-io:jar:2.11.0:compile
[INFO] commons-net:commons-net:jar:3.6:compile
[INFO] commons-collections:commons-collections:jar:3.2.2:compile
[INFO] javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] jakarta.activation:jakarta.activation-api:jar:1.2.1:runtime
[INFO] org.eclipse.jetty:jetty-server:jar:9.4.43.v20210629:compile
[INFO] org.eclipse.jetty:jetty-http:jar:9.4.43.v20210629:compile
[INFO] org.eclipse.jetty:jetty-io:jar:9.4.43.v20210629:compile
[INFO] org.eclipse.jetty:jetty-util:jar:9.4.43.v20210629:compile
[INFO] org.eclipse.jetty:jetty-servlet:jar:9.4.43.v20210629:compile
[INFO] org.eclipse.jetty:jetty-security:jar:9.4.43.v20210629:compile
[INFO] org.eclipse.jetty:jetty-webapp:jar:9.4.43.v20210629:compile
[INFO] org.eclipse.jetty:jetty-xml:jar:9.4.43.v20210629:compile
[INFO] javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] com.sun.jersey:jersey-core:jar:1.19:compile
[INFO] javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO] com.sun.jersey:jersey-servlet:jar:1.19:compile
[INFO] com.sun.jersey:jersey-server:jar:1.19:compile
[INFO] commons-logging:commons-logging:jar:1.2:compile
[INFO] log4j:log4j:jar:1.2.17:compile
[INFO] commons-beanutils:commons-beanutils:jar:1.9.4:compile
[INFO] org.apache.commons:commons-configuration2:jar:2.1.1:compile
[INFO] org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] org.apache.commons:commons-text:jar:1.4:compile
[INFO] org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] org.slf4j:slf4j-log4j12:jar:1.7.30:compile
[INFO] com.google.re2j:re2j:jar:1.1:compile
[INFO] com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] com.google.code.gson:gson:jar:2.2.4:compile
[INFO] org.apache.hadoop:hadoop-auth:jar:3.3.1:compile
[INFO] com.nimbusds:nimbus-jose-jwt:jar:7.9:compile
[INFO] com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile
[INFO] net.minidev:json-smart:jar:2.3.1:compile
[INFO] net.minidev:accessors-smart:jar:2.3.1:compile
[INFO] org.ow2.asm:asm:jar:5.0.4:compile
[INFO] org.apache.kerby:kerb-simplekdc:jar:1.0.1:compile
[INFO] org.apache.kerby:kerb-client:jar:1.0.1:compile
[INFO] org.apache.kerby:kerby-config:jar:1.0.1:compile
[INFO] org.apache.kerby:kerb-common:jar:1.0.1:compile
[INFO] org.apache.kerby:kerb-crypto:jar:1.0.1:compile
[INFO] org.apache.kerby:kerb-util:jar:1.0.1:compile
[INFO] org.apache.kerby:token-provider:jar:1.0.1:compile
[INFO] org.apache.kerby:kerb-admin:jar:1.0.1:compile
[INFO] org.apache.kerby:kerb-server:jar:1.0.1:compile
[INFO] org.apache.kerby:kerb-identity:jar:1.0.1:compile
[INFO] org.apache.kerby:kerby-xdr:jar:1.0.1:compile
[INFO] com.jcraft:jsch:jar:0.1.54:compile
[INFO] com.google.code.findbugs:jsr305:jar:3.0.0:compile
[INFO] org.apache.htrace:htrace-core4:jar:4.1.0-incubating:compile
[INFO] org.apache.commons:commons-compress:jar:1.21:compile
[INFO] org.apache.kerby:kerb-core:jar:1.0.1:compile
[INFO] org.apache.kerby:kerby-pkix:jar:1.0.1:compile
[INFO] org.apache.kerby:kerby-asn1:jar:1.0.1:compile
[INFO] org.apache.kerby:kerby-util:jar:1.0.1:compile
[INFO] com.fasterxml.jackson.core:jackson-databind:jar:2.12.1:compile
[INFO] com.fasterxml.jackson.core:jackson-annotations:jar:2.12.1:compile
[INFO] com.fasterxml.jackson.core:jackson-core:jar:2.12.1:compile
[INFO] org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile
[INFO] dnsjava:dnsjava:jar:2.1.7:compile
[INFO] org.xerial.snappy:snappy-java:jar:1.1.8.2:compile
[INFO] commons-cli:commons-cli:jar:1.2:compile
[INFO] org.apache.hadoop:hadoop-hdfs:jar:3.3.1:compile
[INFO] org.eclipse.jetty:jetty-util-ajax:jar:9.4.43.v20210629:compile
[INFO] commons-daemon:commons-daemon:jar:1.0.13:compile
[INFO] junit:junit:jar:4.13.1:test
[INFO] org.hamcrest:hamcrest-core:jar:1.3:test
[INFO]
[INFO]
[INFO] ---------------< org.apache.ozone:hdds-interface-client >---------------
[INFO] Building Apache Ozone HDDS Client Interface 1.2.0-SNAPSHOT [6/40]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:list (default-cli) @ hdds-interface-client ---
[INFO]
[INFO] The following files have been resolved:
[INFO] com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:jar:1.1.1:compile
[INFO] org.apache.ratis:ratis-thirdparty-misc:jar:0.7.0:compile
[INFO] javax.annotation:javax.annotation-api:jar:1.2:compile
[INFO] junit:junit:jar:4.13.1:test
[INFO] org.hamcrest:hamcrest-core:jar:1.3:test
[INFO]
[INFO]
[INFO] ---------------< org.apache.ozone:hdds-interface-admin >----------------
[INFO] Building Apache Ozone HDDS Admin Interface 1.2.0-SNAPSHOT [7/40]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Ozone Main 1.2.0-SNAPSHOT:
[INFO]
[INFO] Apache Ozone Main .................................. SUCCESS [ 0.481 s]
[INFO] Apache Ozone HDDS .................................. SUCCESS [ 0.262 s]
[INFO] Apache Ozone HDDS Hadoop Client dependencies ....... SUCCESS [ 0.060 s]
[INFO] Apache Ozone HDDS Hadoop Test dependencies ......... SUCCESS [ 0.021 s]
[INFO] Apache Ozone HDDS Hadoop Server dependencies ....... SUCCESS [ 0.090 s]
[INFO] Apache Ozone HDDS Client Interface ................. SUCCESS [ 0.169 s]
[INFO] Apache Ozone HDDS Admin Interface .................. FAILURE [ 0.010 s]
[INFO] Apache Ozone HDDS Server Interface ................. SKIPPED
[INFO] Apache Ozone HDDS Test Utils ....................... SKIPPED
[INFO] Apache Ozone HDDS Config ........................... SKIPPED
[INFO] Apache Ozone HDDS Common ........................... SKIPPED
[INFO] Apache Ozone HDDS Client ........................... SKIPPED
[INFO] Apache Ozone HDDS Server Framework ................. SKIPPED
[INFO] Apache Ozone/HDDS Documentation .................... SKIPPED
[INFO] Apache Ozone HDDS Container Service ................ SKIPPED
[INFO] Apache Ozone HDDS SCM Server ....................... SKIPPED
[INFO] Apache Ozone HDDS Tools ............................ SKIPPED
[INFO] Apache Ozone ....................................... SKIPPED
[INFO] Apache Ozone Client Interface ...................... SKIPPED
[INFO] Apache Ozone Common ................................ SKIPPED
[INFO] Apache Ozone Storage Interface ..................... SKIPPED
[INFO] Apache Ozone Client ................................ SKIPPED
[INFO] Apache Ozone Manager Server ........................ SKIPPED
[INFO] Apache Ozone FileSystem Common ..................... SKIPPED
[INFO] Apache Ozone FileSystem ............................ SKIPPED
[INFO] Apache Ozone Recon CodeGen ......................... SKIPPED
[INFO] Apache Ozone Recon ................................. SKIPPED
[INFO] Apache Ozone Tools ................................. SKIPPED
[INFO] Apache Ozone S3 Gateway ............................ SKIPPED
[INFO] Apache Ozone CSI service ........................... SKIPPED
[INFO] Apache Ozone Integration Tests ..................... SKIPPED
[INFO] Apache Ozone Datanode .............................. SKIPPED
[INFO] Apache Ozone Insight Tool .......................... SKIPPED
[INFO] Apache Ozone FileSystem Shaded ..................... SKIPPED
[INFO] Apache Ozone FS Hadoop 2.x compatibility ........... SKIPPED
[INFO] Apache Ozone FS Hadoop 3.x compatibility ........... SKIPPED
[INFO] Apache Ozone Distribution .......................... SKIPPED
[INFO] Apache Ozone Fault Injection Tests ................. SKIPPED
[INFO] Apache Ozone Network Tests ......................... SKIPPED
[INFO] Apache Ozone Mini Ozone Chaos Tests ................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.733 s
[INFO] Finished at: 2021-11-11T05:18:09Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project hdds-interface-admin: Could not resolve dependencies for project org.apache.ozone:hdds-interface-admin:jar:1.2.0-SNAPSHOT: org.apache.ozone:hdds-interface-client:jar:1.2.0-SNAPSHOT was not found in https://repository.apache.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of apache.snapshots.https has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :hdds-interface-admin
~/IdeaProjects/ozone master ⇣ maru@s500plus
❯ ✘ 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment