Closed Keno closed 2 months ago
Similar, but a SIGABRT in cmdlineargs tests at 428d242. Reproducible with repeat testall
cmdlineargs (2) | failed at 2023-01-13T22:40:28.945
Error During Test at /Volumes/ssd500/julia/test/cmdlineargs.jl:723
Test threw exception
Expression: readchomp(`$exename --sysimage-native-code=no -E
"Bool(Base.JLOptions().use_sysimage_native_code)"`) == "false"
failed process: Process(`/Volumes/ssd500/julia/usr/bin/julia -Cnative -J/Volumes/ssd500/julia/usr/lib/julia/sys.dylib --depwarn=error --check-bounds=yes -g1 --startup-file=no --startup-file=no --sysimage-native-code=no -E 'Bool(Base.JLOptions().use_sysimage_native_code)'`, ProcessSignaled(6)) [0]
Stacktrace:
[1] pipeline_error
@ ./process.jl:565 [inlined]
[2] read(cmd::Cmd)
@ Base ./process.jl:449
[3] read(cmd::Cmd, #unused#::Type{String})
@ Base ./process.jl:458
[4] readchomp(x::Cmd)
@ Base ./io.jl:961
[5] macro expansion
@ /Volumes/ssd500/julia/usr/share/julia/stdlib/v1.10/Test/src/Test.jl:477 [inlined]
[6] top-level scope
@ /Volumes/ssd500/julia/test/cmdlineargs.jl:723
This is now a persistent, reproducible error on macos ARM starting from 428d242 and continuing to all subsequent commits. If the test in question, line 723 and following in cmdlineargs.jl is run independently in the REPL of the newly built julia, it passes. See end of details section below.
details from build and testall of commit 1bfdf98755
cmdlineargs error above was present through 113c2f3. As of 12d329b, it disappeared. When I have time, I'll do a bisect between these two.
Close?
Yes, would close for now. This is a chameleon: it disappears, reappears in later builds, then disappears again. If it becomes persistent again, will open another issue.
Or reopen this issue...
It still has been happening quite frequently (probably our most frequent source of failure aside from networking issues), but I think someone recently deleted the test?
but I think someone recently deleted the test?
Skipped in #50071, but the root problem is still there
We should try re-enabling that, as the underlying problem is fixed now
Tests restored in #55368
E.g. https://buildkite.com/julialang/julia-master/builds/15140#0182e880-cff6-49c2-a275-2164b2b9c41e, but I've seen it in other builds also: