You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2019/10/22 23:35:00 UTC

[jira] [Resolved] (SPARK-29560) sbt-mima-plugin is missing

     [ https://issues.apache.org/jira/browse/SPARK-29560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun resolved SPARK-29560.
-----------------------------------
    Fix Version/s: 3.0.0
                   2.4.5
       Resolution: Fixed

Issue resolved by pull request 26217
[https://github.com/apache/spark/pull/26217]

> sbt-mima-plugin is missing
> --------------------------
>
>                 Key: SPARK-29560
>                 URL: https://issues.apache.org/jira/browse/SPARK-29560
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.4.4, 3.0.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Blocker
>             Fix For: 2.4.5, 3.0.0
>
>
> GitHub Action detects the following from yesterday (Oct 21, 2019).
> - `branch-2.4`: `sbt-mima-plugin:0.1.17` is missing.
> - `master`: `sbt-mima-plugin:0.3.0` is missing.
> These versions of `sbt-mima-plugin` seems to be removed from the old repo. We need to change the repo location or upgrade this.
> {code}
> ~/A/spark-merge:branch-2.4$ rm -rf ~/.ivy2/
> ~/A/spark-merge:branch-2.4$ build/sbt scalastyle test:scalastyle
> Using /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home as default JAVA_HOME.
> Note, this will be overridden by -java-home if it is set.
> Attempting to fetch sbt
> Launching sbt from build/sbt-launch-0.13.17.jar
> [info] Loading project definition from /Users/dongjoon/APACHE/spark-merge/project
> [info] Updating {file:/Users/dongjoon/APACHE/spark-merge/project/}spark-merge-build...
> [info] Resolving com.typesafe#sbt-mima-plugin;0.1.17 ...
> [warn] 	module not found: com.typesafe#sbt-mima-plugin;0.1.17
> [warn] ==== typesafe-ivy-releases: tried
> [warn]   https://repo.typesafe.com/typesafe/ivy-releases/com.typesafe/sbt-mima-plugin/scala_2.10/sbt_0.13/0.1.17/ivys/ivy.xml
> [warn] ==== sbt-plugin-releases: tried
> [warn]   https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe/sbt-mima-plugin/scala_2.10/sbt_0.13/0.1.17/ivys/ivy.xml
> [warn] ==== local: tried
> [warn]   /Users/dongjoon/.ivy2/local/com.typesafe/sbt-mima-plugin/scala_2.10/sbt_0.13/0.1.17/ivys/ivy.xml
> [warn] ==== public: tried
> [warn]   https://repo1.maven.org/maven2/com/typesafe/sbt-mima-plugin_2.10_0.13/0.1.17/sbt-mima-plugin-0.1.17.pom
> [warn] ==== local-preloaded-ivy: tried
> [warn]   /Users/dongjoon/.sbt/preloaded/com.typesafe/sbt-mima-plugin/0.1.17/ivys/ivy.xml
> [warn] ==== local-preloaded: tried
> [warn]   file:////Users/dongjoon/.sbt/preloaded/com/typesafe/sbt-mima-plugin_2.10_0.13/0.1.17/sbt-mima-plugin-0.1.17.pom
> ...
> [warn] 	::::::::::::::::::::::::::::::::::::::::::::::
> [warn] 	::          UNRESOLVED DEPENDENCIES         ::
> [warn] 	::::::::::::::::::::::::::::::::::::::::::::::
> [warn] 	:: com.typesafe#sbt-mima-plugin;0.1.17: not found
> [warn] 	::::::::::::::::::::::::::::::::::::::::::::::
> [warn]
> [warn] 	Note: Some unresolved dependencies have extra attributes.  Check that these dependencies exist with the requested attributes.
> [warn] 		com.typesafe:sbt-mima-plugin:0.1.17 (scalaVersion=2.10, sbtVersion=0.13)
> [warn]
> [warn] 	Note: Unresolved dependencies path:
> [warn] 		com.typesafe:sbt-mima-plugin:0.1.17 (scalaVersion=2.10, sbtVersion=0.13) (/Users/dongjoon/APACHE/spark-merge/project/plugins.sbt#L18-19)
> [warn] 		  +- default:spark-merge-build:0.1-SNAPSHOT (scalaVersion=2.10, sbtVersion=0.13)
> sbt.ResolveException: unresolved dependency: com.typesafe#sbt-mima-plugin;0.1.17: not found
> {code}
> This breaks our Jenkins in `branch-2.4` now.
> https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-branch-2.4-test-sbt-hadoop-2.6/611/console



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org