CircleCI currently failing - possibly due to lack of disk space?

The bridge which sends diffs to circleci is currently failing with the following error: {"args":["clone","ssh://git@phabricator-origin.haskell.org:2222/diffusion/GHCDIFF/GHC-Differentials.git","/tmp/ghc-diffs-1008dbb33e68821b"],"prog":"git","code":128,"err":"Clonage dans '/tmp/ghc-diffs-1008dbb33e68821b'...\nfatal: Impossible d'accéder au répertoire de travail courant: No such file or directory\nfatal: échec de index-pack\n","type":"Non-zero exit code","out":""} https://phabricator.haskell.org/harbormaster/build/62371/2/ https://github.com/alpmestan/phab-circleci-bridge/blob/master/src/Main.hs#L2... The repo is 150mb big so it is possible that the machine running the bridge has run out of disk space as it clones this repo repeatedly. Could someone look into this? Cheers, Matt

I'm looking into this. On 31/10/2018 14:40, Matthew Pickering wrote:
The bridge which sends diffs to circleci is currently failing with the following error:
{"args":["clone","ssh://git@phabricator-origin.haskell.org:2222/diffusion/GHCDIFF/GHC-Differentials.git","/tmp/ghc-diffs-1008dbb33e68821b"],"prog":"git","code":128,"err":"Clonage dans '/tmp/ghc-diffs-1008dbb33e68821b'...\nfatal: Impossible d'accéder au répertoire de travail courant: No such file or directory\nfatal: échec de index-pack\n","type":"Non-zero exit code","out":""}
https://phabricator.haskell.org/harbormaster/build/62371/2/
https://github.com/alpmestan/phab-circleci-bridge/blob/master/src/Main.hs#L2...
The repo is 150mb big so it is possible that the machine running the bridge has run out of disk space as it clones this repo repeatedly. Could someone look into this?
Cheers,
Matt _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
-- Alp Mestanogullari, Haskell Consultant Well-Typed LLP, https://www.well-typed.com/ Registered in England and Wales, OC335890 118 Wymering Mansions, Wymering Road, London, W9 2NF, England
participants (2)
-
Alp Mestanogullari
-
Matthew Pickering