-
Notifications
You must be signed in to change notification settings - Fork 247
doctest-parallel
error
#1829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm looking at Is it typical for Hackage packages to include
trying to replace it with |
|
Should be tried again after the |
Thanks, I have updated the I see the revision you have made https://hackage.haskell.org/package/Cabal-3.8.1.0/revisions/ is in I wonder if |
@andreasabel , I have reproduced the error in a new project: https://github.com/peterbecich/doctest-parallel-issue/blob/bf25c95fdfc6ebc4807c185c41cc3afc369ee4ef/hello.cabal#L49-L77 This is a template After updating Cabal, the error is still there:
I am using the latest |
Ok, thanks for letting me know. (Unfortunately, I am not familiar with |
Squashed commit of the following: commit fae5c89 Author: Peter Becich <peterbecich@gmail.com> Date: Sun Mar 12 21:43:23 2023 -0700 `nix develop` and `nix build` work commit 9c3d54e Author: Peter Becich <peterbecich@gmail.com> Date: Sun Mar 5 13:24:29 2023 -0800 use https://github.com/srid/haskell-flake commit a56bcee Author: Peter Becich <peterbecich@gmail.com> Date: Fri Mar 3 22:21:27 2023 -0800 update sources commit b013302 Author: Peter Becich <peterbecich@gmail.com> Date: Tue Feb 28 18:06:28 2023 -0800 update Cabal in both NixPkgs and hackage.nix commit aaff29c Author: Peter Becich <peterbecich@gmail.com> Date: Mon Feb 27 18:55:48 2023 -0800 attempt to fix `doctest-parallel` by updating Cabal input-output-hk/haskell.nix#1829 commit ccc9ced Author: Peter Becich <peterbecich@gmail.com> Date: Sun Feb 26 23:16:28 2023 -0800 investigate `gd` build error in `nix develop` shell input-output-hk/haskell.nix#1865 commit efd9de5 Author: Peter Becich <peterbecich@gmail.com> Date: Sun Feb 26 01:49:08 2023 -0800 more dependencies commit fb94055 Author: Peter Becich <peterbecich@gmail.com> Date: Sun Feb 26 01:19:33 2023 -0800 work on `develop` shell commit 495a54e Author: Peter Becich <peterbecich@gmail.com> Date: Sat Feb 4 16:28:05 2023 -0800 replace `shell.nix` with `haskell.nix` Flake commit e0e8f41 Author: Peter Becich <peterbecich@gmail.com> Date: Sun Feb 5 17:56:04 2023 -0800 ignore `incomplete-uni-patterns` warning commit e4747e9 Author: Peter Becich <peterbecich@gmail.com> Date: Sat Feb 4 15:31:06 2023 -0800 fix `incomplete-uni-patterns` warning, ignore some others the `flake.nix` build fails on these warnings: haskell#1154
* `flake.nix` Squashed commit of the following: commit fae5c89 Author: Peter Becich <peterbecich@gmail.com> Date: Sun Mar 12 21:43:23 2023 -0700 `nix develop` and `nix build` work commit 9c3d54e Author: Peter Becich <peterbecich@gmail.com> Date: Sun Mar 5 13:24:29 2023 -0800 use https://github.com/srid/haskell-flake commit a56bcee Author: Peter Becich <peterbecich@gmail.com> Date: Fri Mar 3 22:21:27 2023 -0800 update sources commit b013302 Author: Peter Becich <peterbecich@gmail.com> Date: Tue Feb 28 18:06:28 2023 -0800 update Cabal in both NixPkgs and hackage.nix commit aaff29c Author: Peter Becich <peterbecich@gmail.com> Date: Mon Feb 27 18:55:48 2023 -0800 attempt to fix `doctest-parallel` by updating Cabal input-output-hk/haskell.nix#1829 commit ccc9ced Author: Peter Becich <peterbecich@gmail.com> Date: Sun Feb 26 23:16:28 2023 -0800 investigate `gd` build error in `nix develop` shell input-output-hk/haskell.nix#1865 commit efd9de5 Author: Peter Becich <peterbecich@gmail.com> Date: Sun Feb 26 01:49:08 2023 -0800 more dependencies commit fb94055 Author: Peter Becich <peterbecich@gmail.com> Date: Sun Feb 26 01:19:33 2023 -0800 work on `develop` shell commit 495a54e Author: Peter Becich <peterbecich@gmail.com> Date: Sat Feb 4 16:28:05 2023 -0800 replace `shell.nix` with `haskell.nix` Flake commit e0e8f41 Author: Peter Becich <peterbecich@gmail.com> Date: Sun Feb 5 17:56:04 2023 -0800 ignore `incomplete-uni-patterns` warning commit e4747e9 Author: Peter Becich <peterbecich@gmail.com> Date: Sat Feb 4 15:31:06 2023 -0800 fix `incomplete-uni-patterns` warning, ignore some others the `flake.nix` build fails on these warnings: #1154 * Mac support in `flake.nix` * disable `nix flake check` in CI
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Describe the bug
Reproduction here: https://github.com/peterbecich/doctest-parallel-issue
nix flake check
produces this error, after some significant building time:The test suite uses
doctest-parallel
(https://hackage.haskell.org/package/doctest-parallel)The error appears to be different than other
DocTests
issues: https://github.com/input-output-hk/haskell.nix/issues?q=is%3Aissue+DocTestsx86_64-linux
Steps To Reproduce
This is a
haskell.nix
Flake to buildhackage-server
: https://github.com/haskell/hackage-server/pull/1154/files#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0DocTests
specified here:https://github.com/haskell/hackage-server/blob/2e9cfb706e4f1fed0d9359b03e3487d1e8a0bcd1/hackage-server.cabal#L643-L651
PR: haskell/hackage-server#1154
To reproduce the issue, please
check out
git@github.com:peterbecich/hackage-server.git
branch
nix-flake
nix flake check
Expected behavior
nix flake check
succeedsAdditional context
hackage-server
currently has ashell.nix
: https://github.com/haskell/hackage-server/blob/master/shell.nixcabal test DocTests
succeeds in that shell.Thank you
The text was updated successfully, but these errors were encountered: