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
While running mill mill.scalalib.Dependency.updates Mill aborted abnormally with the following exception, which is most likely a concurrency issue in coursier, seen before but deemed to be fixed.
> millw mill.scalalib.Dependency/showUpdates --format PerDependency
[2/2] ========================================================================================= mill.scalalib.Dependency/showUpdates --format PerDependency ====================================================================================== 251s
1 tasks failed
mill.scalalib.Dependency.updates java.lang.Exception: Failure during task evaluation: mill.define.Task$TraverseCtx@64f79891 java.io.FileNotFoundException: /home/lefou/.cache/coursier/v1/http/localhost%3A8099/repository/iba-nexus/com/fasterxml/jackson/module/jackson-module-parameter-names/maven-metadata.xml (Datei oder Verzeichnis nicht gefunden)
mill.define.Task$TraverseCtx@5d34d543 java.io.FileNotFoundException: /home/lefou/.cache/coursier/v1/http/localhost%3A8099/repository/iba-nexus/com/fasterxml/jackson/module/jackson-module-parameter-names/maven-metadata.xml (Datei oder Verzeichnis nicht gefunden)
mill.eval.Evaluator.$anonfun$evalOrThrow$default$1$1(Evaluator.scala:68)
mill.eval.EvaluatorImpl$EvalOrThrow.apply(EvaluatorImpl.scala:85)
mill.scalalib.dependency.versions.VersionsFinder$.findVersions(VersionsFinder.scala:29)
mill.scalalib.dependency.DependencyUpdatesImpl$.apply(DependencyUpdatesImpl.scala:25)
mill.scalalib.Dependency$.$anonfun$updates$2(Dependency.scala:22)
error: Recipe `mill-updates` failed on line 215 with exit code 1
A subsequent run succeeded, so this is indeed on of the issues we previously handled in Mill with retry-logic and removed it later in #3505.
The text was updated successfully, but these errors were encountered:
While running
mill mill.scalalib.Dependency.updates
Mill aborted abnormally with the following exception, which is most likely a concurrency issue in coursier, seen before but deemed to be fixed.A subsequent run succeeded, so this is indeed on of the issues we previously handled in Mill with retry-logic and removed it later in #3505.
The text was updated successfully, but these errors were encountered: