Skip to content

build: build timeout on gotip-linux-loong64 #73518

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

Closed
abner-chenc opened this issue Apr 28, 2025 · 2 comments
Closed

build: build timeout on gotip-linux-loong64 #73518

abner-chenc opened this issue Apr 28, 2025 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@abner-chenc
Copy link
Contributor

Go version

go version devel go1.25-da2cbc52a7 Mon Apr 28 19:35:38 2025 +0800 linux/loong64

Output of go env in your module/workspace:

AR='ar'
CC='gcc'
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_ENABLED='1'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
CXX='g++'
GCCGO='gccgo'
GO111MODULE=''
GOARCH='loong64'
GOAUTH='netrc'
GOBIN=''
GOCACHE='/home/data/chenguoqi/.cache/go-build'
GOCACHEPROG=''
GODEBUG=''
GOENV='/home/data/chenguoqi/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFIPS140='off'
GOFLAGS=''
GOGCCFLAGS='-fPIC -mabi=lp64d -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build53359668=/tmp/go-build -gno-record-gcc-switches'
GOHOSTARCH='loong64'
GOHOSTOS='linux'
GOINSECURE=''
GOMOD='/home/data/chenguoqi/golang/go-loong64-newworld/src/go.mod'
GOMODCACHE='/home/data/chenguoqi/go/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/home/data/chenguoqi/go'
GOPRIVATE=''
GOSUMDB='sum.golang.org'
GOTELEMETRY='local'
GOTELEMETRYDIR='/home/data/chenguoqi/.config/go/telemetry'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/home/data/chenguoqi/golang/go-loong64-newworld/pkg/tool/linux_loong64'
GOVCS=''
GOVERSION='devel go1.25-da2cbc52a7 Mon Apr 28 19:35:38 2025 +0800'
GOWORK=''
PKG_CONFIG='pkg-config'

What did you do?

cd src && ../all.bash

What did you see happen?

Building Go cmd/dist using /usr/lib/go-1.24. (go1.24.0 linux/loong64)
Building Go toolchain1 using /usr/lib/go-1.24.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.

It has been stuck here. The top command shows that go_bootstrap has not finished.

Related CI test errors:
https://7419-34ac013-dot-chromium-swarm.appspot.com/task?id=708737e859dde610

What did you expect to see?

cd src && ./all.bash passed

@abner-chenc abner-chenc changed the title build: build timeout on gotip-linux-loong64 build: builder timeout on gotip-linux-loong64 Apr 28, 2025
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/668475 mentions this issue: cmd/internal/obj/loong64: fix the error parameters when calling UnspillRegisterArgs

@abner-chenc abner-chenc changed the title build: builder timeout on gotip-linux-loong64 build: build timeout on gotip-linux-loong64 Apr 28, 2025
@gabyhelp gabyhelp added the Builders x/build issues (builders, bots, dashboards) label Apr 28, 2025
@cagedmantis cagedmantis added the NeedsFix The path to resolution is known, but the work has not been done. label Apr 28, 2025
@cagedmantis cagedmantis added this to the Go1.25 milestone Apr 28, 2025
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) NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants