Skip to content

Instantly share code, notes, and snippets.

@mumrah
Created October 21, 2013 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mumrah/7086356 to your computer and use it in GitHub Desktop.
Save mumrah/7086356 to your computer and use it in GitHub Desktop.
[warn] Detected both new and deprecated style of plugin configuration.
[warn] Ignoring deprecated project/plugins/ directory (/Users/mumrah/Code/apache/kafka/project/plugins).
[info] Loading project definition from /Users/mumrah/Code/apache/kafka/project
[warn] Multiple resolvers having different access mechanism configured with same name 'sbt-plugin-releases'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
[info] Set current project to Kafka (in build file:/Users/mumrah/Code/apache/kafka/)
[warn] Credentials file /Users/mumrah/.m2/.credentials does not exist
[warn] Credentials file /Users/mumrah/.m2/.credentials does not exist
[warn] Credentials file /Users/mumrah/.m2/.credentials does not exist
[warn] Credentials file /Users/mumrah/.m2/.credentials does not exist
[warn] Credentials file /Users/mumrah/.m2/.credentials does not exist
[warn] Credentials file /Users/mumrah/.m2/.credentials does not exist
[warn] Credentials file /Users/mumrah/.m2/.credentials does not exist
[info] Compiling 220 Scala sources and 4 Java sources to /Users/mumrah/Code/apache/kafka/core/target/scala-2.8.0/classes...
[warn] /Users/mumrah/Code/apache/kafka/core/src/main/scala/kafka/admin/AdminUtils.scala:239: non variable type-argument String in type pattern scala.collection.Map[String,_] is unchecked since it is eliminated by erasure
[warn] case Some(map: Map[String, _]) =>
[warn] ^
[warn] /Users/mumrah/Code/apache/kafka/core/src/main/scala/kafka/admin/AdminUtils.scala:242: non variable type-argument String in type pattern scala.collection.Map[String,String] is unchecked since it is eliminated by erasure
[warn] case Some(config: Map[String, String]) =>
[warn] ^
[warn] /Users/mumrah/Code/apache/kafka/core/src/main/scala/kafka/api/LeaderAndIsrResponse.scala:66: non variable type-argument String in type pattern (String, Int) is unchecked since it is eliminated by erasure
[warn] for ((key:(String, Int), value) <- responseMap) {
[warn] ^
[warn] /Users/mumrah/Code/apache/kafka/core/src/main/scala/kafka/api/StopReplicaResponse.scala:67: non variable type-argument String in type pattern (String, Int) is unchecked since it is eliminated by erasure
[warn] for ((key:(String, Int), value) <- responseMap){
[warn] ^
[error] /Users/mumrah/Code/apache/kafka/core/src/main/scala/kafka/log/Log.scala:604: type mismatch;
[error] found : java.lang.Long
[error] required: scala.Long
[error] asIterable(segments.subMap(floor, true, to, false).values)
[error] ^
[warn] /Users/mumrah/Code/apache/kafka/core/src/main/scala/kafka/utils/Utils.scala:363: non variable type-argument V in type pattern List[V] is unchecked since it is eliminated by erasure
[warn] case Some(l: List[V]) => m.put(k, v :: l)
[warn] ^
[warn] 5 warnings found
[error] one error found
[error] (core/compile:compile) Compilation failed
[error] Total time: 24 s, completed Oct 21, 2013 12:01:40 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment