Closed
Description
What version of Go are you using (go version
)?
$ go version go version go1.16.3 linux/ppc64le
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env
)?
go env
Output
[root@mihawklp111 installer]# go env GO111MODULE="" GOARCH="ppc64le" GOBIN="" GOCACHE="/root/.cache/go-build" GOENV="/root/.config/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="ppc64le" GOHOSTOS="linux" GOINSECURE="" GOMODCACHE="/root/go/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="linux" GOPATH="/root/go" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/local/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/local/go/pkg/tool/linux_ppc64le" GOVCS="" GOVERSION="go1.16.3" GCCGO="gccgo" GOPPC64="power8" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="/root/go/src/github.com/openshift/installer/go.mod" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build456481733=/tmp/go-build -gno-record-gcc-switches"
[root@mihawklp111 installer]# cat /etc/redhat-release Red Hat Enterprise Linux release 8.3 (Ootpa) [root@mihawklp111 installer]# uname -a Linux mihawklp111 4.18.0-240.el8.ppc64le #1 SMP Wed Sep 23 05:08:15 EDT 2020 ppc64le ppc64le ppc64le GNU/Linux
What did you do?
[root@mihawklp111 ~]# cd ~/go/src/github.com/openshift/ [root@mihawklp111 openshift]# git clone https://github.com/openshift/installer.git && cd installer [root@mihawklp111 installer]# git checkout origin/release-4.8 ... HEAD is now at 52fef9e1d Merge pull request #4875 from multi-arch/ppc64le-link [root@mihawklp111 installer]# hack/build.sh [root@mihawklp111 installer]# bin/openshift-install version panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x0] goroutine 1 [running]: github.com/aws/aws-sdk-go/service/devicefarm.init() /root/go/src/github.com/openshift/installer/vendor/github.com/aws/aws-sdk-go/service/devicefarm/errors.go:89 +0x24
What did you expect to see?
The version of the openshift installer.
What did you see instead?
A SIGSEGV