question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Compiler crashes with exception

See original GitHub issue

Compiler version

scala-3.0.2

Minimized code

Sbt file

ThisBuild / scalaVersion := "3.0.2"
ThisBuild / version      := "0.1.0-SNAPSHOT"
ThisBuild / organization := "com.bilal-fazlani"

lazy val kubeClient = (project in file("./kubeClient"))
  .settings(
    name := "kubeClient",
    libraryDependencies ++= Seq(
      STTP.sttpCore,
      STTP.zioBackend,
      STTP.circe,
      Libs.zioK8s,
    )
  )

Libs file

import sbt._

object Libs {
  lazy val zioK8s = "com.coralogix" %% "zio-k8s-client" % "1.3.4"
}

object STTP {
  private val org = "com.softwaremill.sttp.client3"
  private val version = "3.3.14"
  
  lazy val sttpCore = org %% "core" % version
  lazy val zioBackend = org %% "async-http-client-backend-zio" % version
  lazy val circe = org %% "circe" % version
}

repo: https://github.com/bilal-fazlani/kubernetes-minified-app

Main file

import zio.*
import zio.console.*
import com.coralogix.zio.k8s.client.config.httpclient.*
import com.coralogix.zio.k8s.client.config.*
import com.coralogix.zio.k8s.client.v1.configmaps.ConfigMaps
import com.coralogix.zio.k8s.client.v1.pods.Pods

object App extends App {
  val layer = k8sDefault >>> (Pods.live ++ ConfigMaps.live)
  override def run(args:List[String]) = ???
}

Output (click arrow to expand)

