-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
all: failures on aix with ld returned 12 exit status
#59609
Comments
Found new dashboard test flakes for:
2023-04-13 15:59 aix-ppc64 go@1312d9e6 cmd/objdump.TestDisasmExtld (log)
|
(attn @golang/aix) |
In triage, this looks AIX-specific to us in that it's the system linker failing to open a file. It might be our fault the file's not there, but it's unclear. It could also be a builder issue, possibly. |
FWIW, the C toolchain on the |
Did this only fail once? From what I found, exit status 12 means out of memory, so it is similar in that respect to the other AIX failures that have happened lately. Some new tests or other changes to the compiler or runtime have probably caused binaries to be larger. Maybe they were close to the limit before and now go over in some circumstances. |
SEVERE ERROR: Unexpected system call error.
from /usr/bin/ld
SEVERE ERROR: Unexpected system call error.
from /usr/bin/ld
ld returned 12 exit status
Found new dashboard test flakes for:
2023-09-06 19:37 aix-ppc64 go@729f214e cmd/objdump.TestDisasm (log)
2023-09-13 23:32 aix-ppc64 go@fccd0b9b cmd/cgo/internal/testcarchive.TestManyCalls (log)
|
Found new dashboard test flakes for:
2024-02-21 22:16 aix-ppc64 go@507d1b22 cmd/cgo/internal/testcarchive.TestPreemption (log)
|
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: