Discussion:
[chromium-dev] `git cl upload` issues
Yoav Weiss
2018-11-22 15:41:13 UTC
Permalink
Hey,

`git cl upload` has been extremely slow for me today. Running it with `-v
-v`, I see that the following command gets stuck, seemingly forever:

git push https://chromium.googlesource.com/chromium/src.git
e97a1e2e305ce35af22465e240deafa912ee04c1:refs/for/refs/heads/master%notify=NONE,m=Add_a_few_more_tests,cc=
blink-reviews-***@chromium.org,cc=blink-***@chromium.org,cc=
blink-worker-***@chromium.org,cc=chromium-***@chromium.org,cc=
falken+***@chromium.org,cc=horo+***@chromium.org,cc=
jsbell+***@chromium.org,cc=kenjibaheux+***@chromium.org,cc=
kinuko+***@chromium.org,cc=kinuko+***@chromium.org,cc=
***@chromium.org,cc=panicker+***@chromium.org,cc=
serviceworker-***@chromium.org,cc=shimazu+***@chromium.org,cc=
shimazu+***@chromium.org

Known issue? Anything I can do to help debug?

Thanks! :)
Yoav
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com.
Matt Giuca
2018-11-23 06:44:18 UTC
Permalink
I found it was getting stuck, but when I hit <Enter> it worked. Seems that
it's stuck on an invisible prompt.

(Note: I always use git cl upload -t so I can enter a patch set name in the
command line rather than waiting to be prompted.)
Post by Yoav Weiss
Hey,
`git cl upload` has been extremely slow for me today. Running it with `-v
git push https://chromium.googlesource.com/chromium/src.git
e97a1e2e305ce35af22465e240deafa912ee04c1:refs/for/refs/heads/master%notify=NONE,m=Add_a_few_more_tests,cc=
Known issue? Anything I can do to help debug?
Thanks! :)
Yoav
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAHqYdcYo9t%2BGDMSH%2BReN89oLzB8yEp0FOPHPdKb2j0q6D9o5ww%40mail.gmail.com.
Yoav Weiss
2018-11-23 10:55:15 UTC
Permalink
Post by Matt Giuca
I found it was getting stuck, but when I hit <Enter> it worked. Seems that
it's stuck on an invisible prompt.
Doesn't work for me :/
Post by Matt Giuca
(Note: I always use git cl upload -t so I can enter a patch set name in
the command line rather than waiting to be prompted.)
Same here
Post by Matt Giuca
Post by Yoav Weiss
Hey,
`git cl upload` has been extremely slow for me today. Running it with `-v
git push https://chromium.googlesource.com/chromium/src.git
e97a1e2e305ce35af22465e240deafa912ee04c1:refs/for/refs/heads/master%notify=NONE,m=Add_a_few_more_tests,cc=
Known issue? Anything I can do to help debug?
Thanks! :)
Yoav
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEit8qBeptCL9K8_h5tK4NZGp82kmZr53f8tVmHGCCoVNA%40mail.gmail.com.
PhistucK
2018-11-23 11:01:53 UTC
Permalink
Have you tried -v -v (or was it -vv?)? This is the super verbose mode in
some Chrome build tools...

☆*PhistucK*
Post by Yoav Weiss
Post by Matt Giuca
I found it was getting stuck, but when I hit <Enter> it worked. Seems
that it's stuck on an invisible prompt.
Doesn't work for me :/
Post by Matt Giuca
(Note: I always use git cl upload -t so I can enter a patch set name in
the command line rather than waiting to be prompted.)
Same here
Post by Matt Giuca
Post by Yoav Weiss
Hey,
`git cl upload` has been extremely slow for me today. Running it with `-v
git push https://chromium.googlesource.com/chromium/src.git
e97a1e2e305ce35af22465e240deafa912ee04c1:refs/for/refs/heads/master%notify=NONE,m=Add_a_few_more_tests,cc=
Known issue? Anything I can do to help debug?
Thanks! :)
Yoav
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEit8qBeptCL9K8_h5tK4NZGp82kmZr53f8tVmHGCCoVNA%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEit8qBeptCL9K8_h5tK4NZGp82kmZr53f8tVmHGCCoVNA%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CABc02_%2BR5LL4HWFQBHHjKL0wV7K%2BEK1w%3DuzXHp2Yv2UBesv_Rw%40mail.gmail.com.
Yoav Weiss
2018-11-23 11:03:57 UTC
Permalink
That's what gave me the above output (so I know that `git push` is the
process actually stuck)
Post by PhistucK
Have you tried -v -v (or was it -vv?)? This is the super verbose mode in
some Chrome build tools...
☆*PhistucK*
Post by Yoav Weiss
Post by Matt Giuca
I found it was getting stuck, but when I hit <Enter> it worked. Seems
that it's stuck on an invisible prompt.
Doesn't work for me :/
Post by Matt Giuca
(Note: I always use git cl upload -t so I can enter a patch set name in
the command line rather than waiting to be prompted.)
Same here
Post by Matt Giuca
Post by Yoav Weiss
Hey,
`git cl upload` has been extremely slow for me today. Running it with `-v
git push https://chromium.googlesource.com/chromium/src.git
e97a1e2e305ce35af22465e240deafa912ee04c1:refs/for/refs/heads/master%notify=NONE,m=Add_a_few_more_tests,cc=
Known issue? Anything I can do to help debug?
Thanks! :)
Yoav
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEit8qBeptCL9K8_h5tK4NZGp82kmZr53f8tVmHGCCoVNA%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEit8qBeptCL9K8_h5tK4NZGp82kmZr53f8tVmHGCCoVNA%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEjsiFbbqpJD4Zg%3Dhmu%2BVstdcEm2%3DQbiC3cnLz4fEtB4_A%40mail.gmail.com.
PhistucK
2018-11-23 11:05:50 UTC
Permalink
Oops, I missed the second one in your original message.

