karolchmist commented on pull request #28545:
URL: https://github.com/apache/spark/pull/28545#issuecomment-681798089
I can't build master with scala-2.13... Any ideas why? Maybe there is now a
CI job for Scala 2.13?
```
➜ spark git:(master) ✗ ./build/mvn -Pscala-2.13 compile
~/workspace/open-source/spark
Using `mvn` from path: /home/karol/.nix-profile/bin/mvn
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Spark Project Parent POM
[pom]
[INFO] Spark Project Tags
[jar]
[INFO] Spark Project Sketch
[jar]
[INFO] Spark Project Local DB
[jar]
[INFO] Spark Project Networking
[jar]
[INFO] Spark Project Shuffle Streaming Service
[jar]
[INFO] Spark Project Unsafe
[jar]
[INFO] Spark Project Launcher
[jar]
[INFO] Spark Project Core
[jar]
[INFO] Spark Project ML Local Library
[jar]
[INFO] Spark Project GraphX
[jar]
[INFO] Spark Project Streaming
[jar]
[INFO] Spark Project Catalyst
[jar]
[INFO] Spark Project SQL
[jar]
[INFO] Spark Project ML Library
[jar]
[INFO] Spark Project Tools
[jar]
[INFO] Spark Project Hive
[jar]
[INFO] Spark Project REPL
[jar]
[INFO] Spark Project Assembly
[pom]
[INFO] Kafka 0.10+ Token Provider for Streaming
[jar]
[INFO] Spark Integration for Kafka 0.10
[jar]
[INFO] Kafka 0.10+ Source for Structured Streaming
[jar]
[INFO] Spark Project Examples
[jar]
[INFO] Spark Integration for Kafka 0.10 Assembly
[jar]
[INFO] Spark Avro
[jar]
[INFO]
[INFO] -----------------< org.apache.spark:spark-parent_2.13
>-----------------
[INFO] Building Spark Project Parent POM 3.1.0-SNAPSHOT
[1/25]
[INFO] --------------------------------[ pom
]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @
spark-parent_2.13 ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce
(enforce-no-duplicate-dependencies) @ spark-parent_2.13 ---
[INFO]
[INFO] --- mvn-scalafmt_2.13:1.0.3:format (default) @ spark-parent_2.13 ---
[WARNING] format.skipSources set, ignoring main directories
[WARNING] format.skipTestSources set, ignoring validateOnly directories
[WARNING] No sources specified, skipping formatting
[INFO]
[INFO] --- scala-maven-plugin:4.3.0:add-source (eclipse-add-source) @
spark-parent_2.13 ---
[INFO] Add Source directory:
/home/karol/workspace/open-source/spark/src/main/scala
[INFO] Add Test Source directory:
/home/karol/workspace/open-source/spark/src/test/scala
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:build-classpath (default-cli) @
spark-parent_2.13 ---
[INFO] Dependencies classpath:
/home/karol/.m2/repository/org/spark-project/spark/unused/1.0.0/unused-1.0.0.jar
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process
(process-resource-bundles) @ spark-parent_2.13 ---
[INFO]
[INFO] --- scala-maven-plugin:4.3.0:compile (scala-compile-first) @
spark-parent_2.13 ---
[INFO] compile in 0.0 s
[INFO] No sources to compile
[INFO]
[INFO] ------------------< org.apache.spark:spark-tags_2.13
>------------------
[INFO] Building Spark Project Tags 3.1.0-SNAPSHOT
[2/25]
[INFO] --------------------------------[ jar
]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @
spark-tags_2.13 ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce
(enforce-no-duplicate-dependencies) @ spark-tags_2.13 ---
[INFO]
[INFO] --- mvn-scalafmt_2.13:1.0.3:format (default) @ spark-tags_2.13 ---
[WARNING] format.skipSources set, ignoring main directories
[WARNING] format.skipTestSources set, ignoring validateOnly directories
[WARNING] No sources specified, skipping formatting
[INFO]
[INFO] --- scala-maven-plugin:4.3.0:add-source (eclipse-add-source) @
spark-tags_2.13 ---
[INFO] Add Source directory:
/home/karol/workspace/open-source/spark/common/tags/src/main/scala
[INFO] Add Test Source directory:
/home/karol/workspace/open-source/spark/common/tags/src/test/scala
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:build-classpath (default-cli) @
spark-tags_2.13 ---
[INFO] Dependencies classpath:
/home/karol/.m2/repository/org/spark-project/spark/unused/1.0.0/unused-1.0.0.jar:/home/karol/.m2/repository/org/scala-lang/scala-library/2.13.3/scala-library-2.13.3.jar
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process
(process-resource-bundles) @ spark-tags_2.13 ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
spark-tags_2.13 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/karol/workspace/open-source/spark/common/tags/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
spark-tags_2.13 ---
[INFO] Not compiling main sources
[INFO]
[INFO] --- scala-maven-plugin:4.3.0:compile (scala-compile-first) @
spark-tags_2.13 ---
[INFO] Using incremental compilation using Mixed compile order
[INFO] Compiler bridge file:
/home/karol/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.3.1-bin_2.13.3__52.0-1.3.1_20191012T045515.jar
[INFO] compile in 1.5 s
[INFO]
[INFO] -----------------< org.apache.spark:spark-sketch_2.13
>-----------------
[INFO] Building Spark Project Sketch 3.1.0-SNAPSHOT
[3/25]
[INFO] --------------------------------[ jar
]---------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary for Spark Project Parent POM 3.1.0-SNAPSHOT:
[INFO]
[INFO] Spark Project Parent POM ........................... SUCCESS [ 1.077
s]
[INFO] Spark Project Tags ................................. SUCCESS [ 1.614
s]
[INFO] Spark Project Sketch ............................... FAILURE [ 0.016
s]
[INFO] Spark Project Local DB ............................. SKIPPED
[INFO] Spark Project Networking ........................... SKIPPED
[INFO] Spark Project Shuffle Streaming Service ............ SKIPPED
[INFO] Spark Project Unsafe ............................... SKIPPED
[INFO] Spark Project Launcher ............................. SKIPPED
[INFO] Spark Project Core ................................. SKIPPED
[INFO] Spark Project ML Local Library ..................... SKIPPED
[INFO] Spark Project GraphX ............................... SKIPPED
[INFO] Spark Project Streaming ............................ SKIPPED
[INFO] Spark Project Catalyst ............................. SKIPPED
[INFO] Spark Project SQL .................................. SKIPPED
[INFO] Spark Project ML Library ........................... SKIPPED
[INFO] Spark Project Tools ................................ SKIPPED
[INFO] Spark Project Hive ................................. SKIPPED
[INFO] Spark Project REPL ................................. SKIPPED
[INFO] Spark Project Assembly ............................. SKIPPED
[INFO] Kafka 0.10+ Token Provider for Streaming ........... SKIPPED
[INFO] Spark Integration for Kafka 0.10 ................... SKIPPED
[INFO] Kafka 0.10+ Source for Structured Streaming ........ SKIPPED
[INFO] Spark Project Examples ............................. SKIPPED
[INFO] Spark Integration for Kafka 0.10 Assembly .......... SKIPPED
[INFO] Spark Avro ......................................... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3.429 s
[INFO] Finished at: 2020-08-27T10:38:33+02:00
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project spark-sketch_2.13: Could not
resolve dependencies for project
org.apache.spark:spark-sketch_2.13:jar:3.1.0-SNAPSHOT: Failure to find
org.apache.spark:spark-tags_2.13:jar:tests:3.1.0-SNAPSHOT in
https://repository.apache.org/snapshots was cached in the local repository,
resolution will not be reattempted until the update interval of
apache.snapshots has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <args> -rf :spark-sketch_2.13
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]