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
2024-11-19 04:16:07,625 INFO ──────────── Steward nafg/scala-grist ────────────
2024-11-19 04:16:07,625 INFO Check cache of nafg/scala-grist
2024-11-19 04:16:08,008 INFO Clone nafg/scala-grist
2024-11-19 04:16:08,280 INFO Refresh cache of nafg/scala-grist
2024-11-19 04:16:08,354 INFO Get dependencies in . from Mill
2024-11-19 04:16:24,430 ERROR Steward nafg/scala-grist failed
org.scalasteward.core.buildtool.mill.parser$CirceParseError: Failed to decode Modules
at org.scalasteward.core.buildtool.mill.parser$.$anonfun$parseModules$1(parser.scala:43)
at cats.syntax.EitherOps$.leftMap$extension(either.scala:193)
at org.scalasteward.core.buildtool.mill.parser$.parseModules(parser.scala:43)
at org.scalasteward.core.buildtool.mill.MillAlg.$anonfun$getProjectDependencies$1(MillAlg.scala:85)
at map @ org.scalasteward.core.buildtool.mill.MillAlg.$anonfun$getProjectDependencies$1(MillAlg.scala:84)
at map @ org.scalasteward.core.buildtool.mill.MillAlg.$anonfun$getProjectDependencies$1(MillAlg.scala:84)
at main$ @ org.scalasteward.core.Main$.main(Main.scala:23)
at timeoutAndForget @ org.scalasteward.core.io.process$.$anonfun$slurp$3(process.scala:85)
at adaptErr$extension @ org.scalasteward.core.update.artifact.ArtifactMigrationsLoader.decodeMigrations(ArtifactMigrationsLoader.scala:50)
at delay @ org.scalasteward.core.io.process$.$anonfun$slurp$1(process.scala:63)
Caused by: io.circe.ParsingFailure: expected whitespace or eof got '..' (line 95, column 1)
2024-11-19 04:16:24,432 INFO ──────────── Total time: Steward nafg/scala-grist: 16s 807ms ────────────
However if I try to simulate it locally, not only does the output not explain the error, there is no line 95:
Also there's no .., except for the ... in the first line, which seems to be on stderr rather than stdout, and besides if it somehow was trying to parse it concatenated to stdout it should fail long before that.
I'm using https://github.com/nafg/nafg-scala-steward (based on https://github.com/armanbilge/diy-steward) for some of my repos and for the last few weeks it's been failing. The error is:
However if I try to simulate it locally, not only does the output not explain the error, there is no line 95:
The text was updated successfully, but these errors were encountered: