I'm working on V8 and need to make a change in the build configuration in chromium/src/build.
I've created an account on chromium-review and added the cookies to ~/.gitcookies, but I'm still unable to upload a changelist (output shown below).
Is there something else I need to do before uploading? Or is there a different procedure for this repo?
Ben.
$ git cl upload
Running presubmit upload checks ...
Presubmit checks passed.
config/host_byteorder.gni | 26 ++++++++++++++------------
toolchain/linux/BUILD.gn | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 12 deletions(-)
Waiting for Emacs...
Waiting for editor...
saving CL description to /home/bwh/v8/v8/third_party/depot_tools/.git_cl_description_backup
remote: PERMISSION_DENIED: The caller does not have permission
remote: [type.googleapis.com/google.rpc.RequestInfo]
remote: request_id: "eeb0b344f85d4557bef1648f7e0e130c"
remote:
remote: [type.googleapis.com/google.rpc.RequestInfo]
remote: request_id: "c1110281fe2d4debb668ab197de14216"
fatal: unable to access 'https://chromium.googlesource.com/chromium/src/build.git/': The requested URL returned error: 403
Failed to create a change. Please examine output above for the reason of the failure.
For emergencies, Googlers can escalate to go/gob-support or go/notify#gob
Hint: run command below to diagnose common Git/Gerrit credential problems:
git cl creds-check
If git-cl is not working correctly, file a bug under the Infra>SDK component including the files below.
Review the files before upload, since they might contain sensitive information.
Set the Restrict-View-Google label so that they are not publicly accessible.
The traces of this git-cl execution have been recorded at:
/home/bwh/v8/v8/third_party/depot_tools/traces/20210322T135823.704779-traces.zip
Copies of your gitcookies file and git config have been recorded at:
/home/bwh/v8/v8/third_party/depot_tools/traces/20210322T135823.704779-git-info.zip
saving CL description to /home/bwh/v8/v8/third_party/depot_tools/.git_cl_description_backup
** Content of CL description **
========================================================================
Add support for cross-building from x86 to 32-bit ppc
Define the two toolchains needed for a V8 cross-build from x86 to
32-bit ppc.
Allow host_byteorder to be explicitly configured, which is necessary
when the build and target byte order are different.
Change-Id: I2fecc7ea0cf35014f20ab44d2f26f327b9054593
========================================================================
$ git cl creds-check
git is already configured to use your .gitcookies from /home/bwh/.gitcookies
Your .netrc and .gitcookies have credentials for these hosts:
Host User Which file
================================ =============================== ===========
chromium-review.googlesource.com git-ben.hutchings.essensium.com .gitcookies
chromium.googlesource.com git-ben.hutchings.essensium.com .gitcookies
No problems detected in your .gitcookies file.