Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-29560

Add typesafe bintray repo for sbt-mima-plugin

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 2.4.4, 3.0.0
    • 2.4.5, 3.0.0
    • Build
    • None

    Description

      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.

      ~/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
      

      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

      Attachments

        Issue Links

          Activity

            People

              dongjoon Dongjoon Hyun
              dongjoon Dongjoon Hyun
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: