Navigation Menu

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/go: aix failing to build Go bootstrap using toolchain #31762

Closed
katiehockman opened this issue Apr 30, 2019 · 3 comments
Closed

cmd/go: aix failing to build Go bootstrap using toolchain #31762

katiehockman opened this issue Apr 30, 2019 · 3 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX

Comments

@katiehockman
Copy link
Contributor

The aix-ppc64 tests are failing to build at "Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1."

It is either failing with "no such file or directory" (https://build.golang.org/log/0ecf2d811aae2b0426aea143c6e9ef2a037d6764)
or with "resource temporarily unavailable" (https://build.golang.org/log/f9b25e8ddf1db276b56b3fafcb33d366887e5649

Building Go cmd/dist using /opt/freeware/lib/golang.
Building Go toolchain1 using /opt/freeware/lib/golang.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
unknown XCOFF segment data section: .go.buildinfo
getXCOFFscnum not implemented for section .go.buildinfo
unknown XCOFF segment data section: .go.buildinfo
getXCOFFscnum not implemented for section .go.buildinfo

go tool dist: FAILED: /ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/pkg/tool/aix_ppc64/link -o /ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/pkg/tool/aix_ppc64/go_bootstrap /ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/go-tool-dist-603817487/cmd/go/_go_.a: exit status 2
Building Go toolchain2 using go_bootstrap and Go toolchain1.
go tool dist: FAILED: /ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/pkg/tool/aix_ppc64/go_bootstrap install -gcflags=all= -ldflags=all= -i cmd/asm cmd/cgo cmd/compile cmd/link: fork/exec /ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/pkg/tool/aix_ppc64/go_bootstrap: resource temporarily unavailable

It does look like these were passing a few days ago, but not finding any obvious culprit CLs.

/cc @bradfitz @dmitshur any ideas?

@katiehockman katiehockman added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 30, 2019
@bradfitz
Copy link
Contributor

https://go-review.googlesource.com/c/go/+/174298 is outstanding for this.

@bradfitz
Copy link
Contributor

/cc @Helflym

@bradfitz
Copy link
Contributor

bradfitz commented May 1, 2019

That CL is in and that particular bug is fixed. Other AIX problems remain.

@bradfitz bradfitz closed this as completed May 1, 2019
@golang golang locked and limited conversation to collaborators Apr 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge 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