-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Description
Go version
go version go1.26-devel_eb7f515c4d Thu Jul 31 17:12:39 2025 -0700 linux/amd64
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=''
GOAMD64='v1'
GOARCH='amd64'
GOAUTH='netrc'
GOBIN=''
GOCACHE='/home/dsrinivas/.cache/go-build'
GOCACHEPROG=''
GODEBUG=''
GOENV='/home/dsrinivas/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFIPS140='off'
GOFLAGS=''
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build999408350=/tmp/go-build -gno-record-gcc-switches'
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMOD='/home/dsrinivas/golang-go/src/go.mod'
GOMODCACHE='/home/dsrinivas/go/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/home/dsrinivas/go'
GOPRIVATE=''
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/home/dsrinivas/golang-go'
GOSUMDB='sum.golang.org'
GOTELEMETRY='local'
GOTELEMETRYDIR='/home/dsrinivas/.config/go/telemetry'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/home/dsrinivas/golang-go/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.26-devel_eb7f515c4d Thu Jul 31 17:12:39 2025 -0700'
GOWORK=''
PKG_CONFIG='pkg-config'
What did you do?
Compiled Kubernetes from source and ran into a regression.
What did you see happen?
Failures are happening in CI that runs against golang tip:
https://testgrid.k8s.io/sig-arch-code-organization#kind-master-golang-tip&width=20
I can recreate the failures locally as well.
dsrinivas@instance-20250726-165248:~/kubernetes$ PATH=/home/dsrinivas/golang-go/bin:$PATH go build ./cmd/kube-apiserver/
# k8s.io/kubernetes/plugin/pkg/admission/limitranger
<autogenerated>:1: k8s.io/kubernetes/plugin/pkg/admission/limitranger.maxRequestConstraint: invalid instruction: 00294 (/home/dsrinivas/kubernetes/plugin/pkg/admission/limitranger/admission.go:330)MOVQ k8s.io/kubernetes/plugin/pkg/admission/limitranger.enforced+448(DX), R10
<autogenerated>:1: k8s.io/kubernetes/plugin/pkg/admission/limitranger.maxRequestConstraint: invalid instruction: 00298 (/home/dsrinivas/kubernetes/plugin/pkg/admission/limitranger/admission.go:330)MOVUPS k8s.io/kubernetes/plugin/pkg/admission/limitranger.enforced+456(DX), X0
<autogenerated>:1: k8s.io/kubernetes/plugin/pkg/admission/limitranger.maxRequestConstraint: invalid instruction: 00302 (/home/dsrinivas/kubernetes/plugin/pkg/admission/limitranger/admission.go:330)MOVUPS k8s.io/kubernetes/plugin/pkg/admission/limitranger.enforced+472(DX), X0
<autogenerated>:1: k8s.io/kubernetes/plugin/pkg/admission/limitranger.maxRequestConstraint: invalid instruction: 00306 (/home/dsrinivas/kubernetes/plugin/pkg/admission/limitranger/admission.go:330)MOVUPS k8s.io/kubernetes/plugin/pkg/admission/limitranger.enforced+488(DX), X0
What did you expect to see?
Kubernetes binaries to compile correctly.
Metadata
Metadata
Assignees
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.