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

cmd/cgo/internal/testcarchive: TestManyCalls failures #62632

Closed
gopherbot opened this issue Sep 14, 2023 · 2 comments
Closed

cmd/cgo/internal/testcarchive: TestManyCalls failures #62632

gopherbot opened this issue Sep 14, 2023 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestManyCalls"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestManyCalls (1.85s)
    carchive_test.go:1209: [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:1211: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestManyCalls"
2023-09-13 23:32 aix-ppc64 go@fccd0b9b cmd/cgo/internal/testcarchive.TestManyCalls (log)
--- FAIL: TestManyCalls (1.85s)
    carchive_test.go:1209: [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:1211: 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 Sep 14, 2023
@bcmills
Copy link
Contributor

bcmills commented Sep 14, 2023

Duplicate of #62632

@bcmills bcmills marked this as a duplicate of #62632 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.
Projects
None yet
Development

No branches or pull requests

2 participants