Skip to content

Nightly Dotty workflow of 2025-05-03 failed #23092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
github-actions bot opened this issue May 3, 2025 · 1 comment · Fixed by #23093
Closed

Nightly Dotty workflow of 2025-05-03 failed #23092

github-actions bot opened this issue May 3, 2025 · 1 comment · Fixed by #23093

Comments

@github-actions
Copy link
Contributor

github-actions bot commented May 3, 2025

See https://github.com/scala/scala3/actions/runs/14806939134

@som-snytt
Copy link
Contributor

publish failed

Version used by compiler to publish nightly release does not match expected pattern

because version string

Run ver=$(./project/scripts/sbt "print scala3-compiler-bootstrapped/version" | tail -n1)
  ver=$(./project/scripts/sbt "print scala3-compiler-bootstrapped/version" | tail -n1)
  echo "This build version: $ver"
  echo "THISBUILD_VERSION=$ver" >> $GITHUB_ENV
  shell: sh -e {0}
  env:
    DOTTY_CI_RUN: true
    DEVELOCITY_ACCESS_KEY: ***
    NIGHTLYBUILD: yes
    PGP_PW: ***
    PGP_SECRET: ***
    SONATYPE_PW: ***
    SONATYPE_USER: ***
java.lang.AssertionError: assertion failed: Invalid TASTy minor version
	at scala.Predef$.assert(Predef.scala:223)
	at Build$.checkReleasedTastyVersion(Build.scala:2554)
	at Build$.<init>(Build.scala:145)
	at Build$.<clinit>(Build.scala)
	at $92ac103c05862892d2d9$.<init>(build.sbt:1)
	at $92ac103c05862892d2d9$.<clinit>(build.sbt)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at sbt.compiler.Eval$.getModule(Eval.scala:608)
	at sbt.compiler.EvalDefinitions.values(Eval.scala:59)
	at sbt.internal.DefinedSbtValues.$anonfun$values$1(LoadedSbtFile.scala:51)
	at scala.collection.immutable.List.flatMap(List.scala:366)
	at sbt.internal.DefinedSbtValues.values(LoadedSbtFile.scala:51)
	at sbt.internal.EvaluateConfigurations$.$anonfun$evaluateSbtFile$4(EvaluateConfigurations.scala:167)
	at sbt.internal.Load$.loadSettingsFile$1(Load.scala:1120)
	at sbt.internal.Load$.$anonfun$discoverProjects$2(Load.scala:1129)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants