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

x/build: go/internal/gcimporter test fail consistently on AIX builder #68502

Closed
cherrymui opened this issue Jul 17, 2024 · 2 comments
Closed
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX
Milestone

Comments

@cherrymui
Copy link
Member

cherrymui commented Jul 17, 2024

The AIX builder is failing consistently https://build.golang.org/log/0ec7e4b9b40f35a8dc5b6e15a1cf367c3dc75998

--- FAIL: TestImportTestdata (0.05s)
    gcimporter_test.go:58: compile: /dev/null:1: unknown directive "Disconnected"
    gcimporter_test.go:59: go tool compile generics.go failed: exit status 1
--- FAIL: TestTypeNamingOrder (0.03s)
    gcimporter_test.go:58: compile: /dev/null:1: unknown directive "Disconnected"
    gcimporter_test.go:59: go tool compile g.go failed: exit status 1
--- FAIL: TestIssue15517 (0.03s)
    gcimporter_test.go:58: compile: /dev/null:1: unknown directive "Disconnected"
    gcimporter_test.go:59: go tool compile p.go failed: exit status 1
--- FAIL: TestIssue15920 (0.03s)
    gcimporter_test.go:58: compile: /dev/null:1: unknown directive "Disconnected"
    gcimporter_test.go:59: go tool compile issue15920.go failed: exit status 1
--- FAIL: TestIssue20046 (0.03s)
    gcimporter_test.go:58: compile: /dev/null:1: unknown directive "Disconnected"
    gcimporter_test.go:59: go tool compile issue20046.go failed: exit status 1
--- FAIL: TestIssue25301 (0.03s)
    gcimporter_test.go:58: compile: /dev/null:1: unknown directive "Disconnected"
    gcimporter_test.go:59: go tool compile issue25301.go failed: exit status 1
--- FAIL: TestIssue25596 (0.03s)
    gcimporter_test.go:58: compile: /dev/null:1: unknown directive "Disconnected"
    gcimporter_test.go:59: go tool compile issue25596.go failed: exit status 1
--- FAIL: TestIssue57015 (0.03s)
    gcimporter_test.go:58: compile: /dev/null:1: unknown directive "Disconnected"
    gcimporter_test.go:59: go tool compile issue57015.go failed: exit status 1
FAIL
FAIL	go/internal/gcimporter	3.492s

It started to fail since CL 596715, which is comment-only. It also fails on the release branches. So it is more likely something changed in the builder?

cc @golang/aix

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Jul 17, 2024
@gopherbot gopherbot added this to the Unreleased milestone Jul 17, 2024
@cherrymui cherrymui added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX Builders x/build issues (builders, bots, dashboards) and removed Builders x/build issues (builders, bots, dashboards) labels Jul 17, 2024
@cherrymui
Copy link
Member Author

Dup of #68481. Thanks @gabyhelp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) 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

3 participants