Skip to content

Instantly share code, notes, and snippets.

@honza
Created January 29, 2019 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save honza/21be8d45918a33bb0339fc1be3f24a3f to your computer and use it in GitHub Desktop.
Save honza/21be8d45918a33bb0339fc1be3f24a3f to your computer and use it in GitHub Desktop.
+ figlet 'Building the Installer'
+ lolcat
____ _ _ _ _ _ _
| __ ) _ _(_) | __| (_)_ __ __ _ | |_| |__ ___
| _ \| | | | | |/ _` | | '_ \ / _` | | __| '_ \ / _ \
| |_) | |_| | | | (_| | | | | | (_| | | |_| | | | __/
|____/ \__,_|_|_|\__,_|_|_| |_|\__, | \__|_| |_|\___|
|___/
___ _ _ _
|_ _|_ __ ___| |_ __ _| | | ___ _ __
| || '_ \/ __| __/ _` | | |/ _ \ '__|
| || | | \__ \ || (_| | | | __/ |
|___|_| |_|___/\__\__,_|_|_|\___|_|
++ go env [45/9237]
+ eval 'GOARCH="amd64"
GOBIN=""
GOCACHE="/home/stack/.cache/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/stack/go"
GOPROXY=""
GORACE=""
GOROOT="/usr/lib/golang"
GOTMPDIR=""
GOTOOLDIR="/usr/lib/golang/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
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 -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build087471381=/tmp/go-build -gno-record-gcc-switches"'
++ GOARCH=amd64
++ GOBIN=
++ GOCACHE=/home/stack/.cache/go-build
++ GOEXE=
++ GOFLAGS=
++ GOHOSTARCH=amd64
++ GOHOSTOS=linux
++ GOOS=linux
++ GOPATH=/home/stack/go
++ GOPROXY=
++ GORACE=
++ GOROOT=/usr/lib/golang
++ GOTMPDIR=
++ GOTOOLDIR=/usr/lib/golang/pkg/tool/linux_amd64
++ GCCGO=gccgo
++ CC=gcc
++ CXX=g++
++ 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 -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build087471381=/tmp/go-build -gno-record-gcc-switches'
+ echo /home/stack/go
+ lolcat
/home/stack/go
+ pushd /home/stack/go/src/github.com/openshift/installer
~/go/src/github.com/openshift/installer ~/dev-scripts
+ export MODE=release
+ MODE=release
+ export TAGS=libvirt
+ TAGS=libvirt
+ ./hack/build.sh
+ minimum_go_version=1.10
++ go version
++ cut -d ' ' -f 3
+ current_go_version=go1.11.4
++ version 1.11.4
++ IFS=.
++ printf '%03d%03d%03d\n' 1 11 4
++ unset IFS
++ version 1.10
++ IFS=.
++ printf '%03d%03d%03d\n' 1 10
++ unset IFS
+ '[' 001011004 -lt 001010000 ']'
+ LAUNCH_PATH=/home/stack/go/src/github.com/openshift/installer
++ dirname ./hack/build.sh
+ cd ./hack/..
++ go list -e -f '{{.Dir}}' github.com/openshift/installer
+ PACKAGE_PATH=/home/stack/go/src/github.com/openshift/installer
+ test -z /home/stack/go/src/github.com/openshift/installer
+ LOCAL_PATH=/home/stack/go/src/github.com/openshift/installer
+ test /home/stack/go/src/github.com/openshift/installer '!=' /home/stack/go/src/github.com/openshift/installer
+ MODE=release
++ git describe --always --abbrev=40 --dirty
+ LDFLAGS=' -X main.version=unreleased-master-155-ge8ce3e4a8bedabec7aa08369329b7db73d2aa050'
+ TAGS=libvirt
+ OUTPUT=bin/openshift-install
+ export CGO_ENABLED=0
+ CGO_ENABLED=0
+ case "${MODE}" in
+ TAGS='libvirt release'
+ test -n ''
+ test -n ''
+ test '' '!=' y
+ go generate ./data
2019/01/29 14:36:33 open /src/github.com/openshift/installer/data/data: no such file or directory
exit status 1
data/assets.go:2: running "go": exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment