commercialhaskell / stackage

Stable Haskell package sets: vetted consistent packages from Hackage
https://www.stackage.org/
MIT License
529 stars 807 forks source link

Test suite failure for package fourmolu-0.7.0.0 #6596

Closed mihaimaruseac closed 2 years ago

mihaimaruseac commented 2 years ago
    fixity-tests:  exited with: ExitFailure 1                                                                                                                                
    region-tests:  exited with: ExitFailure 1                                                                                                                                
    tests:  exited with: ExitFailure 1 
...
    fixity-tests
      File #0 works with no extra info [✘]
      File #0 works with manual fixity info [✘]
      File #0 works with fixity info from config [✘]
      File #1 works with no extra info [✘]
      File #1 works with manual fixity info [✘]
      File #1 works with fixity info from config [✘]
...
    region-tests
    Command failed: "/var/stackage/work/unpack-dir/.stack-work/install/x86_64-linux/ffcad47d10ee1ec797aeeb9118a38a3dc09a9ee50ab5d8a34ac29c58362cf277/9.2.2/bin/fourmolu" "reg
ion-tests/src.hs" "--check-idempotence"
    ========== stdout ==========

    ========== stderr ==========
    Found .cabal file fourmolu.cabal, but it did not mention region-tests/src.hs
    fourmolu: region-tests/src.hs: withBinaryFile: does not exist (No such file or directory)
...
    tests: Could not load config file: ConfigNotFound ["/var/stackage/work/unpack-dir/unpacked/fourmolu-0.7.0.0-e7e04e2e302a9f0f689761e2bc40bdf16c19f8709d3430729b9d18a5821ca
952/fourmolu.yaml","/var/stackage/work/unpack-dir/unpacked/fourmolu-0.7.0.0-e7e04e2e302a9f0f689761e2bc40bdf16c19f8709d3430729b9d18a5821ca952/","/var/stackage/work/unpack-dir
/unpacked/","/var/stackage/work/unpack-dir/","/var/stackage/work/","/var/stackage/","/var/","/","/var/stackage/.config"]
    CallStack (from HasCallStack):
      error, called at tests/Ormolu/PrinterSpec.hs:32:19 in main:Ormolu.PrinterSpec

CC @brandonchinn178

brandonchinn178 commented 2 years ago

Thanks! I'll release a patch version today

brandonchinn178 commented 2 years ago

https://github.com/commercialhaskell/stackage/pull/6599

mihaimaruseac commented 2 years ago

Thank you