-
-
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
Test failures caused by Downloads.jl upgrade #56116
Comments
Seems like the actual error from the sub process is getting swallowed. Can you run the command separately and see what it says. |
Tried that but I wasn't able to get any useful output. |
Given this is a custom setup, I think debugging it is going to require seeing all that. |
Looks like this is actually related to curl 8.10. Even with |
Share versioninfo to see what env vars are set? |
Build flags:
|
Ok, and you tried running this but didn't get anything helpful out?
|
Correct, no output at all actually. Returns error code 0. |
So it succeeds, which it doesn't in tests. There must be some setup that's different in the tests. |
Did you see JuliaLang/Downloads.jl#260 and JuliaLang/Downloads.jl#261 already? |
I can reproduce the test failures at JuliaLang/Downloads.jl#261 (with curl 8.10 installed but julia compiled with |
Could it be parallelization? Is there a way to force running the julia test suite with a single worker to confirm? |
"patch 1" from JuliaLang/Downloads.jl#260 (comment) fixes the issue with curl 1.11. Closing as duplicate |
I'm getting some test failures with 1.11.0, both using system curl 8.10.1 or bundled one
Traced it back to the
Downloads
upgrade 598a4de, in particular to the commit JuliaLang/Downloads.jl@1061ecc. Reverting that commit fixes the tests.The text was updated successfully, but these errors were encountered: