Skip to content

Instantly share code, notes, and snippets.

@clhodapp
Created July 30, 2013 11:49
Show Gist options
  • Select an option

  • Save clhodapp/6112280 to your computer and use it in GitHub Desktop.

Select an option

Save clhodapp/6112280 to your computer and use it in GitHub Desktop.
Log from issue 188
[info] Loading project definition from /Users/clhodapp/gsoc/git/slick/project
[info] Set current project to root (in build file:/Users/clhodapp/gsoc/git/slick/)
[info] Test run started
[info] Test scala.slick.test.lifted.SchemaSupportTest.testSchemaSupport started
[info] Test run finished: 0 failed, 0 ignored, 1 total, 0.653s
[info] Test run started
[Using test database jdbc:h2:mem:test1]
[info] Test scala.slick.test.direct.QueryableTest.test[0] started
[info] Test run finished: 0 failed, 0 ignored, 1 total, 6.958s
[info] Test run started
[Using test database jdbc:h2:mem:test1]
[info] Test scala.slick.test.jdbc.MetaTest.test[0] started
[Using test database jdbc:sqlite::memory:]
[info] Test scala.slick.test.jdbc.MetaTest.test[1] started
[Using test database jdbc:derby:memory:test1;create=true]
[info] Test scala.slick.test.jdbc.MetaTest.test[2] started
[Using test database jdbc:hsqldb:mem:test1;user=SA;password=;shutdown=true]
[info] Test scala.slick.test.jdbc.MetaTest.test[3] started
[info] Test run finished: 0 failed, 0 ignored, 4 total, 3.711s
[info] Test run started
[Using test database jdbc:h2:mem:test1]
[info] Test scala.slick.test.jdbc.EmbeddingTest.testRaw[0] started
[info] Test run finished: 0 failed, 0 ignored, 1 total, 0.015s
[info] Test run started
[Using test database jdbc:h2:mem:test1]
[info] Test scala.slick.test.jdbc.StatementParametersTest.testExplicit[0] started
[Using test database jdbc:h2:mem:test1]
[info] Test scala.slick.test.jdbc.StatementParametersTest.testImplicit[0] started
[info] Test run finished: 0 failed, 0 ignored, 2 total, 0.0060s
[info] Test run started
[info] Test scala.slick.test.lifted.TablesInObjectTest.test1 started
[info] Test run finished: 0 failed, 0 ignored, 1 total, 0.043s
[info] Test run started
[info] Test com.typesafe.slick.testkit.tests.ReducedTest.testQuery[h2mem] started
*** (s.slick.compiler.QueryCompiler) Source:
Bind
from @675935878: ProductNode
1: Path /1888438432._1
2: Path /1888438432._2
select: Pure
value: ProductNode
1: Apply Function min
0: Bind
from @1840057073: ProductNode
1: Path @675935878._2._1
2: Path @675935878._2._2
3: Path @675935878._2._3
select: Pure
value: Path @1840057073._3
2: Path @675935878._1
3: Apply Function count(*)
0: Ref /944052238
//944052238: Bind
from @1743833346: ProductNode
1: Path @675935878._2._1
2: Path @675935878._2._2
3: Path @675935878._2._3
select: Pure
value: Path @1743833346._1
//1897715613: Path @479182447._2
//555710479: Path @419639750._2
//548981502: Join right outer
left @1142356602: Table COFFEES
right @1083605634: Table SUPPLIERS
on: Apply Function =
0: Path @1142356602.SUP_ID
1: Path @1083605634.SUP_ID
//1498564078: Bind
from @419639750: ProductNode
1: Path /548981502._1
2: Path /548981502._2
select: Pure
value: ProductNode
1: Path @419639750._1
2: Path @419639750._2
3: Path /555710479.SUP_NAME
//1888438432: GroupBy
from @479182447: ProductNode
1: Path /1498564078._1
2: Path /1498564078._2
3: Path /1498564078._3
by @678246930: Path /1897715613.SUP_ID
*** (s.slick.compiler.QueryCompiler) After phase localizeRefs:
LetDynamic
let s2: Bind
from s8: ProductNode
1: Path s6._1
2: Path s6._2
select: Pure
value: ProductNode
1: Path s8._1
2: Path s8._2
3: Path s7.SUP_NAME
let s3: GroupBy
from s9: ProductNode
1: Path s2._1
2: Path s2._2
3: Path s2._3
by s10: Path s4.SUP_ID
let s4: Path s9._2
let s5: Bind
from s11: ProductNode
1: Path s12._2._1
2: Path s12._2._2
3: Path s12._2._3
select: Pure
value: Path s11._1
let s6: Join right outer
left s13: Table COFFEES
right s14: Table SUPPLIERS
on: Apply Function =
0: Path s13.SUP_ID
1: Path s14.SUP_ID
let s7: Path s8._2
in: Bind
from s12: ProductNode
1: Path s3._1
2: Path s3._2
select: Pure
value: ProductNode
1: Apply Function min
0: Bind
from s15: ProductNode
1: Path s12._2._1
2: Path s12._2._2
3: Path s12._2._3
select: Pure
value: Path s15._3
2: Path s12._1
3: Apply Function count(*)
0: Ref s5
*** (s.slick.compiler.QueryCompiler) After phase reconstructProducts:
LetDynamic
let s2: Bind
from s8: Ref s6
select: Pure
value: ProductNode
1: Path s8._1
2: Path s8._2
3: Path s7.SUP_NAME
let s3: GroupBy
from s9: Ref s2
by s10: Path s4.SUP_ID
let s4: Path s9._2
let s5: Bind
from s11: ProductNode
1: Path s12._2._1
2: Path s12._2._2
3: Path s12._2._3
select: Pure
value: Path s11._1
let s6: Join right outer
left s13: Table COFFEES
right s14: Table SUPPLIERS
on: Apply Function =
0: Path s13.SUP_ID
1: Path s14.SUP_ID
let s7: Path s8._2
in: Bind
from s12: Ref s3
select: Pure
value: ProductNode
1: Apply Function min
0: Bind
from s15: ProductNode
1: Path s12._2._1
2: Path s12._2._2
3: Path s12._2._3
select: Pure
value: Path s15._3
2: Path s12._1
3: Apply Function count(*)
0: Ref s5
*** (s.slick.compiler.QueryCompiler) After phase inline:
Bind
from s12: GroupBy
from s9: Bind
from s8: Join right outer
left s13: Table COFFEES
right s14: Table SUPPLIERS
on: Apply Function =
0: Path s13.SUP_ID
1: Path s14.SUP_ID
select: Pure
value: ProductNode
1: Path s8._1
2: Path s8._2
3: Path s8._2.SUP_NAME
by s10: Path s9._2.SUP_ID
select: Pure
value: ProductNode
1: Apply Function min
0: Bind
from s15: ProductNode
1: Path s12._2._1
2: Path s12._2._2
3: Path s12._2._3
select: Pure
value: Path s15._3
2: Path s12._1
3: Apply Function count(*)
0: Bind
from s11: ProductNode
1: Path s12._2._1
2: Path s12._2._2
3: Path s12._2._3
select: Pure
value: Path s11._1
*** (s.slick.compiler.QueryCompiler) After phase rewriteOrderBy: (no change)
*** (s.slick.compiler.QueryCompiler) After phase letDynamicEliminated: (no change)
*** (s.slick.compiler.QueryCompiler) After phase assignUniqueSymbols: (no change)
*** (s.slick.compiler.QueryCompiler) After phase forceOuterBinds: (no change)
*** (s.slick.compiler.QueryCompiler) Source:
Projection5
1: Path s16.COF_NAME
2: Path s16.SUP_ID
3: Path s16.PRICE
4: Path s16.SALES
5: Path s16.TOTAL
*** (s.slick.compiler.QueryCompiler) After phase localizeRefs: (no change)
*** (s.slick.compiler.QueryCompiler) After phase reconstructProducts: (no change)
*** (s.slick.compiler.QueryCompiler) After phase inline: (no change)
*** (s.slick.compiler.QueryCompiler) After phase rewriteOrderBy: (no change)
*** (s.slick.compiler.QueryCompiler) After phase letDynamicEliminated: (no change)
*** (s.slick.compiler.QueryCompiler) After phase assignUniqueSymbols: (no change)
*** (s.slick.compiler.QueryCompiler) Source:
Projection6
1: Path s17.SUP_ID
2: Path s17.SUP_NAME
3: Path s17.STREET
4: Path s17.CITY
5: Path s17.STATE
6: Path s17.ZIP
*** (s.slick.compiler.QueryCompiler) After phase localizeRefs: (no change)
*** (s.slick.compiler.QueryCompiler) After phase reconstructProducts: (no change)
*** (s.slick.compiler.QueryCompiler) After phase inline: (no change)
*** (s.slick.compiler.QueryCompiler) After phase rewriteOrderBy: (no change)
*** (s.slick.compiler.QueryCompiler) After phase letDynamicEliminated: (no change)
*** (s.slick.compiler.QueryCompiler) After phase assignUniqueSymbols: (no change)
*** (s.slick.compiler.QueryCompiler) After phase expandTables:
Bind
from s12: GroupBy
from s9: Bind
from s8: Join right outer
left s13: TableExpansion
table s16: Table COFFEES
columns: ProductNode
1: Path s16.COF_NAME
2: Path s16.SUP_ID
3: Path s16.PRICE
4: Path s16.SALES
5: Path s16.TOTAL
right s14: TableExpansion
table s17: Table SUPPLIERS
columns: ProductNode
1: Path s17.SUP_ID
2: Path s17.SUP_NAME
3: Path s17.STREET
4: Path s17.CITY
5: Path s17.STATE
6: Path s17.ZIP
on: Apply Function =
0: Path s13.SUP_ID
1: Path s14.SUP_ID
select: Pure
value: ProductNode
1: Path s8._1
2: Path s8._2
3: Path s8._2.SUP_NAME
by s10: Path s9._2.SUP_ID
select: Pure
value: ProductNode
1: Apply Function min
0: Bind
from s15: ProductNode
1: Path s12._2._1
2: Path s12._2._2
3: Path s12._2._3
select: Pure
value: Path s15._3
2: Path s12._1
3: Apply Function count(*)
0: Bind
from s11: ProductNode
1: Path s12._2._1
2: Path s12._2._2
3: Path s12._2._3
select: Pure
value: Path s11._1
*** (s.slick.compiler.QueryCompiler) After phase expandRefs:
Bind
from s12: GroupBy
from s9: Bind
from s8: Join right outer
left s13: TableExpansion
table s16: Table COFFEES
columns: ProductNode
1: Path s16.COF_NAME
2: Path s16.SUP_ID
3: Path s16.PRICE
4: Path s16.SALES
5: Path s16.TOTAL
right s14: TableExpansion
table s17: Table SUPPLIERS
columns: ProductNode
1: Path s17.SUP_ID
2: Path s17.SUP_NAME
3: Path s17.STREET
4: Path s17.CITY
5: Path s17.STATE
6: Path s17.ZIP
on: Apply Function =
0: Path s13.SUP_ID
1: Path s14.SUP_ID
select: Pure
value: ProductNode
1: TableRefExpansion s18
ref: Path s8._1
columns: ProductNode
1: Path s8._1._1
2: Path s8._1._2
3: Path s8._1._3
4: Path s8._1._4
5: Path s8._1._5
2: TableRefExpansion s19
ref: Path s8._2
columns: ProductNode
1: Path s8._2._1
2: Path s8._2._2
3: Path s8._2._3
4: Path s8._2._4
5: Path s8._2._5
6: Path s8._2._6
3: Path s8._2.SUP_NAME
by s10: Path s9._2.SUP_ID
select: Pure
value: ProductNode
1: Apply Function min
0: Bind
from s15: ProductNode
1: TableRefExpansion s20
ref: Path s12._2._1
columns: ProductNode
1: Path s12._2._1._1
2: Path s12._2._1._2
3: Path s12._2._1._3
4: Path s12._2._1._4
5: Path s12._2._1._5
2: TableRefExpansion s21
ref: Path s12._2._2
columns: ProductNode
1: Path s12._2._2._1
2: Path s12._2._2._2
3: Path s12._2._2._3
4: Path s12._2._2._4
5: Path s12._2._2._5
6: Path s12._2._2._6
3: Path s12._2._3
select: Pure
value: Path s15._3
2: Path s12._1
3: Apply Function count(*)
0: Bind
from s11: ProductNode
1: TableRefExpansion s22
ref: Path s12._2._1
columns: ProductNode
1: Path s12._2._1._1
2: Path s12._2._1._2
3: Path s12._2._1._3
4: Path s12._2._1._4
5: Path s12._2._1._5
2: TableRefExpansion s23
ref: Path s12._2._2
columns: ProductNode
1: Path s12._2._2._1
2: Path s12._2._2._2
3: Path s12._2._2._3
4: Path s12._2._2._4
5: Path s12._2._2._5
6: Path s12._2._2._6
3: Path s12._2._3
select: Pure
value: TableRefExpansion s24
ref: Path s11._1
columns: ProductNode
1: Path s11._1._1
2: Path s11._1._2
3: Path s11._1._3
4: Path s11._1._4
5: Path s11._1._5
*** (s.slick.compiler.QueryCompiler) After phase replaceFieldSymbols:
Bind
from s12: GroupBy
from s9: Bind
from s8: Join right outer
left s13: TableExpansion
table s16: Table COFFEES
columns: ProductNode
1: Path s16.COF_NAME
2: Path s16.SUP_ID
3: Path s16.PRICE
4: Path s16.SALES
5: Path s16.TOTAL
right s14: TableExpansion
table s17: Table SUPPLIERS
columns: ProductNode
1: Path s17.SUP_ID
2: Path s17.SUP_NAME
3: Path s17.STREET
4: Path s17.CITY
5: Path s17.STATE
6: Path s17.ZIP
on: Apply Function =
0: Path s13._2
1: Path s14._1
select: Pure
value: ProductNode
1: TableRefExpansion s18
ref: Path s8._1
columns: ProductNode
1: Path s8._1._1
2: Path s8._1._2
3: Path s8._1._3
4: Path s8._1._4
5: Path s8._1._5
2: TableRefExpansion s19
ref: Path s8._2
columns: ProductNode
1: Path s8._2._1
2: Path s8._2._2
3: Path s8._2._3
4: Path s8._2._4
5: Path s8._2._5
6: Path s8._2._6
3: Path s8._2._2
by s10: Path s9._2._1
select: Pure
value: ProductNode
1: Apply Function min
0: Bind
from s15: ProductNode
1: TableRefExpansion s20
ref: Path s12._2._1
columns: ProductNode
1: Path s12._2._1._1
2: Path s12._2._1._2
3: Path s12._2._1._3
4: Path s12._2._1._4
5: Path s12._2._1._5
2: TableRefExpansion s21
ref: Path s12._2._2
columns: ProductNode
1: Path s12._2._2._1
2: Path s12._2._2._2
3: Path s12._2._2._3
4: Path s12._2._2._4
5: Path s12._2._2._5
6: Path s12._2._2._6
3: Path s12._2._3
select: Pure
value: Path s15._3
2: Path s12._1
3: Apply Function count(*)
0: Bind
from s11: ProductNode
1: TableRefExpansion s22
ref: Path s12._2._1
columns: ProductNode
1: Path s12._2._1._1
2: Path s12._2._1._2
3: Path s12._2._1._3
4: Path s12._2._1._4
5: Path s12._2._1._5
2: TableRefExpansion s23
ref: Path s12._2._2
columns: ProductNode
1: Path s12._2._2._1
2: Path s12._2._2._2
3: Path s12._2._2._3
4: Path s12._2._2._4
5: Path s12._2._2._5
6: Path s12._2._2._6
3: Path s12._2._3
select: Pure
value: TableRefExpansion s24
ref: Path s11._1
columns: ProductNode
1: Path s11._1._1
2: Path s11._1._2
3: Path s11._1._3
4: Path s11._1._4
5: Path s11._1._5
*** (s.slick.compiler.QueryCompiler) After phase rewritePaths:
Bind
from s12: GroupBy
from s9: Bind
from s8: Join right outer
left s13: Bind
from s16: Table COFFEES
select: Pure
value: StructNode
s25: Path s16.COF_NAME
s26: Path s16.SUP_ID
s27: Path s16.PRICE
s28: Path s16.SALES
s29: Path s16.TOTAL
right s14: Bind
from s17: Table SUPPLIERS
select: Pure
value: StructNode
s30: Path s17.SUP_ID
s31: Path s17.SUP_NAME
s32: Path s17.STREET
s33: Path s17.CITY
s34: Path s17.STATE
s35: Path s17.ZIP
on: Apply Function =
0: Path s13.s26
1: Path s14.s30
select: Pure
value: StructNode
s36: Path s8._1.s25
s37: Path s8._1.s26
s38: Path s8._1.s27
s39: Path s8._1.s28
s40: Path s8._1.s29
s41: Path s8._2.s30
s42: Path s8._2.s31
s43: Path s8._2.s32
s44: Path s8._2.s33
s45: Path s8._2.s34
s46: Path s8._2.s35
s47: Path s8._2.s31
by s10: Path s9.s41
select: Pure
value: ProductNode
1: Apply Function min
0: Bind
from s15: ProductNode
1: ProductNode
1: Path s12._2.s36
2: Path s12._2.s37
3: Path s12._2.s38
4: Path s12._2.s39
5: Path s12._2.s40
2: ProductNode
1: Path s12._2.s41
2: Path s12._2.s42
3: Path s12._2.s43
4: Path s12._2.s44
5: Path s12._2.s45
6: Path s12._2.s46
3: Path s12._2.s47
select: Pure
value: ProductNode
1: Path s15._3
2: Path s12._1
3: Apply Function count(*)
0: Bind
from s11: ProductNode
1: ProductNode
1: Path s12._2.s36
2: Path s12._2.s37
3: Path s12._2.s38
4: Path s12._2.s39
5: Path s12._2.s40
2: ProductNode
1: Path s12._2.s41
2: Path s12._2.s42
3: Path s12._2.s43
4: Path s12._2.s44
5: Path s12._2.s45
6: Path s12._2.s46
3: Path s12._2.s47
select: Pure
value: ProductNode
1: Path s11._1._1
2: Path s11._1._2
3: Path s11._1._3
4: Path s11._1._4
5: Path s11._1._5
*** (s.slick.compiler.QueryCompiler) After phase relabelUnions: (no change)
*** (s.slick.compiler.QueryCompiler) After phase pruneFields:
Bind
from s12: GroupBy
from s9: Bind
from s8: Join right outer
left s13: Bind
from s16: Table COFFEES
select: Pure
value: StructNode
s25: Path s16.COF_NAME
s26: Path s16.SUP_ID
s27: Path s16.PRICE
s28: Path s16.SALES
s29: Path s16.TOTAL
right s14: Bind
from s17: Table SUPPLIERS
select: Pure
value: StructNode
s30: Path s17.SUP_ID
s31: Path s17.SUP_NAME
s32: Path s17.STREET
s33: Path s17.CITY
s34: Path s17.STATE
s35: Path s17.ZIP
on: Apply Function =
0: Path s13.s26
1: Path s14.s30
select: Pure
value: StructNode
s36: Path s8._1.s25
s37: Path s8._1.s26
s38: Path s8._1.s27
s39: Path s8._1.s28
s40: Path s8._1.s29
s41: Path s8._2.s30
s42: Path s8._2.s31
s43: Path s8._2.s32
s44: Path s8._2.s33
s45: Path s8._2.s34
s46: Path s8._2.s35
s47: Path s8._2.s31
by s10: Path s9.s41
select: Pure
value: ProductNode
1: Apply Function min
0: Bind
from s15: ProductNode
1: ProductNode
1: Path s12._2.s36
2: Path s12._2.s37
3: Path s12._2.s38
4: Path s12._2.s39
5: Path s12._2.s40
2: ProductNode
1: Path s12._2.s41
2: Path s12._2.s42
3: Path s12._2.s43
4: Path s12._2.s44
5: Path s12._2.s45
6: Path s12._2.s46
3: Path s12._2.s47
select: Pure
value: ProductNode
1: Path s15._3
2: Path s12._1
3: Apply Function count(*)
0: Bind
from s11: ProductNode
1: ProductNode
1: Path s12._2.s36
2: Path s12._2.s37
3: Path s12._2.s38
4: Path s12._2.s39
5: Path s12._2.s40
2: ProductNode
1: Path s12._2.s41
2: Path s12._2.s42
3: Path s12._2.s43
4: Path s12._2.s44
5: Path s12._2.s45
6: Path s12._2.s46
3: Path s12._2.s47
select: Pure
value: ProductNode
1: Path s11._1._1
2: Path s11._1._2
3: Path s11._1._3
4: Path s11._1._4
5: Path s11._1._5
*** (s.slick.compiler.QueryCompiler) After phase resolveZipJoins: (no change)
[error] Test com.typesafe.slick.testkit.tests.ReducedTest.testQuery[h2mem] failed: scala.slick.SlickException: Cannot select Path s36 in Ref s12
[error] at scala.slick.compiler.FuseComprehensions.select(Relational.scala:348)
[error] at scala.slick.compiler.ConvertToComprehensions$$anonfun$5.applyOrElse(Relational.scala:126)
[error] at scala.slick.compiler.ConvertToComprehensions$$anonfun$5.applyOrElse(Relational.scala:119)
[error] at scala.slick.ast.NodeOps$.replace(Util.scala:95)
[error] at scala.slick.ast.NodeOps$.replace$extension(Util.scala:52)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1$$anonfun$applyOrElse$1.apply(Util.scala:95)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1$$anonfun$applyOrElse$1.apply(Util.scala:95)
[error] at scala.slick.ast.Node$$anonfun$nodeMapNodes$1.apply(Node.scala:38)
[error] at scala.slick.ast.Node$$anonfun$nodeMapNodes$1.apply(Node.scala:37)
[error] at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
[error] at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47)
[error] at scala.slick.ast.Node$class.nodeMapNodes(Node.scala:37)
[error] at scala.slick.ast.ProductNode$$anon$3.nodeMapNodes(Node.scala:82)
[error] at scala.slick.ast.SimpleNode$class.nodeMapChildren(Node.scala:62)
[error] at scala.slick.ast.ProductNode$$anon$3.nodeMapChildren(Node.scala:82)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1.applyOrElse(Util.scala:95)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1.applyOrElse(Util.scala:95)
[error] at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:33)
[error] at scala.slick.compiler.ConvertToComprehensions$$anonfun$5.applyOrElse(Relational.scala:119)
[error] at scala.slick.compiler.ConvertToComprehensions$$anonfun$5.applyOrElse(Relational.scala:119)
[error] at scala.slick.ast.NodeOps$.replace(Util.scala:95)
[error] at scala.slick.ast.NodeOps$.replace$extension(Util.scala:52)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1$$anonfun$applyOrElse$1.apply(Util.scala:95)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1$$anonfun$applyOrElse$1.apply(Util.scala:95)
[error] at scala.slick.ast.Node$$anonfun$nodeMapNodes$1.apply(Node.scala:38)
[error] at scala.slick.ast.Node$$anonfun$nodeMapNodes$1.apply(Node.scala:37)
[error] at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
[error] at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47)
[error] at scala.slick.ast.Node$class.nodeMapNodes(Node.scala:37)
[error] at scala.slick.ast.ProductNode$$anon$3.nodeMapNodes(Node.scala:82)
[error] at scala.slick.ast.SimpleNode$class.nodeMapChildren(Node.scala:62)
[error] at scala.slick.ast.ProductNode$$anon$3.nodeMapChildren(Node.scala:82)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1.applyOrElse(Util.scala:95)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1.applyOrElse(Util.scala:95)
[error] at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:33)
[error] at scala.slick.compiler.ConvertToComprehensions$$anonfun$5.applyOrElse(Relational.scala:119)
[error] at scala.slick.compiler.ConvertToComprehensions$$anonfun$5.applyOrElse(Relational.scala:119)
[error] at scala.slick.ast.NodeOps$.replace(Util.scala:95)
[error] at scala.slick.ast.NodeOps$.replace$extension(Util.scala:52)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1$$anonfun$applyOrElse$1.apply(Util.scala:95)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1$$anonfun$applyOrElse$1.apply(Util.scala:95)
[error] at scala.slick.ast.Node$$anonfun$nodeMapNodes$1.apply(Node.scala:38)
[error] at scala.slick.ast.Node$$anonfun$nodeMapNodes$1.apply(Node.scala:37)
[error] at scala.collection.immutable.List.foreach(List.scala:318)
[error] at scala.slick.ast.Node$class.nodeMapNodes(Node.scala:37)
[error] at scala.slick.ast.Bind.nodeMapNodes(Node.scala:304)
[error] at scala.slick.ast.SimpleNode$class.nodeMapChildren(Node.scala:62)
[error] at scala.slick.ast.Bind.nodeMapChildren(Node.scala:304)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1.applyOrElse(Util.scala:95)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1.applyOrElse(Util.scala:95)
[error] at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:33)
[error] at scala.slick.compiler.ConvertToComprehensions$$anonfun$5.applyOrElse(Relational.scala:119)
[error] at scala.slick.compiler.ConvertToComprehensions$$anonfun$5.applyOrElse(Relational.scala:119)
[error] at scala.slick.ast.NodeOps$.replace(Util.scala:95)
[error] at scala.slick.ast.NodeOps$.replace$extension(Util.scala:52)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1$$anonfun$applyOrElse$1.apply(Util.scala:95)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1$$anonfun$applyOrElse$1.apply(Util.scala:95)
[error] at scala.slick.ast.Node$$anonfun$nodeMapNodes$1.apply(Node.scala:38)
[error] at scala.slick.ast.Node$$anonfun$nodeMapNodes$1.apply(Node.scala:37)
[error] at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
[error] at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47)
[error] at scala.slick.ast.Node$class.nodeMapNodes(Node.scala:37)
[error] at scala.slick.ast.Apply.nodeMapNodes(Node.scala:361)
[error] at scala.slick.ast.SimpleNode$class.nodeMapChildren(Node.scala:62)
[error] at scala.slick.ast.Apply.nodeMapChildren(Node.scala:361)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1.applyOrElse(Util.scala:95)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1.applyOrElse(Util.scala:95)
[error] at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:33)
[error] at scala.slick.compiler.ConvertToComprehensions$$anonfun$5.applyOrElse(Relational.scala:119)
[error] at scala.slick.compiler.ConvertToComprehensions$$anonfun$5.applyOrElse(Relational.scala:119)
[error] at scala.slick.ast.NodeOps$.replace(Util.scala:95)
[error] at scala.slick.ast.NodeOps$.replace$extension(Util.scala:52)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1$$anonfun$applyOrElse$1.apply(Util.scala:95)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1$$anonfun$applyOrElse$1.apply(Util.scala:95)
[error] at scala.slick.ast.Node$$anonfun$nodeMapNodes$1.apply(Node.scala:38)
[error] at scala.slick.ast.Node$$anonfun$nodeMapNodes$1.apply(Node.scala:37)
[error] at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
[error] at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47)
[error] at scala.slick.ast.Node$class.nodeMapNodes(Node.scala:37)
[error] at scala.slick.ast.ProductNode$$anon$3.nodeMapNodes(Node.scala:82)
[error] at scala.slick.ast.SimpleNode$class.nodeMapChildren(Node.scala:62)
[error] at scala.slick.ast.ProductNode$$anon$3.nodeMapChildren(Node.scala:82)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1.applyOrElse(Util.scala:95)
[error] at scala.slick.ast.NodeOps$$anonfun$replace$1.applyOrElse(Util.scala:95)
[error] at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:33)
[error] at scala.slick.compiler.ConvertToComprehensions$$anonfun$5.applyOrElse(Relational.scala:119)
[error] at scala.slick.compiler.ConvertToComprehensions$$anonfun$5.applyOrElse(Relational.scala:119)
[error] at scala.slick.ast.NodeOps$.replace(Util.scala:95)
[error] at scala.slick.ast.NodeOps$.replace$extension(Util.scala:52)
[error] at scala.slick.compiler.ConvertToComprehensions.convertSimpleGrouping(Relational.scala:119)
[error] at scala.slick.compiler.ConvertToComprehensions$$anon$1$$anonfun$replace$1.applyOrElse(Relational.scala:82)
[error] at scala.slick.compiler.ConvertToComprehensions$$anon$1$$anonfun$replace$1.applyOrElse(Relational.scala:79)
[error] at scala.PartialFunction$OrElse.apply(PartialFunction.scala:162)
[error] at scala.slick.compiler.Transformer$$anonfun$2$$anonfun$apply$1.apply(Transformer.scala:21)
[error] at scala.slick.compiler.Transformer$$anonfun$2$$anonfun$apply$1.apply(Transformer.scala:21)
[error] at scala.slick.ast.Util$$anonfun$r$lzycompute$1$1$$anonfun$apply$1.apply(Util.scala:16)
[error] at scala.collection.mutable.MapLike$class.getOrElseUpdate(MapLike.scala:189)
[error] at scala.collection.mutable.AbstractMap.getOrElseUpdate(Map.scala:91)
[error] at scala.slick.ast.Util$$anonfun$r$lzycompute$1$1.apply(Util.scala:16)
[error] at scala.slick.compiler.Transformer.scanAndTr$1(Transformer.scala:21)
[error] at scala.slick.compiler.Transformer.run(Transformer.scala:24)
[error] at scala.slick.compiler.Transformer.repeat(Transformer.scala:29)
[error] at scala.slick.compiler.ConvertToComprehensions.apply(Relational.scala:72)
[error] at scala.slick.compiler.QueryCompiler$$anonfun$runPhase$1.apply(QueryCompiler.scala:58)
[error] at scala.slick.compiler.QueryCompiler$$anonfun$runPhase$1.apply(QueryCompiler.scala:56)
[error] at scala.util.DynamicVariable.withValue(DynamicVariable.scala:57)
[error] at scala.slick.ast.SymbolNamer.use(Symbol.scala:108)
[error] at scala.slick.compiler.QueryCompiler.runPhase(QueryCompiler.scala:56)
[error] at scala.slick.compiler.QueryCompiler$$anonfun$run$3.apply(QueryCompiler.scala:48)
[error] at scala.slick.compiler.QueryCompiler$$anonfun$run$3.apply(QueryCompiler.scala:48)
[error] at scala.collection.TraversableOnce$$anonfun$foldLeft$1.apply(TraversableOnce.scala:144)
[error] at scala.collection.TraversableOnce$$anonfun$foldLeft$1.apply(TraversableOnce.scala:144)
[error] at scala.collection.Iterator$class.foreach(Iterator.scala:727)
[error] at scala.collection.AbstractIterator.foreach(Iterator.scala:1157)
[error] at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
[error] at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
[error] at scala.collection.TraversableOnce$class.foldLeft(TraversableOnce.scala:144)
[error] at scala.collection.AbstractTraversable.foldLeft(Traversable.scala:105)
[error] at scala.slick.compiler.QueryCompiler.run(QueryCompiler.scala:48)
[error] at scala.slick.compiler.QueryCompiler.run(QueryCompiler.scala:42)
[error] at scala.slick.driver.BasicProfile$Implicits.queryToQueryExecutor(BasicProfile.scala:38)
[error] at com.typesafe.slick.testkit.tests.ReducedTest.testQuery(Reduced.scala:56)
[error] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[error] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[error] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[error] at java.lang.reflect.Method.invoke(Method.java:597)
[error] at com.typesafe.slick.testkit.util.Testkit$$anonfun$runChildren$2.apply(Testkit.scala:81)
[error] at com.typesafe.slick.testkit.util.Testkit$$anonfun$runChildren$2.apply(Testkit.scala:72)
[error] at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
[error] at scala.collection.Iterator$class.foreach(Iterator.scala:727)
[error] at scala.collection.AbstractIterator.foreach(Iterator.scala:1157)
[error] at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
[error] at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
[error] at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
[error] at com.typesafe.slick.testkit.util.Testkit.runChildren(Testkit.scala:72)
[error] at com.typesafe.slick.testkit.util.SimpleParentRunner.run(SimpleParentRunner.scala:56)
[error] ...
[info] Test run finished: 1 failed, 0 ignored, 1 total, 0.077s
[error] Failed: : Total 11, Failed 1, Errors 0, Passed 10, Skipped 0
[error] Failed tests:
[error] scala.slick.test.driver.H2MemTest
[error] (testkit/test:test) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 13 s, completed Jul 30, 2013 6:42:37 AM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment