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! [1] http://buildbot.python.org/all/buildslaves/borja-openbsd-x86 -- "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