[info] welcome to sbt 1.5.5 (AdoptOpenJDK Java 11.0.11)
[info] loading settings for project global-plugins from build.sbt ...
[info] loading global plugins from /Users/bilalfazlani/.sbt/1.0/plugins
[info] loading settings for project kubernetes-minified-app-build-build from metals.sbt ...
[info] loading project definition from /Users/bilalfazlani/projects/scala/temp/kubernetes-minified-app/project/project
[info] loading settings for project kubernetes-minified-app-build from metals.sbt ...
[info] loading project definition from /Users/bilalfazlani/projects/scala/temp/kubernetes-minified-app/project
[success] Generated .bloop/kubernetes-minified-app-build.json
[success] Total time: 1 s, completed Sep 18, 2021, 9:44:02 PM
[info] loading settings for project kubernetes-minified-app from build.sbt ...
[info] set current project to kubernetes-minified-app (in build file:/Users/bilalfazlani/projects/scala/temp/kubernetes-minified-app/)
[info] Executing in batch mode. For better performance use sbt's shell
[info] compiling 1 Scala source to /Users/bilalfazlani/projects/scala/temp/kubernetes-minified-app/kubeClient/target/scala-3.0.2/classes ...
[info] exception occurred while typechecking /Users/bilalfazlani/projects/scala/temp/kubernetes-minified-app/kubeClient/src/main/scala/Main.scala
[info] exception occurred while compiling /Users/bilalfazlani/projects/scala/temp/kubernetes-minified-app/kubeClient/src/main/scala/Main.scala
java.lang.AssertionError: assertion failed: zio.Has[com.coralogix.zio.k8s.client.model.K8sCluster] & <notype> / AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),Has),List(TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class client)),object model),package),K8sCluster))) & NoType while compiling /Users/bilalfazlani/projects/scala/temp/kubernetes-minified-app/kubeClient/src/main/scala/Main.scala
[error] ## Exception when compiling 1 sources to /Users/bilalfazlani/projects/scala/temp/kubernetes-minified-app/kubeClient/target/scala-3.0.2/classes
[error] java.lang.AssertionError: assertion failed: zio.Has[com.coralogix.zio.k8s.client.model.K8sCluster] & <notype> / AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),Has),List(TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class client)),object model),package),K8sCluster))) & NoType
[error] scala.runtime.Scala3RunTime$.assertFailed(Scala3RunTime.scala:8)
[error] dotty.tools.dotc.core.Types$AndType$.apply(Types.scala:3145)
[error] dotty.tools.dotc.core.Types$AndType$.make(Types.scala:3180)
[error] dotty.tools.dotc.core.Types$AndType.derivedAndType(Types.scala:3126)
[error] dotty.tools.dotc.core.Types$TypeMap.derivedAndType(Types.scala:5337)
[error] dotty.tools.dotc.core.Types$TypeMap.mapOver(Types.scala:5458)
[error] dotty.tools.dotc.typer.ImplicitRunInfo$$anon$1.apply(Implicits.scala:755)
[error] dotty.tools.dotc.core.Types$TypeMap.op$proxy16$1(Types.scala:5362)
[error] dotty.tools.dotc.core.Types$TypeMap.mapArgs(Types.scala:5362)
[error] dotty.tools.dotc.core.Types$TypeMap.mapOver(Types.scala:5397)
[error] dotty.tools.dotc.typer.ImplicitRunInfo$$anon$1.apply(Implicits.scala:755)
[error] dotty.tools.dotc.typer.ProtoTypes$ViewProto.map(ProtoTypes.scala:539)
[error] dotty.tools.dotc.typer.ProtoTypes$ViewProto.map(ProtoTypes.scala:539)
[error] dotty.tools.dotc.core.Types$TypeMap.mapOver(Types.scala:5429)
[error] dotty.tools.dotc.typer.ImplicitRunInfo$$anon$1.apply(Implicits.scala:755)
[error] dotty.tools.dotc.typer.ImplicitRunInfo.implicitScope(Implicits.scala:757)
[error] dotty.tools.dotc.typer.ImplicitRunInfo.implicitScope$(Implicits.scala:543)
[error] dotty.tools.dotc.Run.implicitScope(Run.scala:38)
[error] dotty.tools.dotc.typer.Implicits$ImplicitSearch.implicitScope(Implicits.scala:1428)
[error] dotty.tools.dotc.typer.Implicits$ImplicitSearch.searchImplicit(Implicits.scala:1391)
[error] dotty.tools.dotc.typer.Implicits$ImplicitSearch.searchImplicit(Implicits.scala:1400)
[error] dotty.tools.dotc.typer.Implicits$ImplicitSearch.bestImplicit(Implicits.scala:1425)
[error] dotty.tools.dotc.typer.Implicits.inferImplicit(Implicits.scala:991)
[error] dotty.tools.dotc.typer.Implicits.inferImplicit$(Implicits.scala:774)
[error] dotty.tools.dotc.typer.Typer.inferImplicit(Typer.scala:106)
[error] dotty.tools.dotc.typer.Implicits.inferView(Implicits.scala:820)
[error] dotty.tools.dotc.typer.Implicits.inferView$(Implicits.scala:774)
[error] dotty.tools.dotc.typer.Typer.inferView(Typer.scala:106)
[error] dotty.tools.dotc.typer.Implicits.viewExists(Implicits.scala:787)
[error] dotty.tools.dotc.typer.Implicits.viewExists$(Implicits.scala:774)
[error] dotty.tools.dotc.typer.Typer.viewExists(Typer.scala:106)
[error] dotty.tools.dotc.typer.ProtoTypes$Compatibility.necessarilyCompatible(ProtoTypes.scala:47)
[error] dotty.tools.dotc.typer.ProtoTypes$Compatibility.necessarilyCompatible$(ProtoTypes.scala:26)
[error] dotty.tools.dotc.typer.Typer.necessarilyCompatible(Typer.scala:106)
[error] dotty.tools.dotc.typer.ProtoTypes$Compatibility.constrainResult(ProtoTypes.scala:97)
[error] dotty.tools.dotc.typer.ProtoTypes$Compatibility.constrainResult$(ProtoTypes.scala:26)
[error] dotty.tools.dotc.typer.Typer.constrainResult(Typer.scala:106)
[error] dotty.tools.dotc.typer.ProtoTypes$Compatibility.constrainResult(ProtoTypes.scala:117)
[error] dotty.tools.dotc.typer.ProtoTypes$Compatibility.constrainResult$(ProtoTypes.scala:26)
[error] dotty.tools.dotc.typer.Typer.constrainResult(Typer.scala:106)
[error] dotty.tools.dotc.typer.Applications$Application.init(Applications.scala:438)
[error] dotty.tools.dotc.typer.Applications$TypedApply.<init>(Applications.scala:735)
[error] dotty.tools.dotc.typer.Applications$ApplyToUntyped.<init>(Applications.scala:849)
[error] dotty.tools.dotc.typer.Applications.ApplyTo(Applications.scala:1057)
[error] dotty.tools.dotc.typer.Applications.ApplyTo$(Applications.scala:317)
[error] dotty.tools.dotc.typer.Typer.ApplyTo(Typer.scala:106)
[error] dotty.tools.dotc.typer.Applications.simpleApply$1(Applications.scala:904)
[error] dotty.tools.dotc.typer.Applications.realApply$5$$anonfun$4(Applications.scala:983)
[error] dotty.tools.dotc.typer.Applications$$Lambda$771/0x0000000000000000.apply(Unknown Source)
[error] dotty.tools.dotc.typer.Typer.tryEither(Typer.scala:2949)
[error] dotty.tools.dotc.typer.Applications.realApply$1(Applications.scala:994)
[error] dotty.tools.dotc.typer.Applications.typedApply(Applications.scala:1032)
[error] dotty.tools.dotc.typer.Applications.typedApply$(Applications.scala:317)
[error] dotty.tools.dotc.typer.Typer.typedApply(Typer.scala:106)
[error] dotty.tools.dotc.typer.Typer.typedInfixOp(Typer.scala:2584)
[error] dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:2732)
[error] dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:2756)
[error] dotty.tools.dotc.typer.ProtoTypes$FunProto.$anonfun$5(ProtoTypes.scala:428)
[error] dotty.tools.dotc.typer.ProtoTypes$FunProto$$Lambda$5605/0x000000004d60aa20.apply(Unknown Source)
[error] dotty.tools.dotc.typer.ProtoTypes$FunProto.cacheTypedArg(ProtoTypes.scala:359)
[error] dotty.tools.dotc.typer.ProtoTypes$FunProto.typedArg(ProtoTypes.scala:429)
[error] dotty.tools.dotc.typer.Applications$ApplyToUntyped.typedArg(Applications.scala:850)
[error] dotty.tools.dotc.typer.Applications$ApplyToUntyped.typedArg(Applications.scala:850)
[error] dotty.tools.dotc.typer.Applications$Application.addTyped$1(Applications.scala:544)
[error] dotty.tools.dotc.typer.Applications$Application.matchArgs(Applications.scala:609)
[error] dotty.tools.dotc.typer.Applications$Application.init(Applications.scala:447)
[error] dotty.tools.dotc.typer.Applications$TypedApply.<init>(Applications.scala:735)
[error] dotty.tools.dotc.typer.Applications$ApplyToUntyped.<init>(Applications.scala:849)
[error] dotty.tools.dotc.typer.Applications.ApplyTo(Applications.scala:1057)
[error] dotty.tools.dotc.typer.Applications.ApplyTo$(Applications.scala:317)
[error] dotty.tools.dotc.typer.Typer.ApplyTo(Typer.scala:106)
[error] dotty.tools.dotc.typer.Applications.simpleApply$1(Applications.scala:904)
[error] dotty.tools.dotc.typer.Applications.realApply$5$$anonfun$4(Applications.scala:983)
[error] dotty.tools.dotc.typer.Applications$$Lambda$771/0x0000000000000000.apply(Unknown Source)
[error] dotty.tools.dotc.typer.Typer.tryEither(Typer.scala:2949)
[error] dotty.tools.dotc.typer.Applications.realApply$1(Applications.scala:994)
[error] dotty.tools.dotc.typer.Applications.typedApply(Applications.scala:1032)
[error] dotty.tools.dotc.typer.Applications.typedApply$(Applications.scala:317)
[error] dotty.tools.dotc.typer.Typer.typedApply(Typer.scala:106)
[error] dotty.tools.dotc.typer.Typer.typedInfixOp(Typer.scala:2584)
[error] dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:2732)
[error] dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:2756)
[error] dotty.tools.dotc.typer.Typer.typed(Typer.scala:2821)
[error] dotty.tools.dotc.typer.Typer.typed(Typer.scala:2825)
[error] dotty.tools.dotc.typer.Typer.typedExpr(Typer.scala:2941)
[error] dotty.tools.dotc.typer.Namer.typedAheadExpr$$anonfun$1(Namer.scala:1424)
[error] dotty.tools.dotc.typer.Namer$$Lambda$637/0x0000000000000000.apply(Unknown Source)
[error] dotty.tools.dotc.typer.Namer.typedAhead(Namer.scala:1414)
[error] dotty.tools.dotc.typer.Namer.typedAheadExpr(Namer.scala:1424)
[error] dotty.tools.dotc.typer.Namer.typedAheadRhs$1$$anonfun$1(Namer.scala:1676)
[error] dotty.tools.dotc.typer.Namer$$Lambda$776/0x0000000000000000.apply(Unknown Source)
[error] dotty.tools.dotc.typer.PrepareInlineable$.dropInlineIfError(PrepareInlineable.scala:225)
[error] dotty.tools.dotc.typer.Namer.typedAheadRhs$2(Namer.scala:1676)
[error] dotty.tools.dotc.typer.Namer.rhsType$1(Namer.scala:1684)
[error] dotty.tools.dotc.typer.Namer.cookedRhsType$1(Namer.scala:1711)
[error] dotty.tools.dotc.typer.Namer.lhsType$1(Namer.scala:1712)
[error] dotty.tools.dotc.typer.Namer.inferredResultType(Namer.scala:1723)
[error] dotty.tools.dotc.typer.Namer.inferredType$1(Namer.scala:1463)
[error] dotty.tools.dotc.typer.Namer.valOrDefDefSig(Namer.scala:1470)
[error] dotty.tools.dotc.typer.Namer$Completer.typeSig(Namer.scala:751)
[error] dotty.tools.dotc.typer.Namer$Completer.completeInCreationContext(Namer.scala:887)
[error] dotty.tools.dotc.typer.Namer$Completer.complete(Namer.scala:779)
[error] dotty.tools.dotc.core.SymDenotations$SymDenotation.completeFrom(SymDenotations.scala:167)
[error] dotty.tools.dotc.core.Denotations$Denotation.completeInfo$1(Denotations.scala:188)
[error] dotty.tools.dotc.core.Denotations$Denotation.info(Denotations.scala:190)
[error] dotty.tools.dotc.core.SymDenotations$SymDenotation.ensureCompleted(SymDenotations.scala:369)
[error] dotty.tools.dotc.typer.Typer.retrieveSym(Typer.scala:2635)
[error] dotty.tools.dotc.typer.Typer.typedNamed$1(Typer.scala:2660)
[error] dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:2755)
[error] dotty.tools.dotc.typer.Typer.typed(Typer.scala:2821)
[error] dotty.tools.dotc.typer.Typer.typed(Typer.scala:2825)
[error] dotty.tools.dotc.typer.Typer.traverse$1(Typer.scala:2847)
[error] dotty.tools.dotc.typer.Typer.typedStats(Typer.scala:2897)
[error] dotty.tools.dotc.typer.Typer.typedClassDef(Typer.scala:2352)
[error] dotty.tools.dotc.typer.Typer.typedTypeOrClassDef$2(Typer.scala:2681)
[error] dotty.tools.dotc.typer.Typer.typedNamed$1(Typer.scala:2685)
[error] dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:2755)
[error] dotty.tools.dotc.typer.Typer.typed(Typer.scala:2821)
[error] dotty.tools.dotc.typer.Typer.typed(Typer.scala:2825)
[error] dotty.tools.dotc.typer.Typer.traverse$1(Typer.scala:2847)
[error] dotty.tools.dotc.typer.Typer.typedStats(Typer.scala:2897)
[error] dotty.tools.dotc.typer.Typer.typedPackageDef(Typer.scala:2475)
[error] dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:2726)
[error] dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:2756)
[error] dotty.tools.dotc.typer.Typer.typed(Typer.scala:2821)
[error] dotty.tools.dotc.typer.Typer.typed(Typer.scala:2825)
[error] dotty.tools.dotc.typer.Typer.typedExpr(Typer.scala:2941)
[error] dotty.tools.dotc.typer.FrontEnd.liftedTree1$1(FrontEnd.scala:79)
[error] dotty.tools.dotc.typer.FrontEnd.typeCheck$$anonfun$1(FrontEnd.scala:84)
[error] dotty.tools.dotc.typer.FrontEnd$$Lambda$565/0x0000000000000000.apply$mcV$sp(Unknown Source)
[error] dotty.tools.dotc.typer.FrontEnd.monitor(FrontEnd.scala:43)
[error] dotty.tools.dotc.typer.FrontEnd.typeCheck(FrontEnd.scala:85)
[error] dotty.tools.dotc.typer.FrontEnd.runOn$$anonfun$3(FrontEnd.scala:120)
[error] dotty.tools.dotc.typer.FrontEnd$$Lambda$564/0x0000000000000000.applyVoid(Unknown Source)
[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[error] scala.collection.immutable.List.foreach(List.scala:333)
[error] dotty.tools.dotc.typer.FrontEnd.runOn(FrontEnd.scala:120)
[error] dotty.tools.dotc.Run.runPhases$4$$anonfun$4(Run.scala:205)
[error] dotty.tools.dotc.Run$$Lambda$426/0x0000000000000000.applyVoid(Unknown Source)
[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1323)
[error] dotty.tools.dotc.Run.runPhases$5(Run.scala:216)
[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:224)
[error] dotty.tools.dotc.Run$$Lambda$389/0x0000000000000000.apply$mcV$sp(Unknown Source)
[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:67)
[error] dotty.tools.dotc.Run.compileUnits(Run.scala:231)
[error] dotty.tools.dotc.Run.compileSources(Run.scala:166)
[error] dotty.tools.dotc.Run.compile(Run.scala:150)
[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:39)
[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:88)
[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:192)
[error] sbt.internal.inc.MixedAnalyzingCompiler$$Lambda$4142/0x0000000000000000.apply$mcV$sp(Unknown Source)
[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:247)
[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:182)
[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:163)
[error] sbt.internal.inc.MixedAnalyzingCompiler$$Lambda$4138/0x0000000000000000.apply(Unknown Source)
[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:239)
[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:163)
[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:210)
[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:528)
[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:528)
[error] sbt.internal.inc.IncrementalCompilerImpl$$Lambda$3216/0x0000000000000000.apply(Unknown Source)
[error] sbt.internal.inc.Incremental$.$anonfun$apply$5(Incremental.scala:175)
[error] sbt.internal.inc.Incremental$.$anonfun$apply$5$adapted(Incremental.scala:173)
[error] sbt.internal.inc.Incremental$$$Lambda$3223/0x0000000000000000.apply(Unknown Source)
[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:459)
[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:263)
[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:414)
[error] sbt.internal.inc.Incremental$$$Lambda$3259/0x0000000000000000.apply(Unknown Source)
[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:501)
[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:401)
[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:167)
[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:528)
[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:482)
[error] sbt.internal.inc.IncrementalCompilerImpl$$Lambda$3131/0x0000000000000000.apply(Unknown Source)
[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:420)
[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2357)
[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2314)
[error] sbt.Defaults$$$Lambda$3125/0x0000000000000000.apply(Unknown Source)
[error] sbt.internal.io.Retry$.apply(Retry.scala:46)
[error] sbt.internal.io.Retry$.apply(Retry.scala:28)
[error] sbt.internal.io.Retry$.apply(Retry.scala:23)
[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:31)
[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2310)
[error] sbt.Defaults$$$Lambda$1046/0x0000000000000000.apply(Unknown Source)
[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
[error] scala.Function1$$Lambda$349/0x0000000000000000.apply(Unknown Source)
[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:62)
[error] sbt.internal.util.$tilde$greater$$Lambda$2670/0x0000000000000000.apply(Unknown Source)
[error] sbt.std.Transform$$anon$4.work(Transform.scala:68)
[error] sbt.Execute.$anonfun$submit$2(Execute.scala:282)
[error] sbt.Execute$$Lambda$2698/0x0000000000000000.apply(Unknown Source)
[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:23)
[error] sbt.Execute.work(Execute.scala:291)
[error] sbt.Execute.$anonfun$submit$1(Execute.scala:282)
[error] sbt.Execute$$Lambda$2681/0x0000000000000000.apply(Unknown Source)
[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
[error] sbt.ConcurrentRestrictions$$anon$4$$Lambda$2695/0x0000000000000000.apply(Unknown Source)
[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:64)
[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[error] java.base/java.lang.Thread.run(Thread.java:836)
[error]            
[error] java.lang.AssertionError: assertion failed: zio.Has[com.coralogix.zio.k8s.client.model.K8sCluster] & <notype> / AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),Has),List(TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class client)),object model),package),K8sCluster))) & NoType
[error] 	at scala.runtime.Scala3RunTime$.assertFailed(Scala3RunTime.scala:8)
[error] 	at dotty.tools.dotc.core.Types$AndType$.apply(Types.scala:3145)
[error] 	at dotty.tools.dotc.core.Types$AndType$.make(Types.scala:3180)
[error] 	at dotty.tools.dotc.core.Types$AndType.derivedAndType(Types.scala:3126)
[error] 	at dotty.tools.dotc.core.Types$TypeMap.derivedAndType(Types.scala:5337)
[error] 	at dotty.tools.dotc.core.Types$TypeMap.mapOver(Types.scala:5458)
[error] 	at dotty.tools.dotc.typer.ImplicitRunInfo$$anon$1.apply(Implicits.scala:755)
[error] 	at dotty.tools.dotc.core.Types$TypeMap.op$proxy16$1(Types.scala:5362)
[error] 	at dotty.tools.dotc.core.Types$TypeMap.mapArgs(Types.scala:5362)
[error] 	at dotty.tools.dotc.core.Types$TypeMap.mapOver(Types.scala:5397)
[error] 	at dotty.tools.dotc.typer.ImplicitRunInfo$$anon$1.apply(Implicits.scala:755)
[error] 	at dotty.tools.dotc.typer.ProtoTypes$ViewProto.map(ProtoTypes.scala:539)
[error] 	at dotty.tools.dotc.typer.ProtoTypes$ViewProto.map(ProtoTypes.scala:539)
[error] 	at dotty.tools.dotc.core.Types$TypeMap.mapOver(Types.scala:5429)
[error] 	at dotty.tools.dotc.typer.ImplicitRunInfo$$anon$1.apply(Implicits.scala:755)
[error] 	at dotty.tools.dotc.typer.ImplicitRunInfo.implicitScope(Implicits.scala:757)
[error] 	at dotty.tools.dotc.typer.ImplicitRunInfo.implicitScope$(Implicits.scala:543)
[error] 	at dotty.tools.dotc.Run.implicitScope(Run.scala:38)
[error] 	at dotty.tools.dotc.typer.Implicits$ImplicitSearch.implicitScope(Implicits.scala:1428)
[error] 	at dotty.tools.dotc.typer.Implicits$ImplicitSearch.searchImplicit(Implicits.scala:1391)
[error] 	at dotty.tools.dotc.typer.Implicits$ImplicitSearch.searchImplicit(Implicits.scala:1400)
[error] 	at dotty.tools.dotc.typer.Implicits$ImplicitSearch.bestImplicit(Implicits.scala:1425)
[error] 	at dotty.tools.dotc.typer.Implicits.inferImplicit(Implicits.scala:991)
[error] 	at dotty.tools.dotc.typer.Implicits.inferImplicit$(Implicits.scala:774)
[error] 	at dotty.tools.dotc.typer.Typer.inferImplicit(Typer.scala:106)
[error] 	at dotty.tools.dotc.typer.Implicits.inferView(Implicits.scala:820)
[error] 	at dotty.tools.dotc.typer.Implicits.inferView$(Implicits.scala:774)
[error] 	at dotty.tools.dotc.typer.Typer.inferView(Typer.scala:106)
[error] 	at dotty.tools.dotc.typer.Implicits.viewExists(Implicits.scala:787)
[error] 	at dotty.tools.dotc.typer.Implicits.viewExists$(Implicits.scala:774)
[error] 	at dotty.tools.dotc.typer.Typer.viewExists(Typer.scala:106)
[error] 	at dotty.tools.dotc.typer.ProtoTypes$Compatibility.necessarilyCompatible(ProtoTypes.scala:47)
[error] 	at dotty.tools.dotc.typer.ProtoTypes$Compatibility.necessarilyCompatible$(ProtoTypes.scala:26)
[error] 	at dotty.tools.dotc.typer.Typer.necessarilyCompatible(Typer.scala:106)
[error] 	at dotty.tools.dotc.typer.ProtoTypes$Compatibility.constrainResult(ProtoTypes.scala:97)
[error] 	at dotty.tools.dotc.typer.ProtoTypes$Compatibility.constrainResult$(ProtoTypes.scala:26)
[error] 	at dotty.tools.dotc.typer.Typer.constrainResult(Typer.scala:106)
[error] 	at dotty.tools.dotc.typer.ProtoTypes$Compatibility.constrainResult(ProtoTypes.scala:117)
[error] 	at dotty.tools.dotc.typer.ProtoTypes$Compatibility.constrainResult$(ProtoTypes.scala:26)
[error] 	at dotty.tools.dotc.typer.Typer.constrainResult(Typer.scala:106)
[error] 	at dotty.tools.dotc.typer.Applications$Application.init(Applications.scala:438)
[error] 	at dotty.tools.dotc.typer.Applications$TypedApply.<init>(Applications.scala:735)
[error] 	at dotty.tools.dotc.typer.Applications$ApplyToUntyped.<init>(Applications.scala:849)
[error] 	at dotty.tools.dotc.typer.Applications.ApplyTo(Applications.scala:1057)
[error] 	at dotty.tools.dotc.typer.Applications.ApplyTo$(Applications.scala:317)
[error] 	at dotty.tools.dotc.typer.Typer.ApplyTo(Typer.scala:106)
[error] 	at dotty.tools.dotc.typer.Applications.simpleApply$1(Applications.scala:904)
[error] 	at dotty.tools.dotc.typer.Applications.realApply$5$$anonfun$4(Applications.scala:983)
[error] 	at dotty.tools.dotc.typer.Applications$$Lambda$771/0x0000000000000000.apply(Unknown Source)
[error] 	at dotty.tools.dotc.typer.Typer.tryEither(Typer.scala:2949)
[error] 	at dotty.tools.dotc.typer.Applications.realApply$1(Applications.scala:994)
[error] 	at dotty.tools.dotc.typer.Applications.typedApply(Applications.scala:1032)
[error] 	at dotty.tools.dotc.typer.Applications.typedApply$(Applications.scala:317)
[error] 	at dotty.tools.dotc.typer.Typer.typedApply(Typer.scala:106)
[error] 	at dotty.tools.dotc.typer.Typer.typedInfixOp(Typer.scala:2584)
[error] 	at dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:2732)
[error] 	at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:2756)
[error] 	at dotty.tools.dotc.typer.ProtoTypes$FunProto.$anonfun$5(ProtoTypes.scala:428)
[error] 	at dotty.tools.dotc.typer.ProtoTypes$FunProto$$Lambda$5605/0x000000004d60aa20.apply(Unknown Source)
[error] 	at dotty.tools.dotc.typer.ProtoTypes$FunProto.cacheTypedArg(ProtoTypes.scala:359)
[error] 	at dotty.tools.dotc.typer.ProtoTypes$FunProto.typedArg(ProtoTypes.scala:429)
[error] 	at dotty.tools.dotc.typer.Applications$ApplyToUntyped.typedArg(Applications.scala:850)
[error] 	at dotty.tools.dotc.typer.Applications$ApplyToUntyped.typedArg(Applications.scala:850)
[error] 	at dotty.tools.dotc.typer.Applications$Application.addTyped$1(Applications.scala:544)
[error] 	at dotty.tools.dotc.typer.Applications$Application.matchArgs(Applications.scala:609)
[error] 	at dotty.tools.dotc.typer.Applications$Application.init(Applications.scala:447)
[error] 	at dotty.tools.dotc.typer.Applications$TypedApply.<init>(Applications.scala:735)
[error] 	at dotty.tools.dotc.typer.Applications$ApplyToUntyped.<init>(Applications.scala:849)
[error] 	at dotty.tools.dotc.typer.Applications.ApplyTo(Applications.scala:1057)
[error] 	at dotty.tools.dotc.typer.Applications.ApplyTo$(Applications.scala:317)
[error] 	at dotty.tools.dotc.typer.Typer.ApplyTo(Typer.scala:106)
[error] 	at dotty.tools.dotc.typer.Applications.simpleApply$1(Applications.scala:904)
[error] 	at dotty.tools.dotc.typer.Applications.realApply$5$$anonfun$4(Applications.scala:983)
[error] 	at dotty.tools.dotc.typer.Applications$$Lambda$771/0x0000000000000000.apply(Unknown Source)
[error] 	at dotty.tools.dotc.typer.Typer.tryEither(Typer.scala:2949)
[error] 	at dotty.tools.dotc.typer.Applications.realApply$1(Applications.scala:994)
[error] 	at dotty.tools.dotc.typer.Applications.typedApply(Applications.scala:1032)
[error] 	at dotty.tools.dotc.typer.Applications.typedApply$(Applications.scala:317)
[error] 	at dotty.tools.dotc.typer.Typer.typedApply(Typer.scala:106)
[error] 	at dotty.tools.dotc.typer.Typer.typedInfixOp(Typer.scala:2584)
[error] 	at dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:2732)
[error] 	at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:2756)
[error] 	at dotty.tools.dotc.typer.Typer.typed(Typer.scala:2821)
[error] 	at dotty.tools.dotc.typer.Typer.typed(Typer.scala:2825)
[error] 	at dotty.tools.dotc.typer.Typer.typedExpr(Typer.scala:2941)
[error] 	at dotty.tools.dotc.typer.Namer.typedAheadExpr$$anonfun$1(Namer.scala:1424)
[error] 	at dotty.tools.dotc.typer.Namer$$Lambda$637/0x0000000000000000.apply(Unknown Source)
[error] 	at dotty.tools.dotc.typer.Namer.typedAhead(Namer.scala:1414)
[error] 	at dotty.tools.dotc.typer.Namer.typedAheadExpr(Namer.scala:1424)
[error] 	at dotty.tools.dotc.typer.Namer.typedAheadRhs$1$$anonfun$1(Namer.scala:1676)
[error] 	at dotty.tools.dotc.typer.Namer$$Lambda$776/0x0000000000000000.apply(Unknown Source)
[error] 	at dotty.tools.dotc.typer.PrepareInlineable$.dropInlineIfError(PrepareInlineable.scala:225)
[error] 	at dotty.tools.dotc.typer.Namer.typedAheadRhs$2(Namer.scala:1676)
[error] 	at dotty.tools.dotc.typer.Namer.rhsType$1(Namer.scala:1684)
[error] 	at dotty.tools.dotc.typer.Namer.cookedRhsType$1(Namer.scala:1711)
[error] 	at dotty.tools.dotc.typer.Namer.lhsType$1(Namer.scala:1712)
[error] 	at dotty.tools.dotc.typer.Namer.inferredResultType(Namer.scala:1723)
[error] 	at dotty.tools.dotc.typer.Namer.inferredType$1(Namer.scala:1463)
[error] 	at dotty.tools.dotc.typer.Namer.valOrDefDefSig(Namer.scala:1470)
[error] 	at dotty.tools.dotc.typer.Namer$Completer.typeSig(Namer.scala:751)
[error] 	at dotty.tools.dotc.typer.Namer$Completer.completeInCreationContext(Namer.scala:887)
[error] 	at dotty.tools.dotc.typer.Namer$Completer.complete(Namer.scala:779)
[error] 	at dotty.tools.dotc.core.SymDenotations$SymDenotation.completeFrom(SymDenotations.scala:167)
[error] 	at dotty.tools.dotc.core.Denotations$Denotation.completeInfo$1(Denotations.scala:188)
[error] 	at dotty.tools.dotc.core.Denotations$Denotation.info(Denotations.scala:190)
[error] 	at dotty.tools.dotc.core.SymDenotations$SymDenotation.ensureCompleted(SymDenotations.scala:369)
[error] 	at dotty.tools.dotc.typer.Typer.retrieveSym(Typer.scala:2635)
[error] 	at dotty.tools.dotc.typer.Typer.typedNamed$1(Typer.scala:2660)
[error] 	at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:2755)
[error] 	at dotty.tools.dotc.typer.Typer.typed(Typer.scala:2821)
[error] 	at dotty.tools.dotc.typer.Typer.typed(Typer.scala:2825)
[error] 	at dotty.tools.dotc.typer.Typer.traverse$1(Typer.scala:2847)
[error] 	at dotty.tools.dotc.typer.Typer.typedStats(Typer.scala:2897)
[error] 	at dotty.tools.dotc.typer.Typer.typedClassDef(Typer.scala:2352)
[error] 	at dotty.tools.dotc.typer.Typer.typedTypeOrClassDef$2(Typer.scala:2681)
[error] 	at dotty.tools.dotc.typer.Typer.typedNamed$1(Typer.scala:2685)
[error] 	at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:2755)
[error] 	at dotty.tools.dotc.typer.Typer.typed(Typer.scala:2821)
[error] 	at dotty.tools.dotc.typer.Typer.typed(Typer.scala:2825)
[error] 	at dotty.tools.dotc.typer.Typer.traverse$1(Typer.scala:2847)
[error] 	at dotty.tools.dotc.typer.Typer.typedStats(Typer.scala:2897)
[error] 	at dotty.tools.dotc.typer.Typer.typedPackageDef(Typer.scala:2475)
[error] 	at dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:2726)
[error] 	at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:2756)
[error] 	at dotty.tools.dotc.typer.Typer.typed(Typer.scala:2821)
[error] 	at dotty.tools.dotc.typer.Typer.typed(Typer.scala:2825)
[error] 	at dotty.tools.dotc.typer.Typer.typedExpr(Typer.scala:2941)
[error] 	at dotty.tools.dotc.typer.FrontEnd.liftedTree1$1(FrontEnd.scala:79)
[error] 	at dotty.tools.dotc.typer.FrontEnd.typeCheck$$anonfun$1(FrontEnd.scala:84)
[error] 	at dotty.tools.dotc.typer.FrontEnd$$Lambda$565/0x0000000000000000.apply$mcV$sp(Unknown Source)
[error] 	at dotty.tools.dotc.typer.FrontEnd.monitor(FrontEnd.scala:43)
[error] 	at dotty.tools.dotc.typer.FrontEnd.typeCheck(FrontEnd.scala:85)
[error] 	at dotty.tools.dotc.typer.FrontEnd.runOn$$anonfun$3(FrontEnd.scala:120)
[error] 	at dotty.tools.dotc.typer.FrontEnd$$Lambda$564/0x0000000000000000.applyVoid(Unknown Source)
[error] 	at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[error] 	at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[error] 	at scala.collection.immutable.List.foreach(List.scala:333)
[error] 	at dotty.tools.dotc.typer.FrontEnd.runOn(FrontEnd.scala:120)
[error] 	at dotty.tools.dotc.Run.runPhases$4$$anonfun$4(Run.scala:205)
[error] 	at dotty.tools.dotc.Run$$Lambda$426/0x0000000000000000.applyVoid(Unknown Source)
[error] 	at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[error] 	at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[error] 	at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1323)
[error] 	at dotty.tools.dotc.Run.runPhases$5(Run.scala:216)
[error] 	at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:224)
[error] 	at dotty.tools.dotc.Run$$Lambda$389/0x0000000000000000.apply$mcV$sp(Unknown Source)
[error] 	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
[error] 	at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:67)
[error] 	at dotty.tools.dotc.Run.compileUnits(Run.scala:231)
[error] 	at dotty.tools.dotc.Run.compileSources(Run.scala:166)
[error] 	at dotty.tools.dotc.Run.compile(Run.scala:150)
[error] 	at dotty.tools.dotc.Driver.doCompile(Driver.scala:39)
[error] 	at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:88)
[error] 	at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
[error] 	at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
[error] 	at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:192)
[error] 	at sbt.internal.inc.MixedAnalyzingCompiler$$Lambda$4142/0x0000000000000000.apply$mcV$sp(Unknown Source)
[error] 	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
[error] 	at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:247)
[error] 	at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:182)
[error] 	at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:163)
[error] 	at sbt.internal.inc.MixedAnalyzingCompiler$$Lambda$4138/0x0000000000000000.apply(Unknown Source)
[error] 	at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:239)
[error] 	at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:163)
[error] 	at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:210)
[error] 	at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:528)
[error] 	at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:528)
[error] 	at sbt.internal.inc.IncrementalCompilerImpl$$Lambda$3216/0x0000000000000000.apply(Unknown Source)
[error] 	at sbt.internal.inc.Incremental$.$anonfun$apply$5(Incremental.scala:175)
[error] 	at sbt.internal.inc.Incremental$.$anonfun$apply$5$adapted(Incremental.scala:173)
[error] 	at sbt.internal.inc.Incremental$$$Lambda$3223/0x0000000000000000.apply(Unknown Source)
[error] 	at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:459)
[error] 	at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
[error] 	at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
[error] 	at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
[error] 	at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:263)
[error] 	at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:414)
[error] 	at sbt.internal.inc.Incremental$$$Lambda$3259/0x0000000000000000.apply(Unknown Source)
[error] 	at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:501)
[error] 	at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:401)
[error] 	at sbt.internal.inc.Incremental$.apply(Incremental.scala:167)
[error] 	at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:528)
[error] 	at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:482)
[error] 	at sbt.internal.inc.IncrementalCompilerImpl$$Lambda$3131/0x0000000000000000.apply(Unknown Source)
[error] 	at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
[error] 	at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:420)
[error] 	at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
[error] 	at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2357)
[error] 	at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2314)
[error] 	at sbt.Defaults$$$Lambda$3125/0x0000000000000000.apply(Unknown Source)
[error] 	at sbt.internal.io.Retry$.apply(Retry.scala:46)
[error] 	at sbt.internal.io.Retry$.apply(Retry.scala:28)
[error] 	at sbt.internal.io.Retry$.apply(Retry.scala:23)
[error] 	at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:31)
[error] 	at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2310)
[error] 	at sbt.Defaults$$$Lambda$1046/0x0000000000000000.apply(Unknown Source)
[error] 	at scala.Function1.$anonfun$compose$1(Function1.scala:49)
[error] 	at scala.Function1$$Lambda$349/0x0000000000000000.apply(Unknown Source)
[error] 	at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:62)
[error] 	at sbt.internal.util.$tilde$greater$$Lambda$2670/0x0000000000000000.apply(Unknown Source)
[error] 	at sbt.std.Transform$$anon$4.work(Transform.scala:68)
[error] 	at sbt.Execute.$anonfun$submit$2(Execute.scala:282)
[error] 	at sbt.Execute$$Lambda$2698/0x0000000000000000.apply(Unknown Source)
[error] 	at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:23)
[error] 	at sbt.Execute.work(Execute.scala:291)
[error] 	at sbt.Execute.$anonfun$submit$1(Execute.scala:282)
[error] 	at sbt.Execute$$Lambda$2681/0x0000000000000000.apply(Unknown Source)
[error] 	at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
[error] 	at sbt.ConcurrentRestrictions$$anon$4$$Lambda$2695/0x0000000000000000.apply(Unknown Source)
[error] 	at sbt.CompletionService$$anon$2.call(CompletionService.scala:64)
[error] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[error] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[error] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[error] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[error] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[error] 	at java.base/java.lang.Thread.run(Thread.java:836)
[error] (kubeClient / Compile / compileIncremental) java.lang.AssertionError: assertion failed: zio.Has[com.coralogix.zio.k8s.client.model.K8sCluster] & <notype> / AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),Has),List(TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class client)),object model),package),K8sCluster))) & NoType
[error] Total time: 3 s, completed Sep 18, 2021, 9:44:05 PM

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
bilal-fazlanicommented, Sep 21, 2022

