Hello,

The tn23 builder has failed recently with complaints from git. The
latest build is presently

http://darcs.haskell.org/ghcBuilder/builders/tn23/401.html

that ends

tn23, build 401, step 1: git clone
Program: "git"
Args: ["clone","http://darcs.haskell.org/ghc.git/","build";]
Subdir: "."
Start time: 2011-07-31 23:00:41 UTC
End time: 2011-07-31 23:05:14 UTC

Cloning into build...
error: File 5c7f6c7f0ae40bc992c8a289f8a09d2002a5666c has bad hash
error: Unable to find 5c7f6c7f0ae40bc992c8a289f8a09d2002a5666c under 
http://darcs.haskell.org/ghc.git
Cannot obtain needed blob 5c7f6c7f0ae40bc992c8a289f8a09d2002a5666c
while processing commit c8c2f6bb7d79a2a6aeaa3233363fdf0bbbfad205.
error: Fetch failed.

Result: ExitFailure 128

Sometimes, the initial git clone succeeds, but then git cloning one of
the subrepos fails.

Experimenting a bit with this results in:

$ git clone http://darcs.haskell.org/ghc.git/ build
Cloning into build...
$ git clone http://darcs.haskell.org/ghc.git/ build2
Cloning into build2...
error: File 9e53f4932016a756a5c686c691d15cea071425f6 has bad hash
fatal: pack signature mismatch
error: Unable to find 9e53f4932016a756a5c686c691d15cea071425f6 under 
http://darcs.haskell.org/ghc.git
Cannot obtain needed blob 9e53f4932016a756a5c686c691d15cea071425f6
while processing commit c8c2f6bb7d79a2a6aeaa3233363fdf0bbbfad205.
error: Fetch failed.
$ git clone http://darcs.haskell.org/ghc.git/ build3
Cloning into build3...
$ git clone http://darcs.haskell.org/ghc.git/ build4
Cloning into build4...
error: File 03c844891dc45f1271ee467e10ed92a8370e580b has bad hash
error: Unable to find 03c844891dc45f1271ee467e10ed92a8370e580b under 
http://darcs.haskell.org/ghc.git
Cannot obtain needed tree 03c844891dc45f1271ee467e10ed92a8370e580b
while processing commit 025477ef644353f9168a16d0cb9431bcca36be4d.
error: Fetch failed.
$ git clone http://darcs.haskell.org/ghc.git/ build5
Cloning into build5...
error: File 2663895443c8f081ccfddb7a1b939696cf7610bf has bad hash
error: Unable to find 2663895443c8f081ccfddb7a1b939696cf7610bf under 
http://darcs.haskell.org/ghc.git
Cannot obtain needed blob 2663895443c8f081ccfddb7a1b939696cf7610bf
while processing commit c8c2f6bb7d79a2a6aeaa3233363fdf0bbbfad205.
error: Fetch failed.
$ git clone http://darcs.haskell.org/ghc.git/ build6
Cloning into build6...
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: inflate: data stream error (incorrect header check)
error: File 552878e7bba4220cf330f1c4b1b0424cf8477ce6 has bad hash
error: Unable to find 552878e7bba4220cf330f1c4b1b0424cf8477ce6 under 
http://darcs.haskell.org/ghc.git
Cannot obtain needed blob 552878e7bba4220cf330f1c4b1b0424cf8477ce6
while processing commit dcbfbb1232cf4a96802f6d6aa0735c336ef0674a.
error: Fetch failed.
$ git clone http://darcs.haskell.org/ghc.git/ build7
Cloning into build7...
$

I don't have any git experience worth mentioning.

Any help on how to proceed in this matter would be greatly appreciated.

Best regards
Thorkil

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to