cnauroth commented on PR #7883: URL: https://github.com/apache/hadoop/pull/7883#issuecomment-3221983868
Oops, I had to revert this. It works fine within the hadoop-gcp module, but the dependency convergence failures then just get pushed down to hadoop-tools-dist. (See below.) This wasn't caught in pre-commit, because at the time the distro wasn't including hadoop-gcp yet. (It was before #7877 went in.) We'll need to explore either upgrading the Guava version for the whole project or something else. ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (depcheck) on project hadoop-tools-dist: [ERROR] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with message: [ERROR] Failed while enforcing releasability. [ERROR] [ERROR] Dependency convergence error for org.checkerframework:checker-qual:jar:2.5.2 paths to dependency are: [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-kafka:jar:3.5.0-SNAPSHOT:compile [ERROR] +-org.apache.hadoop:hadoop-common:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.google.guava:guava:jar:27.0-jre:compile [ERROR] +-org.checkerframework:checker-qual:jar:2.5.2:compile [ERROR] and [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-gcp:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.google.cloud:google-cloud-storage:jar:2.52.0:compile [ERROR] +-org.checkerframework:checker-qual:jar:3.49.0:compile [ERROR] [ERROR] [ERROR] Dependency convergence error for io.opentelemetry:opentelemetry-api:jar:1.38.0 paths to dependency are: [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-aliyun:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.aliyun.oss:aliyun-sdk-oss:jar:3.18.1:compile [ERROR] +-com.aliyun:java-trace-api:jar:0.2.11-beta:compile [ERROR] +-io.opentelemetry:opentelemetry-api:jar:1.38.0:compile [ERROR] and [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-gcp:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.google.cloud:google-cloud-storage:jar:2.52.0:compile [ERROR] +-io.opentelemetry:opentelemetry-api:jar:1.47.0:compile [ERROR] [ERROR] [ERROR] Dependency convergence error for org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 paths to dependency are: [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-kafka:jar:3.5.0-SNAPSHOT:compile [ERROR] +-org.apache.hadoop:hadoop-common:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.google.guava:guava:jar:27.0-jre:compile [ERROR] +-org.codehaus.mojo:animal-sniffer-annotations:jar:1.17:compile [ERROR] and [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-gcp:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.google.cloud:google-cloud-storage:jar:2.52.0:compile [ERROR] +-org.codehaus.mojo:animal-sniffer-annotations:jar:1.24:compile [ERROR] [ERROR] [ERROR] Dependency convergence error for com.google.j2objc:j2objc-annotations:jar:1.1 paths to dependency are: [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-kafka:jar:3.5.0-SNAPSHOT:compile [ERROR] +-org.apache.hadoop:hadoop-common:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.google.guava:guava:jar:27.0-jre:compile [ERROR] +-com.google.j2objc:j2objc-annotations:jar:1.1:compile [ERROR] and [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-gcp:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.google.cloud:google-cloud-storage:jar:2.52.0:compile [ERROR] +-com.google.j2objc:j2objc-annotations:jar:3.0.0:compile [ERROR] [ERROR] [ERROR] Dependency convergence error for com.google.guava:failureaccess:jar:1.0 paths to dependency are: [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-kafka:jar:3.5.0-SNAPSHOT:compile [ERROR] +-org.apache.hadoop:hadoop-common:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.google.guava:guava:jar:27.0-jre:compile [ERROR] +-com.google.guava:failureaccess:jar:1.0:compile [ERROR] and [ERROR] +-org.apache.hadoop:hadoop-tools-dist:jar:3.5.0-SNAPSHOT [ERROR] +-org.apache.hadoop:hadoop-gcp:jar:3.5.0-SNAPSHOT:compile [ERROR] +-com.google.cloud:google-cloud-storage:jar:2.52.0:compile [ERROR] +-com.google.guava:failureaccess:jar:1.0.2:compile ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org