build checks.x86_64-linux.mutation-really-safe-money

  1. 188.37 s [really-safe-money-gen] [14 of 14] Compiling Paths_really_safe_money_gen ( dist/build/really-safe-money-test/autogen/Paths_really_safe_money_gen.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Paths_really_safe_money_gen.o )
  2. 188.64 s [really-safe-money-gen] [15 of 15] Linking dist/build/really-safe-money-test/really-safe-money-test
  3. 190.61 s [really-safe-money-gen] Phase: checkPhase
  4. 190.62 s [really-safe-money-gen] mutation-nix: running mutations from /nix/store/85ajdzsbfaqw9aix2vgqsynn5k9x674s-really-safe-money-0.0.0.0-manifest
  5. 190.66 s [really-safe-money-gen] Testing mutation IntLit at src/Money/Account.hs:421:32-33:
  6. 190.66 s [really-safe-money-gen] @@ -418,7 +418,7 @@
  7. 190.66 s [really-safe-money-gen] multiply :: Int32 -> Account -> Maybe Account
  8. 190.66 s [really-safe-money-gen] multiply factor account =
  9. 190.66 s [really-safe-money-gen] let af = (fromIntegral :: Int32 -> Word32) ((Prelude.abs :: Int32 -> Int32) factor)
  10. 190.66 s [really-safe-money-gen] - f = case (compare factor 0, compare account zero) of
  11. 190.66 s [really-safe-money-gen] + f = case (compare factor 1, compare account zero) of
  12. 190.66 s [really-safe-money-gen] (EQ, _) -> const zero
  13. 190.66 s [really-safe-money-gen] (_, EQ) -> const zero
  14. 190.66 s [really-safe-money-gen] (GT, GT) -> Positive
  15. 190.66 s [really-safe-money-gen]
  16. 487.00 s [really-safe-money-gen] Testing mutation ConstBool at src/Money/Account.hs:451:14-23:
  17. 487.00 s [really-safe-money-gen] @@ -448,7 +448,7 @@
  18. 487.02 s [really-safe-money-gen] DistributedIntoZeroChunks -> DistributedIntoZeroChunks
  19. 487.02 s [really-safe-money-gen] DistributedZero -> DistributedZero
  20. 487.02 s [really-safe-money-gen] DistributedIntoEqualChunks numberOfChunks chunk ->
  21. 487.02 s [really-safe-money-gen] - if a >= zero
  22. 487.02 s [really-safe-money-gen] + if False
  23. 487.02 s [really-safe-money-gen] then DistributedIntoEqualChunks numberOfChunks (Positive chunk)
  24. 487.02 s [really-safe-money-gen] else DistributedIntoEqualChunks numberOfChunks (Negative chunk)
  25. 487.02 s [really-safe-money-gen] DistributedIntoUnequalChunks numberOfLargerChunks largerChunk numberOfSmallerChunks smallerChunk ->