James
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
I already have the svn account and get the credentials from https://chromium-access.appspot.com/ , but have issue to access svn://… url. When submitting try job.
I suspect the root cause is the proxy.
Best Regards
James
$ git try --user=jame...@intel.com -b linux_layout_rel -v -v -v -v
DEBUG trychange.py(669): ['--user=jame...@intel.com', '-b', 'linux_layout_rel', '-v', '-v', '-v', '-v', '--rietveld_url', 'https://chromiumcodereview.appspot.com']
INFO trychange.py(450): GuessVCS(/home/wistoch/workspace/chromium-gtk/src)
DEBUG subprocess2.py(171): git rev-parse --is-inside-work-tree; cwd=/home/wistoch/workspace/chromium-gtk/src
DEBUG subprocess2.py(171): git rev-parse --show-cdup; cwd=/home/wistoch/workspace/chromium-gtk/src
DEBUG subprocess2.py(171): git rev-parse --short=4 HEAD; cwd=/home/wistoch/workspace/chromium-gtk/src
DEBUG subprocess2.py(171): git symbolic-ref HEAD; cwd=/home/wistoch/workspace/chromium-gtk/src
DEBUG subprocess2.py(171): git config user.email; cwd=/home/wistoch/workspace/chromium-gtk/src
DEBUG subprocess2.py(171): git symbolic-ref HEAD; cwd=/home/wistoch/workspace/chromium-gtk/src
DEBUG subprocess2.py(171): git config branch.master.merge; cwd=/home/wistoch/workspace/chromium-gtk/src
DEBUG subprocess2.py(171): git config branch.master.remote; cwd=/home/wistoch/workspace/chromium-gtk/src
INFO trychange.py(266): GIT(/home/wistoch/workspace/chromium-gtk/src)
INFO trychange.py(153): Found .gclient at /home/wistoch/workspace/chromium-gtk
DEBUG subprocess2.py(171): svn info --xml; cwd=/home/wistoch/workspace/chromium-gtk/src
INFO trychange.py(176): Found codereview.settings at /home/wistoch/workspace/chromium-gtk/src
INFO trychange.py(141): svn_repo: svn://svn.chromium.org/chrome-try/try
DEBUG subprocess2.py(171): git diff --name-status -r refs/remotes/origin/master...; cwd=/home/wistoch/workspace/chromium-gtk/src
DEBUG subprocess2.py(171): git diff -p --no-color --no-prefix --no-ext-diff refs/remotes/origin/master...HEAD; cwd=/home/wistoch/workspace/chromium-gtk/src
Results will be emailed to: jame...@intel.com
INFO trychange.py(380): Sending by SVN
INFO trychange.py(381): user=james.wei
name=master#8cd2ca
email=jame...@intel.com
root=src
bot=linux_layout_rel
INFO trychange.py(382): svn://svn.chromium.org/chrome-try/try
INFO trychange.py(383):
DEBUG subprocess2.py(171): svn --version
DEBUG subprocess2.py(171): svn import -q /tmp/tmptDs2_0 svn://svn.chromium.org/chrome-try/try --file /tmp/tmpQf9AWS --no-ignore
svn: Can't connect to host 'svn.chromium.org': Connection timed out
Command svn import -q /tmp/tmptDs2_0 svn://svn.chromium.org/chrome-try/try --file /tmp/tmpQf9AWS --no-ignore returned non-zero exit status 1
Sorry, Tryserver is not available.
Also I failed to run svn ls with svn:// but ok with http://
$ svn ls --username jame...@intel.com http://src.chromium.org/svn/trunk
deps/
o3d/
src/
tools/
$ svn ls --username jame...@intel.com svn://src.chromium.org/svn/trunk
svn: Can't connect to host 'src.chromium.org': Connection timed out
I tried to use tsocks with socks5 proxy to access it but failed.
$ tsocks svn ls --username jame...@intel.com svn://src.chromium.org/svn/trunk
17:59:06 libtsocks(7201): SOCKS V5 connect failed: 17:59:06 libtsocks(7201): General SOCKS server failure
svn: Can't connect to host 'src.chromium.org': Software caused connection abort
I used connect-tunnel to forward the connection:
$ connect-tunnel -P proxy-of-company.com:port -T 12345:src.chromium.org:3690
$ svn ls --username jame...@intel.com svn://localhost:12345/svn/trunk
svn: Network connection closed unexpectedly
I used svn+ssh but still failed.
.ssh/config
Host chromium.org
ProxyCommand /usr/bin/connect -S company-proxy-socks.com:1080 %h %p
$ svn ls --username jame...@intel.com svn+ssh://src.chromium.org/svn/trunk
ssh: connect to host src.chromium.org port 22: Connection timed out
svn: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.
svn: Network connection closed unexpectedly
Jochen,
Thanks for your help. here is the output of the command.
$ svn ls http://svn.chromium.org/chrome-try
svn: Server sent unexpected return value (503 Service Unavailable) in response to OPTIONS request for 'http://svn.chromium.org/chrome-try'
$ svn ls svn://svn.chromium.org/chrome-try
Best Regards
Jochen,
Thanks for your help. here is the output of the command.
$ svn ls http://svn.chromium.org/chrome-try
svn: Server sent unexpected return value (503 Service Unavailable) in response to OPTIONS request for 'http://svn.chromium.org/chrome-try'
$ svn ls svn://svn.chromium.org/chrome-try
svn: Can't connect to host 'svn.chromium.org': Connection timed out
I guess this is triggered by the msvs 2008 -> 2010 migration? Maybe
that could be undone until the issues are worked out?
18>------ Build started: Project: generate_supplemental_dependency, Configuration: Release Win32 ------
18>Build started 5/22/2012 12:59:17 PM.
18>InitializeBuildStatus:
18> Creating "../../../../..\build\Release\obj\generate_supplemental_dependency\generate_supplemental_dependency.unsuccessfulbuild" because "AlwaysCreate" was specified.
18>CustomBuild:
18> Resolving [Supplemental=XXX] dependencies in all IDL files18>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 512.
18>
18>Build FAILED.
18>
18>Time Elapsed 00:00:34.92
Anyone knows what the error means?The fix [https://chromiumcodereview.appspot.com/10407098/] is in the CQ - maybe I should commit this by hand.
On Tue, May 22, 2012 at 1:28 PM, Sigurður Ásgeirsson <si...@chromium.org> wrote:The fix [https://chromiumcodereview.appspot.com/10407098/] is in the CQ - maybe I should commit this by hand.Probably a good thing to do.Do you know why the failure was not seen on the main waterfall?
On Tue, May 22, 2012 at 1:28 PM, Sigurður Ásgeirsson <si...@chromium.org> wrote:The fix [https://chromiumcodereview.appspot.com/10407098/] is in the CQ - maybe I should commit this by hand.Probably a good thing to do.
Jochen, Nicolas,
I successfully enabled it with tsocks at last.
$ tsocks svn ls --username jame...@intel.com svn://svn.chromium.org/chrome-try
clean_tries.py
try/
try-nacl/
try-o3d/
thanks for your help.
Best Regards
James
On Tue, May 22, 2012 at 5:05 PM, Nicolas Sylvain <nsyl...@chromium.org> wrote:Do you know why the failure was not seen on the main waterfall?
-Greg.