☆*PhistucK*
Post by Yoav Weiss
That's what gave me the above output (so I know that `git push` is the
process actually stuck)
Post by PhistucK
Have you tried -v -v (or was it -vv?)? This is the super verbose mode in
some Chrome build tools...
☆*PhistucK*
Post by Yoav Weiss
Post by Matt Giuca
I found it was getting stuck, but when I hit <Enter> it worked. Seems
that it's stuck on an invisible prompt.
Doesn't work for me :/
Post by Matt Giuca
(Note: I always use git cl upload -t so I can enter a patch set name in
the command line rather than waiting to be prompted.)
Same here
Post by Matt Giuca
Post by Yoav Weiss
Hey,
`git cl upload` has been extremely slow for me today. Running it with `-v
git push https://chromium.googlesource.com/chromium/src.git
e97a1e2e305ce35af22465e240deafa912ee04c1:refs/for/refs/heads/master%notify=NONE,m=Add_a_few_more_tests,cc=
Known issue? Anything I can do to help debug?
Thanks! :)
Yoav
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEit8qBeptCL9K8_h5tK4NZGp82kmZr53f8tVmHGCCoVNA%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEit8qBeptCL9K8_h5tK4NZGp82kmZr53f8tVmHGCCoVNA%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CABc02_JHE4XuHtjWjkh0WNO_sPkyzR9U1azwdXp3oykEoc%2B3fw%40mail.gmail.com.
'Joe Mason' via Chromium-dev
2018-11-27 17:46:47 UTC
Permalink
Aside: Matt, are you using the Git For Windows bash shell? If so, you can
run programs through the "winpty" wrapper to avoid invisible prompts, eg
"winpty git cl upload".
Post by Matt Giuca
I found it was getting stuck, but when I hit <Enter> it worked. Seems that
it's stuck on an invisible prompt.
(Note: I always use git cl upload -t so I can enter a patch set name in
the command line rather than waiting to be prompted.)
Post by Yoav Weiss
Hey,
`git cl upload` has been extremely slow for me today. Running it with `-v
git push https://chromium.googlesource.com/chromium/src.git
e97a1e2e305ce35af22465e240deafa912ee04c1:refs/for/refs/heads/master%notify=NONE,m=Add_a_few_more_tests,cc=
Known issue? Anything I can do to help debug?
Thanks! :)
Yoav
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAHqYdcYo9t%2BGDMSH%2BReN89oLzB8yEp0FOPHPdKb2j0q6D9o5ww%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAHqYdcYo9t%2BGDMSH%2BReN89oLzB8yEp0FOPHPdKb2j0q6D9o5ww%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAH%3DT95SMXcQUhnAu1L3dv3Q0gB%3D_%3DpHh2g98Y251RdQFWozfFw%40mail.gmail.com.
Simon Que
2018-11-29 08:18:31 UTC
Permalink
I saw something similar. I was able to get past it by doing a sync of my
tree.

saving CL description to
/usr/local/google/home/sque/.git_cl_description_backup
[D2018-11-29 17:06:49,611 167237 140007581259520 subprocess2.py] git
rev-list
3fa13b92d389b4a85006d2576a95138ed294cd43..e6df7701180b36aa81fbaf8f5b9e7b209e03c4b6
[D2018-11-29 17:06:49,620 167237 140007581259520 subprocess2.py] git
config rietveld.cc
[I2018-11-29 17:06:49,627 167237 140007581259520 git_cl.py] accounts
recognized, set([]) invalid
[D2018-11-29 17:06:49,629 167237 140007581259520 subprocess2.py] git push
https://chromium.googlesource.com/chromium/src.git
Aside: Matt, are you using the Git For Windows bash shell? If so, you can
run programs through the "winpty" wrapper to avoid invisible prompts, eg
"winpty git cl upload".
Post by Matt Giuca
I found it was getting stuck, but when I hit <Enter> it worked. Seems
that it's stuck on an invisible prompt.
(Note: I always use git cl upload -t so I can enter a patch set name in
the command line rather than waiting to be prompted.)
Post by Yoav Weiss
Hey,
`git cl upload` has been extremely slow for me today. Running it with `-v
git push https://chromium.googlesource.com/chromium/src.git
e97a1e2e305ce35af22465e240deafa912ee04c1:refs/for/refs/heads/master%notify=NONE,m=Add_a_few_more_tests,cc=
Known issue? Anything I can do to help debug?
Thanks! :)
Yoav
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACj%3DBEgkBXJHSXBb6rkbXX55vnw%3D8FT%3Dnb8mrD8DBUQB6zAWdg%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAHqYdcYo9t%2BGDMSH%2BReN89oLzB8yEp0FOPHPdKb2j0q6D9o5ww%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAHqYdcYo9t%2BGDMSH%2BReN89oLzB8yEp0FOPHPdKb2j0q6D9o5ww%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4ea7528f-b8e0-4efd-929e-8faabf9d37c2%40chromium.org.
Loading...