$ autoninja -C out/debug chrome
Done. Made 41770 targets from 3409 files in 5998ms
Running gcloud auth print-access-token --trace-token=interactiveauth
E0116 15:08:04.840280 590277 bootstrap.go:158] Unable to start reproxy: "E0116 15:08:04.791732 590306 main.go:293] Failed to initialize remote-execution client: rpc error: code = PermissionDenied desc = rpc error: code = PermissionDenied desc = Permission \"remotebuildexecution.blobs.get\" denied on resource \"projects/rbe-chrome-untrusted/instances/default_instance\" (or it may not exist), authentication type (identity) used=\"external authentication token (gcert?)\"\n"
Hello,
This is Jay. I’m an external contributor to the Chromium project and using Goma(jdrag...@gmail.com).
The reason why I am reaching out to this group is that an issue occurred while migrating from Reclient to Goma according to the guidance
When trying to build after Reclient setup, I face the following error.
What should be done to solve this?$ autoninja -C out/debug chromeDone. Made 41770 targets from 3409 files in 5998ms
Running gcloud auth print-access-token --trace-token=interactiveauth
E0116 15:08:04.840280 590277 bootstrap.go:158] Unable to start reproxy: "E0116 15:08:04.791732 590306 main.go:293] Failed to initialize remote-execution client: rpc error: code = PermissionDenied desc = rpc error: code = PermissionDenied desc = Permission \"remotebuildexecution.blobs.get\" denied on resource \"projects/rbe-chrome-untrusted/instances/default_instance\" (or it may not exist), authentication type (identity) used=\"external authentication token (gcert?)\"\n"
Thank you for the effort on the Chromium build infrastructure.
Best regards
Jay
--
You received this message because you are subscribed to the Google Groups "reclient-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reclient-user...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/reclient-users/c489e056-fcc8-4123-83a7-f8aae78a335bn%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/reclient-users/a097b859-695f-43aa-8288-6e1a66c3bd8dn%40chromium.org.
Here it is. `.gclient` file.
```
solutions = [
{
"name": "src",
"url": "https://chromium.googlesource.com/chromium/src.git",
"managed": False,
"custom_deps": {},
"custom_vars": {
"rbe_instance": "projects/rbe-chromium-untrusted/instances/default_instance",
},
},
]
target_os = ["android"]
```2024년 1월 16일 (화) 오후 6:06, Takuto Ikuta <tik...@chromium.org>님이 작성: