google / startup-os

Working examples of Google's Open Source stack and deployment to the cloud.
Apache License 2.0
673 stars 101 forks source link

Error: "Project startup-os has been deleted" on build #586

Open topher200 opened 4 years ago

topher200 commented 4 years ago

Error running build.sh on Google Cloud Shell.

F0621 21:42:22.449217    1485 __main__.py:127] Error pulling and saving image gcr.io/startup-os/alpine-java-git@sha256:d27494f6034ff3cd38bd2cde9bfea019f568565d2bb14d2d450a44cd891cf28c: Bad status during token exchange: 403
{"errors":[{"code":"DENIED","message":"Project startup-os has been deleted."}]}

Steps to reproduce:

  1. Navigate to https://github.com/google/startup-os
  2. Click on the first "Open in Google Cloud Shell" button
  3. wait for shell to start
  4. On the command line, enter ./build.sh ✔️ Expected behavior: No error. Build completes. ❌ Actual behavior: "code":"DENIED" error
zoidyzoidzoid commented 4 years ago

I think this is related to https://github.com/google/startup-os/issues/581 and @oferb leaving Google

zoidyzoidzoid commented 4 years ago

I think the CI is also affected, since it uses the hasadna repo which also fetched some startup-os data https://github.com/hasadna/monorepo/blob/master/WORKSPACE#L183-L195