No unfortunately. Not sure how to reproduce it without the dependencies. May be we can close this issue.

0reactions
SethTisuecommented, Sep 21, 2022

Interesting. The Scala 2 compiler is generally okay with missing indirect dependencies these days (when they are not directly referenced), but it took time to get there (https://github.com/scalacenter/advisoryboard/blob/main/proposals/009-improve-direct-dependency-experience.md).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why does my program crash when I throw an exception from ...
In this case, the worker thread just sits around waiting to be told to exit, but in the general case, it would be...
Read more >
Crash of application if exception is thrown in constructor
I have experienced crash of application in case exception is thrown inside constructor of the class in release version of project with /O1...
Read more >
What do you do when the compiler crashes? - Nim forum
I've been translating a Python program to Nim and the compiler crashes with the error. fatal.nim(39) sysFatal Error: unhandled exception: 'sym' is not ......
Read more >
c++ - Is it legal for source code containing undefined behavior ...
If undefined behaviour crashes your compiler, that doesn't violate the C or C++ standard. It does however mean that the quality of the ......
Read more >
Crashes in compiler optimized code? | Apple Developer Forums
We also made a last effort to disable all compiler optimizations to get ... Crashed: com.twitter.crashlytics.ios.exception 0 XYZ 0x102ee6d78 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found