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/cmd/gomote: long wait times trying to create aix-ppc64 gomote #39029

Open
jeremyfaller opened this issue May 12, 2020 · 2 comments
Open
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.
Milestone

Comments

@jeremyfaller
Copy link
Contributor

What version of Go are you using (go version)?

$ go version
go version devel +45df88e7b3 Mon May 11 12:04:55 2020 -0400 darwin/amd64

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN="/Users/jfaller/go/bin"
GOCACHE="/Users/jfaller/Library/Caches/go-build"
GOENV="/Users/jfaller/Library/Application Support/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOINSECURE=""
GOMODCACHE="/Users/jfaller/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="darwin"
GOPATH="/Users/jfaller/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/Users/jfaller/src/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/Users/jfaller/src/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
GOAMD64="alignedjumps"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/kt/9h7gfgy955lgbm_cys108l2c002pwh/T/go-build218247787=/tmp/go-build -gno-record-gcc-switches -fno-common"

What did you do?

gomote create aix-ppc64
# host type "host-aix-ppc64-osuosl" is not elastic; 0 of 1 machines connected, 0 busy

What did you expect to see?

A gomote created in a reasonable amount of time

What did you see instead?

I reset the command after 15 minutes, and did it again. It's still waiting after 17 more minutes. I'd expect it to be able to free up the gomote for me earlier.

@gopherbot gopherbot added this to the Unreleased milestone May 12, 2020
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label May 12, 2020
@jeremyfaller jeremyfaller changed the title x/build/cmd/gomote: x/build/cmd/gomote: Long times trying to create aixppc gomote May 12, 2020
@jeremyfaller jeremyfaller changed the title x/build/cmd/gomote: Long times trying to create aixppc gomote x/build/cmd/gomote: Long wait times trying to create aixppc gomote May 12, 2020
@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 12, 2020
@dmitshur dmitshur changed the title x/build/cmd/gomote: Long wait times trying to create aixppc gomote x/build/cmd/gomote: long wait times trying to create aix-ppc64 gomote May 12, 2020
@dmitshur
Copy link
Contributor

@dmitshur
Copy link
Contributor

I think this specific problem is primarily caused by the aix-ppc64 builder being offline right now. Filed #39031 for that.

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.
Projects
None yet
Development

No branches or pull requests

3 participants