startup-os icon indicating copy to clipboard operation
startup-os copied to clipboard

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

Open topher200 opened this issue 5 years ago • 2 comments

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

topher200 avatar Jun 22 '20 04:06 topher200

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

zoidyzoidzoid avatar Jun 29 '20 11:06 zoidyzoidzoid

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

zoidyzoidzoid avatar Jun 29 '20 12:06 zoidyzoidzoid