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/link/internal/ld: TestStackCheckOutput broken on aix-ppc64 as of CL 398176 #52451

Closed
bcmills opened this issue Apr 20, 2022 · 1 comment
Closed
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker Soon This needs to be done soon. (regressions, serious bugs, outages) Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Apr 20, 2022

--- FAIL: TestStackCheckOutput (0.07s)
    stackcheck_test.go:35: linker output:
        go: unsupported GOOS/GOARCH pair aix/amd64
    stackcheck_test.go:76: unexpected output:
        go: unsupported GOOS/GOARCH pair aix/amd64
FAIL
FAIL	cmd/link/internal/ld	9.805s

greplogs --dashboard -md -l -e 'FAIL: TestStackCheckOutput .*(?:\n .*)*unsupported GOOS/GOARCH pair' --since=2022-01-01

2022-04-19T23:42:38-0e08b02/aix-ppc64
2022-04-19T23:20:21-104742f/aix-ppc64
2022-04-19T23:20:17-302f5ed/aix-ppc64
2022-04-19T23:20:11-86fa255/aix-ppc64
2022-04-19T23:03:11-3ae414c/aix-ppc64
2022-04-19T22:44:58-d68a8d0/aix-ppc64
2022-04-19T22:24:44-e858c14/aix-ppc64
2022-04-19T17:53:51-aa8262d/aix-ppc64
2022-04-19T17:05:22-689dc17/aix-ppc64
2022-04-19T16:24:48-0670afa/aix-ppc64
2022-04-19T16:19:27-e042808/aix-ppc64
2022-04-19T15:59:26-e25f46e/aix-ppc64

This test was introduced in CL 398176. To avoid masking other regressions on this builder, it should be either fixed or rolled back soon.

@bcmills bcmills added Testing An issue that has been verified to require only test changes, not just a test failure. NeedsFix The path to resolution is known, but the work has not been done. release-blocker Soon This needs to be done soon. (regressions, serious bugs, outages) labels Apr 20, 2022
@bcmills bcmills added this to the Go1.19 milestone Apr 20, 2022
@gopherbot
Copy link

Change https://go.dev/cl/401334 mentions this issue: cmd/link: fix StackCheckOutput on AIX

@golang golang locked and limited conversation to collaborators Jun 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker Soon This needs to be done soon. (regressions, serious bugs, outages) Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

3 participants