Skip to content

Instantly share code, notes, and snippets.

@Duhemm
Created April 11, 2018 12:30
Show Gist options
  • Save Duhemm/5eff50bcf9981aa941773d252e22e8eb to your computer and use it in GitHub Desktop.
Save Duhemm/5eff50bcf9981aa941773d252e22e8eb to your computer and use it in GitHub Desktop.
[info] Loading global plugins from /Users/martin/.sbt/0.13/plugins
[info] Loading project definition from /Users/martin/Documents/Projects.nosync/Duhemm/dotty/project/project
[info] Loading project definition from /Users/martin/Documents/Projects.nosync/Duhemm/dotty/project
[info] Resolving key references (17198 settings) ...
[info] Set current project to dotty (in build file:/Users/martin/Documents/Projects.nosync/Duhemm/dotty/)
[warn] Multiple main classes detected. Run 'show discoveredMainClasses' to see the list
[warn] Multiple main classes detected. Run 'show discoveredMainClasses' to see the list
[info] Test dotty.tools.dotc.CompilationTests.testOptimised ignored
[info] Test dotty.tools.dotc.CompilationTests.runAll ignored
[info] Test dotty.tools.dotc.CompilationTests.testPlugins ignored
[info] Test dotty.tools.dotc.CompilationTests.compileNeg ignored
[info] Test dotty.tools.dotc.CompilationTests.testPickling ignored
[info] Test dotty.tools.dotc.CompilationTests.tastyBootstrap ignored
[info] Test dotty.tools.dotc.CompilationTests.posTwice ignored
[info] Test dotty.tools.dotc.CompilationTests.genericJavaSignatures ignored
[info] Test run started
[info] Test dotty.tools.dotc.CompilationTests.compilePos started
no sig for TypeRef(ThisType(TypeRef(NoPrefix,module class immutable)),class List) because of ()
no sig for AppliedType(TypeRef(ThisType(TypeRef(NoPrefix,module class immutable)),class List),List(TypeParamRef(A))) because of ()
failure while taking result signature of (xs: A*): List[A]: List[A]
failure while taking result signature of [A](xs: A*): List[A]: (xs: A*): List[A]
assertion failure for collection.immutable.List.type(List) <:< ?{ apply: ? }, frozen = false
assertion failure for BKTreeNode.type <:< ?{ unapply: ? }, frozen = false
assertion failure for Bar.type <:< ?{ apply: ? }, frozen = false
assertion failure for semiGroups.Nat.S.type <:< ?{ unapply: ? }, frozen = false
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t4757/A_2.scala:2:11
2 | def ss = P.x(3)(Nil)
| ^
| not found: P
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/phantom-Eq2/Phantom-Eq_2.scala:4:9
4 | import EqUtil._
| ^^^^^^
| not found: EqUtil
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t4757/B_3.scala:2:13
2 | def x: Seq[S[_]] = A.ss
| ^
| not found: type S
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t4757/B_3.scala:2:21
2 | def x: Seq[S[_]] = A.ss
| ^
| not found: A
[====================================> ] completed (1464/1573, 36s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/i1137-1/B_2.scala:2:11
2 | def foo: A = new A(1)
| ^
| not found: type A
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/i1137-1/B_2.scala:2:19
2 | def foo: A = new A(1)
| ^
| not found: type A
-- [E008] Member Not Found Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t3946/Test_1.scala:2:20
2 | class B extends p.A {
| ^^^
| type `A` is not a member of p - did you mean `p.T`?
-- [E008] Member Not Found Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/phantom-Eq2/Phantom-Eq_2.scala:6:8
6 | "ghi" === "jkl"
| ^^^^^^^^^
| value `===` is not a member of String - did you mean `String("ghi").+`?
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t3946/Test_1.scala:9:16
9 | val a = new A()
| ^
| not found: type A
-- [E008] Member Not Found Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/phantom-Eq2/Phantom-Eq_2.scala:7:4
7 | 3 === 4
| ^^^^^
| value `===` is not a member of Int - did you mean `Int(3).==`?
-- [E008] Member Not Found Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/phantom-Eq2/Phantom-Eq_2.scala:8:6
8 | 2.0 === 3.1
| ^^^^^^^
| value `===` is not a member of Double - did you mean `Double(2.0).==`?
-- [E008] Member Not Found Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/phantom-Eq2/Phantom-Eq_2.scala:13:11
13 | 1.toByte === (1: Number)
| ^^^^^^^^^^^^
| value `===` is not a member of Byte - did you mean `Byte.==`?
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t1029/Test_2.scala:2:10
2 | val t = Test1
| ^^^^^
| not found: Test1
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/1567/Test_2.scala:2:17
2 | scala.util.Try(PosZInt.from(1).get)
| ^^^^^^^
| not found: PosZInt
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t5957/T_1.scala:4:10
4 | def t2: Test#Bar
| ^^^^
| not found: type Test
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t5957/T_1.scala:7:10
7 | def t4: Test.Baz
| ^^^^
| not found: Test
[====================================> ] completed (1475/1573, 36s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t2741/2741_2.scala:3:9
3 | import Scalaz._
| ^^^^^^
| not found: Scalaz
[====================================> ] completed (1477/1573, 36s)
[====================================> ] completed (1479/1573, 36s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t6976/ImplicitBug_2.scala:1:22
1 |trait Support extends Exts
| ^^^^
| not found: type Exts
[====================================> ] completed (1480/1573, 36s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t6976/ImplicitBug_2.scala:4:37
4 |object ImplicitsBug extends App with Exts { // B
| ^^^^
| not found: type Exts
-- [E008] Member Not Found Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t6976/ImplicitBug_2.scala:6:12
6 | println(3.moo)
| ^^^^^
| value `moo` is not a member of Int - did you mean `Int(3).+`?
[====================================> ] completed (1489/1573, 37s)
[====================================> ] completed (1494/1573, 37s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t3642/t3642_2.scala:2:2
2 | Tuppel_1.get
| ^^^^^^^^
| not found: Tuppel_1
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/i4167/Test_2.scala:5:12
5 | val test: SeqOps[Char, AnyConstr, _] = null.asInstanceOf[StringOps]
| ^^^^^^
| not found: type SeqOps
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/i4167/Test_2.scala:5:59
5 | val test: SeqOps[Char, AnyConstr, _] = null.asInstanceOf[StringOps]
| ^^^^^^^^^
| not found: type StringOps
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t1942/Test_2.scala:2:14
2 | println(new t)
| ^
| not found: type t
[=====================================> ] completed (1501/1573, 37s)
assertion failure for Outer.type <:< ?{ f: ? }, frozen = false
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t7532/B_2.scala:2:14
2 | val r = new R
| ^
| not found: type R
[=====================================> ] completed (1506/1573, 37s)
-- Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t7532/B_2.scala:3:8 ---------------------------
3 | new r.attr() // Was: error while loading attr, class file '.../t7532-pos.obj/R$attr.class' has location not matching its contents: contains class
| ^^^^^^
| Test.r.attr is not a class type
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t7532/B_2.scala:4:6 -
4 | new R.attr1
| ^
| not found: R
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/sepComp/B_2.scala:3:16
3 |class B extends A(22) {
| ^
| not found: type A
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/i3467/Test_2.scala:5:8
5 | new ArrayOps(xs)
| ^^^^^^^^
| not found: type ArrayOps
[=====================================> ] completed (1510/1573, 37s)
-- [E008] Member Not Found Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/sepComp/B_2.scala:5:20
5 | val y: Int = this.x
| ^^^^^^
| value `x` is not a member of sepComp.B - did you mean `sepComp.B(B.this).y`?
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/sepComp/B_2.scala:7:10
7 | val a = A(33)
| ^
| not found: A
[=====================================> ] completed (1515/1573, 37s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t3999/b_2.scala:5:9 -
5 | val s: Val = false
| ^^^
| not found: type Val
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t3999/b_2.scala:6:9 -
6 | val o: Outside = false
| ^^^^^^^
| not found: type Outside
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/i1137-3/B_2.scala:2:11
2 | def foo: A = new A(1)
| ^
| not found: type A
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/i1137-3/B_2.scala:2:19
2 | def foo: A = new A(1)
| ^
| not found: type A
[=====================================> ] completed (1520/1573, 37s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t942/Test_2.scala:2:9
2 | val x: Amount_1[Foo]
| ^^^^^^^^
| not found: type Amount_1
[=====================================> ] completed (1525/1573, 37s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t5013/Bar_2.scala:3:18
3 |class Bar extends a.Foo {
| ^
| not found: a
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t5013/Bar_2.scala:4:10
4 | println(x) // Error: Not found: value x
| ^
| not found: x
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/i1137-2/B_2.scala:2:9
2 | import ATest._
| ^^^^^
| not found: ATest
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/i3422/b_2.scala:2:9 -
2 | def c: Fun[O1.N] = O2.bar
| ^^^
| not found: type Fun
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/i3422/b_2.scala:2:21
2 | def c: Fun[O1.N] = O2.bar
| ^^
| not found: O2
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t4737/S_2.scala:3:7 -
3 |import j.J_1
| ^
| not found: j
[=====================================> ] completed (1529/1573, 37s)
[=====================================> ] completed (1532/1573, 38s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/raw-map/S_2.scala:3:11
3 | val x: J_1 = null
| ^^^
| not found: type J_1
[=====================================> ] completed (1533/1573, 38s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t7264/B_2.scala:6:13
6 | def foo(f: Foo) = f.bar(0 /* : Foo.Values */)
| ^^^
| not found: type Foo
[======================================>] completed (1538/1573, 38s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t3864/scalaz_2.scala:1:22
1 |object Scalaz extends Tuples
| ^^^^^^
| not found: type Tuples
[======================================>] completed (1541/1573, 38s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/t3419/C_2.scala:2:11
2 | type S = T[Any,Int] {type X[N <: Int, Acc <: Int] = Acc}
| ^
| not found: type T
[======================================>] completed (1545/1573, 38s)
-- [E006] Unbound Identifier Error: /Users/martin/Documents/Projects.nosync/Duhemm/dotty/tests/pos/inline-access-levels/Test_2.scala:7:4
7 | A.actOnX(_ + 1)
| ^
| not found: A
[======================================>] completed (1551/1573, 38s)
[======================================>] completed (1555/1573, 38s)
[======================================>] completed (1559/1573, 38s)
[======================================>] completed (1564/1573, 38s)
[======================================>] completed (1568/1573, 38s)
[=======================================] completed (1573/1573, 39s)
[error] Test dotty.tools.dotc.CompilationTests.compilePos failed: java.lang.AssertionError: Expected no errors when compiling, failed for the following reason(s):
[error]
[error] - encountered 47 error(s), took 39.938 sec
[error] at dotty.tools.vulpix.ParallelTesting$CompilationTest.checkCompile(ParallelTesting.scala:958)
[error] at dotty.tools.dotc.CompilationTests.compilePos(CompilationTests.scala:115)
[error] ...
================================================================================
Test Report
================================================================================
0 passed, 1 failed, 1 total
tests/pos/t0851.scala failed
tests/pos/t616.scala failed
tests/pos/spec-Function1.scala failed
tests/pos-scala2/t5541.scala failed
tests/pos/compile.scala failed
tests/pos-special/spec-t5545/S_1.scala failed
tests/pos/chang failed
tests/pos/i1103.scala failed
tests/pos/spec-constr-new.scala failed
tests/pos/t1996.scala failed
tests/pos/t8300-conversions-a.scala failed
tests/pos/i3564.scala failed
parSetSubset from compilePos failed
tests/pos/i1365.scala failed
tests/pos/caseaccs.scala failed
tests/pos/t1053.scala failed
tests/pos/t6664b.scala failed
tests/pos/i2788.scala failed
tests/pos/virtpatmat_exist2.scala failed
tests/pos/gadt-eval.scala failed
tests/pos/spec-params-old.scala failed
tests/pos/i0268.scala failed
tests/pos/t1164.scala failed
tests/pos/i2989.scala failed
tests/pos/annot-bootstrap.scala failed
tests/pos/patdef.scala failed
tests/pos/SI-4012-b.scala failed
tests/pos-scala2/t6014.scala failed
tests/pos/t8301.scala failed
tests/pos/chan.scala failed
tests/pos/t183.scala failed
tests/pos/t5041.scala failed
tests/pos/t6925b.scala failed
tests/pos/t5877.scala failed
tests/pos/i518.scala failed
tests/pos/i3857.scala failed
tests/pos/lexical.scala failed
tests/pos/i3542-1.scala failed
tests/pos/t1560.scala failed
scala2-library/src/library/scala/collection/parallel/mutable/ParSetLike.scala failed
tests/pos/i536.scala failed
tests/pos/t2023.scala failed
tests/pos/i1642.scala failed
tests/pos/i1960.scala failed
tests/pos/t2712-7.scala failed
tests/pos/i1870.scala failed
tests/pos/i3965.scala failed
tests/pos/t2795-old.scala failed
tests/pos/poly-inheritance.scala failed
tests/pos/spec-fields-old.scala failed
tests/pos/typerep_pos.scala failed
tests/pos/tcpoly_gm.scala failed
compiling 'tests/pos/i1137-1' in test 'compilePos' failed
tests/pos/i3636.scala failed
tests/pos/t5070.scala failed
tests/new/infer2-pos.scala failed
tests/pos/i2066.scala failed
tests/pos/t9004.scala failed
tests/pos/t0066.scala failed
tests/pos/sudoku.scala failed
tests/pos/t8177d.scala failed
tests/pos/t5957 failed
tests/pos/NoCyclicReference.scala failed
tests/pos/t5900a.scala failed
tests/pos/t6275.scala failed
tests/pos/t5508.scala failed
tests/pos/t1786-counter.scala failed
tests/pos/t9844.scala failed
tests/pos/t7486.scala failed
tests/pos/tcpoly_bounds1.scala failed
tests/pos/annotations2.scala failed
tests/pos/i3598.scala failed
tests/pos/t8315b.scala failed
tests/pos/i3585.scala failed
tests/pos/t119.scala failed
tests/pos/i2051.scala failed
tests/pos/implicit-divergent.scala failed
tests/pos/overloaded_ho_fun.scala failed
tests/pos-scala2/t1292.scala failed
tests/pos/i2300.scala failed
tests/pos/tcpoly_seq.scala failed
compileStdLib from compilePos failed
tests/pos/i0239.scala failed
tests/pos/spec-localdefs.scala failed
tests/pos/trailingCommas failed
tests/pos/t4579.scala failed
tests/pos/t8060.scala failed
tests/pos/depmet_implicit_tpbetareduce.scala failed
tests/pos/t6482.scala failed
tests/pos/inline-access-levels failed
tests/pos/t7815.scala failed
tests/pos/i1137-2 failed
tests/pos/i3422 failed
tests/pos/i3976.scala failed
tests/pos/i2554.scala failed
tests/pos/checkInstantiable.scala failed
tests/pos/t267.scala failed
tests/pos/t1942 failed
tests/pos/t3582.scala failed
tests/pos/patterns1213.scala failed
tests/pos/t7264 failed
tests/pos/pickleinf.scala failed
tests/pos/t9795.scala failed
tests/pos/t2130-1.scala failed
tests/pos/class-dependent-extension-method.scala failed
tests/pos/i1753.scala failed
tests/pos/t4757 failed
tests/pos/t2698.scala failed
scala2-library/src/library/scala/collection/immutable/IndexedSeq.scala failed
tests/pos/alias.scala failed
tests/pos/specialize10.scala failed
tests/pos/t4336.scala failed
tests/pos/t0032.scala failed
tests/pos/t3861.scala failed
tests/pos-scala2/typerep-stephane.scala failed
tests/pos/extractors.scala failed
tests/pos-scala2/t5070.scala failed
tests/pos/t1569a.scala failed
compiling 'compiler/src/dotty/tools/dotc/ast' in test 'compilePos' failed
tests/pos/phantom-Eq2 failed
tests/pos/wildcardBoundInference.scala failed
tests/pos/t2094.scala failed
tests/pos/t4758.scala failed
tests/pos/spec-t3497.scala failed
tests/pos/i2903.scala failed
tests/pos/depmet_implicit_norm_ret.scala failed
tests/pos/t5084.scala failed
tests/pos/erasure.scala failed
tests/pos/gosh.scala failed
tests/pos/t6797.scala failed
tests/pos/hk-match failed
tests/pos/unchecked-a.scala failed
tests/pos-scala2/viewtest1.scala failed
tests/pos/listpattern.scala failed
tests/pos/t8177.scala failed
tests/pos/t3800.scala failed
tests/pos/t5720-ownerous.scala failed
tests/pos/spec-cyclic.scala failed
tests/pos/nested2.scala failed
tests/pos/i2858.scala failed
tests/pos/i3637.scala failed
tests/pos/t1203a.scala failed
tests/pos/z1730.scala failed
tests/pos/projections.scala failed
tests/pos/spec-polymeth.scala failed
tests/pos/t2913.scala failed
tests/pos/refinedSubtyping.scala failed
tests/pos/t247.scala failed
tests/pos/t5240.scala failed
tests/pos/t3174b.scala failed
tests/pos/t361.scala failed
tests/pos/t5683.scala failed
tests/pos/i974.scala failed
tests/pos/t6245 failed
tests/pos/t5644 failed
tests/pos/macro-deprecate-dont-touch-backquotedidents.scala failed
tests/pos/t7091.scala failed
tests/pos/t8023b.scala failed
tests/pos/t1048.scala failed
tests/pos/i3264.scala failed
tests/pos/i3381.scala failed
tests/pos/supercalls.scala failed
tests/pos/virtpatmat_exhaust.scala failed
tests/pos/tcpoly_variance_pos.scala failed
tests/pos/hk-deep-subtype.scala failed
tests/pos/t2712-5.scala failed
tests/pos/i2378.scala failed
tests/pos/t3136.scala failed
tests/pos/t0085.scala failed
tests/pos/t3349 failed
tests/pos/t7782.scala failed
tests/pos/t3249 failed
tests/pos/t6084.scala failed
tests/pos/t7014 failed
tests/pos/t6976 failed
tests/pos/t1014.scala failed
tests/pos/t4593.scala failed
tests/pos/t5910.java failed
tests/pos/ilya2 failed
compiling 'compiler/src/dotty/tools/dotc/reporting' in test 'compilePos' failed
tests/pos/t7690.scala failed
tests/pos/variances_pos.scala failed
tests/pos/gui.scala failed
tests/pos/capturedVars2.scala failed
tests/pos/tcpoly_infer_ticket716.scala failed
tests/pos/t3498-new.scala failed
tests/pos/Iter2.scala failed
tests/pos/erased-typedef.scala failed
tests/pos/t1756.scala failed
tests/pos/i1751.scala failed
tests/pos/t5082.scala failed
tests/pos/functions1.scala failed
tests/pos/t5013 failed
tests/pos/nested.scala failed
tests/pos/spec-maps.scala failed
tests/pos/i2064.scala failed
tests/pos-special/strawman-collections/CollectionStrawMan4.scala failed
tests/pos/i947.scala failed
tests/pos/i3171.scala failed
tests/pos/variances-flip.scala failed
tests/pos/tailcall failed
tests/pos/t2060.scala failed
tests/pos/i1868.scala failed
tests/pos/t6301.scala failed
tests/pos/spec-t6286.scala failed
tests/pos/t2613.scala failed
tests/pos/tcpoly_infer_explicit_tuple_wrapper.scala failed
tests/pos/i1540.scala failed
tests/pos/t2454.scala failed
tests/pos/t1786-cycle.scala failed
tests/pos/t0654.scala failed
tests/pos/implicit_tparam.scala failed
tests/pos/phantom-Evidence.scala failed
tests/pos/t6547.scala failed
tests/pos/news.scala failed
tests/new/patterns.scala failed
tests/pos/t8132.scala failed
tests/pos/t1974.scala failed
tests/pos/i2981.scala failed
tests/pos/Result.scala failed
tests/pos/objXfun.scala failed
tests/pos/t1070.scala failed
tests/pos/virtpatmat_castbinder.scala failed
tests/pos/i1181b.scala failed
tests/pos/inliner2.scala failed
tests/pos/compile1.scala failed
tests/pos/i815.scala failed
tests/pos/t4786.scala failed
tests/pos/t3452f.scala failed
tests/pos/t8300-conversions-b.scala failed
tests/pos/t3999 failed
tests/pos/t7364 failed
tests/pos/Meter.scala failed
tests/pos/i2672.scala failed
tests/pos/t6552.scala failed
tests/pos/i3130b.scala failed
tests/pos-scala2/variances-constr.scala failed
tests/pos/extmethods.scala failed
tests/pos/unapplyComplex.scala failed
tests/pos/erased-extension-method.scala failed
tests/pos/t2305.scala failed
tests/pos/t5877b.scala failed
tests/pos/t1642b.scala failed
tests/pos/i2426.scala failed
tests/pos/Monoid.scala failed
tests/pos/Map.scala failed
tests/pos/t3898.scala failed
tests/pos/constrs.scala failed
tests/pos/virtpatmat_infer_single_1.scala failed
tests/pos/i1812.scala failed
tests/pos/i739.scala failed
tests/pos/spec-partially.scala failed
tests/pos/t1226.scala failed
tests/pos/polymorphic-case-class.scala failed
tests/pos/t3120 failed
tests/pos/t1236a.scala failed
tests/pos/spec-constr-old.scala failed
tests/pos/t0020.scala failed
tests/pos/i1776.scala failed
tests/pos/spec-traits.scala failed
tests/pos/t2421c.scala failed
tests/pos/ticket0137.scala failed
tests/pos/t2486.scala failed
tests/pos/t2208_pos.scala failed
tests/pos-special/spec-t5545/S_2.scala failed
tests/pos/t7532 failed
tests/pos/t5127.scala failed
tests/pos/inline-t9232a.scala failed
tests/pos/i1444.scala failed
tests/pos/inferbroadtype.scala failed
tests/pos/t3079.scala failed
tests/pos/t611.scala failed
tests/pos/relax_implicit_divergence.scala failed
tests/pos/t4176.scala failed
tests/pos/i1500.scala failed
tests/pos/sams.scala failed
tests/pos/t1236.scala failed
tests/pos/existential-java-case-class failed
tests/pos/tcpoly_infer_ticket1864.scala failed
tests/pos/SI-5788.scala failed
tests/pos/test4.scala failed
tests/pos/tcpoly_infer_ticket474.scala failed
tests/pos/i1216a.scala failed
tests/pos/t6278-synth-def.scala failed
tests/pos/t7180.scala failed
tests/pos/t2712-2.scala failed
tests/pos/explicitOuter.scala failed
tests/pos/t8046b.scala failed
tests/pos/t1896 failed
tests/pos-special/isInstanceOf/Result.scala failed
tests/pos/raw-map failed
tests/pos/t1260.scala failed
tests/pos/i3965a.scala failed
tests/pos/t8177b.scala failed
tests/pos/t3676.scala failed
tests/pos/t6664.scala failed
tests/pos/i2949.scala failed
tests/pos/t430-feb09.scala failed
tests/pos/fbounds.scala failed
tests/pos/i2944.scala failed
tests/pos/t4220.scala failed
tests/pos/strawman-i79.scala failed
tests/new/patterns1.scala failed
tests/pos/traits.scala failed
tests/pos/i1803.scala failed
tests/pos/patmat.scala failed
tests/pos/t0039.scala failed
tests/pos/i3909.scala failed
tests/pos/i0306.scala failed
tests/pos/t1006.scala failed
tests/pos/inferOverloaded.scala failed
tests/pos-special/strawman-collections/CollectionStrawMan5.scala failed
tests/pos/Bridges.scala failed
tests/pos/sigs.scala failed
tests/pos/t3880.scala failed
tests/pos/printTest.scala failed
tests/pos/t4070b.scala failed
tests/pos/t946.scala failed
tests/pos/bounds.scala failed
tests/pos/t284-pos.scala failed
tests/pos/i1757.scala failed
tests/pos/t3808.scala failed
tests/pos/unapply.scala failed
tests/pos/t7694.scala failed
tests/pos/t3343.scala failed
tests/pos/t5809.scala failed
tests/pos-kind-polymorphism/kindPolySemiGroup.scala failed
tests/pos/hk-infer.scala failed
tests/pos/i2745.scala failed
tests/pos/t5399a.scala failed
tests/pos/i3168.scala failed
tests/pos/t1035.scala failed
tests/pos/depmet_implicit_chaining_zw.scala failed
tests/pos/i2345.scala failed
tests/pos/t2127.scala failed
tests/pos/i3488.scala failed
tests/pos/t6089b.scala failed
tests/pos/hkarray.scala failed
tests/pos/templateParents.scala failed
tests/pos/t3622 failed
tests/pos/i3703.scala failed
tests/pos/michel5.scala failed
tests/pos/t8177a.scala failed
tests/pos/spec-example1.scala failed
tests/pos/i3462.scala failed
tests/pos/i1269.scala failed
tests/pos/t7322.scala failed
tests/pos/implicit_cache.scala failed
tests/pos/exhaust_alternatives.scala failed
tests/pos/i1961.scala failed
tests/pos/tcpoly_method.scala failed
tests/pos/t8046c.scala failed
tests/pos/t2795-new.scala failed
tests/pos/i2998.scala failed
tests/pos/i1765.scala failed
tests/pos/t4063.scala failed
tests/pos-special/strawman-collections/CollectionStrawMan1.scala failed
tests/pos/i2278.scala failed
tests/pos/pat_gilles.scala failed
tests/pos/t0049.scala failed
tests/pos/Fileish.scala failed
tests/pos/t6205.scala failed
tests/pos/i1515.scala failed
tests/pos/virtpatmat_exist1.scala failed
tests/pos/t8023.scala failed
tests/pos/t1438.scala failed
tests/pos/getset.scala failed
tests/pos/X.scala failed
tests/pos/i2239.scala failed
tests/pos/spec-sealed.scala failed
tests/pos/escapes2.scala failed
compiling 'compiler/src/dotty/tools/io' in test 'compilePos' failed
tests/pos/t3071.scala failed
tests/pos/t3936 failed
tests/pos/flow.scala failed
tests/pos/t5577.scala failed
tests/pos/i2200 failed
tests/pos/boundspropagation.scala failed
tests/pos/tcpoly_overloaded.scala failed
tests/pos/i3540.scala failed
tests/pos/unapplyNeedsMemberType.scala failed
tests/pos/t8237.scala failed
tests/pos/rbtree.scala failed
tests/pos/i1401.scala failed
tests/pos/t5330b.scala failed
tests/pos/i1216.scala failed
tests/pos/i583a.scala failed
tests/pos/t4842.scala failed
tests/pos/i2009.scala failed
tests/pos/pets.scala failed
tests/pos/t201.scala failed
tests/pos/hkgadt.scala failed
tests/pos/i941.scala failed
tests/pos/i3596.scala failed
tests/pos/i3638.scala failed
tests/pos/t4975.scala failed
tests/pos/simplelists.scala failed
tests/pos/virtpatmat_exist4.scala failed
tests/pos/t121.scala failed
tests/pos/implicit-unwrap-tc.scala failed
tests/pos/overrides.scala failed
tests/pos/t5330.scala failed
tests/pos/sepComp failed
tests/pos/patmat-extract-tparam.scala failed
tests/pos/t2712-3.scala failed
tests/pos/exponential-spec.scala failed
tests/pos/implicits.scala failed
tests/pos/t4062.scala failed
tests/pos-special/completeFromSource/Test3.scala failed
tests/pos/tcpoly_checkkinds_mix.scala failed
tests/pos/i1590.scala failed
tests/pos/i1747.scala failed
tests/pos/t8046.scala failed
compiling 'compiler/src/dotty/tools/dotc/util' in test 'compilePos' failed
tests/pos/i1540b.scala failed
tests/pos-scala2/GenTraversableFactory.scala failed
tests/pos/i851.java failed
tests/pos/i1797.scala failed
tests/pos/constraining-lub.scala failed
tests/pos/i3542-2.scala failed
tests/pos/t8177e.scala failed
tests/pos/t7983.scala failed
tests/pos/t4243.scala failed
tests/pos/t0031.scala failed
tests/pos/t5099.scala failed
tests/pos/compound.scala failed
tests/pos/tcpoly_boundedmonad.scala failed
tests/pos/t6921.scala failed
tests/pos/spec-tailcall.scala failed
tests/pos/i94-nada.scala failed
tests/pos/t2260.scala failed
tests/pos-scala2/t2994.scala failed
tests/pos/t803.scala failed
tests/pos/i4198.scala failed
tests/pos/t2368.scala failed
tests/pos/i3590.scala failed
tests/pos/t5606.scala failed
tests/pos/t3567 failed
tests/pos/t1513a.scala failed
tests/pos/cm failed
tests/pos/spec-simple.scala failed
tests/pos/pat_iuli.scala failed
tests/pos/t4020.scala failed
tests/pos/t2797.scala failed
tests/pos/i2997.scala failed
tests/pos/t5702-pos-infix-star.scala failed
tests/pos/t8363.scala failed
tests/pos/t7296.scala failed
tests/pos/paramcycle.scala failed
tests/pos/import-rewrite failed
tests/pos/spec-thistype.scala failed
tests/pos/t3177.scala failed
tests/pos/i4167 failed
tests/pos/synthetics.scala failed
tests/pos/t3960.scala failed
tests/pos/t5071.scala failed
tests/pos/implicit-scope-loop.scala failed
tests/pos/arrays3.scala failed
tests/pos/Orderings.scala failed
tests/pos/lambdalift-1.scala failed
tests/pos/i1137-3 failed
tests/pos/spec-arrays.scala failed
tests/pos/t1391.scala failed
tests/pos/i938.scala failed
tests/pos/intersection.scala failed
tests/pos/GenericTraversableTemplate.scala failed
tests/pos/spec.scala failed
tests/pos/hklower.scala failed
tests/pos/gadts2.scala failed
tests/pos/i1285.scala failed
tests/pos/typeinferNull.scala failed
tests/pos/i3917.scala failed
tests/pos/t160.scala failed
tests/pos/t1001.scala failed
tests/pos/i1045.scala failed
tests/pos/builders.scala failed
tests/pos/t4305.scala failed
tests/pos/t5862.scala failed
tests/pos/i2982.scala failed
tests/pos/i2637.scala failed
tests/pos/implicitFuns.scala failed
tests/pos/i1637.scala failed
tests/pos/t694.scala failed
tests/pos/sammy_poly.scala failed
tests/pos/t1210a.scala failed
tests/pos/typeclass-encoding2.scala failed
tests/pos/t5643.scala failed
tests/pos/i1137-1 failed
tests/pos/t8230a.scala failed
tests/pos/i2397.scala failed
tests/pos/t3106.scala failed
tests/pos/phantom-Eq.scala failed
tests/pos/tcpoly_wildcards.scala failed
tests/pos/spec-partialmap.scala failed
tests/pos/t7426.scala failed
tests/pos/i1857.scala failed
tests/pos/i2201a.scala failed
tests/pos/test5.scala failed
tests/pos/SI-7638a.scala failed
tests/pos/i877.scala failed
tests/pos/t2399.scala failed
tests/pos/philippe4.scala failed
tests/pos/tasty failed
tests/pos/apply-equiv.scala failed
tests/pos/t6745.scala failed
tests/pos/virtpatmat_exist3.scala failed
tests/pos/unapplyGeneric.scala failed
tests/pos/i3130d.scala failed
tests/pos/package-ob-case failed
tests/pos/cyclics-pos.scala failed
tests/pos/t7329.scala failed
tests/pos/t0227.scala failed
tests/pos/t2082.scala failed
tests/pos/t3642 failed
tests/pos/t0905.scala failed
tests/pos/desugar.scala failed
tests/pos/t2421.scala failed
tests/pos/pos_valueclasses failed
tests/pos/spurious-overload.scala failed
tests/pos/t8177g.scala failed
tests/pos/t2261.scala failed
tests/pos/overloaddefault.scala failed
tests/pos/i3544.scala failed
tests/pos/typers.scala failed
tests/pos/t8369a.scala failed
tests/pos/t2712-4.scala failed
tests/pos/t6335.scala failed
tests/pos/t3429 failed
tests/pos/i2104.scala failed
tests/pos/t2708.scala failed
tests/pos/t7232c failed
tests/pos/t7944.scala failed
tests/pos/spec-multiplectors.scala failed
tests/pos-special/isInstanceOf/3324c.scala failed
tests/pos/t348plus.scala failed
tests/pos/i239-packageObj.scala failed
tests/pos/t0095.scala failed
tests/pos/virtpatmat_exist_uncurry.scala failed
tests/pos/i2974.scala failed
tests/pos/nameddefaults.scala failed
tests/pos/t2794.scala failed
tests/pos/t419.scala failed
tests/pos/t115.scala failed
tests/pos/t7716.scala failed
tests/pos/Iterable.scala failed
tests/pos/t4036.scala failed
tests/pos/erased-lub-2.scala failed
tests/pos/t0054.scala failed
tests/pos/t2421b_pos.scala failed
tests/pos/t5703 failed
tests/pos/t6942 failed
tests/pos/i3647.scala failed
tests/pos/tcpoly_poly.scala failed
tests/pos/hygiene.scala failed
tests/pos/annotations failed
tests/pos/tangledCompanion.scala failed
tests/pos/t2503.scala failed
tests/pos/printbounds.scala failed
tests/pos/t2693.scala failed
tests/pos/t3371.scala failed
tests/pos/spec-groups.scala failed
tests/pos/spec-funs.scala failed
tests/pos/t2130-2.scala failed
tests/pos/i2468.scala failed
compileMixed from compilePos failed
tests/pos/tcpoly_ticket2096.scala failed
tests/pos/spec-super.scala failed
tests/pos/t3137.scala failed
tests/pos/t1693.scala failed
tests/pos/i2663.scala failed
tests/pos/t1075.scala failed
tests/pos/i1756.scala failed
tests/pos/t0069.scala failed
tests/pos/variances.scala failed
tests/pos/tcpoly_seq_typealias.scala failed
tests/pos/philippe3.scala failed
tests/pos/t573.scala failed
tests/pos/i2741.scala failed
tests/pos/t4257.scala failed
tests/pos/tcpoly_return_overriding.scala failed
tests/pos/t7902.scala failed
tests/pos/t5399.scala failed
tests/pos/t2081.scala failed
tests/pos/sammy_scope.scala failed
compiling 'compiler/src/dotty/tools/dotc/parsing' in test 'compilePos' failed
tests/pos/scala2traits failed
tests/pos/implicitNums.scala failed
tests/pos/i1891.scala failed
tests/pos/1567 failed
tests/pos/t7315.scala failed
tests/pos/t2660.scala failed
tests/pos/hkwild.scala failed
tests/pos/tinondefcons.scala failed
tests/pos/i3067.scala failed
tests/pos/i1812b.scala failed
tests/pos/t6117.scala failed
/Users/martin/Documents/Projects.nosync/Duhemm/dotty/out/compilePos/rewrites/pos-scala2/rewrites/rewrites.scala failed
tests/pos/t8324.scala failed
tests/pos/spec-sparsearray-old.scala failed
tests/pos/t6146.scala failed
tests/pos/Coder.scala failed
tests/pos/List1.scala failed
tests/pos/t3636.scala failed
tests/pos/nullary.scala failed
tests/pos/i3139.scala failed
tests/pos/spec-short.scala failed
tests/pos/z1720.scala failed
tests/pos/typeclass-encoding.scala failed
tests/pos/cls.scala failed
compiling 'compiler/src/dotty/tools/dotc/printing' in test 'compilePos' failed
tests/pos/t7377b.scala failed
tests/pos/t3631.scala failed
tests/pos/infer.scala failed
tests/pos/t4603 failed
tests/pos/i3467 failed
tests/pos-no-optimise/escapingRefs.scala failed
tests/pos/t1439.scala failed
tests/pos/virtpatmat_instof_valuetype.scala failed
tests/pos/i1318.scala failed
tests/pos/strip-tvars-for-lubbasetypes.scala failed
tests/pos/i2888.scala failed
tests/pos-special/completeFromSource/Test.scala failed
tests/pos/rangepos.scala failed
tests/pos/patterns2.scala failed
tests/pos/t1798.scala failed
tests/pos/i3248.scala failed
tests/pos/i143.scala failed
tests/pos/i4203.scala failed
tests/pos/t3486 failed
tests/pos/t0055.scala failed
compiling 'compiler/src/dotty/tools/dotc/config' in test 'compilePos' failed
tests/pos/existentials-harmful.scala failed
tests/pos/homonym.scala failed
tests/pos/i3553.scala failed
tests/pos/i1777.scala failed
tests/pos/tparam_inf.scala failed
tests/pos/t3864 failed
tests/pos/init.scala failed
tests/pos/t4524.scala failed
tests/pos/t1029 failed
tests/pos/spec-asseenfrom.scala failed
tests/pos/opassign.scala failed
tests/pos/spliceTest.scala failed
tests/pos/isApplicableSafe.scala failed
tests/pos/t6210.scala failed
tests/pos/t4717.scala failed
tests/pos-scala2/rewrites.scala failed
tests/pos/t5359.scala failed
compiling 'compiler/src/dotty/tools/dotc/typer' in test 'compilePos' failed
tests/pos/test4a.scala failed
tests/pos/hk-reduce-variance.scala failed
tests/pos/t7785.scala failed
tests/pos/t8045.scala failed
tests/pos/i878.scala failed
tests/pos/typealiases.scala failed
tests/pos/virtpatmat_exhaust_unchecked.scala failed
tests/pos/capturedVars.scala failed
tests/pos/t4070.scala failed
tests/pos/itay.scala failed
tests/pos-special/isInstanceOf/3324e.scala failed
tests/pos/t8219.scala failed
tests/pos/sammy_twice.scala failed
tests/pos/t3866.scala failed
tests/pos/t592.scala failed
tests/pos/t4266.scala failed
tests/pos/i1181c.scala failed
tests/pos/t3037.scala failed
tests/pos/approximateUnion.scala failed
tests/pos/t4853.scala failed
tests/pos/t1843.scala failed
tests/pos/t2435.scala failed
tests/pos/t3578.scala failed
tests/pos/i3588.scala failed
tests/pos/i2188.scala failed
tests/pos/Patterns.scala failed
compiling 'compiler/src/dotty/tools/dotc/transform' in test 'compilePos' failed
tests/pos-scala2/t3568.scala failed
compiling 'compiler/src/dotty/tools/dotc/core' in test 'compilePos' failed
tests/pos/Transactions.scala failed
tests/pos/michel1.scala failed
tests/pos/inline-i1773.scala failed
tests/pos/t6551.scala failed
tests/pos/blockescapes.scala failed
tests/pos/t4692.scala failed
tests/pos/i3606.scala failed
tests/pos/i2218.scala failed
tests/pos/i4032.scala failed
tests/pos/t5727.scala failed
tests/pos/i1790.scala failed
tests/pos/assignments.scala failed
tests/pos/i2219.scala failed
tests/pos/t10533.scala failed
tests/pos/t7782b.scala failed
tests/pos/t3419 failed
tests/pos/irrefutable.scala failed
tests/pos/t1085.scala failed
tests/pos/SI-4012-a.scala failed
tests/pos/tcpoly_infer_implicit_tuple_wrapper.scala failed
tests/pos-scala2/i3396.scala failed
tests/pos/t3521 failed
tests/pos/t3560.scala failed
tests/pos-kind-polymorphism/anykind.scala failed
tests/pos/inline-t9232b.scala failed
tests/pos/i2152.scala failed
tests/pos/t1027.scala failed
tests/pos/t4402 failed
tests/pos/tcpoly_param_scoping.scala failed
tests/pos-special/isInstanceOf/gadt.scala failed
tests/pos/t8120.scala failed
tests/pos/t2421_delitedsl.scala failed
testPredefDeprecatedNonCyclic from compilePos failed
tests/pos/inline-case-intrinsics.scala failed
tests/pos/virtpatmat_alts_subst.scala failed
tests/pos/i3130a.scala failed
tests/pos/t7517.scala failed
tests/pos/t0017.scala failed
tests/pos/t7232d failed
tests/pos/exbound.scala failed
tests/pos/switchUnbox.scala failed
tests/pos/javaReadsSigs failed
tests/pos/reference failed
tests/pos/t7033.scala failed
tests/pos/t892.scala failed
tests/pos/t8244d failed
tests/pos/SI-7638.scala failed
tests/pos/for-filter.scala failed
tests/pos/i618.scala failed
tests/pos/ticket2197.scala failed
tests/new/looping-jsig.scala failed
tests/pos/paramAliases.scala failed
tests/pos/t522.scala failed
tests/pos/t4869.scala failed
tests/pos/t3373.scala failed
tests/pos/t3152.scala failed
tests/pos/t3384.scala failed
tests/pos/t6184.scala failed
tests/pos/t5384.scala failed
tests/pos-special/completeFromSource/Test2.scala failed
tests/pos/testCoercionThis.scala failed
tests/pos/exhaust_2.scala failed
tests/pos/t6123-explaintypes-implicits.scala failed
tests/pos/t4716.scala failed
tests/pos/hk.scala failed
tests/pos/i1737.scala failed
tests/pos/t6966.scala failed
tests/pos/i3352.scala failed
tests/pos/t4911.scala failed
tests/pos/t628.scala failed
tests/pos/annotDepMethType.scala failed
tests/pos/t7022.scala failed
tests/pos/i1235.scala failed
tests/pos/t2545.scala failed
tests/pos/i830.scala failed
tests/pos-deep-subtype/t8146a.scala failed
tests/pos/f-bounded-case-class.scala failed
tests/pos/i0290-type-bind.scala failed
tests/pos/i1307.scala failed
tests/pos/debug-reset-local-attrs.scala failed
tests/pos/t2741 failed
tests/pos/t0786.scala failed
tests/pos/t1147.scala failed
tests/pos/t3946 failed
tests/pos/t4018.scala failed
tests/pos/caseClassInMethod.scala failed
tests/pos/t1422_pos.scala failed
tests/pos/t767.scala failed
tests/pos/t577.scala failed
tests/pos/inferred.scala failed
tests/pos/t4744 failed
tests/pos/t4737 failed
tests/pos/i2797a failed
tests/pos/i864.scala failed
tests/pos/i3538.scala failed
tests/pos/enum-List-control.scala failed
tests/pos/eff-compose.scala failed
tests/pos/ilya failed
tests/pos/spec-doubledef-old.scala failed
tests/pos-scala2/t3731.scala failed
tests/pos/t942 failed
tests/pos-special/strawman-collections/CollectionStrawMan6.scala failed
tests/pos/implicits1.scala failed
--------------------------------------------------------------------------------
Note - reproduction instructions have been dumped to log file:
/Users/martin/Documents/Projects.nosync/Duhemm/dotty/testlogs/tests-2018-04-11/tests-2018-04-11-T14-27-07.log
--------------------------------------------------------------------------------
[info] Test run finished: 1 failed, 0 ignored, 1 total, 40.233s
[error] Failed: Total 9, Failed 1, Errors 0, Passed 0, Skipped 8
[error] Failed tests:
[error] dotty.tools.dotc.CompilationTests
[error] (dotty-compiler/test:testOnly) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 42 s, completed Apr 11, 2018 2:27:47 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment