On Tue, May 19, 2015 at 06:32:54PM +0200, Remi Pointel wrote:
>
> Hi,
>
> it works fine here on a recent snapshpot.
>
> =====================================================================
> $ sysctl |grep OpenBSD
> kern.ostype=OpenBSD
> kern.version=OpenBSD 5.7-current (GENERIC) #928: Mon May 18 14:40:17 MDT
> 2015
>
> $ hg clone --verbose --noupdate http://hg.python.org/cpython
> build-test-cpython
> warning: hg.python.org certificate with fingerprint
> f4:21:58:34:4e:26:dd:55:16:51:2e:ce:6e:58:a8:92:6e:32:c8:50 not verified
> (check hostfingerprints or web.cacerts config setting)
> real URL is https://hg.python.org/cpython
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 96159 changesets with 211852 changes to 10510 files (+1 heads)
>
>
> $ hg --version
> Mercurial Distributed SCM (version 3.2.3)
> (see http://mercurial.selenic.com for more information)
>
> Copyright (C) 2005-2014 Matt Mackall and others
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> =====================================================================
>
> Could you test with the latest snapshot please?
>

Finally I upgraded that box today, same result:

$ hg clone --verbose --noupdate http://hg.python.org/cpython
warning: hg.python.org certificate with fingerprint 
f4:21:58:34:4e:26:dd:55:16:51:2e:ce:6e:58:a8:92:6e:32:c8:50 not verified (check 
hostfingerprints or web.cacerts config setting)
real URL is https://hg.python.org/cpython
destination directory: cpython
requesting all changes
adding changesets
adding manifests
transaction abort!
rollback completed
abort: connection ended unexpectedly
$ sysctl -a|grep OpenBSD
kern.ostype=OpenBSD
kern.version=OpenBSD 5.7-current (GENERIC.MP) #881: Wed May 20 17:55:17 MDT 2015
$ hg --version
Mercurial Distributed SCM (version 3.2.3)
(see http://mercurial.selenic.com for more information)

Copyright (C) 2005-2014 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$

It works though when pulling smaller repos:

$ hg clone https://bitbucket.org/codigo23/mailjam
warning: bitbucket.org certificate with fingerprint 
46:de:34:e7:9b:18:cd:7f:ae:fd:8b:e3:bc:f4:1a:5e:38:d7:ac:24 not verified (check 
hostfingerprints or web.cacerts config setting)
destination directory: mailjam
requesting all changes
adding changesets
adding manifests
adding file changes
added 35 changesets with 266 changes to 124 files
updating to branch default
94 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg clone https://bitbucket.org/hpk42/devpi devpi-hg
warning: bitbucket.org certificate with fingerprint 
46:de:34:e7:9b:18:cd:7f:ae:fd:8b:e3:bc:f4:1a:5e:38:d7:ac:24 not verified (check 
hostfingerprints or web.cacerts config setting)
requesting all changes
adding changesets
adding manifests
adding file changes
added 1658 changesets with 5673 changes to 446 files (+2 heads)
updating to branch default
239 files updated, 0 files merged, 0 files removed, 0 files unresolved
$

(those two are from bitbucket, but it worked fine with some private repos over
ssh)

At first I thought it could be related to network problems, but the clone
worked fine in a laptop running OSx on the same line, and I guess network
connectivity should not be a problem once it reaches "adding changesets".

Could it be related to the arch (i386) or the MP kernel?
dmesg is available here: http://codigo23.net/openbsd/dmesg-tyr.txt

Any hint on how to debug it will be welcome.

Thanks!

--

"Do nothing which is of no use." - Miyamoto Musashi
---------------------------------------------------------------------
Francisco de Borja Lopez Rio ([email protected])
Soluciones Informaticas Codigo23 S.L.U.
http://www.codigo23.net

Reply via email to