You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by Steve Loughran <st...@cloudera.com.INVALID> on 2019/02/26 14:47:51 UTC

builds failing on trunk, "convergence failure"?

Is anyone else seeing mr-client-app failing to build with a convergence
error? It's started for me today on trunk


[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (depcheck) @
hadoop-mapreduce-client-app ---
[WARNING]
Dependency convergence error for org.hamcrest:hamcrest-core:1.1 paths to
dependency are:
+-org.apache.hadoop:hadoop-mapreduce-client-app:3.3.0-SNAPSHOT
  +-com.github.stefanbirkner:system-rules:1.18.0
    +-junit:junit-dep:4.11.20120805.1225
      +-org.hamcrest:hamcrest-core:1.1
and
+-org.apache.hadoop:hadoop-mapreduce-client-app:3.3.0-SNAPSHOT
  +-junit:junit:4.12
    +-org.hamcrest:hamcrest-core:1.3

[WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence
failed with message:
Failed while enforcing releasability. See above detailed error message.


It's only a trivial pom fixup, but I'm surprised its suddenly surfaced. Am
I the only person seeing it?

Re: builds failing on trunk, "convergence failure"?

Posted by Billie Rinaldi <bi...@gmail.com>.
I've been seeing this for months. I believe Shane saw it for a while as
well, but his was fixed by removing his local maven repo.

Billie

On Tue, Feb 26, 2019 at 6:48 AM Steve Loughran <st...@cloudera.com.invalid>
wrote:

> Is anyone else seeing mr-client-app failing to build with a convergence
> error? It's started for me today on trunk
>
>
> [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (depcheck) @
> hadoop-mapreduce-client-app ---
> [WARNING]
> Dependency convergence error for org.hamcrest:hamcrest-core:1.1 paths to
> dependency are:
> +-org.apache.hadoop:hadoop-mapreduce-client-app:3.3.0-SNAPSHOT
>   +-com.github.stefanbirkner:system-rules:1.18.0
>     +-junit:junit-dep:4.11.20120805.1225
>       +-org.hamcrest:hamcrest-core:1.1
> and
> +-org.apache.hadoop:hadoop-mapreduce-client-app:3.3.0-SNAPSHOT
>   +-junit:junit:4.12
>     +-org.hamcrest:hamcrest-core:1.3
>
> [WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence
> failed with message:
> Failed while enforcing releasability. See above detailed error message.
>
>
> It's only a trivial pom fixup, but I'm surprised its suddenly surfaced. Am
> I the only person seeing it?
>

Re: builds failing on trunk, "convergence failure"?

Posted by Billie Rinaldi <bi...@gmail.com>.
I've been seeing this for months. I believe Shane saw it for a while as
well, but his was fixed by removing his local maven repo.

Billie

On Tue, Feb 26, 2019 at 6:48 AM Steve Loughran <st...@cloudera.com.invalid>
wrote:

> Is anyone else seeing mr-client-app failing to build with a convergence
> error? It's started for me today on trunk
>
>
> [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (depcheck) @
> hadoop-mapreduce-client-app ---
> [WARNING]
> Dependency convergence error for org.hamcrest:hamcrest-core:1.1 paths to
> dependency are:
> +-org.apache.hadoop:hadoop-mapreduce-client-app:3.3.0-SNAPSHOT
>   +-com.github.stefanbirkner:system-rules:1.18.0
>     +-junit:junit-dep:4.11.20120805.1225
>       +-org.hamcrest:hamcrest-core:1.1
> and
> +-org.apache.hadoop:hadoop-mapreduce-client-app:3.3.0-SNAPSHOT
>   +-junit:junit:4.12
>     +-org.hamcrest:hamcrest-core:1.3
>
> [WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence
> failed with message:
> Failed while enforcing releasability. See above detailed error message.
>
>
> It's only a trivial pom fixup, but I'm surprised its suddenly surfaced. Am
> I the only person seeing it?
>