Created
March 26, 2013 11:40
-
-
Save alexanderdean/5244773 to your computer and use it in GitHub Desktop.
Updated console showing errors between Specs2 and Scalding
This file contains hidden or 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
| <snip> | |
| [info] IdentityTest | |
| [info] | |
| [info] + The identity function should work for any pair of Strings | |
| [info] | |
| [info] Total for specification IdentityTest | |
| [info] Finished in 0 ms | |
| [info] 1 example, 100 expectations, 0 failure, 0 error | |
| [info] | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] starting | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] source: MemoryTap["TextLine[['offset', 'line']->[ALL]]"]["0.49343116587708413"] | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] sink: MemoryTap["TextDelimited[[UNKNOWN]->[ALL]]"]["0.8662198489462489"] | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] sink: MemoryTap["TextLine[['offset', 'line']->[ALL]]"]["0.2761943875828602"] | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] parallel execution is enabled: true | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] starting jobs: 1 | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] allocating threads: 1 | |
| 13/03/26 11:37:19 INFO flow.FlowStep: [com.snowplowanalytics....] starting step: local | |
| [trace] Stack trace suppressed: run last test:test for the full output. | |
| [error] Could not run test com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest: java.util.NoSuchElementException: head of empty list | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] starting | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] source: MemoryTap["TextLine[['offset', 'line']->[ALL]]"]["0.8057256667085743"] | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] sink: MemoryTap["TextDelimited[[UNKNOWN]->[ALL]]"]["0.48309227256400766"] | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] sink: MemoryTap["TextLine[['offset', 'line']->[ALL]]"]["0.4578806534559664"] | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] parallel execution is enabled: true | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] starting jobs: 1 | |
| 13/03/26 11:37:19 INFO flow.Flow: [com.snowplowanalytics....] allocating threads: 1 | |
| 13/03/26 11:37:19 INFO flow.FlowStep: [com.snowplowanalytics....] starting step: local | |
| [trace] Stack trace suppressed: run last test:test for the full output. | |
| [error] Could not run test com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest: java.util.NoSuchElementException: head of empty list | |
| [info] ExtractMarketingFieldsTest | |
| [info] | |
| [info] + Extracting valid marketing campaigns with extractMarketingFields should work | |
| [info] | |
| [info] Total for specification ExtractMarketingFieldsTest | |
| [info] Finished in 0 ms | |
| [info] 1 example, 0 failure, 0 error | |
| [info] | |
| [error] Error: Total 25, Failed 0, Errors 0, Passed 25, Skipped 0 | |
| [error] Error during tests: | |
| [error] com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest | |
| [error] com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest | |
| [trace] Stack trace suppressed: run last test:test for the full output. | |
| [error] (test:test) Tests unsuccessful | |
| [error] Total time: 7 s, completed 26-Mar-2013 11:37:19 | |
| snowplow-hadoop-etl > last test:test | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.utils.MapTransformerTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.jobs.InvalidCfLinesTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.enrichments.ExtractResolutionTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.jobs.PagePingCfLineTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.jobs.GoodCfLinesTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.enrichments.EtlVersionTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.jobs.DiscardableCfLinesTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.enrichments.ExtractPlatformTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.jobs.BadTrackerCfLinesTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.jobs.CorruptedCfLinesTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.enrichments.IdentityTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| java.util.NoSuchElementException: head of empty list | |
| at scala.collection.immutable.Nil$.head(List.scala:402) | |
| at scala.collection.immutable.Nil$.head(List.scala:399) | |
| at scala.collection.generic.TraversableForwarder$class.head(TraversableForwarder.scala:51) | |
| at scala.collection.mutable.ListBuffer.head(ListBuffer.scala:44) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.CorruptedCfLinesTest$$anonfun$1$$anonfun$apply$mcV$sp$3.apply(CorruptedCfLinesTest.scala:55) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.CorruptedCfLinesTest$$anonfun$1$$anonfun$apply$mcV$sp$3.apply(CorruptedCfLinesTest.scala:54) | |
| at com.twitter.scalding.JobTest$$anonfun$sink$1.apply$mcV$sp(JobTest.scala:66) | |
| at com.twitter.scalding.JobTest$$anonfun$runJob$2.apply(JobTest.scala:132) | |
| at com.twitter.scalding.JobTest$$anonfun$runJob$2.apply(JobTest.scala:132) | |
| at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:60) | |
| at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47) | |
| at com.twitter.scalding.JobTest.runJob(JobTest.scala:132) | |
| at com.twitter.scalding.JobTest.run(JobTest.scala:80) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest$$anonfun$1.apply$mcV$sp(StructEventCfLineTest.scala:155) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest$$anonfun$1.apply(StructEventCfLineTest.scala:156) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest$$anonfun$1.apply(StructEventCfLineTest.scala:156) | |
| at org.specs2.mutable.SideEffectingCreationPaths$$anonfun$executeBlock$1.apply$mcV$sp(FragmentsBuilder.scala:280) | |
| at org.specs2.mutable.SideEffectingCreationPaths$class.replay(FragmentsBuilder.scala:252) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest.replay(StructEventCfLineTest.scala:37) | |
| at org.specs2.mutable.FragmentsBuilder$class.fragments(FragmentsBuilder.scala:21) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest.fragments(StructEventCfLineTest.scala:37) | |
| at org.specs2.mutable.Specification$class.is(Specification.scala:13) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest.is(StructEventCfLineTest.scala:37) | |
| at org.specs2.specification.SpecificationStructure$$anonfun$content$1.apply(BaseSpecification.scala:55) | |
| at org.specs2.specification.SpecificationStructure$$anonfun$content$1.apply(BaseSpecification.scala:55) | |
| at org.specs2.specification.SpecificationStructure$class.map(BaseSpecification.scala:43) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest.map(StructEventCfLineTest.scala:37) | |
| at org.specs2.specification.SpecificationStructure$class.content(BaseSpecification.scala:55) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest.content(StructEventCfLineTest.scala:37) | |
| at org.specs2.runner.TestInterfaceRunner.runSpecification(TestInterfaceRunner.scala:59) | |
| at org.specs2.runner.TestInterfaceRunner.run(TestInterfaceRunner.scala:52) | |
| at sbt.TestRunner.delegateRun(TestFramework.scala:57) | |
| at sbt.TestRunner.run(TestFramework.scala:51) | |
| at sbt.TestRunner.runTest$1(TestFramework.scala:71) | |
| at sbt.TestRunner.run(TestFramework.scala:80) | |
| at sbt.TestFramework$$anonfun$6$$anonfun$apply$8$$anonfun$7$$anonfun$apply$9.apply(TestFramework.scala:178) | |
| at sbt.TestFramework$$anonfun$6$$anonfun$apply$8$$anonfun$7$$anonfun$apply$9.apply(TestFramework.scala:178) | |
| at sbt.TestFramework$.sbt$TestFramework$$withContextLoader(TestFramework.scala:190) | |
| at sbt.TestFramework$$anonfun$6$$anonfun$apply$8$$anonfun$7.apply(TestFramework.scala:178) | |
| at sbt.TestFramework$$anonfun$6$$anonfun$apply$8$$anonfun$7.apply(TestFramework.scala:178) | |
| at sbt.Tests$$anonfun$makeSerial$1$$anonfun$apply$8.apply(Tests.scala:121) | |
| at sbt.Tests$$anonfun$makeSerial$1$$anonfun$apply$8.apply(Tests.scala:121) | |
| at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:233) | |
| at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:233) | |
| at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:59) | |
| at scala.collection.immutable.List.foreach(List.scala:76) | |
| at scala.collection.TraversableLike$class.map(TraversableLike.scala:233) | |
| at scala.collection.immutable.List.map(List.scala:76) | |
| at sbt.Tests$$anonfun$makeSerial$1.apply(Tests.scala:121) | |
| at sbt.Tests$$anonfun$makeSerial$1.apply(Tests.scala:121) | |
| at sbt.std.Transform$$anon$3$$anonfun$apply$2.apply(System.scala:47) | |
| at sbt.std.Transform$$anon$3$$anonfun$apply$2.apply(System.scala:47) | |
| at sbt.std.Transform$$anon$5.work(System.scala:71) | |
| at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232) | |
| at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232) | |
| at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18) | |
| at sbt.Execute.work(Execute.scala:238) | |
| at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232) | |
| at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232) | |
| at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159) | |
| at sbt.CompletionService$$anon$2.call(CompletionService.scala:30) | |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:138) | |
| at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) | |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:138) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
| at java.lang.Thread.run(Thread.java:662) | |
| [error] Could not run test com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest: java.util.NoSuchElementException: head of empty list | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| java.util.NoSuchElementException: head of empty list | |
| at scala.collection.immutable.Nil$.head(List.scala:402) | |
| at scala.collection.immutable.Nil$.head(List.scala:399) | |
| at scala.collection.generic.TraversableForwarder$class.head(TraversableForwarder.scala:51) | |
| at scala.collection.mutable.ListBuffer.head(ListBuffer.scala:44) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.CorruptedCfLinesTest$$anonfun$1$$anonfun$apply$mcV$sp$3.apply(CorruptedCfLinesTest.scala:55) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.CorruptedCfLinesTest$$anonfun$1$$anonfun$apply$mcV$sp$3.apply(CorruptedCfLinesTest.scala:54) | |
| at com.twitter.scalding.JobTest$$anonfun$sink$1.apply$mcV$sp(JobTest.scala:66) | |
| at com.twitter.scalding.JobTest$$anonfun$runJob$2.apply(JobTest.scala:132) | |
| at com.twitter.scalding.JobTest$$anonfun$runJob$2.apply(JobTest.scala:132) | |
| at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:60) | |
| at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47) | |
| at com.twitter.scalding.JobTest.runJob(JobTest.scala:132) | |
| at com.twitter.scalding.JobTest.run(JobTest.scala:80) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest$$anonfun$1.apply$mcV$sp(PageViewCfLineTest.scala:155) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest$$anonfun$1.apply(PageViewCfLineTest.scala:156) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest$$anonfun$1.apply(PageViewCfLineTest.scala:156) | |
| at org.specs2.mutable.SideEffectingCreationPaths$$anonfun$executeBlock$1.apply$mcV$sp(FragmentsBuilder.scala:280) | |
| at org.specs2.mutable.SideEffectingCreationPaths$class.replay(FragmentsBuilder.scala:252) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest.replay(PageViewCfLineTest.scala:37) | |
| at org.specs2.mutable.FragmentsBuilder$class.fragments(FragmentsBuilder.scala:21) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest.fragments(PageViewCfLineTest.scala:37) | |
| at org.specs2.mutable.Specification$class.is(Specification.scala:13) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest.is(PageViewCfLineTest.scala:37) | |
| at org.specs2.specification.SpecificationStructure$$anonfun$content$1.apply(BaseSpecification.scala:55) | |
| at org.specs2.specification.SpecificationStructure$$anonfun$content$1.apply(BaseSpecification.scala:55) | |
| at org.specs2.specification.SpecificationStructure$class.map(BaseSpecification.scala:43) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest.map(PageViewCfLineTest.scala:37) | |
| at org.specs2.specification.SpecificationStructure$class.content(BaseSpecification.scala:55) | |
| at com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest.content(PageViewCfLineTest.scala:37) | |
| at org.specs2.runner.TestInterfaceRunner.runSpecification(TestInterfaceRunner.scala:59) | |
| at org.specs2.runner.TestInterfaceRunner.run(TestInterfaceRunner.scala:52) | |
| at sbt.TestRunner.delegateRun(TestFramework.scala:57) | |
| at sbt.TestRunner.run(TestFramework.scala:51) | |
| at sbt.TestRunner.runTest$1(TestFramework.scala:71) | |
| at sbt.TestRunner.run(TestFramework.scala:80) | |
| at sbt.TestFramework$$anonfun$6$$anonfun$apply$8$$anonfun$7$$anonfun$apply$9.apply(TestFramework.scala:178) | |
| at sbt.TestFramework$$anonfun$6$$anonfun$apply$8$$anonfun$7$$anonfun$apply$9.apply(TestFramework.scala:178) | |
| at sbt.TestFramework$.sbt$TestFramework$$withContextLoader(TestFramework.scala:190) | |
| at sbt.TestFramework$$anonfun$6$$anonfun$apply$8$$anonfun$7.apply(TestFramework.scala:178) | |
| at sbt.TestFramework$$anonfun$6$$anonfun$apply$8$$anonfun$7.apply(TestFramework.scala:178) | |
| at sbt.Tests$$anonfun$makeSerial$1$$anonfun$apply$8.apply(Tests.scala:121) | |
| at sbt.Tests$$anonfun$makeSerial$1$$anonfun$apply$8.apply(Tests.scala:121) | |
| at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:233) | |
| at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:233) | |
| at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:59) | |
| at scala.collection.immutable.List.foreach(List.scala:76) | |
| at scala.collection.TraversableLike$class.map(TraversableLike.scala:233) | |
| at scala.collection.immutable.List.map(List.scala:76) | |
| at sbt.Tests$$anonfun$makeSerial$1.apply(Tests.scala:121) | |
| at sbt.Tests$$anonfun$makeSerial$1.apply(Tests.scala:121) | |
| at sbt.std.Transform$$anon$3$$anonfun$apply$2.apply(System.scala:47) | |
| at sbt.std.Transform$$anon$3$$anonfun$apply$2.apply(System.scala:47) | |
| at sbt.std.Transform$$anon$5.work(System.scala:71) | |
| at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232) | |
| at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232) | |
| at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18) | |
| at sbt.Execute.work(Execute.scala:238) | |
| at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232) | |
| at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232) | |
| at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159) | |
| at sbt.CompletionService$$anon$2.call(CompletionService.scala:30) | |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:138) | |
| at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) | |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:138) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
| at java.lang.Thread.run(Thread.java:662) | |
| [error] Could not run test com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest: java.util.NoSuchElementException: head of empty list | |
| [debug] Running Test com.snowplowanalytics.snowplow.hadoop.etl.enrichments.web.ExtractMarketingFieldsTest : subclass(false, org.specs2.specification.SpecificationStructure) with arguments | |
| [error] Error: Total 25, Failed 0, Errors 0, Passed 25, Skipped 0 | |
| [debug] Passed tests: | |
| [debug] com.snowplowanalytics.snowplow.hadoop.etl.enrichments.web.ExtractMarketingFieldsTest | |
| [debug] com.snowplowanalytics.snowplow.hadoop.etl.jobs.BadTrackerCfLinesTest | |
| [debug] com.snowplowanalytics.snowplow.hadoop.etl.jobs.CorruptedCfLinesTest | |
| [debug] com.snowplowanalytics.snowplow.hadoop.etl.enrichments.ExtractPlatformTest | |
| [debug] com.snowplowanalytics.snowplow.hadoop.etl.enrichments.IdentityTest | |
| [debug] com.snowplowanalytics.snowplow.hadoop.etl.jobs.InvalidCfLinesTest | |
| [debug] com.snowplowanalytics.snowplow.hadoop.etl.utils.MapTransformerTest | |
| [debug] com.snowplowanalytics.snowplow.hadoop.etl.enrichments.EtlVersionTest | |
| [debug] com.snowplowanalytics.snowplow.hadoop.etl.jobs.GoodCfLinesTest | |
| [debug] com.snowplowanalytics.snowplow.hadoop.etl.jobs.PagePingCfLineTest | |
| [debug] com.snowplowanalytics.snowplow.hadoop.etl.enrichments.ExtractResolutionTest | |
| [debug] com.snowplowanalytics.snowplow.hadoop.etl.jobs.DiscardableCfLinesTest | |
| [error] Error during tests: | |
| [error] com.snowplowanalytics.snowplow.hadoop.etl.jobs.PageViewCfLineTest | |
| [error] com.snowplowanalytics.snowplow.hadoop.etl.jobs.StructEventCfLineTest | |
| java.lang.RuntimeException: Tests unsuccessful | |
| at scala.sys.package$.error(package.scala:27) | |
| at scala.Predef$.error(Predef.scala:123) | |
| at sbt.Tests$.showResults(Tests.scala:192) | |
| at sbt.Defaults$$anonfun$testTasks$6.apply(Defaults.scala:296) | |
| at sbt.Defaults$$anonfun$testTasks$6.apply(Defaults.scala:294) | |
| at sbt.Scoped$$anonfun$hf4$1.apply(Structure.scala:580) | |
| at sbt.Scoped$$anonfun$hf4$1.apply(Structure.scala:580) | |
| at scala.Function1$$anonfun$compose$1.apply(Function1.scala:49) | |
| at sbt.Scoped$Reduced$$anonfun$combine$1$$anonfun$apply$12.apply(Structure.scala:311) | |
| at sbt.Scoped$Reduced$$anonfun$combine$1$$anonfun$apply$12.apply(Structure.scala:311) | |
| at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:41) | |
| at sbt.std.Transform$$anon$5.work(System.scala:71) | |
| at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232) | |
| at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232) | |
| at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18) | |
| at sbt.Execute.work(Execute.scala:238) | |
| at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232) | |
| at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232) | |
| at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159) | |
| at sbt.CompletionService$$anon$2.call(CompletionService.scala:30) | |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:138) | |
| at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) | |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:138) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
| at java.lang.Thread.run(Thread.java:662) | |
| [error] (test:test) Tests unsuccessful | |
| snowplow-hadoop-etl > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment