New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 662986 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Problem with "git cl land"

Project Member Reported by msarett@chromium.org, Nov 7 2016

Issue description

I'm trying to commit a CL using "git cl land".  The test image is too large to upload (https://codereview.chromium.org/2482883002/).

I've set my "git config user.email" to msarett@chromium.org and I've also logged in as msarett@chromium.org using "depot-tools-auth login https://codereview.chromium.org".

I'm getting this error:
msarett@msarett1:/usr/local/google/chromium/src$ git cl land
Using 50% similarity for rename/copy detection. Override with --similarity.
Description:
Fail to decode jpegs on a large number of progressive scans

BUG= 642462 
R=scroggo@chromium.org

Review URL: https://codereview.chromium.org/2482883002 .
 third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h          |   2 ++
 third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp        |   1 -
 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp          |  16 ++++++++++++++++
 third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp      |  14 ++++++++++++++
 third_party/WebKit/Source/platform/image-decoders/testing/many-progressive-scans.jpg | Bin 0 -> 8192000 bytes
 5 files changed, 32 insertions(+), 1 deletion(-)
Fetching pending ref refs/pending/heads/master...
Cherry-picking commit on top of pending ref...
Pushing commit to refs/pending/heads/master... It can take a while.
remote: Processing changes: refs: 1, done            
error: failed to push some refs to 'https://chromium.googlesource.com/chromium/src.git'
ERROR:git-retry:Process failure was not known to be transient; terminating with return code 1
Push failed with exit code 1.
To https://chromium.googlesource.com/chromium/src.git
!	HEAD:refs/pending/heads/master	[remote rejected] (prohibited by Gerrit)
Done
Fatal push error. Make sure your .netrc credentials and git user.email are correct and you have push access to the repo.
Failed to push. If this persists, please file a bug.

Any idea what I need to to authenticate myself?

 
"""
You are probably known to be a committer in Gerrit. let me check....
and Gerrit gives me 500 when trying to load the list of people in the committers group :(
After retry, i added your msarett@chromium.org email to the list. If it still fails, please file a bug by following go/bug-infra
"""

Still not working unfortunately.
check your ~/.gitcookies or ~/.netrc and make sure account there is your chromium.org for chromium.googlesource.com but don't post the whole file here as it has secret token. If that's not the case, visit https://chromium.googlesource.com/new-password
Status: Fixed (was: Untriaged)
https://chromium.googlesource.com/new-password has solved my problem  Thanks!

Sign in to add a comment