Created
January 12, 2016 07:34
-
-
Save jenga/a35e6a495a46c217b5db to your computer and use it in GitHub Desktop.
Specs2, Play, Slick error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[debug] - application - Applying evolutions | |
[error] | |
[error] java.lang.NoSuchMethodError: slick.backend.DatabaseConfig$.forConfig(Ljava/lang/String;Lcom/typesafe/config/Config;Lscala/reflect/ClassTag;)Lslick/backend/DatabaseConfig; | |
[error] | |
[error] STACKTRACE | |
[error] play.api.db.slick.DefaultSlickApi$DatabaseConfigFactory.create(SlickApi.scala:89) | |
[error] play.api.db.slick.DefaultSlickApi$DatabaseConfigFactory.get$lzycompute(SlickApi.scala:81) | |
[error] play.api.db.slick.DefaultSlickApi$DatabaseConfigFactory.get(SlickApi.scala:80) | |
[error] play.api.db.slick.DefaultSlickApi$$anonfun$allDbConfigs$1.apply(SlickApi.scala:59) | |
[error] play.api.db.slick.DefaultSlickApi$$anonfun$allDbConfigs$1.apply(SlickApi.scala:59) | |
[error] scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) | |
[error] scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) | |
[error] scala.collection.immutable.Map$Map1.foreach(Map.scala:116) | |
[error] scala.collection.TraversableLike$class.map(TraversableLike.scala:245) | |
[error] scala.collection.AbstractTraversable.map(Traversable.scala:104) | |
[error] play.api.db.slick.DefaultSlickApi.allDbConfigs$lzycompute(SlickApi.scala:59) | |
[error] play.api.db.slick.DefaultSlickApi.allDbConfigs(SlickApi.scala:58) | |
[error] play.api.db.slick.DefaultSlickApi.dbConfigs(SlickApi.scala:62) | |
[error] play.api.db.slick.evolutions.internal.DBApiAdapter.databasesByName$lzycompute(DBApiAdapter.scala:19) | |
[error] play.api.db.slick.evolutions.internal.DBApiAdapter.databasesByName(DBApiAdapter.scala:19) | |
[error] play.api.db.slick.evolutions.internal.DBApiAdapter.databases(DBApiAdapter.scala:23) | |
[error] play.api.db.evolutions.ApplicationEvolutions.start(ApplicationEvolutions.scala:42) | |
[error] play.api.db.evolutions.ApplicationEvolutions.<init>(ApplicationEvolutions.scala:149) | |
[error] play.api.db.evolutions.ApplicationEvolutionsProvider.get$lzycompute(EvolutionsModule.scala:53) | |
[error] play.api.db.evolutions.ApplicationEvolutionsProvider.get(EvolutionsModule.scala:53) | |
[error] play.api.db.evolutions.ApplicationEvolutionsProvider.get(EvolutionsModule.scala:44) | |
[error] com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:81) | |
[error] com.google.inject.internal.BoundProviderFactory.provision(BoundProviderFactory.java:72) | |
[error] com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:61) | |
[error] com.google.inject.internal.BoundProviderFactory.get(BoundProviderFactory.java:62) | |
[error] com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) | |
[error] com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103) | |
[error] com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) | |
[error] com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145) | |
[error] com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41) | |
[error] com.google.inject.internal.InternalInjectorCreator$1.call(InternalInjectorCreator.java:205) | |
[error] com.google.inject.internal.InternalInjectorCreator$1.call(InternalInjectorCreator.java:199) | |
[error] com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092) | |
[error] com.google.inject.internal.InternalInjectorCreator.loadEagerSingletons(InternalInjectorCreator.java:199) | |
[error] com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:180) | |
[error] com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110) | |
[error] com.google.inject.Guice.createInjector(Guice.java:96) | |
[error] com.google.inject.Guice.createInjector(Guice.java:73) | |
[error] com.google.inject.Guice.createInjector(Guice.java:62) | |
[error] play.api.inject.guice.GuiceBuilder.injector(GuiceInjectorBuilder.scala:126) | |
[error] play.api.inject.guice.GuiceApplicationBuilder.build(GuiceApplicationBuilder.scala:93) | |
[error] test.Helpers$.testApp(Helpers.scala:66) | |
[error] test.EvolvedDB.databaseAPI$lzycompute(Helpers.scala:34) | |
[error] test.EvolvedDB.databaseAPI(Helpers.scala:34) | |
[error] test.EvolvedDB.beforeAll(Helpers.scala:38) | |
[error] org.specs2.specification.BeforeAll$$anonfun$map$1.apply$mcV$sp(EachContext.scala:114) | |
[error] org.specs2.specification.BeforeAll$$anonfun$map$1.apply(EachContext.scala:114) | |
[error] org.specs2.specification.BeforeAll$$anonfun$map$1.apply(EachContext.scala:114) | |
[error] org.specs2.specification.create.DefaultFragmentFactory$$anonfun$step$1.apply(FragmentFactory.scala:79) | |
[error] org.specs2.specification.create.DefaultFragmentFactory$$anonfun$step$1.apply(FragmentFactory.scala:79) | |
[error] org.specs2.execute.ResultExecution$class.execute(ResultExecution.scala:25) | |
[error] org.specs2.execute.ResultExecution$.execute(ResultExecution.scala:120) | |
[error] org.specs2.execute.Result$$anon$10.asResult(Result.scala:230) | |
[error] org.specs2.execute.AsResult$.apply(AsResult.scala:25) | |
[error] org.specs2.specification.core.Execution$$anonfun$result$2.apply(Execution.scala:117) | |
[error] org.specs2.specification.core.Execution$$anonfun$result$2.apply(Execution.scala:117) | |
[error] org.specs2.specification.core.Execution$$anonfun$withEnv$1$$anonfun$apply$3.apply(Execution.scala:120) | |
[error] org.specs2.execute.ResultExecution$class.execute(ResultExecution.scala:25) | |
[error] org.specs2.execute.ResultExecution$.execute(ResultExecution.scala:120) | |
[error] org.specs2.execute.Result$$anon$10.asResult(Result.scala:230) | |
[error] org.specs2.execute.AsResult$.apply(AsResult.scala:25) | |
[error] org.specs2.specification.core.Execution$$anonfun$withEnv$1.apply(Execution.scala:120) | |
[error] org.specs2.specification.core.Execution$$anonfun$withEnv$1.apply(Execution.scala:120) | |
[error] org.specs2.specification.core.Execution$$anonfun$execute$2$$anonfun$apply$2.apply(Execution.scala:70) | |
[error] org.specs2.specification.core.Execution$$anonfun$execute$2$$anonfun$apply$2.apply(Execution.scala:70) | |
[error] org.specs2.specification.core.Execution.setResult(Execution.scala:76) | |
[error] org.specs2.specification.core.Execution$$anonfun$execute$2.apply(Execution.scala:70) | |
[error] org.specs2.specification.core.Execution$$anonfun$execute$2.apply(Execution.scala:70) | |
[error] scala.Option.fold(Option.scala:158) | |
[error] org.specs2.specification.core.Execution.execute(Execution.scala:70) | |
[error] org.specs2.specification.process.DefaultExecutor$$anonfun$executeFragment$1$$anonfun$apply$6.apply(Executor.scala:132) | |
[error] org.specs2.specification.process.DefaultExecutor$$anonfun$executeFragment$1$$anonfun$apply$6.apply(Executor.scala:130) | |
[error] org.specs2.specification.core.Fragment.updateExecution(Fragment.scala:44) | |
[error] org.specs2.specification.process.DefaultExecutor$$anonfun$executeFragment$1.apply(Executor.scala:130) | |
[error] org.specs2.specification.process.DefaultExecutor$$anonfun$executeFragment$1.apply(Executor.scala:129) | |
[error] org.specs2.specification.process.DefaultExecutor$$anonfun$sequencedExecution$1.executedFragment$lzycompute$1(Executor.scala:104) | |
[error] org.specs2.specification.process.DefaultExecutor$$anonfun$sequencedExecution$1.org$specs2$specification$process$DefaultExecutor$class$$anonfun$$executedFragment$1(Executor.scala:104) | |
[error] org.specs2.specification.process.DefaultExecutor$$anonfun$sequencedExecution$1.apply(Executor.scala:117) | |
[error] org.specs2.specification.process.DefaultExecutor$$anonfun$sequencedExecution$1.apply(Executor.scala:77) | |
[error] scalaz.stream.Process$$anonfun$awaitOr$1$$anonfun$apply$41$$anonfun$apply$42$$anonfun$apply$44.apply(Process.scala:719) | |
[error] scalaz.stream.Process$$anonfun$awaitOr$1$$anonfun$apply$41$$anonfun$apply$42$$anonfun$apply$44.apply(Process.scala:719) | |
[error] scalaz.$bslash$div.fold(Either.scala:57) | |
[error] scalaz.stream.Process$$anonfun$awaitOr$1$$anonfun$apply$41$$anonfun$apply$42.apply(Process.scala:719) | |
[error] scalaz.stream.Process$$anonfun$awaitOr$1$$anonfun$apply$41$$anonfun$apply$42.apply(Process.scala:719) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$$anonfun$awaitOr$1$$anonfun$apply$41.apply(Process.scala:719) | |
[error] scalaz.stream.Process$$anonfun$awaitOr$1$$anonfun$apply$41.apply(Process.scala:719) | |
[error] scalaz.Trampoline$$anonfun$delay$1.apply(Free.scala:234) | |
[error] scalaz.Trampoline$$anonfun$delay$1.apply(Free.scala:234) | |
[error] scalaz.Free$$anonfun$run$1.apply(Free.scala:172) | |
[error] scalaz.Free$$anonfun$run$1.apply(Free.scala:172) | |
[error] scalaz.Free.go2$1(Free.scala:119) | |
[error] scalaz.Free.go(Free.scala:122) | |
[error] scalaz.Free.run(Free.scala:172) | |
[error] scalaz.stream.process1$Await1$$anonfun$unapply$1$$anonfun$apply$37.apply(process1.scala:818) | |
[error] scalaz.stream.process1$Await1$$anonfun$unapply$1$$anonfun$apply$37.apply(process1.scala:818) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.process1$Await1$$anonfun$unapply$1.apply(process1.scala:818) | |
[error] scalaz.stream.process1$Await1$$anonfun$unapply$1.apply(process1.scala:818) | |
[error] scalaz.stream.process1$.go$6(process1.scala:197) | |
[error] scalaz.stream.process1$.feed(process1.scala:202) | |
[error] scalaz.stream.Process$$anonfun$pipe$1.apply(Process.scala:144) | |
[error] scalaz.stream.Process$$anonfun$pipe$1.apply(Process.scala:138) | |
[error] scalaz.stream.Process$$anonfun$flatMap$1.apply(Process.scala:45) | |
[error] scalaz.stream.Process$$anonfun$flatMap$1.apply(Process.scala:45) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$class.flatMap(Process.scala:45) | |
[error] scalaz.stream.Process$Emit.flatMap(Process.scala:576) | |
[error] scalaz.stream.Process$$anonfun$flatMap$4.apply(Process.scala:47) | |
[error] scalaz.stream.Process$$anonfun$flatMap$4.apply(Process.scala:47) | |
[error] scalaz.Free$$anonfun$map$1.apply(Free.scala:52) | |
[error] scalaz.Free$$anonfun$map$1.apply(Free.scala:52) | |
[error] scalaz.Free.resume(Free.scala:73) | |
[error] scalaz.Free.go2$1(Free.scala:118) | |
[error] scalaz.Free.go(Free.scala:122) | |
[error] scalaz.Free.run(Free.scala:172) | |
[error] scalaz.stream.Process$$anonfun$go$1$1.apply(Process.scala:83) | |
[error] scalaz.stream.Process$$anonfun$go$1$1.apply(Process.scala:83) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$class.go$1(Process.scala:83) | |
[error] scalaz.stream.Process$class.step(Process.scala:96) | |
[error] scalaz.stream.Process$Append.step(Process.scala:616) | |
[error] scalaz.stream.Process$$anonfun$pipe$1.apply(Process.scala:142) | |
[error] scalaz.stream.Process$$anonfun$pipe$1.apply(Process.scala:138) | |
[error] scalaz.stream.Process$$anonfun$flatMap$1.apply(Process.scala:45) | |
[error] scalaz.stream.Process$$anonfun$flatMap$1.apply(Process.scala:45) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$class.flatMap(Process.scala:45) | |
[error] scalaz.stream.Process$Emit.flatMap(Process.scala:576) | |
[error] scalaz.stream.Process$$anonfun$flatMap$4.apply(Process.scala:47) | |
[error] scalaz.stream.Process$$anonfun$flatMap$4.apply(Process.scala:47) | |
[error] scalaz.Free$$anonfun$map$1.apply(Free.scala:52) | |
[error] scalaz.Free$$anonfun$map$1.apply(Free.scala:52) | |
[error] scalaz.Free$$anonfun$flatMap$1$$anonfun$apply$1.apply(Free.scala:60) | |
[error] scalaz.Free$$anonfun$flatMap$1$$anonfun$apply$1.apply(Free.scala:60) | |
[error] scalaz.Free.resume(Free.scala:72) | |
[error] scalaz.Free.go2$1(Free.scala:118) | |
[error] scalaz.Free.go(Free.scala:122) | |
[error] scalaz.Free.run(Free.scala:172) | |
[error] scalaz.stream.Process$$anonfun$go$1$1.apply(Process.scala:83) | |
[error] scalaz.stream.Process$$anonfun$go$1$1.apply(Process.scala:83) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$class.go$1(Process.scala:83) | |
[error] scalaz.stream.Process$class.step(Process.scala:96) | |
[error] scalaz.stream.Process$Append.step(Process.scala:616) | |
[error] scalaz.stream.Process$$anonfun$tee$1.apply(Process.scala:182) | |
[error] scalaz.stream.Process$$anonfun$tee$1.apply(Process.scala:180) | |
[error] scalaz.stream.Process$$anonfun$flatMap$1.apply(Process.scala:45) | |
[error] scalaz.stream.Process$$anonfun$flatMap$1.apply(Process.scala:45) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$class.flatMap(Process.scala:45) | |
[error] scalaz.stream.Process$Emit.flatMap(Process.scala:576) | |
[error] scalaz.stream.Process$$anonfun$flatMap$4.apply(Process.scala:47) | |
[error] scalaz.stream.Process$$anonfun$flatMap$4.apply(Process.scala:47) | |
[error] scalaz.Free$$anonfun$map$1.apply(Free.scala:52) | |
[error] scalaz.Free$$anonfun$map$1.apply(Free.scala:52) | |
[error] scalaz.Free$$anonfun$flatMap$1$$anonfun$apply$1.apply(Free.scala:60) | |
[error] scalaz.Free$$anonfun$flatMap$1$$anonfun$apply$1.apply(Free.scala:60) | |
[error] scalaz.Free.resume(Free.scala:72) | |
[error] scalaz.Free.go2$1(Free.scala:118) | |
[error] scalaz.Free.go(Free.scala:122) | |
[error] scalaz.Free.run(Free.scala:172) | |
[error] scalaz.stream.Process$$anonfun$go$1$1.apply(Process.scala:83) | |
[error] scalaz.stream.Process$$anonfun$go$1$1.apply(Process.scala:83) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$class.go$1(Process.scala:83) | |
[error] scalaz.stream.Process$class.step(Process.scala:96) | |
[error] scalaz.stream.Process$Append.step(Process.scala:616) | |
[error] scalaz.stream.Process$$anonfun$pipe$1.apply(Process.scala:142) | |
[error] scalaz.stream.Process$$anonfun$pipe$1.apply(Process.scala:138) | |
[error] scalaz.stream.Process$$anonfun$flatMap$1.apply(Process.scala:45) | |
[error] scalaz.stream.Process$$anonfun$flatMap$1.apply(Process.scala:45) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$class.flatMap(Process.scala:45) | |
[error] scalaz.stream.Process$Emit.flatMap(Process.scala:576) | |
[error] scalaz.stream.Process$$anonfun$flatMap$4.apply(Process.scala:47) | |
[error] scalaz.stream.Process$$anonfun$flatMap$4.apply(Process.scala:47) | |
[error] scalaz.Free$$anonfun$map$1.apply(Free.scala:52) | |
[error] scalaz.Free$$anonfun$map$1.apply(Free.scala:52) | |
[error] scalaz.Free$$anonfun$flatMap$1$$anonfun$apply$1.apply(Free.scala:60) | |
[error] scalaz.Free$$anonfun$flatMap$1$$anonfun$apply$1.apply(Free.scala:60) | |
[error] scalaz.Free.resume(Free.scala:72) | |
[error] scalaz.Free.go2$1(Free.scala:118) | |
[error] scalaz.Free.go(Free.scala:122) | |
[error] scalaz.Free.run(Free.scala:172) | |
[error] scalaz.stream.Process$$anonfun$go$1$1.apply(Process.scala:83) | |
[error] scalaz.stream.Process$$anonfun$go$1$1.apply(Process.scala:83) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$class.go$1(Process.scala:83) | |
[error] scalaz.stream.Process$class.step(Process.scala:96) | |
[error] scalaz.stream.Process$Append.step(Process.scala:616) | |
[error] scalaz.stream.Process$$anonfun$tee$1.apply(Process.scala:182) | |
[error] scalaz.stream.Process$$anonfun$tee$1.apply(Process.scala:180) | |
[error] scalaz.stream.Process$$anonfun$flatMap$1.apply(Process.scala:45) | |
[error] scalaz.stream.Process$$anonfun$flatMap$1.apply(Process.scala:45) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$class.flatMap(Process.scala:45) | |
[error] scalaz.stream.Process$Emit.flatMap(Process.scala:576) | |
[error] scalaz.stream.Process$$anonfun$flatMap$4.apply(Process.scala:47) | |
[error] scalaz.stream.Process$$anonfun$flatMap$4.apply(Process.scala:47) | |
[error] scalaz.Free$$anonfun$map$1.apply(Free.scala:52) | |
[error] scalaz.Free$$anonfun$map$1.apply(Free.scala:52) | |
[error] scalaz.Free$$anonfun$flatMap$1$$anonfun$apply$1.apply(Free.scala:60) | |
[error] scalaz.Free$$anonfun$flatMap$1$$anonfun$apply$1.apply(Free.scala:60) | |
[error] scalaz.Free.resume(Free.scala:72) | |
[error] scalaz.Free.go2$1(Free.scala:118) | |
[error] scalaz.Free.go(Free.scala:122) | |
[error] scalaz.Free.run(Free.scala:172) | |
[error] scalaz.stream.Process$$anonfun$go$1$1.apply(Process.scala:83) | |
[error] scalaz.stream.Process$$anonfun$go$1$1.apply(Process.scala:83) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$class.go$1(Process.scala:83) | |
[error] scalaz.stream.Process$class.step(Process.scala:96) | |
[error] scalaz.stream.Process$Append.step(Process.scala:616) | |
[error] scalaz.stream.Process$$anonfun$pipe$1.apply(Process.scala:142) | |
[error] scalaz.stream.Process$$anonfun$pipe$1.apply(Process.scala:138) | |
[error] scalaz.stream.Process$$anonfun$flatMap$1.apply(Process.scala:45) | |
[error] scalaz.stream.Process$$anonfun$flatMap$1.apply(Process.scala:45) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$class.flatMap(Process.scala:45) | |
[error] scalaz.stream.Process$Emit.flatMap(Process.scala:576) | |
[error] scalaz.stream.Process$$anonfun$flatMap$4.apply(Process.scala:47) | |
[error] scalaz.stream.Process$$anonfun$flatMap$4.apply(Process.scala:47) | |
[error] scalaz.Free$$anonfun$map$1.apply(Free.scala:52) | |
[error] scalaz.Free$$anonfun$map$1.apply(Free.scala:52) | |
[error] scalaz.Free.resume(Free.scala:73) | |
[error] scalaz.Free.go2$1(Free.scala:118) | |
[error] scalaz.Free.go(Free.scala:122) | |
[error] scalaz.Free.run(Free.scala:172) | |
[error] scalaz.stream.Process$$anonfun$go$1$1.apply(Process.scala:83) | |
[error] scalaz.stream.Process$$anonfun$go$1$1.apply(Process.scala:83) | |
[error] scalaz.stream.Util$.Try(Util.scala:38) | |
[error] scalaz.stream.Process$class.go$1(Process.scala:83) | |
[error] scalaz.stream.Process$class.step(Process.scala:96) | |
[error] scalaz.stream.Process$Append.step(Process.scala:616) | |
[error] scalaz.stream.Process$class.go$3(Process.scala:469) | |
[error] scalaz.stream.Process$class.runFoldMap(Process.scala:488) | |
[error] scalaz.stream.Process$Append.runFoldMap(Process.scala:616) | |
[error] scalaz.stream.Process$class.runLog(Process.scala:498) | |
[error] scalaz.stream.Process$Append.runLog(Process.scala:616) | |
[error] scalaz.stream.Process$class.runLastOr(Process.scala:511) | |
[error] scalaz.stream.Process$Append.runLastOr(Process.scala:616) | |
[error] org.specs2.data.Fold$$anonfun$runFoldLast$1.apply(Fold.scala:179) | |
[error] org.specs2.data.Fold$$anonfun$runFoldLast$1.apply(Fold.scala:179) | |
[error] scalaz.syntax.BindOps$$anonfun$$greater$greater$1.apply(BindSyntax.scala:19) | |
[error] scalaz.concurrent.Task$$anonfun$flatMap$1$$anonfun$1.apply(Task.scala:36) | |
[error] scalaz.concurrent.Task$$anonfun$flatMap$1$$anonfun$1.apply(Task.scala:36) | |
[error] scalaz.concurrent.Task$.Try(Task.scala:385) | |
[error] scalaz.concurrent.Task$$anonfun$flatMap$1.apply(Task.scala:36) | |
[error] scalaz.concurrent.Task$$anonfun$flatMap$1.apply(Task.scala:34) | |
[error] scala.Function1$$anonfun$andThen$1.apply(Function1.scala:52) | |
[error] scalaz.concurrent.Future$$anonfun$flatMap$1.apply(Future.scala:59) | |
[error] scalaz.concurrent.Future$$anonfun$flatMap$1.apply(Future.scala:59) | |
[error] scalaz.concurrent.Future.step(Future.scala:110) | |
[error] scalaz.concurrent.Future.listen(Future.scala:76) | |
[error] scalaz.concurrent.Future.runAsync(Future.scala:143) | |
[error] scalaz.concurrent.Future.run(Future.scala:160) | |
[error] scalaz.concurrent.Task.attemptRun(Task.scala:104) | |
[error] org.specs2.control.ActionT$.fromTask(ActionT.scala:125) | |
[error] org.specs2.control.ActionTSupport$class.fromTask(ActionT.scala:188) | |
[error] org.specs2.control.package$Actions$.fromTask(package.scala:29) | |
[error] org.specs2.reporter.Reporter$$anonfun$report$1.apply(Reporter.scala:47) | |
[error] org.specs2.reporter.Reporter$$anonfun$report$1.apply(Reporter.scala:37) | |
[error] org.specs2.runner.SbtRunner$$anonfun$specificationRun$1$$anonfun$2.apply(SbtRunner.scala:75) | |
[error] org.specs2.runner.SbtRunner$$anonfun$specificationRun$1$$anonfun$2.apply(SbtRunner.scala:75) | |
[error] org.specs2.control.ActionT$$anonfun$flatMap$1$$anonfun$apply$2.apply(ActionT.scala:36) | |
[error] org.specs2.control.ActionT$$anonfun$flatMap$1$$anonfun$apply$2.apply(ActionT.scala:36) | |
[error] org.specs2.control.StatusT$$anonfun$flatMap$1.apply(StatusT.scala:20) | |
[error] org.specs2.control.StatusT$$anonfun$flatMap$1.apply(StatusT.scala:19) | |
[error] scala.Function1$$anonfun$andThen$1.apply(Function1.scala:52) | |
[error] scalaz.WriterT$$anonfun$flatMapF$1.apply(WriterT.scala:63) | |
[error] scalaz.WriterT$$anonfun$flatMapF$1.apply(WriterT.scala:62) | |
[error] scalaz.effect.IO$$anonfun$flatMap$1$$anonfun$apply$9.apply(IO.scala:62) | |
[error] scalaz.effect.IO$$anonfun$flatMap$1$$anonfun$apply$9.apply(IO.scala:61) | |
[error] scalaz.Free$$anonfun$flatMap$1$$anonfun$apply$1.apply(Free.scala:60) | |
[error] scalaz.Free$$anonfun$flatMap$1$$anonfun$apply$1.apply(Free.scala:60) | |
[error] scalaz.Free.resume(Free.scala:72) | |
[error] scalaz.Free.go2$1(Free.scala:118) | |
[error] scalaz.Free.go(Free.scala:122) | |
[error] scalaz.Free.run(Free.scala:172) | |
[error] scalaz.effect.IO$class.unsafePerformIO(IO.scala:22) | |
[error] scalaz.effect.IOFunctions$$anon$6.unsafePerformIO(IO.scala:227) | |
[error] org.specs2.runner.SbtRunner$$anonfun$newTask$1$$anon$4.execute(SbtRunner.scala:40) | |
[error] sbt.ForkMain$Run$2.call(ForkMain.java:294) | |
[error] sbt.ForkMain$Run$2.call(ForkMain.java:284) | |
[error] java.util.concurrent.FutureTask.run(FutureTask.java:266) | |
[error] java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
[error] java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
[error] java.lang.Thread.run(Thread.java:745) | |
[error] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment