I try to clone the jdk7 forest and get repeatedly the following for jdk7/jdk
My question would be: what could cause abort: error: # exit code 255 for the jdk repository ???? Thanks and regards: Josef The run looks like that: C770817@C036357 ~ $ hg version Mercurial Distributed SCM (version 2.1.2) (see http://mercurial.selenic.com for more information) Copyright (C) 2005-2012 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. C770817@C036357 ~ $ cd /cygdrive/e/asf/OpenJDK C770817@C036357 /cygdrive/e/asf/OpenJDK $ hg fclone http://hg.openjdk.java.net/jdk7/jdk7 jdk7/jdk7 [.] requesting all changes adding changesets adding manifests adding file changes added 348 changesets with 346 changes to 33 files updating to branch default 32 files updated, 0 files merged, 0 files removed, 0 files unresolved [corba] requesting all changes adding changesets adding manifests adding file changes added 288 changesets with 3198 changes to 1377 files updating to branch default 1356 files updated, 0 files merged, 0 files removed, 0 files unresolved [hotspot] requesting all changes adding changesets adding manifests adding file changes added 2561 changesets with 20836 changes to 4103 files updating to branch default 3815 files updated, 0 files merged, 0 files removed, 0 files unresolved [jaxp] requesting all changes adding changesets adding manifests adding file changes added 233 changesets with 2213 changes to 1984 files updating to branch default 19 files updated, 0 files merged, 0 files removed, 0 files unresolved [jaxws] requesting all changes adding changesets adding manifests adding file changes added 228 changesets with 6452 changes to 3002 files updating to branch default 19 files updated, 0 files merged, 0 files removed, 0 files unresolved [jdk] requesting all changes abort: error: C770817@C036357 /cygdrive/e/asf/OpenJDK $ C770817@C036357 /cygdrive/e/asf/OpenJDK/build-infra $ cd jdk7 C770817@C036357 /cygdrive/e/asf/OpenJDK/build-infra/jdk7 $ sh ./get_source.sh # Repos: corba jaxp jaxws langtools jdk hotspot Starting on corba Starting on jaxp Starting on jaxws Starting on langtools Starting on jdk Starting on hotspot # hg clone http://hg.openjdk.java.net/build-infra/jdk7/corba corba requesting all changes adding changesets adding manifests adding file changes added 293 changesets with 3205 changes to 1379 files updating to branch default 1212 files updated, 0 files merged, 0 files removed, 0 files unresolved # exit code 0 # hg clone http://hg.openjdk.java.net/build-infra/jdk7/jaxp jaxp requesting all changes adding changesets adding manifests adding file changes added 238 changesets with 3037 changes to 2110 files updating to branch default 2100 files updated, 0 files merged, 0 files removed, 0 files unresolved # exit code 0 # hg clone http://hg.openjdk.java.net/build-infra/jdk7/langtools langtools requesting all changes adding changesets adding manifests adding file changes added 1056 changesets with 13013 changes to 4718 files updating to branch default 4372 files updated, 0 files merged, 0 files removed, 0 files unresolved # exit code 0 # hg clone http://hg.openjdk.java.net/build-infra/jdk7/jaxws jaxws requesting all changes adding changesets adding manifests adding file changes added 237 changesets with 9339 changes to 5881 files updating to branch default 2897 files updated, 0 files merged, 0 files removed, 0 files unresolved # exit code 0 # hg clone http://hg.openjdk.java.net/build-infra/jdk7/hotspot hotspot requesting all changes adding changesets adding manifests adding file changes added 2567 changesets with 20861 changes to 4103 files updating to branch default 3814 files updated, 0 files merged, 0 files removed, 0 files unresolved # exit code 0 # hg clone http://hg.openjdk.java.net/build-infra/jdk7/jdk jdk requesting all changes abort: error: # exit code 255 # Repos: . ./corba ./hotspot ./jaxp ./jaxws ./langtools Starting on . Starting on ./corba Starting on ./hotspot Starting on ./jaxp Starting on ./jaxws Starting on ./langtools # cd . && hg pull -u pulling from http://hg.openjdk.java.net/build-infra/jdk7 searching for changes no changes found # exit code 0 # cd ./corba && hg pull -u pulling from http://hg.openjdk.java.net/build-infra/jdk7/corba searching for changes no changes found # exit code 0 # cd ./hotspot && hg pull -u pulling from http://hg.openjdk.java.net/build-infra/jdk7/hotspot searching for changes no changes found # exit code 0 # cd ./jaxp && hg pull -u pulling from http://hg.openjdk.java.net/build-infra/jdk7/jaxp searching for changes no changes found # exit code 0 # cd ./langtools && hg pull -u pulling from http://hg.openjdk.java.net/build-infra/jdk7/langtools searching for changes no changes found # exit code 0 # cd ./jaxws && hg pull -u pulling from http://hg.openjdk.java.net/build-infra/jdk7/jaxws searching for changes no changes found # exit code 0 C770817@C036357 /cygdrive/e/asf/OpenJDK/build-infra/jdk7