-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Nightly Dotty workflow of 2021-12-17 failed #14122
Comments
test_java8 is failing with:
/cc @philwalk @BarkingBad |
Is there a way to test nightlies before they happen? We had far too many failing tests recently. So if there is an infrastructure change, it would be good to make sure beforehand that the nightlies continue to work. |
You can run extra nightly-only tests by adding them to the PR description, #14113 in particular tested that [test_windows_full] and [test_non_bootstrapped] worked, but it didn't add [test_java8] which is the one which is now broken. |
WRT to wny java8 test is failing, the following testlog output is relevant:
Here's how // envScalaHome is:
// dist/target/pack, if present
// else, SCALA_HOME if defined
// else, not defined
lazy val envScalaHome =
printf("scalacPath: %s\n", scalacPath.norm)
if scalacPath.isFile then scalacPath.replaceAll("/bin/scalac", "")
else envOrElse("SCALA_HOME", "not-found").norm The fix is probably to add
For diagnosing test failures, it would be nice to be able run CI tests locally before pushing code changes. I don't currently know how to do that. |
See https://github.com/lampepfl/dotty/actions/runs/1590471888
The text was updated successfully, but these errors were encountered: