Le 19-05-2015 17:37, Francisco de Borja Lopez Rio a écrit :
Hi guys.

I'm maintaining a buildslave box for python.org [1], running on (more or less) up-to-date snapshots and I've realized that something started to go wrong after my latest upgrade, it seems mercurial is not able to clone the cpython
repository anymore:

$ hg clone --verbose --noupdate http://hg.python.org/cpython build-test-cpython
real URL is https://hg.python.org/cpython
requesting all changes
adding changesets
transaction abort!
rollback completed
abort: connection ended unexpectedly
$ 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.
$ sysctl -a |grep OpenBSD
kern.ostype=OpenBSD
kern.version=OpenBSD 5.7-current (GENERIC.MP) #857: Sat May 2 09:25:15 MDT 2015
$ uname -a
OpenBSD tyr.codigo23.lab 5.7 GENERIC.MP#857 i386
$

I have tried the same clone in another i386 box running an snapshot some weeks older, same error. Then I've tried the same clone on a couple different boxes (FreeBSD 10, OSx 10.8.x) both running Mercurial 3.3 and I didn't get that
error.

Could anybody running a recent snapshot and Mercurial confirm if this is
happening there too?

Thanks!

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?

Thanks,

Remi.

Reply via email to