/var/vcap/packages/cf-redis-smoke-tests/src/github.com/pivotal-cf/cf-redis-smoke-tests /var/vcap/bosh Failed to compile retry Ginkgo ran 1 suite in 770.162s Test Suite Failed [38;5;228mGinkgo 2.0 is coming soon![0m [38;5;228m==========================[0m [1m[38;5;10mGinkgo 2.0[0m is under active development and will introduce several new features, improvements, and a small handful of breaking changes. A release candidate for 2.0 is now available and 2.0 should GA in Fall 2021. [1mPlease give the RC a try and send us feedback![0m - To learn more, view the migration guide at [38;5;14m[4mhttps://github.com/onsi/ginkgo/blob/ver2/docs/MIGRATING_TO_V2.md[0m - For instructions on using the Release Candidate visit [38;5;14m[4mhttps://github.com/onsi/ginkgo/blob/ver2/docs/MIGRATING_TO_V2.md#using-the-beta[0m - To comment, chime in at [38;5;14m[4mhttps://github.com/onsi/ginkgo/issues/711[0m Errand 'on-demand-broker-smoke-tests' completed with error (exit code 1) To [1m[38;5;204msilence this notice[0m, set the environment variable: [1mACK_GINKGO_RC=true[0m Alternatively you can: [1mtouch $HOME/.ack-ginkgo-rc[0m
The issue is explained in detail in following KB https://broadcomcms-software.wolkenservicedesk.com/external/article?articleNumber=293439
Check the following file in redis on-demand-broker vm to confirm the issue by checking what go version is shown:
cat /var/vcap/packages/adapter-golang-1-linux/bosh/compile.env
contents of the file is shown below
if [ -z "${BOSH_PACKAGES_DIR:-}" ]; then export GOROOT=$(readlink -nf /var/vcap/packages/golang-1.20-linux) else export GOROOT=$BOSH_PACKAGES_DIR/golang-1.20-linux fi export GOPATH=$PWD export GOCACHE=/var/vcap/data/golang-1.20-linux/cache export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
The following are steps to fix the issue: