You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run our build pipeline in CI compilation may fail. This started to happen more often when we got more slower agent. Can happen 2-3 times in a row.
[error] java.lang.AssertionError: assertion failed:
[error] tethys packagetethys<none>
[error] whilecompiling: <no file>
[error] during phase: globalPhase=<no phase>, enteringPhase=typer
[error] library version: version 2.13.8
[error] compiler version: version 2.13.8
[error] reconstructed args:
[error]
[error] last tree to typer: EmptyTree
[error] tree position: <unknown>
[error] tree tpe: <notype>
[error] symbol: null
[error] call site: package<root>in<none>
[error]
[error] ==Source file context for tree position ==
[error]
[error]
[error] at scala.reflect.internal.SymbolTable.throwAssertionError(SymbolTable.scala:171)
[error] at scala.reflect.internal.Importers$StandardImporter.$anonfun$importSymbol$6(Importers.scala:209)
[error] at scala.reflect.internal.Symbols$Symbol.orElse(Symbols.scala:2646)
[error] at scala.reflect.internal.Importers$StandardImporter.recreateOrRelink$1(Importers.scala:206)
[error] at scala.reflect.internal.Importers$StandardImporter.importSymbol(Importers.scala:223)
[error] at scala.reflect.internal.Importers$StandardImporter.recreatedTreeCompleter(Importers.scala:312)
[error] at scala.reflect.internal.Importers$StandardImporter.$anonfun$importTree$1(Importers.scala:432)
[error] at scala.reflect.internal.Importers$StandardImporter.tryFixup(Importers.scala:61)
[error] at scala.reflect.internal.Importers$StandardImporter.importTree(Importers.scala:433)
[error] at scala.reflect.internal.Importers$StandardImporter.recreateTree(Importers.scala:397)
[error] at scala.reflect.internal.Importers$StandardImporter.importTree(Importers.scala:430)
[error] at scala.reflect.internal.Importers$StandardImporter.recreateTree(Importers.scala:397)
[error] at scala.reflect.internal.Importers$StandardImporter.importTree(Importers.scala:430)
[error] at scala.reflect.internal.Importers$StandardImporter.recreateTree(Importers.scala:397)
[error] at scala.reflect.internal.Importers$StandardImporter.importTree(Importers.scala:430)
[error] at scala.reflect.internal.Importers$StandardImporter.recreateTree(Importers.scala:397)
[error] at scala.reflect.internal.Importers$StandardImporter.importTree(Importers.scala:430)
[error] at scala.reflect.internal.Importers$StandardImporter.recreateTree(Importers.scala:388)
[error] at scala.reflect.internal.Importers$StandardImporter.importTree(Importers.scala:430)
[error] at scala.reflect.internal.Importers$StandardImporter.importTree(Importers.scala:41)
[error] at scala.tools.reflect.ToolBoxFactory$ToolBoxImpl.$anonfun$compile$13(ToolBoxFactory.scala:442)
[error] at scala.tools.reflect.ToolBoxFactory$ToolBoxImpl$withCompilerApi$.apply(ToolBoxFactory.scala:371)
[error] at scala.tools.reflect.ToolBoxFactory$ToolBoxImpl.compile(ToolBoxFactory.scala:438)
[error] at scala.tools.reflect.ToolBoxFactory$ToolBoxImpl.eval(ToolBoxFactory.scala:460)
[error] at scala.reflect.macros.contexts.Evals.eval(Evals.scala:32)
[error] at scala.reflect.macros.contexts.Evals.eval$(Evals.scala:26)
[error] at scala.reflect.macros.contexts.Context.eval(Context.scala:18)
[error] at tethys.derivation.impl.derivation.ReaderDerivation.$anonfun$deriveReader$2(ReaderDerivation.scala:73)
[error] at scala.util.Failure.getOrElse(Try.scala:219)
[error] at tethys.derivation.impl.derivation.ReaderDerivation.deriveReader(ReaderDerivation.scala:73)
[error] at tethys.derivation.impl.derivation.ReaderDerivation.deriveReader$(ReaderDerivation.scala:70)
[error] at tethys.derivation.impl.derivation.SemiautoDerivationMacro.deriveReader(SemiautoDerivationMacro.scala:9)
[error] at tethys.derivation.impl.derivation.SemiautoDerivationMacro.jsonReaderWithConfig(SemiautoDerivationMacro.scala:77)
[error] jsonReader[Foo](ReaderDerivationConfig.withFieldStyle(FieldStyle.lowerSnakecase))
When we run our build pipeline in CI compilation may fail. This started to happen more often when we got more slower agent. Can happen 2-3 times in a row.
The text was updated successfully, but these errors were encountered: