dhall-haskell icon indicating copy to clipboard operation
dhall-haskell copied to clipboard

`removeDirectoryRecursive:removeContentsRecursive:removePathRecursive:…` failures in CI on Windows

Open sjakobi opened this issue 3 years ago • 2 comments

I've seen these failures several times now:

  • https://github.com/dhall-lang/dhall-haskell/runs/4239110516?check_suite_focus=true#step:5:2444

    C:\Users\runneradmin\AppData\Local\Temp\stack-eadfc3912a464ffd\pretty-simple-4.0.0.0\.stack-work\dist\274b403a\setup: removeDirectoryRecursive:removeContentsRecursive:removePathRecursive:removeContentsRecursive:removePathRecursive:removeContentsRecursive:removePathRecursive:removeContentsRecursive:removePathRecursive:removeContentsRecursive:RemoveDirectory "\\\\?\\C:\\Users\\runneradmin\\AppData\\Local\\Temp\\stack-eadfc3912a464ffd\\pretty-simple-4.0.0.0\\.stack-work\\dist\\274b403a\\setup": unsatisfied constraints (The directory is not empty.)
    
  • https://github.com/dhall-lang/dhall-haskell/pull/2332#issuecomment-968283392

sjakobi avatar Nov 17 '21 17:11 sjakobi

I've reported the issue in https://github.com/haskell/directory/issues/129.

sjakobi avatar Nov 17 '21 17:11 sjakobi

Another instance in https://github.com/dhall-lang/dhall-haskell/runs/4670096154?check_suite_focus=true.

sjakobi avatar Dec 30 '21 22:12 sjakobi