=== RUN TestAddons/serial/GCPAuth/FakeCredentials
addons_test.go:614: (dbg) Run: kubectl --context addons-287895 create -f testdata/busybox.yaml
addons_test.go:621: (dbg) Run: kubectl --context addons-287895 create sa gcp-auth-test
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [c8d8398d-daae-41ca-8cbe-e9e61b4ef793] Pending
helpers_test.go:344: "busybox" [c8d8398d-daae-41ca-8cbe-e9e61b4ef793] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [c8d8398d-daae-41ca-8cbe-e9e61b4ef793] Running
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: integration-test=busybox healthy within 11.005096561s
addons_test.go:633: (dbg) Run: kubectl --context addons-287895 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:633: (dbg) Non-zero exit: kubectl --context addons-287895 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS": exit status 1 (211.854008ms)
** stderr **
command terminated with exit code 1
** /stderr **
addons_test.go:635: printenv creds: exit status 1
--- FAIL: TestAddons/serial/GCPAuth/FakeCredentials (11.59s)