You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Kengo Seki (Jira)" <ji...@apache.org> on 2022/04/30 11:32:00 UTC

[jira] [Created] (BIGTOP-3678) Building Zeppelin fails due to dependency convergence error

Kengo Seki created BIGTOP-3678:
----------------------------------

             Summary: Building Zeppelin fails due to dependency convergence error
                 Key: BIGTOP-3678
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3678
             Project: Bigtop
          Issue Type: Bug
          Components: build
            Reporter: Kengo Seki
             Fix For: 3.1.0


https://ci.bigtop.apache.org/view/Releases/job/Bigtop-3.1.0/2/DISTRO=centos-7,PLATFORM=amd64-slave/console
https://ci.bigtop.apache.org/view/Releases/job/Bigtop-3.1.0/2/DISTRO=rockylinux-8,PLATFORM=amd64-slave/console
https://ci.bigtop.apache.org/view/Releases/job/Bigtop-3.1.0/2/DISTRO=ubuntu-18.04,PLATFORM=amd64-slave/console
{code}
[WARNING] 
Dependency convergence error for org.ow2.asm:asm:5.0.4 paths to dependency are:
+-org.apache.zeppelin:zeppelin-interpreter:0.10.0
  +-io.atomix:atomix:3.0.0-rc4
    +-io.atomix:atomix-utils:3.0.0-rc4
      +-com.esotericsoftware:kryo:4.0.2
        +-com.esotericsoftware:reflectasm:1.11.3
          +-org.ow2.asm:asm:5.0.4
and
+-org.apache.zeppelin:zeppelin-interpreter:0.10.0
  +-org.apache.hadoop:hadoop-client:3.2.3
    +-org.apache.hadoop:hadoop-common:3.2.3
      +-org.apache.hadoop:hadoop-auth:3.2.3
        +-net.minidev:json-smart:2.4.7
          +-net.minidev:accessors-smart:2.4.7
            +-org.ow2.asm:asm:9.1

[WARNING] 
Dependency convergence error for org.codehaus.woodstox:stax2-api:4.2.1 paths to dependency are:
+-org.apache.zeppelin:zeppelin-interpreter:0.10.0
  +-org.apache.hadoop:hadoop-client:3.2.3
    +-org.apache.hadoop:hadoop-common:3.2.3
      +-org.codehaus.woodstox:stax2-api:4.2.1
and
+-org.apache.zeppelin:zeppelin-interpreter:0.10.0
  +-org.apache.hadoop:hadoop-client:3.2.3
    +-org.apache.hadoop:hadoop-common:3.2.3
      +-com.fasterxml.woodstox:woodstox-core:5.3.0
        +-org.codehaus.woodstox:stax2-api:4.2

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Zeppelin 0.10.0:
[INFO] 
[INFO] Zeppelin ........................................... SUCCESS [  6.688 s]
[INFO] Zeppelin: Common ................................... SUCCESS [  3.332 s]
[INFO] Zeppelin: Interpreter .............................. FAILURE [  2.788 s]

...

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.556 s
[INFO] Finished at: 2022-04-30T05:56:05Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce) on project zeppelin-interpreter: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
[ERROR] Failed while enforcing releasability. See above detailed error message.

...

RPM build errors:

> Task :zeppelin-rpm FAILED
{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)