Bug 1992900

Summary: openshift/kubernetes fails to build on ARM
Product: OpenShift Container Platform Reporter: Yaakov Selkowitz <yselkowi>
Component: ReleaseAssignee: Yaakov Selkowitz <yselkowi>
Status: CLOSED ERRATA QA Contact: Rahul Gangwar <rgangwar>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 4.9CC: aos-bugs, jokerman, kewang, lmeyer, mfojtik, xxia
Target Milestone: ---   
Target Release: 4.9.0   
Hardware: aarch64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-10-18 17:45:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yaakov Selkowitz 2021-08-11 23:33:58 UTC
The hyperkube image has been failing in OSBS since the kube rebase. the problem is specific to ARM, where we've observed that oddities of that cluster cause it to run up against resource constraints. we have worked around that in the past by adding -p=8 to GOFLAGS when running make.

however when that was tried for hyperkube (make GOFLAGS='-mod=vendor -p=8' WHAT='...), it broke the build:

--> RUN make GOFLAGS='-mod=vendor -p=8' WHAT='cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler cmd/kubelet cmd/watch-termination' &&     mkdir -p /tmp/build &&     cp openshift-hack/images/hyperkube/hyperkube /tmp/build &&     cp /go/src/k8s.io/kubernetes/_output/local/bin/linux/$(go env GOARCH)/{kube-apiserver,kube-controller-manager,kube-scheduler,kubelet,watch-termination}     /tmp/build
+++ [0811 21:46:54] Building go targets for linux/amd64:
    ./vendor/k8s.io/code-generator/cmd/prerelease-lifecycle-gen
cmd/go: -tags space-separated list contains comma
!!! [0811 21:46:54] Call tree:
!!! [0811 21:46:54]  1: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:732 kube::golang::build_some_binaries(...)
!!! [0811 21:46:54]  2: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:876 kube::golang::build_binaries_for_platform(...)
!!! [0811 21:46:54]  3: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)
!!! [0811 21:46:54] Call tree:
!!! [0811 21:46:54]  1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)
!!! [0811 21:46:54] Call tree:
!!! [0811 21:46:54]  1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)
make[1]: *** [Makefile.generated_files:208: _output/bin/prerelease-lifecycle-gen] Error 1
make: *** [Makefile:552: generated_files] Error 2

Comment 2 Rahul Gangwar 2021-09-07 07:19:41 UTC
Build is success with latest arm payload 

Job id : Flexy-install/40456/
 
oc get clusterversion                                 
NAME      VERSION                                   AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.9.0-0.nightly-arm64-2021-09-01-193919   True        False         18h     Cluster version is 4.9.0-0.nightly-arm64-2021-09-01-193919

Comment 5 errata-xmlrpc 2021-10-18 17:45:58 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:3759