Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB89C181D7 for ; Fri, 12 Feb 2016 05:40:18 +0000 (UTC) Received: (qmail 2671 invoked by uid 500); 12 Feb 2016 05:40:18 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 2626 invoked by uid 500); 12 Feb 2016 05:40:18 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 2614 invoked by uid 99); 12 Feb 2016 05:40:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2016 05:40:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 112792C1F57 for ; Fri, 12 Feb 2016 05:40:18 +0000 (UTC) Date: Fri, 12 Feb 2016 05:40:18 +0000 (UTC) From: "Wei-Chiu Chuang (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12692) Maven's DependencyConvergence rule failed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-12692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15144087#comment-15144087 ] Wei-Chiu Chuang commented on HADOOP-12692: ------------------------------------------ Assigning this jira to me. I am seeing this maven failure much more frequently in the past month. I googled a bit, and the similar failures happened as early as Aug 22 2015, in jenkins build Hadoop-Hdfs-trunk #2222, after HADOOP-12347. Fix mismatch parameter name in javadocs of AuthToken#setMaxInactives. Maybe this commit is not relevant, but offers an anchor to start looking. > Maven's DependencyConvergence rule failed > ----------------------------------------- > > Key: HADOOP-12692 > URL: https://issues.apache.org/jira/browse/HADOOP-12692 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 3.0.0 > Environment: Jenkins > Reporter: Wei-Chiu Chuang > Assignee: Wei-Chiu Chuang > Attachments: HADOOP-12692.001.patch > > > I am seeing a Maven warning in Jenkins: > https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/761/console > This nightly job failed because of a Maven rule failed > {noformat} > [WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message: > Failed while enforcing releasability the error(s) are [ > Dependency convergence error for org.apache.hadoop:hadoop-auth:3.0.0-SNAPSHOT paths to dependency are: > +-org.apache.hadoop:hadoop-hdfs-httpfs:3.0.0-SNAPSHOT > +-org.apache.hadoop:hadoop-auth:3.0.0-SNAPSHOT > and > +-org.apache.hadoop:hadoop-hdfs-httpfs:3.0.0-SNAPSHOT > +-org.apache.hadoop:hadoop-common:3.0.0-SNAPSHOT > +-org.apache.hadoop:hadoop-auth:3.0.0-SNAPSHOT > and > +-org.apache.hadoop:hadoop-hdfs-httpfs:3.0.0-SNAPSHOT > +-org.apache.hadoop:hadoop-common:3.0.0-SNAPSHOT > +-org.apache.hadoop:hadoop-auth:3.0.0-SNAPSHOT > and > +-org.apache.hadoop:hadoop-hdfs-httpfs:3.0.0-SNAPSHOT > +-org.apache.hadoop:hadoop-auth:3.0.0-20160107.005725-7960 > ] > {noformat} > {noformat} > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (depcheck) on project hadoop-hdfs-httpfs: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1] > {noformat} > Looks like httpfs depends on two versions of hadoop-auth: 3.0.0-SNAPSHOT and a timestamp based. > I think this can be fixed by updating one of the pom.xml files. But I am not exactly sure how to do it. Need a Maven expert here. -- This message was sent by Atlassian JIRA (v6.3.4#6332)