Discussion:
[chromium-discuss] Download chromium codes for android by http proxy failed, how to resolve it?
曾强
2018-07-27 09:30:07 UTC
Permalink
I just
reference https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md
to start a chromium project.

The system is Ubuntu 16.04LTS.

I cannot visit the address above directly, so i am using a third-party
http-proxy and export http_proxy & https_proxy.
The browser using the http proxy is ok.

After that, i test 'git clone something' and 'curl
https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md' in terminalboth of
them are successful.

Then, i did step by step in android_build_instructions.md, but the failure
occurred in 'fetch --nohooks --no-history android'

***~chromium$ fetch --nohooks --no-history android
Running:gclient root
[P558314:30:19.720 client.go:310 W] RPC failed transiently. Will retry in
1s {"error":"failed to send request: Post
https://chrome-infra-packages.appspot.com/prpc/cipd.Repository/ResolveVersion:
proxyconnect tcp: EOF", "host":"chrome-infra-packages.appspot.com",
"method":"ResolveVersion", "service":"cipd.Repository", "sleepTime": "1s"}
[P558314:30:20.720 client.go:310 W] RPC failed transiently. Will retry in
1s {"error":"failed to send request: Post
https://chrome-infra-packages.appspot.com/prpc/cipd.Repository/ResolveVersion:
proxyconnect tcp: EOF", "host":"chrome-infra-packages.appspot.com",
"method":"ResolveVersion", "service":"cipd.Repository", "sleepTime": "2s"}
[P558314:30:22.721 client.go:310 W] RPC failed transiently. Will retry in
1s {"error":"failed to send request: Post
https://chrome-infra-packages.appspot.com/prpc/cipd.Repository/ResolveVersion:
proxyconnect tcp: EOF", "host":"chrome-infra-packages.appspot.com",
"method":"ResolveVersion", "service":"cipd.Repository", "sleepTime": "4s"}

Does somebody know what causes the failure?

P.S, i was try to use an old depot_tools and it can skip this error, does
cipd have some problems?
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
王文清
2018-08-08 01:19:18 UTC
Permalink
I get the same issue when run "gclient runhook" on win7.
圚 2018幎7月29日星期日 UTC+8䞋午4:28:27曟区写道
I just reference
https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md
to start a chromium project.
The system is Ubuntu 16.04LTS.
I cannot visit the address above directly, so i am using a third-party
http-proxy and export http_proxy & https_proxy.
The browser using the http proxy is ok.
After that, i test 'git clone something' and 'curl
https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md' in terminalboth of
them are successful.
Then, i did step by step in android_build_instructions.md, but the failure
occurred in 'fetch --nohooks --no-history android'
***~chromium$ fetch --nohooks --no-history android
Running:gclient root
[P558314:30:19.720 client.go:310 W] RPC failed transiently. Will retry in
1s {"error":"failed to send request: Post
proxyconnect tcp: EOF", "host":"chrome-infra-packages.appspot.com",
"method":"ResolveVersion", "service":"cipd.Repository", "sleepTime": "1s"}
[P558314:30:20.720 client.go:310 W] RPC failed transiently. Will retry in
1s {"error":"failed to send request: Post
proxyconnect tcp: EOF", "host":"chrome-infra-packages.appspot.com",
"method":"ResolveVersion", "service":"cipd.Repository", "sleepTime": "2s"}
[P558314:30:22.721 client.go:310 W] RPC failed transiently. Will retry in
1s {"error":"failed to send request: Post
proxyconnect tcp: EOF", "host":"chrome-infra-packages.appspot.com",
"method":"ResolveVersion", "service":"cipd.Repository", "sleepTime": "4s"}
Does somebody know what causes the failure?
P.S, i was try to use an old depot_tools and it can skip this error, does
cipd have some problems?
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Loading...