Skip to content
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 SEVERE ERROR: Unexpected system call error. from /usr/bin/ld #59873

Closed
gopherbot opened this issue Apr 27, 2023 · 3 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Apr 27, 2023

#!watchflakes
post <- goos == "aix" && log ~ `ld: .* SEVERE ERROR: Unexpected system call error`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestManyCalls (1.97s)
    carchive_test.go:1154: [go build -buildmode=c-archive -o libgo7.a ./libgo7]
        # testcarchive/libgo7
        /ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/pkg/tool/aix_ppc64/link: [gcc] -Wl,-V failed: exit status 1
        /usr/bin/ld: LD 7.2.2(5/18/17)
        ld: 0711-999 SEVERE ERROR: Unexpected system call error.
        	ld:open() No such file or directory
        ld: 0711-996 Error occurred while processing file: a.out
        collect2: error: ld returned 12 exit status

    carchive_test.go:1156: exit status 1
go tool dist: Failed: exit status 1

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 27, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "misc/cgo/testcarchive" && test == "TestManyCalls"
2023-04-27 21:12 aix-ppc64 go@635839a1 misc/cgo/testcarchive.TestManyCalls (log)
--- FAIL: TestManyCalls (1.97s)
    carchive_test.go:1154: [go build -buildmode=c-archive -o libgo7.a ./libgo7]
        # testcarchive/libgo7
        /ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/pkg/tool/aix_ppc64/link: [gcc] -Wl,-V failed: exit status 1
        /usr/bin/ld: LD 7.2.2(5/18/17)
        ld: 0711-999 SEVERE ERROR: Unexpected system call error.
        	ld:open() No such file or directory
        ld: 0711-996 Error occurred while processing file: a.out
        collect2: error: ld returned 12 exit status

    carchive_test.go:1156: exit status 1
go tool dist: Failed: exit status 1

watchflakes

@bcmills bcmills changed the title misc/cgo/testcarchive: TestManyCalls failures all: failures on aix with SEVERE ERROR: Unexpected system call error. from /usr/bin/ld Sep 14, 2023
@bcmills
Copy link
Contributor

bcmills commented Sep 14, 2023

attn @golang/aix

@bcmills
Copy link
Contributor

bcmills commented Sep 14, 2023

Duplicate of #59609

@bcmills bcmills marked this as a duplicate of #59609 Sep 14, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX
Projects
None yet
Development

No branches or pull requests

2 participants