-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
With official binaries, Base.runtests()
fails with Julia 1.7.0-rc3 on macOS ARM (running natively)
#43164
Comments
Base.runtests()
fails with Julia 1.7.0-rc3 on macOS ARM
A lot more |
Is this running under Rosetta or running natively? |
The 1.7 issues are all running natively. I just filed an official 1.6 issue running in a Rosetta terminal. |
Base.runtests()
fails with Julia 1.7.0-rc3 on macOS ARMBase.runtests()
fails with Julia 1.7.0-rc3 on macOS ARM (running natively)
All of the
Of the other errors, several involve this error, possibly with scheduling (deadlock?).
|
Granting permissions to official Julia 1.7.0-rc3 binary did not resolve the package errors. Threading seems to be a recurrent issue, including a stuck test (which I sampled with Activity Monitor) that needed to be escaped with Ctrl-C. Click for test log
Click for stuck test, process sample log
|
The deadlock errors might be #41820 |
Since this doesn't concern a single isolated issue, it could probably be closed in favour of the #36617 tracking issue. |
Thanks for your work on this, @dnadlinger ! |
From
julialang.org
downloaded and installed version 1.7.0-rc3 for macOS ARM (M-series processor) on a MacBook Pro (M1 Max) running macOS Monterey 12.0.1 (21A559).After starting Julia, ran
Base.runtests()
, which gave the following errors.Click to show log:
The text was updated successfully, but these errors were encountered: