Closed
Description
The nightly build failed on the macro-expansion-dependencies-2
scripted test in test_sbt
:
-Error: [error] -- [E006] Not Found Error: /tmp/sbt_41e7727c/macro-expansion-dependencies-2/MacroRuntime.scala:7:6
-Error: [error] 7 | error("some error", rootPosition)
-Error: [error] | ^^^^^
-Error: [error] | Not found: error
-Error: [error] -- [E006] Not Found Error: /tmp/sbt_41e7727c/macro-expansion-dependencies-2/MacroRuntime.scala:7:26
-Error: [error] 7 | error("some error", rootPosition)
-Error: [error] | ^^^^^^^^^^^^
-Error: [error] | Not found: rootPosition
-Error: [error] two errors found
-Error: [error] (Compile / compileIncremental) Compilation failed
-Error: [error] Total time: 1 s, completed Nov 24, 2020 4:29:10 AM
[info] [success] Total time: 0 s, completed Nov 24, 2020 4:29:11 AM
[info] [info] Compiling 3 Scala sources to /tmp/sbt_41e7727c/macro-expansion-dependencies-2/target/scala-3.0.0-M2/classes ...
[info] [info] Done compiling.
[info] [success] Total time: 1 s, completed Nov 24, 2020 4:29:11 AM
[info] [info] Compiling 1 Scala source to /tmp/sbt_41e7727c/macro-expansion-dependencies-2/target/scala-3.0.0-M2/classes ...
[info] [info] Done compiling.
[info] [info] running Main
[info] Implementation in Macro
[info] [success] Total time: 0 s, completed Nov 24, 2020 4:29:12 AM
-Error: x source-dependencies / macro-expansion-dependencies-2
-Error: Cause of test exception: {line 13} Command succeeded but failure was expected
It looks like macro-expansion-dependencies-1
could use an update as well:
Note: the actual cause of the job failure is that the runtime test of MacroRuntimeRuntimeError.scala
on line 13 succeeded when it was expected to fail. The "not found" errors don't cause the job to fail because they are inside tests that are expected to fail at compile time.
EDIT: It seems the failure is for some reason caused by the recent change making the context parameter anonymous:
Metadata
Metadata
Assignees
Labels
No labels