build checks.x86_64-linux.mutation-sydtest-mutation-example
9.13 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
9.13 s
[sydtest-mutation-example] it "classifies positive numbers" $
9.13 s
[sydtest-mutation-example] - classify 1 `shouldBe` "positive"
9.13 s
[sydtest-mutation-example] + classify -1 `shouldBe` "positive"
9.13 s
[sydtest-mutation-example] added 5 mutations
9.20 s
[sydtest-mutation-example] [4 of 6] Compiling Paths_sydtest_mutation_example ( dist/build/sydtest-mutation-example-test/autogen/Paths_sydtest_mutation_example.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Paths_sydtest_mutation_example.o )
9.27 s
[sydtest-mutation-example] [5 of 6] Compiling Spec ( test/Spec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Spec.o )
9.27 s
[sydtest-mutation-example] mutation: instrumenting Spec
9.27 s
[sydtest-mutation-example] added 0 mutations
9.31 s
[sydtest-mutation-example] [6 of 6] Compiling Main ( test/Main.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Main.o )
9.31 s
[sydtest-mutation-example] mutation: instrumenting Main
9.31 s
[sydtest-mutation-example] added 0 mutations
9.64 s
[sydtest-mutation-example] [1 of 7] Compiling Example.BoolLibSpec ( test/Example/BoolLibSpec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Example/BoolLibSpec.o ) [Impure plugin forced recompilation]
9.70 s
[sydtest-mutation-example] mutation: instrumenting Example.BoolLibSpec
9.70 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:10:32-36
9.70 s
[sydtest-mutation-example] @@ -7,7 +7,7 @@
9.70 s
[sydtest-mutation-example] spec = do
9.70 s
[sydtest-mutation-example] describe "wrapTrue" $
9.70 s
[sydtest-mutation-example] it "is Just True" $
9.70 s
[sydtest-mutation-example] - wrapTrue `shouldBe` Just True
9.70 s
[sydtest-mutation-example] + wrapTrue `shouldBe` Just False
9.70 s
[sydtest-mutation-example]
9.70 s
[sydtest-mutation-example] describe "wrapFalse" $
9.70 s
[sydtest-mutation-example] it "is Just False" $
9.70 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:14:33-38
9.70 s
[sydtest-mutation-example] @@ -11,7 +11,7 @@
9.70 s
[sydtest-mutation-example]
9.70 s
[sydtest-mutation-example] describe "wrapFalse" $
9.70 s
[sydtest-mutation-example] it "is Just False" $
9.70 s
[sydtest-mutation-example] - wrapFalse `shouldBe` Just False
9.70 s
[sydtest-mutation-example] + wrapFalse `shouldBe` Just True
9.70 s
[sydtest-mutation-example]
9.70 s
[sydtest-mutation-example] describe "negateWrapped" $ do
9.70 s
[sydtest-mutation-example] it "negates Just True to Just False" $
9.70 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:27-31
9.70 s
[sydtest-mutation-example] @@ -15,7 +15,7 @@
9.70 s
[sydtest-mutation-example]
9.70 s
[sydtest-mutation-example] describe "negateWrapped" $ do
9.70 s
[sydtest-mutation-example] it "negates Just True to Just False" $
9.70 s
[sydtest-mutation-example] - negateWrapped (Just True) `shouldBe` Just False
9.70 s
[sydtest-mutation-example] + negateWrapped (Just False) `shouldBe` Just False
9.70 s
[sydtest-mutation-example] it "negates Just False to Just True" $
9.70 s
[sydtest-mutation-example] negateWrapped (Just False) `shouldBe` Just True
9.70 s
[sydtest-mutation-example] it "leaves Nothing as Nothing" $
9.70 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:49-54
9.70 s
[sydtest-mutation-example] @@ -15,7 +15,7 @@
9.70 s
[sydtest-mutation-example]
9.70 s
[sydtest-mutation-example] describe "negateWrapped" $ do
9.70 s
[sydtest-mutation-example] it "negates Just True to Just False" $
9.70 s
[sydtest-mutation-example] - negateWrapped (Just True) `shouldBe` Just False
9.70 s
[sydtest-mutation-example] + negateWrapped (Just True) `shouldBe` Just True
9.70 s
[sydtest-mutation-example] it "negates Just False to Just True" $
9.70 s
[sydtest-mutation-example] negateWrapped (Just False) `shouldBe` Just True
9.70 s
[sydtest-mutation-example] it "leaves Nothing as Nothing" $
9.70 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:20:27-32
9.70 s
[sydtest-mutation-example] @@ -17,6 +17,6 @@
9.70 s
[sydtest-mutation-example] it "negates Just True to Just False" $
9.70 s
[sydtest-mutation-example] negateWrapped (Just True) `shouldBe` Just False
9.70 s
[sydtest-mutation-example] it "negates Just False to Just True" $
9.70 s
[sydtest-mutation-example] - negateWrapped (Just False) `shouldBe` Just True
9.70 s
[sydtest-mutation-example] + negateWrapped (Just True) `shouldBe` Just True
9.70 s
[sydtest-mutation-example] it "leaves Nothing as Nothing" $
9.70 s
[sydtest-mutation-example] negateWrapped Nothing `shouldBe` Nothing
9.70 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:20:50-54
9.70 s
[sydtest-mutation-example] @@ -17,6 +17,6 @@
9.70 s
[sydtest-mutation-example] it "negates Just True to Just False" $
9.70 s
[sydtest-mutation-example] negateWrapped (Just True) `shouldBe` Just False
9.70 s
[sydtest-mutation-example] it "negates Just False to Just True" $
9.70 s
[sydtest-mutation-example] - negateWrapped (Just False) `shouldBe` Just True
9.70 s
[sydtest-mutation-example] + negateWrapped (Just False) `shouldBe` Just False
9.70 s
[sydtest-mutation-example] it "leaves Nothing as Nothing" $
9.70 s
[sydtest-mutation-example] negateWrapped Nothing `shouldBe` Nothing
9.70 s
[sydtest-mutation-example] added 6 mutations
10.21 s
[sydtest-mutation-example] [2 of 7] Compiling Example.LibSpec ( test/Example/LibSpec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Example/LibSpec.o ) [Impure plugin forced recompilation]
10.21 s
[sydtest-mutation-example] mutation: instrumenting Example.LibSpec
10.21 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:14-15
10.21 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
10.21 s
[sydtest-mutation-example] spec = do
10.21 s
[sydtest-mutation-example] describe "addOne" $ do
10.21 s
[sydtest-mutation-example] it "returns 2 for input 1" $
10.21 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
10.21 s
[sydtest-mutation-example] + addOne 0 `shouldBe` 2
10.21 s
[sydtest-mutation-example] it "returns 6 for input 5" $
10.21 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
10.21 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:14-15
10.21 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
10.21 s
[sydtest-mutation-example] spec = do
10.21 s
[sydtest-mutation-example] describe "addOne" $ do
10.21 s
[sydtest-mutation-example] it "returns 2 for input 1" $
10.21 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
10.21 s
[sydtest-mutation-example] + addOne -1 `shouldBe` 2
10.21 s
[sydtest-mutation-example] it "returns 6 for input 5" $
10.21 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
10.21 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:27-28
10.21 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
10.21 s
[sydtest-mutation-example] spec = do
10.21 s
[sydtest-mutation-example] describe "addOne" $ do
10.21 s
[sydtest-mutation-example] it "returns 2 for input 1" $
10.21 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
10.21 s
[sydtest-mutation-example] + addOne 1 `shouldBe` 0
10.21 s
[sydtest-mutation-example] it "returns 6 for input 5" $
10.21 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
10.21 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:27-28
10.21 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
10.21 s
[sydtest-mutation-example] spec = do
10.21 s
[sydtest-mutation-example] describe "addOne" $ do
10.21 s
[sydtest-mutation-example] it "returns 2 for input 1" $
10.21 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
10.21 s
[sydtest-mutation-example] + addOne 1 `shouldBe` 1
10.21 s
[sydtest-mutation-example] it "returns 6 for input 5" $
10.21 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
10.21 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:27-28
10.21 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
10.21 s
[sydtest-mutation-example] spec = do
10.21 s
[sydtest-mutation-example] describe "addOne" $ do
10.21 s
[sydtest-mutation-example] it "returns 2 for input 1" $
10.21 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
10.21 s
[sydtest-mutation-example] + addOne 1 `shouldBe` -2
10.21 s
[sydtest-mutation-example] it "returns 6 for input 5" $
10.21 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
10.21 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:14-15
10.21 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
10.21 s
[sydtest-mutation-example] it "returns 2 for input 1" $
10.21 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
10.21 s
[sydtest-mutation-example] it "returns 6 for input 5" $
10.21 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
10.21 s
[sydtest-mutation-example] + addOne 0 `shouldBe` 6
10.21 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:14-15
10.21 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
10.21 s
[sydtest-mutation-example] it "returns 2 for input 1" $
10.21 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
10.21 s
[sydtest-mutation-example] it "returns 6 for input 5" $
10.21 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
10.21 s
[sydtest-mutation-example] + addOne 1 `shouldBe` 6
10.21 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:14-15
10.21 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
10.21 s
[sydtest-mutation-example] it "returns 2 for input 1" $
10.21 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
10.21 s
[sydtest-mutation-example] it "returns 6 for input 5" $
10.21 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
10.21 s
[sydtest-mutation-example] + addOne -5 `shouldBe` 6
10.21 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:27-28
10.21 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
10.21 s
[sydtest-mutation-example] it "returns 2 for input 1" $
10.21 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
10.21 s
[sydtest-mutation-example] it "returns 6 for input 5" $
10.21 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
10.21 s
[sydtest-mutation-example] + addOne 5 `shouldBe` 0
10.21 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:27-28
10.21 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
10.21 s
[sydtest-mutation-example] it "returns 2 for input 1" $
10.21 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
10.21 s
[sydtest-mutation-example] it "returns 6 for input 5" $
10.21 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
10.21 s
[sydtest-mutation-example] + addOne 5 `shouldBe` 1
10.21 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:27-28
10.21 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
10.21 s
[sydtest-mutation-example] it "returns 2 for input 1" $
10.21 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
10.21 s
[sydtest-mutation-example] it "returns 6 for input 5" $
10.21 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
10.21 s
[sydtest-mutation-example] + addOne 5 `shouldBe` -6
10.21 s
[sydtest-mutation-example] added 11 mutations
10.26 s
[sydtest-mutation-example] [3 of 7] Compiling Example.OtherwiseLibSpec ( test/Example/OtherwiseLibSpec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Example/OtherwiseLibSpec.o ) [Impure plugin forced recompilation]
10.27 s
[sydtest-mutation-example] mutation: instrumenting Example.OtherwiseLibSpec
10.27 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:10:18-19
10.27 s
[sydtest-mutation-example] @@ -7,7 +7,7 @@
10.27 s
[sydtest-mutation-example] spec =
10.27 s
[sydtest-mutation-example] describe "classify" $ do
10.27 s
[sydtest-mutation-example] it "classifies negative numbers" $
10.27 s
[sydtest-mutation-example] - classify (-1) `shouldBe` "negative"
10.27 s
[sydtest-mutation-example] + classify (-0) `shouldBe` "negative"
10.27 s
[sydtest-mutation-example] it "classifies zero" $
10.27 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
10.27 s
[sydtest-mutation-example] it "classifies positive numbers" $
10.27 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:10:18-19
10.27 s
[sydtest-mutation-example] @@ -7,7 +7,7 @@
10.27 s
[sydtest-mutation-example] spec =
10.27 s
[sydtest-mutation-example] describe "classify" $ do
10.27 s
[sydtest-mutation-example] it "classifies negative numbers" $
10.27 s
[sydtest-mutation-example] - classify (-1) `shouldBe` "negative"
10.27 s
[sydtest-mutation-example] + classify (--1) `shouldBe` "negative"
10.27 s
[sydtest-mutation-example] it "classifies zero" $
10.27 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
10.27 s
[sydtest-mutation-example] it "classifies positive numbers" $
10.27 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:12:16-17
10.27 s
[sydtest-mutation-example] @@ -9,6 +9,6 @@
10.27 s
[sydtest-mutation-example] it "classifies negative numbers" $
10.27 s
[sydtest-mutation-example] classify (-1) `shouldBe` "negative"
10.27 s
[sydtest-mutation-example] it "classifies zero" $
10.27 s
[sydtest-mutation-example] - classify 0 `shouldBe` "zero"
10.27 s
[sydtest-mutation-example] + classify 1 `shouldBe` "zero"
10.27 s
[sydtest-mutation-example] it "classifies positive numbers" $
10.27 s
[sydtest-mutation-example] classify 1 `shouldBe` "positive"
10.27 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:14:16-17
10.27 s
[sydtest-mutation-example] @@ -11,4 +11,4 @@
10.27 s
[sydtest-mutation-example] it "classifies zero" $
10.27 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
10.27 s
[sydtest-mutation-example] it "classifies positive numbers" $
10.27 s
[sydtest-mutation-example] - classify 1 `shouldBe` "positive"
10.27 s
[sydtest-mutation-example] + classify 0 `shouldBe` "positive"
10.27 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:14:16-17
10.27 s
[sydtest-mutation-example] @@ -11,4 +11,4 @@
10.27 s
[sydtest-mutation-example] it "classifies zero" $
10.27 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
10.27 s
[sydtest-mutation-example] it "classifies positive numbers" $
10.27 s
[sydtest-mutation-example] - classify 1 `shouldBe` "positive"
10.27 s
[sydtest-mutation-example] + classify -1 `shouldBe` "positive"
10.27 s
[sydtest-mutation-example] added 5 mutations
10.32 s
[sydtest-mutation-example] [4 of 7] Compiling Paths_sydtest_mutation_example ( dist/build/sydtest-mutation-example-test/autogen/Paths_sydtest_mutation_example.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Paths_sydtest_mutation_example.o ) [Impure plugin forced recompilation]
10.40 s
[sydtest-mutation-example] [5 of 7] Compiling Spec ( test/Spec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Spec.o ) [Impure plugin forced recompilation]
10.40 s
[sydtest-mutation-example] mutation: instrumenting Spec
10.40 s
[sydtest-mutation-example] added 0 mutations
10.40 s
[sydtest-mutation-example] [6 of 7] Compiling Main ( test/Main.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Main.o ) [Impure plugin forced recompilation]
10.40 s
[sydtest-mutation-example] mutation: instrumenting Main
10.40 s
[sydtest-mutation-example] added 0 mutations
10.43 s
[sydtest-mutation-example] [7 of 7] Linking dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test
11.82 s
[sydtest-mutation-example] mutation-nix: manifest output at /nix/store/vdm1wfxsjg3kjsdazqjj59bxhinhi8kw-sydtest-mutation-example-0.0.0.0-manifest:
11.82 s
[sydtest-mutation-example] total 80
11.82 s
[sydtest-mutation-example] drwxr-xr-x 2 nixbld nixbld 4096 May 13 16:03 .
11.82 s
[sydtest-mutation-example] drwxrwxr-t 314 nobody nixbld 32768 May 13 16:03 ..
11.82 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 1018 May 13 16:03 Example.BoolLib.json
11.82 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 3642 May 13 16:03 Example.BoolLibSpec.json
11.82 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 4044 May 13 16:03 Example.FunctionExceptionLib.json
11.82 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 930 May 13 16:03 Example.Lib.json
11.82 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 5097 May 13 16:03 Example.LibSpec.json
11.82 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 2896 May 13 16:03 Example.OtherwiseLib.json
11.82 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 2797 May 13 16:03 Example.OtherwiseLibSpec.json
11.82 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 982 May 13 16:03 Example.UntestedLib.json
11.82 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 2 May 13 16:03 Main.json
11.82 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 2 May 13 16:03 Spec.json
11.83 s
[sydtest-mutation-example] Phase: checkPhase
12.14 s
[sydtest-mutation-example] Running 1 test suites...
12.14 s
[sydtest-mutation-example] Test suite sydtest-mutation-example-test: RUNNING...
12.16 s
[sydtest-mutation-example] Tests:
12.16 s
[sydtest-mutation-example]
12.16 s
[sydtest-mutation-example] Example.LibSpec
12.16 s
[sydtest-mutation-example] addOne
12.16 s
[sydtest-mutation-example] ✓ returns 6 for input 5 0.35 ms
12.16 s
[sydtest-mutation-example] ✓ returns 2 for input 1 0.36 ms
12.16 s
[sydtest-mutation-example] Example.BoolLibSpec
12.16 s
[sydtest-mutation-example] wrapTrue
12.16 s
[sydtest-mutation-example] ✓ is Just True 0.30 ms
12.16 s
[sydtest-mutation-example] wrapFalse
12.16 s
[sydtest-mutation-example] ✓ is Just False 0.32 ms
12.16 s
[sydtest-mutation-example] negateWrapped
12.16 s
[sydtest-mutation-example] ✓ negates Just True to Just False 0.36 ms
12.16 s
[sydtest-mutation-example] ✓ leaves Nothing as Nothing 0.01 ms
12.16 s
[sydtest-mutation-example] ✓ negates Just False to Just True 0.27 ms
12.16 s
[sydtest-mutation-example] Example.OtherwiseLibSpec
12.16 s
[sydtest-mutation-example] classify
12.16 s
[sydtest-mutation-example] ✓ classifies negative numbers 0.20 ms
12.16 s
[sydtest-mutation-example] ✓ classifies zero 0.15 ms
12.16 s
[sydtest-mutation-example] ✓ classifies positive numbers 0.28 ms
12.16 s
[sydtest-mutation-example]
12.16 s
[sydtest-mutation-example] Passed: 10
12.16 s
[sydtest-mutation-example] Failed: 0
12.16 s
[sydtest-mutation-example] Sum of test runtimes: 0.00 seconds
12.16 s
[sydtest-mutation-example] Test suite took: 0.00 seconds
12.16 s
[sydtest-mutation-example]
12.16 s
[sydtest-mutation-example] Test suite sydtest-mutation-example-test: PASS
12.16 s
[sydtest-mutation-example] Test suite logged to:
12.16 s
[sydtest-mutation-example] dist/test/sydtest-mutation-example-0.0.0.0-sydtest-mutation-example-test.log
12.16 s
[sydtest-mutation-example] 1 of 1 test suites (1 of 1 test cases) passed.
12.17 s
[sydtest-mutation-example] Phase: haddockPhase
12.18 s
[sydtest-mutation-example] Phase: installPhase
12.27 s
[sydtest-mutation-example] Installing library in /nix/store/i9016nhwmix1d8365vcdcsiz8jdhxjgs-sydtest-mutation-example-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
12.46 s
[sydtest-mutation-example] Phase: fixupPhase
12.48 s
[sydtest-mutation-example] shrinking RPATHs of ELF executables and libraries in /nix/store/i9016nhwmix1d8365vcdcsiz8jdhxjgs-sydtest-mutation-example-0.0.0.0
12.48 s
[sydtest-mutation-example] shrinking /nix/store/i9016nhwmix1d8365vcdcsiz8jdhxjgs-sydtest-mutation-example-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHSsydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA-ghc9.10.3.so
12.50 s
[sydtest-mutation-example] checking for references to /build/ in /nix/store/i9016nhwmix1d8365vcdcsiz8jdhxjgs-sydtest-mutation-example-0.0.0.0...
12.52 s
[sydtest-mutation-example] patching script interpreter paths in /nix/store/i9016nhwmix1d8365vcdcsiz8jdhxjgs-sydtest-mutation-example-0.0.0.0
12.53 s
[sydtest-mutation-example] stripping (with command strip and flags -S -p) in /nix/store/i9016nhwmix1d8365vcdcsiz8jdhxjgs-sydtest-mutation-example-0.0.0.0/lib
12.57 s
[sydtest-mutation-example] shrinking RPATHs of ELF executables and libraries in /nix/store/vdm1wfxsjg3kjsdazqjj59bxhinhi8kw-sydtest-mutation-example-0.0.0.0-manifest
12.57 s
[sydtest-mutation-example] checking for references to /build/ in /nix/store/vdm1wfxsjg3kjsdazqjj59bxhinhi8kw-sydtest-mutation-example-0.0.0.0-manifest...
12.58 s
[sydtest-mutation-example] patching script interpreter paths in /nix/store/vdm1wfxsjg3kjsdazqjj59bxhinhi8kw-sydtest-mutation-example-0.0.0.0-manifest
12.64 s
Progress: 1 of 7 built
12.68 s
Building sydtest-mutation-example-gen-source
13.03 s
[sydtest-mutation-example-gen-source] Phase: setupCompilerEnvironmentPhase
13.03 s
[sydtest-mutation-example-gen-source] Build with /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3.
13.48 s
[sydtest-mutation-example-gen-source] Phase: unpackPhase
13.49 s
[sydtest-mutation-example-gen-source] unpacking source archive /nix/store/n9557gqf8aa0i243cv1m4r0wh5ff57x5-sydtest-mutation-example-gen
13.49 s
[sydtest-mutation-example-gen-source] source root is sydtest-mutation-example-gen
13.50 s
[sydtest-mutation-example-gen-source] Phase: patchPhase
13.51 s
[sydtest-mutation-example-gen-source] Phase: compileBuildDriverPhase
13.52 s
[sydtest-mutation-example-gen-source] setupCompileFlags: -package-db=/build/tmp.iQCCuvHga0/setup-package.conf.d -threaded
13.57 s
[sydtest-mutation-example-gen-source] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.iQCCuvHga0/Main.o )
13.61 s
[sydtest-mutation-example-gen-source] [2 of 2] Linking Setup
14.91 s
[sydtest-mutation-example-gen-source] Phase: updateAutotoolsGnuConfigScriptsPhase
14.92 s
[sydtest-mutation-example-gen-source] Phase: configurePhase
14.93 s
[sydtest-mutation-example-gen-source] configureFlags: --verbose --prefix=/nix/store/ix3n72hkzr7hci5impkfkp2hifj45j10-sydtest-mutation-example-gen-source-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/share/doc/sydtest-mutation-example-gen-0.0.0.0 --with-gcc=gcc --package-db=/build/tmp.iQCCuvHga0/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/lib
14.94 s
[sydtest-mutation-example-gen-source] Using Parsec parser
14.94 s
[sydtest-mutation-example-gen-source] Configuring sydtest-mutation-example-gen-0.0.0.0...
15.58 s
[sydtest-mutation-example-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
15.58 s
[sydtest-mutation-example-gen-source] Dependency base >=4.7 && <5: using base-4.20.2.0
15.62 s
[sydtest-mutation-example-gen-source] Dependency QuickCheck: using QuickCheck-2.15.0.1
15.62 s
[sydtest-mutation-example-gen-source] Dependency base >=4.7 && <5: using base-4.20.2.0
15.62 s
[sydtest-mutation-example-gen-source] Dependency sydtest: using sydtest-0.23.0.2
15.62 s
[sydtest-mutation-example-gen-source] Dependency sydtest-mutation-example: using sydtest-mutation-example-0.0.0.0
15.62 s
[sydtest-mutation-example-gen-source] Dependency sydtest-mutation-example-gen: using
15.62 s
[sydtest-mutation-example-gen-source] sydtest-mutation-example-gen-0.0.0.0
15.62 s
[sydtest-mutation-example-gen-source] Source component graph:
15.62 s
[sydtest-mutation-example-gen-source] component lib
15.62 s
[sydtest-mutation-example-gen-source] component test:sydtest-mutation-example-gen-test dependency lib
15.62 s
[sydtest-mutation-example-gen-source] Configured component graph:
15.62 s
[sydtest-mutation-example-gen-source] component sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
15.62 s
[sydtest-mutation-example-gen-source] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
15.62 s
[sydtest-mutation-example-gen-source] include base-4.20.2.0-64da
15.62 s
[sydtest-mutation-example-gen-source] component sydtest-mutation-example-gen-0.0.0.0-B8LMoSk4IJL2JKKau1M348-sydtest-mutation-example-gen-test
15.62 s
[sydtest-mutation-example-gen-source] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
15.62 s
[sydtest-mutation-example-gen-source] include base-4.20.2.0-64da
15.62 s
[sydtest-mutation-example-gen-source] include sydtest-0.23.0.2-RzVaEpJISaERaSrCHYFLw
15.62 s
[sydtest-mutation-example-gen-source] include sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
15.62 s
[sydtest-mutation-example-gen-source] include sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
15.62 s
[sydtest-mutation-example-gen-source] Linked component graph:
15.62 s
[sydtest-mutation-example-gen-source] unit sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
15.62 s
[sydtest-mutation-example-gen-source] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
15.62 s
[sydtest-mutation-example-gen-source] include base-4.20.2.0-64da
15.62 s
[sydtest-mutation-example-gen-source] Example.Gen=sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ:Example.Gen
15.62 s
[sydtest-mutation-example-gen-source] unit sydtest-mutation-example-gen-0.0.0.0-B8LMoSk4IJL2JKKau1M348-sydtest-mutation-example-gen-test
15.62 s
[sydtest-mutation-example-gen-source] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
15.62 s
[sydtest-mutation-example-gen-source] include base-4.20.2.0-64da
15.62 s
[sydtest-mutation-example-gen-source] include sydtest-0.23.0.2-RzVaEpJISaERaSrCHYFLw
15.62 s
[sydtest-mutation-example-gen-source] include sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
15.62 s
[sydtest-mutation-example-gen-source] include sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
15.62 s
[sydtest-mutation-example-gen-source] Ready component graph:
15.62 s
[sydtest-mutation-example-gen-source] definite sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
15.62 s
[sydtest-mutation-example-gen-source] depends QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
15.62 s
[sydtest-mutation-example-gen-source] depends base-4.20.2.0-64da
15.62 s
[sydtest-mutation-example-gen-source] definite sydtest-mutation-example-gen-0.0.0.0-B8LMoSk4IJL2JKKau1M348-sydtest-mutation-example-gen-test
15.62 s
[sydtest-mutation-example-gen-source] depends QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
15.62 s
[sydtest-mutation-example-gen-source] depends base-4.20.2.0-64da
15.62 s
[sydtest-mutation-example-gen-source] depends sydtest-0.23.0.2-RzVaEpJISaERaSrCHYFLw
15.62 s
[sydtest-mutation-example-gen-source] depends sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
15.62 s
[sydtest-mutation-example-gen-source] depends sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
15.62 s
[sydtest-mutation-example-gen-source] Using Cabal-3.12.1.0 compiled by ghc-9.10
15.62 s
[sydtest-mutation-example-gen-source] Using compiler: ghc-9.10.3
15.62 s
[sydtest-mutation-example-gen-source] Using install prefix:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/ix3n72hkzr7hci5impkfkp2hifj45j10-sydtest-mutation-example-gen-source-0.0.0.0
15.62 s
[sydtest-mutation-example-gen-source] Executables installed in:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/ix3n72hkzr7hci5impkfkp2hifj45j10-sydtest-mutation-example-gen-source-0.0.0.0/bin
15.62 s
[sydtest-mutation-example-gen-source] Libraries installed in:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/ix3n72hkzr7hci5impkfkp2hifj45j10-sydtest-mutation-example-gen-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
15.62 s
[sydtest-mutation-example-gen-source] Dynamic Libraries installed in:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/ix3n72hkzr7hci5impkfkp2hifj45j10-sydtest-mutation-example-gen-source-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6
15.62 s
[sydtest-mutation-example-gen-source] Private executables installed in:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/ix3n72hkzr7hci5impkfkp2hifj45j10-sydtest-mutation-example-gen-source-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0
15.62 s
[sydtest-mutation-example-gen-source] Data files installed in:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/ix3n72hkzr7hci5impkfkp2hifj45j10-sydtest-mutation-example-gen-source-0.0.0.0/share/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0
15.62 s
[sydtest-mutation-example-gen-source] Documentation installed in: /share/doc/sydtest-mutation-example-gen-0.0.0.0
15.62 s
[sydtest-mutation-example-gen-source] Configuration files installed in:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/ix3n72hkzr7hci5impkfkp2hifj45j10-sydtest-mutation-example-gen-source-0.0.0.0/etc
15.62 s
[sydtest-mutation-example-gen-source] No alex found
15.62 s
[sydtest-mutation-example-gen-source] Using ar found on system at:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
15.62 s
[sydtest-mutation-example-gen-source] No c2hs found
15.62 s
[sydtest-mutation-example-gen-source] No cpphs found
15.62 s
[sydtest-mutation-example-gen-source] No doctest found
15.62 s
[sydtest-mutation-example-gen-source] Using gcc version 14.3.0 given by user at:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
15.62 s
[sydtest-mutation-example-gen-source] Using ghc version 9.10.3 found on system at:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc
15.62 s
[sydtest-mutation-example-gen-source] Using ghc-pkg version 9.10.3 found on system at:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc-pkg-9.10.3
15.62 s
[sydtest-mutation-example-gen-source] No ghcjs found
15.62 s
[sydtest-mutation-example-gen-source] No ghcjs-pkg found
15.62 s
[sydtest-mutation-example-gen-source] No greencard found
15.62 s
[sydtest-mutation-example-gen-source] Using haddock version 2.31.1 found on system at:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/haddock-ghc-9.10.3
15.62 s
[sydtest-mutation-example-gen-source] No happy found
15.62 s
[sydtest-mutation-example-gen-source] Using haskell-suite found on system at: haskell-suite-dummy-location
15.62 s
[sydtest-mutation-example-gen-source] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
15.62 s
[sydtest-mutation-example-gen-source] No hmake found
15.62 s
[sydtest-mutation-example-gen-source] Using hpc version 0.69 found on system at:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hpc-ghc-9.10.3
15.62 s
[sydtest-mutation-example-gen-source] Using hsc2hs version 0.68.10 found on system at:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
15.62 s
[sydtest-mutation-example-gen-source] Using hscolour version 1.25 found on system at:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/f755skyzf4jvfx3crwq9mmh3x4lsaz8i-hscolour-1.25/bin/HsColour
15.62 s
[sydtest-mutation-example-gen-source] No jhc found
15.62 s
[sydtest-mutation-example-gen-source] Using ld found on system at:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
15.62 s
[sydtest-mutation-example-gen-source] No pkg-config found
15.62 s
[sydtest-mutation-example-gen-source] Using runghc version 9.10.3 found on system at:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/runghc-9.10.3
15.62 s
[sydtest-mutation-example-gen-source] Using strip version 2.44 found on system at:
15.62 s
[sydtest-mutation-example-gen-source] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
15.62 s
[sydtest-mutation-example-gen-source] Using tar found on system at:
15.63 s
[sydtest-mutation-example-gen-source] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
15.63 s
[sydtest-mutation-example-gen-source] No uhc found
15.98 s
[sydtest-mutation-example-gen-source] Phase: buildPhase
15.99 s
[sydtest-mutation-example-gen-source] Distribution quality errors:
15.99 s
[sydtest-mutation-example-gen-source] [no-syn-desc] No 'synopsis' or 'description' field.
15.99 s
[sydtest-mutation-example-gen-source] Distribution quality warnings:
15.99 s
[sydtest-mutation-example-gen-source] [no-license-file] A 'license-file' is not specified.
15.99 s
[sydtest-mutation-example-gen-source] [missing-upper-bounds] On library, these packages miss upper bounds:
15.99 s
[sydtest-mutation-example-gen-source] - QuickCheck
15.99 s
[sydtest-mutation-example-gen-source] Please add them. There is more information at https://pvp.haskell.org/
15.99 s
[sydtest-mutation-example-gen-source] Note: the public hackage server would reject this package.
15.99 s
[sydtest-mutation-example-gen-source] Building source dist for sydtest-mutation-example-gen-0.0.0.0...
16.00 s
[sydtest-mutation-example-gen-source] Source tarball created: dist/sydtest-mutation-example-gen-0.0.0.0.tar.gz
16.00 s
[sydtest-mutation-example-gen-source] Phase: checkPhase
16.01 s
[sydtest-mutation-example-gen-source] Phase: haddockPhase
16.01 s
[sydtest-mutation-example-gen-source] Phase: installPhase
16.02 s
[sydtest-mutation-example-gen-source] Phase: fixupPhase
16.05 s
Progress: 2 of 6 built
16.11 s
Building sydtest-mutation-example-gen
16.14 s
Building sydtest-mutation-example-gen
16.47 s
[sydtest-mutation-example-gen] Phase: setupCompilerEnvironmentPhase
16.47 s
[sydtest-mutation-example-gen] Build with /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3.
16.51 s
[sydtest-mutation-example-gen] Phase: setupCompilerEnvironmentPhase
16.51 s
[sydtest-mutation-example-gen] Build with /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3.
16.94 s
[sydtest-mutation-example-gen] Phase: unpackPhase
16.94 s
[sydtest-mutation-example-gen] unpacking source archive /nix/store/ix3n72hkzr7hci5impkfkp2hifj45j10-sydtest-mutation-example-gen-source-0.0.0.0/sydtest-mutation-example-gen-0.0.0.0.tar.gz
16.95 s
[sydtest-mutation-example-gen] source root is sydtest-mutation-example-gen-0.0.0.0
16.96 s
[sydtest-mutation-example-gen] setting SOURCE_DATE_EPOCH to timestamp 1778688237 of file "sydtest-mutation-example-gen-0.0.0.0/test/Spec.hs"
16.96 s
[sydtest-mutation-example-gen] warning: file "sydtest-mutation-example-gen-0.0.0.0/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
16.96 s
[sydtest-mutation-example-gen] Phase: patchPhase
16.97 s
[sydtest-mutation-example-gen] Phase: compileBuildDriverPhase
16.97 s
[sydtest-mutation-example-gen] setupCompileFlags: -package-db=/build/tmp.yoTXNYB684/setup-package.conf.d -threaded
16.98 s
[sydtest-mutation-example-gen] Phase: unpackPhase
16.98 s
[sydtest-mutation-example-gen] unpacking source archive /nix/store/ix3n72hkzr7hci5impkfkp2hifj45j10-sydtest-mutation-example-gen-source-0.0.0.0/sydtest-mutation-example-gen-0.0.0.0.tar.gz
16.99 s
[sydtest-mutation-example-gen] source root is sydtest-mutation-example-gen-0.0.0.0
16.99 s
[sydtest-mutation-example-gen] setting SOURCE_DATE_EPOCH to timestamp 1778688237 of file "sydtest-mutation-example-gen-0.0.0.0/test/Spec.hs"
16.99 s
[sydtest-mutation-example-gen] warning: file "sydtest-mutation-example-gen-0.0.0.0/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
17.00 s
[sydtest-mutation-example-gen] Phase: patchPhase
17.01 s
[sydtest-mutation-example-gen] Phase: compileBuildDriverPhase
17.01 s
[sydtest-mutation-example-gen] setupCompileFlags: -package-db=/build/tmp.4m8eZOx9Y9/setup-package.conf.d -threaded
17.03 s
[sydtest-mutation-example-gen] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.yoTXNYB684/Main.o )
17.06 s
[sydtest-mutation-example-gen] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.4m8eZOx9Y9/Main.o )
17.07 s
[sydtest-mutation-example-gen] [2 of 2] Linking Setup
17.11 s
[sydtest-mutation-example-gen] [2 of 2] Linking Setup
18.38 s
[sydtest-mutation-example-gen] Phase: updateAutotoolsGnuConfigScriptsPhase
18.38 s
[sydtest-mutation-example-gen] Phase: updateAutotoolsGnuConfigScriptsPhase
18.39 s
[sydtest-mutation-example-gen] Phase: configurePhase
18.39 s
[sydtest-mutation-example-gen] configureFlags: --verbose --prefix=/nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.yoTXNYB684/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --disable-static --disable-executable-dynamic --enable-tests --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --disable-optimization --ghc-option=-j1 --ghc-option=+RTS --ghc-option=-A32M --ghc-option=-M16g --ghc-option=-RTS --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/lib
18.39 s
[sydtest-mutation-example-gen] Phase: configurePhase
18.40 s
[sydtest-mutation-example-gen] Using Parsec parser
18.40 s
[sydtest-mutation-example-gen] Configuring sydtest-mutation-example-gen-0.0.0.0...
18.40 s
[sydtest-mutation-example-gen] configureFlags: --verbose --prefix=/nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.4m8eZOx9Y9/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --disable-static --disable-executable-dynamic --enable-tests --enable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --disable-optimization --ghc-option=-j1 --ghc-option=+RTS --ghc-option=-A32M --ghc-option=-M16g --ghc-option=-RTS --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/lib
18.40 s
[sydtest-mutation-example-gen] Using Parsec parser
18.40 s
[sydtest-mutation-example-gen] Configuring sydtest-mutation-example-gen-0.0.0.0...
19.11 s
[sydtest-mutation-example-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
19.11 s
[sydtest-mutation-example-gen] Dependency base >=4.7 && <5: using base-4.20.2.0
19.11 s
[sydtest-mutation-example-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
19.11 s
[sydtest-mutation-example-gen] Dependency base >=4.7 && <5: using base-4.20.2.0
19.11 s
[sydtest-mutation-example-gen] Dependency sydtest: using sydtest-0.23.0.2
19.11 s
[sydtest-mutation-example-gen] Dependency sydtest-mutation-example: using sydtest-mutation-example-0.0.0.0
19.11 s
[sydtest-mutation-example-gen] Dependency sydtest-mutation-example-gen: using
19.11 s
[sydtest-mutation-example-gen] sydtest-mutation-example-gen-0.0.0.0
19.11 s
[sydtest-mutation-example-gen] Source component graph:
19.11 s
[sydtest-mutation-example-gen] component lib
19.11 s
[sydtest-mutation-example-gen] component test:sydtest-mutation-example-gen-test dependency lib
19.11 s
[sydtest-mutation-example-gen] Configured component graph:
19.11 s
[sydtest-mutation-example-gen] component sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.11 s
[sydtest-mutation-example-gen] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
19.11 s
[sydtest-mutation-example-gen] include base-4.20.2.0-64da
19.11 s
[sydtest-mutation-example-gen] component sydtest-mutation-example-gen-0.0.0.0-B8LMoSk4IJL2JKKau1M348-sydtest-mutation-example-gen-test
19.11 s
[sydtest-mutation-example-gen] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
19.11 s
[sydtest-mutation-example-gen] include base-4.20.2.0-64da
19.11 s
[sydtest-mutation-example-gen] include sydtest-0.23.0.2-RzVaEpJISaERaSrCHYFLw
19.11 s
[sydtest-mutation-example-gen] include sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
19.11 s
[sydtest-mutation-example-gen] include sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.11 s
[sydtest-mutation-example-gen] Linked component graph:
19.11 s
[sydtest-mutation-example-gen] unit sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.11 s
[sydtest-mutation-example-gen] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
19.11 s
[sydtest-mutation-example-gen] include base-4.20.2.0-64da
19.11 s
[sydtest-mutation-example-gen] Example.Gen=sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ:Example.Gen
19.11 s
[sydtest-mutation-example-gen] unit sydtest-mutation-example-gen-0.0.0.0-B8LMoSk4IJL2JKKau1M348-sydtest-mutation-example-gen-test
19.11 s
[sydtest-mutation-example-gen] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
19.11 s
[sydtest-mutation-example-gen] include base-4.20.2.0-64da
19.11 s
[sydtest-mutation-example-gen] include sydtest-0.23.0.2-RzVaEpJISaERaSrCHYFLw
19.11 s
[sydtest-mutation-example-gen] include sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
19.11 s
[sydtest-mutation-example-gen] include sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.11 s
[sydtest-mutation-example-gen] Ready component graph:
19.11 s
[sydtest-mutation-example-gen] definite sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.11 s
[sydtest-mutation-example-gen] depends QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
19.11 s
[sydtest-mutation-example-gen] depends base-4.20.2.0-64da
19.11 s
[sydtest-mutation-example-gen] definite sydtest-mutation-example-gen-0.0.0.0-B8LMoSk4IJL2JKKau1M348-sydtest-mutation-example-gen-test
19.11 s
[sydtest-mutation-example-gen] depends QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
19.12 s
[sydtest-mutation-example-gen] depends base-4.20.2.0-64da
19.12 s
[sydtest-mutation-example-gen] depends sydtest-0.23.0.2-RzVaEpJISaERaSrCHYFLw
19.12 s
[sydtest-mutation-example-gen] depends sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
19.12 s
[sydtest-mutation-example-gen] depends sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.12 s
[sydtest-mutation-example-gen] Using Cabal-3.12.1.0 compiled by ghc-9.10
19.12 s
[sydtest-mutation-example-gen] Using compiler: ghc-9.10.3
19.12 s
[sydtest-mutation-example-gen] Using install prefix:
19.12 s
[sydtest-mutation-example-gen] /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0
19.12 s
[sydtest-mutation-example-gen] Executables installed in:
19.12 s
[sydtest-mutation-example-gen] /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0/bin
19.12 s
[sydtest-mutation-example-gen] Libraries installed in:
19.12 s
[sydtest-mutation-example-gen] /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.12 s
[sydtest-mutation-example-gen] Dynamic Libraries installed in:
19.12 s
[sydtest-mutation-example-gen] /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6
19.12 s
[sydtest-mutation-example-gen] Private executables installed in:
19.12 s
[sydtest-mutation-example-gen] /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0
19.12 s
[sydtest-mutation-example-gen] Data files installed in:
19.12 s
[sydtest-mutation-example-gen] /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0/share/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0
19.12 s
[sydtest-mutation-example-gen] Documentation installed in:
19.12 s
[sydtest-mutation-example-gen] /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0/share/doc/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0
19.12 s
[sydtest-mutation-example-gen] Configuration files installed in:
19.12 s
[sydtest-mutation-example-gen] /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0/etc
19.12 s
[sydtest-mutation-example-gen] No alex found
19.12 s
[sydtest-mutation-example-gen] Using ar found on system at:
19.12 s
[sydtest-mutation-example-gen] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
19.12 s
[sydtest-mutation-example-gen] No c2hs found
19.12 s
[sydtest-mutation-example-gen] No cpphs found
19.12 s
[sydtest-mutation-example-gen] No doctest found
19.12 s
[sydtest-mutation-example-gen] Using gcc version 14.3.0 given by user at:
19.12 s
[sydtest-mutation-example-gen] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
19.12 s
[sydtest-mutation-example-gen] Using ghc version 9.10.3 found on system at:
19.12 s
[sydtest-mutation-example-gen] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc
19.12 s
[sydtest-mutation-example-gen] Using ghc-pkg version 9.10.3 found on system at:
19.12 s
[sydtest-mutation-example-gen] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc-pkg-9.10.3
19.12 s
[sydtest-mutation-example-gen] No ghcjs found
19.12 s
[sydtest-mutation-example-gen] No ghcjs-pkg found
19.12 s
[sydtest-mutation-example-gen] No greencard found
19.12 s
[sydtest-mutation-example-gen] Using haddock version 2.31.1 found on system at:
19.12 s
[sydtest-mutation-example-gen] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/haddock-ghc-9.10.3
19.12 s
[sydtest-mutation-example-gen] No happy found
19.12 s
[sydtest-mutation-example-gen] Using haskell-suite found on system at: haskell-suite-dummy-location
19.12 s
[sydtest-mutation-example-gen] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
19.12 s
[sydtest-mutation-example-gen] No hmake found
19.12 s
[sydtest-mutation-example-gen] Using hpc version 0.69 found on system at:
19.12 s
[sydtest-mutation-example-gen] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hpc-ghc-9.10.3
19.12 s
[sydtest-mutation-example-gen] Using hsc2hs version 0.68.10 found on system at:
19.12 s
[sydtest-mutation-example-gen] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
19.12 s
[sydtest-mutation-example-gen] Using hscolour version 1.25 found on system at:
19.12 s
[sydtest-mutation-example-gen] /nix/store/f755skyzf4jvfx3crwq9mmh3x4lsaz8i-hscolour-1.25/bin/HsColour
19.12 s
[sydtest-mutation-example-gen] No jhc found
19.12 s
[sydtest-mutation-example-gen] Using ld found on system at:
19.12 s
[sydtest-mutation-example-gen] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
19.12 s
[sydtest-mutation-example-gen] No pkg-config found
19.12 s
[sydtest-mutation-example-gen] Using runghc version 9.10.3 found on system at:
19.12 s
[sydtest-mutation-example-gen] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/runghc-9.10.3
19.12 s
[sydtest-mutation-example-gen] Using strip version 2.44 found on system at:
19.12 s
[sydtest-mutation-example-gen] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
19.12 s
[sydtest-mutation-example-gen] Using tar found on system at:
19.12 s
[sydtest-mutation-example-gen] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
19.12 s
[sydtest-mutation-example-gen] No uhc found
19.17 s
[sydtest-mutation-example-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
19.17 s
[sydtest-mutation-example-gen] Dependency base >=4.7 && <5: using base-4.20.2.0
19.17 s
[sydtest-mutation-example-gen] Dependency QuickCheck: using QuickCheck-2.15.0.1
19.17 s
[sydtest-mutation-example-gen] Dependency base >=4.7 && <5: using base-4.20.2.0
19.17 s
[sydtest-mutation-example-gen] Dependency sydtest: using sydtest-0.23.0.2
19.17 s
[sydtest-mutation-example-gen] Dependency sydtest-mutation-example: using sydtest-mutation-example-0.0.0.0
19.17 s
[sydtest-mutation-example-gen] Dependency sydtest-mutation-example-gen: using
19.17 s
[sydtest-mutation-example-gen] sydtest-mutation-example-gen-0.0.0.0
19.17 s
[sydtest-mutation-example-gen] Source component graph:
19.17 s
[sydtest-mutation-example-gen] component lib
19.17 s
[sydtest-mutation-example-gen] component test:sydtest-mutation-example-gen-test dependency lib
19.17 s
[sydtest-mutation-example-gen] Configured component graph:
19.17 s
[sydtest-mutation-example-gen] component sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.17 s
[sydtest-mutation-example-gen] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
19.17 s
[sydtest-mutation-example-gen] include base-4.20.2.0-64da
19.17 s
[sydtest-mutation-example-gen] component sydtest-mutation-example-gen-0.0.0.0-B8LMoSk4IJL2JKKau1M348-sydtest-mutation-example-gen-test
19.17 s
[sydtest-mutation-example-gen] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
19.17 s
[sydtest-mutation-example-gen] include base-4.20.2.0-64da
19.17 s
[sydtest-mutation-example-gen] include sydtest-0.23.0.2-RzVaEpJISaERaSrCHYFLw
19.17 s
[sydtest-mutation-example-gen] include sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
19.17 s
[sydtest-mutation-example-gen] include sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.17 s
[sydtest-mutation-example-gen] Linked component graph:
19.17 s
[sydtest-mutation-example-gen] unit sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.17 s
[sydtest-mutation-example-gen] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
19.17 s
[sydtest-mutation-example-gen] include base-4.20.2.0-64da
19.17 s
[sydtest-mutation-example-gen] Example.Gen=sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ:Example.Gen
19.17 s
[sydtest-mutation-example-gen] unit sydtest-mutation-example-gen-0.0.0.0-B8LMoSk4IJL2JKKau1M348-sydtest-mutation-example-gen-test
19.17 s
[sydtest-mutation-example-gen] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
19.17 s
[sydtest-mutation-example-gen] include base-4.20.2.0-64da
19.17 s
[sydtest-mutation-example-gen] include sydtest-0.23.0.2-RzVaEpJISaERaSrCHYFLw
19.17 s
[sydtest-mutation-example-gen] include sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
19.17 s
[sydtest-mutation-example-gen] include sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.17 s
[sydtest-mutation-example-gen] Ready component graph:
19.17 s
[sydtest-mutation-example-gen] definite sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.17 s
[sydtest-mutation-example-gen] depends QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
19.17 s
[sydtest-mutation-example-gen] depends base-4.20.2.0-64da
19.17 s
[sydtest-mutation-example-gen] definite sydtest-mutation-example-gen-0.0.0.0-B8LMoSk4IJL2JKKau1M348-sydtest-mutation-example-gen-test
19.17 s
[sydtest-mutation-example-gen] depends QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
19.17 s
[sydtest-mutation-example-gen] depends base-4.20.2.0-64da
19.17 s
[sydtest-mutation-example-gen] depends sydtest-0.23.0.2-RzVaEpJISaERaSrCHYFLw
19.17 s
[sydtest-mutation-example-gen] depends sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
19.17 s
[sydtest-mutation-example-gen] depends sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.17 s
[sydtest-mutation-example-gen] Using Cabal-3.12.1.0 compiled by ghc-9.10
19.17 s
[sydtest-mutation-example-gen] Using compiler: ghc-9.10.3
19.17 s
[sydtest-mutation-example-gen] Using install prefix:
19.17 s
[sydtest-mutation-example-gen] /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0
19.17 s
[sydtest-mutation-example-gen] Executables installed in:
19.17 s
[sydtest-mutation-example-gen] /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0/bin
19.17 s
[sydtest-mutation-example-gen] Libraries installed in:
19.17 s
[sydtest-mutation-example-gen] /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
19.17 s
[sydtest-mutation-example-gen] Dynamic Libraries installed in:
19.17 s
[sydtest-mutation-example-gen] /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6
19.17 s
[sydtest-mutation-example-gen] Private executables installed in:
19.17 s
[sydtest-mutation-example-gen] /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0
19.17 s
[sydtest-mutation-example-gen] Data files installed in:
19.17 s
[sydtest-mutation-example-gen] /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0/share/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0
19.17 s
[sydtest-mutation-example-gen] Documentation installed in:
19.17 s
[sydtest-mutation-example-gen] /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0/share/doc/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0
19.17 s
[sydtest-mutation-example-gen] Configuration files installed in:
19.17 s
[sydtest-mutation-example-gen] /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0/etc
19.17 s
[sydtest-mutation-example-gen] No alex found
19.17 s
[sydtest-mutation-example-gen] Using ar found on system at:
19.17 s
[sydtest-mutation-example-gen] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
19.17 s
[sydtest-mutation-example-gen] No c2hs found
19.17 s
[sydtest-mutation-example-gen] No cpphs found
19.17 s
[sydtest-mutation-example-gen] No doctest found
19.17 s
[sydtest-mutation-example-gen] Using gcc version 14.3.0 given by user at:
19.17 s
[sydtest-mutation-example-gen] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
19.17 s
[sydtest-mutation-example-gen] Using ghc version 9.10.3 found on system at:
19.17 s
[sydtest-mutation-example-gen] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc
19.17 s
[sydtest-mutation-example-gen] Using ghc-pkg version 9.10.3 found on system at:
19.17 s
[sydtest-mutation-example-gen] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc-pkg-9.10.3
19.17 s
[sydtest-mutation-example-gen] No ghcjs found
19.17 s
[sydtest-mutation-example-gen] No ghcjs-pkg found
19.17 s
[sydtest-mutation-example-gen] No greencard found
19.17 s
[sydtest-mutation-example-gen] Using haddock version 2.31.1 found on system at:
19.17 s
[sydtest-mutation-example-gen] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/haddock-ghc-9.10.3
19.17 s
[sydtest-mutation-example-gen] No happy found
19.17 s
[sydtest-mutation-example-gen] Using haskell-suite found on system at: haskell-suite-dummy-location
19.17 s
[sydtest-mutation-example-gen] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
19.17 s
[sydtest-mutation-example-gen] No hmake found
19.17 s
[sydtest-mutation-example-gen] Using hpc version 0.69 found on system at:
19.17 s
[sydtest-mutation-example-gen] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hpc-ghc-9.10.3
19.17 s
[sydtest-mutation-example-gen] Using hsc2hs version 0.68.10 found on system at:
19.17 s
[sydtest-mutation-example-gen] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
19.17 s
[sydtest-mutation-example-gen] Using hscolour version 1.25 found on system at:
19.17 s
[sydtest-mutation-example-gen] /nix/store/f755skyzf4jvfx3crwq9mmh3x4lsaz8i-hscolour-1.25/bin/HsColour
19.17 s
[sydtest-mutation-example-gen] No jhc found
19.17 s
[sydtest-mutation-example-gen] Using ld found on system at:
19.17 s
[sydtest-mutation-example-gen] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
19.17 s
[sydtest-mutation-example-gen] No pkg-config found
19.17 s
[sydtest-mutation-example-gen] Using runghc version 9.10.3 found on system at:
19.17 s
[sydtest-mutation-example-gen] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/runghc-9.10.3
19.17 s
[sydtest-mutation-example-gen] Using strip version 2.44 found on system at:
19.17 s
[sydtest-mutation-example-gen] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
19.17 s
[sydtest-mutation-example-gen] Using tar found on system at:
19.17 s
[sydtest-mutation-example-gen] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
19.17 s
[sydtest-mutation-example-gen] No uhc found
19.53 s
[sydtest-mutation-example-gen] Phase: buildPhase
19.53 s
[sydtest-mutation-example-gen] mutation-nix: setting MUTATION_MANIFEST_DIR=/nix/store/jdzypd24s04h7w33pjd5xsn3vj2s74ha-sydtest-mutation-example-gen-0.0.0.0-manifest
19.57 s
[sydtest-mutation-example-gen] Phase: buildPhase
19.58 s
[sydtest-mutation-example-gen] mutation-nix: setting MUTATION_MANIFEST_DIR=/nix/store/4pvqd2g62cdwjc64irsam3dffgl98x90-sydtest-mutation-example-gen-0.0.0.0-manifest
19.61 s
[sydtest-mutation-example-gen] Preprocessing library for sydtest-mutation-example-gen-0.0.0.0...
19.61 s
[sydtest-mutation-example-gen] Building library for sydtest-mutation-example-gen-0.0.0.0...
19.65 s
[sydtest-mutation-example-gen] Preprocessing library for sydtest-mutation-example-gen-0.0.0.0...
19.65 s
[sydtest-mutation-example-gen] Building library for sydtest-mutation-example-gen-0.0.0.0...
19.77 s
[sydtest-mutation-example-gen] [1 of 2] Compiling Example.Gen ( src/Example/Gen.hs, dist/build/Example/Gen.o, dist/build/Example/Gen.dyn_o )
19.80 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.Gen
19.80 s
[sydtest-mutation-example-gen] added 0 mutations
19.81 s
[sydtest-mutation-example-gen] [1 of 2] Compiling Example.Gen ( src/Example/Gen.hs, dist/build/Example/Gen.o, dist/build/Example/Gen.dyn_o )
19.85 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.Gen
19.85 s
[sydtest-mutation-example-gen] added 0 mutations
20.31 s
[sydtest-mutation-example-gen] [2 of 2] Compiling Paths_sydtest_mutation_example_gen ( dist/build/autogen/Paths_sydtest_mutation_example_gen.hs, dist/build/Paths_sydtest_mutation_example_gen.o, dist/build/Paths_sydtest_mutation_example_gen.dyn_o )
20.40 s
[sydtest-mutation-example-gen] [2 of 2] Compiling Paths_sydtest_mutation_example_gen ( dist/build/autogen/Paths_sydtest_mutation_example_gen.hs, dist/build/Paths_sydtest_mutation_example_gen.o, dist/build/Paths_sydtest_mutation_example_gen.dyn_o )
21.34 s
[sydtest-mutation-example-gen] [1 of 2] Compiling Example.Gen ( src/Example/Gen.hs, dist/build/Example/Gen.p_o )
21.39 s
[sydtest-mutation-example-gen] [1 of 2] Compiling Example.Gen ( src/Example/Gen.hs, dist/build/Example/Gen.p_o )
21.46 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.Gen
21.46 s
[sydtest-mutation-example-gen] added 0 mutations
21.48 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.Gen
21.48 s
[sydtest-mutation-example-gen] added 0 mutations
22.27 s
[sydtest-mutation-example-gen] [2 of 2] Compiling Paths_sydtest_mutation_example_gen ( dist/build/autogen/Paths_sydtest_mutation_example_gen.hs, dist/build/Paths_sydtest_mutation_example_gen.p_o )
22.34 s
[sydtest-mutation-example-gen] [2 of 2] Compiling Paths_sydtest_mutation_example_gen ( dist/build/autogen/Paths_sydtest_mutation_example_gen.hs, dist/build/Paths_sydtest_mutation_example_gen.p_o )
23.27 s
[sydtest-mutation-example-gen] Warning: ignoring unrecognised input `dist/build/Example/Gen.dyn_o'
23.27 s
[sydtest-mutation-example-gen] Warning: ignoring unrecognised input `dist/build/Paths_sydtest_mutation_example_gen.dyn_o'
23.31 s
[sydtest-mutation-example-gen] Warning: ignoring unrecognised input `dist/build/Example/Gen.dyn_o'
23.31 s
[sydtest-mutation-example-gen] Warning: ignoring unrecognised input `dist/build/Paths_sydtest_mutation_example_gen.dyn_o'
25.18 s
[sydtest-mutation-example-gen] Preprocessing test suite 'sydtest-mutation-example-gen-test' for sydtest-mutation-example-gen-0.0.0.0...
25.18 s
[sydtest-mutation-example-gen] Building test suite 'sydtest-mutation-example-gen-test' for sydtest-mutation-example-gen-0.0.0.0...
25.19 s
[sydtest-mutation-example-gen] Preprocessing test suite 'sydtest-mutation-example-gen-test' for sydtest-mutation-example-gen-0.0.0.0...
25.19 s
[sydtest-mutation-example-gen] Building test suite 'sydtest-mutation-example-gen-test' for sydtest-mutation-example-gen-0.0.0.0...
25.68 s
[sydtest-mutation-example-gen] [1 of 7] Compiling Example.BoolLibSpec ( test/Example/BoolLibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/BoolLibSpec.o )
25.74 s
[sydtest-mutation-example-gen] [1 of 7] Compiling Example.BoolLibSpec ( test/Example/BoolLibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/BoolLibSpec.o )
25.84 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.BoolLibSpec
25.84 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:10:32-36
25.85 s
[sydtest-mutation-example-gen] @@ -7,7 +7,7 @@
25.85 s
[sydtest-mutation-example-gen] spec = do
25.85 s
[sydtest-mutation-example-gen] describe "wrapTrue" $
25.85 s
[sydtest-mutation-example-gen] it "is Just True" $
25.85 s
[sydtest-mutation-example-gen] - wrapTrue `shouldBe` Just True
25.85 s
[sydtest-mutation-example-gen] + wrapTrue `shouldBe` Just False
25.85 s
[sydtest-mutation-example-gen] describe "wrapFalse" $
25.85 s
[sydtest-mutation-example-gen] it "is Just False" $
25.85 s
[sydtest-mutation-example-gen] wrapFalse `shouldBe` Just False
25.85 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:13:33-38
25.85 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
25.85 s
[sydtest-mutation-example-gen] wrapTrue `shouldBe` Just True
25.85 s
[sydtest-mutation-example-gen] describe "wrapFalse" $
25.85 s
[sydtest-mutation-example-gen] it "is Just False" $
25.85 s
[sydtest-mutation-example-gen] - wrapFalse `shouldBe` Just False
25.85 s
[sydtest-mutation-example-gen] + wrapFalse `shouldBe` Just True
25.85 s
[sydtest-mutation-example-gen] describe "negateWrapped" $ do
25.85 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
25.85 s
[sydtest-mutation-example-gen] negateWrapped (Just True) `shouldBe` Just False
25.85 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:16:27-31
25.85 s
[sydtest-mutation-example-gen] @@ -13,7 +13,7 @@
25.85 s
[sydtest-mutation-example-gen] wrapFalse `shouldBe` Just False
25.85 s
[sydtest-mutation-example-gen] describe "negateWrapped" $ do
25.85 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
25.85 s
[sydtest-mutation-example-gen] - negateWrapped (Just True) `shouldBe` Just False
25.85 s
[sydtest-mutation-example-gen] + negateWrapped (Just False) `shouldBe` Just False
25.85 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
25.85 s
[sydtest-mutation-example-gen] negateWrapped (Just False) `shouldBe` Just True
25.85 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
25.85 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:16:49-54
25.85 s
[sydtest-mutation-example-gen] @@ -13,7 +13,7 @@
25.85 s
[sydtest-mutation-example-gen] wrapFalse `shouldBe` Just False
25.85 s
[sydtest-mutation-example-gen] describe "negateWrapped" $ do
25.85 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
25.85 s
[sydtest-mutation-example-gen] - negateWrapped (Just True) `shouldBe` Just False
25.85 s
[sydtest-mutation-example-gen] + negateWrapped (Just True) `shouldBe` Just True
25.85 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
25.85 s
[sydtest-mutation-example-gen] negateWrapped (Just False) `shouldBe` Just True
25.85 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
25.85 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:27-32
25.85 s
[sydtest-mutation-example-gen] @@ -15,6 +15,6 @@
25.85 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
25.85 s
[sydtest-mutation-example-gen] negateWrapped (Just True) `shouldBe` Just False
25.85 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
25.85 s
[sydtest-mutation-example-gen] - negateWrapped (Just False) `shouldBe` Just True
25.85 s
[sydtest-mutation-example-gen] + negateWrapped (Just True) `shouldBe` Just True
25.85 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
25.85 s
[sydtest-mutation-example-gen] negateWrapped Nothing `shouldBe` Nothing
25.85 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:50-54
25.85 s
[sydtest-mutation-example-gen] @@ -15,6 +15,6 @@
25.85 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
25.85 s
[sydtest-mutation-example-gen] negateWrapped (Just True) `shouldBe` Just False
25.85 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
25.85 s
[sydtest-mutation-example-gen] - negateWrapped (Just False) `shouldBe` Just True
25.85 s
[sydtest-mutation-example-gen] + negateWrapped (Just False) `shouldBe` Just False
25.85 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
25.86 s
[sydtest-mutation-example-gen] negateWrapped Nothing `shouldBe` Nothing
25.86 s
[sydtest-mutation-example-gen] added 6 mutations
25.92 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.BoolLibSpec
25.92 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:10:32-36
25.92 s
[sydtest-mutation-example-gen] @@ -7,7 +7,7 @@
25.92 s
[sydtest-mutation-example-gen] spec = do
25.92 s
[sydtest-mutation-example-gen] describe "wrapTrue" $
25.92 s
[sydtest-mutation-example-gen] it "is Just True" $
25.92 s
[sydtest-mutation-example-gen] - wrapTrue `shouldBe` Just True
25.92 s
[sydtest-mutation-example-gen] + wrapTrue `shouldBe` Just False
25.92 s
[sydtest-mutation-example-gen] describe "wrapFalse" $
25.92 s
[sydtest-mutation-example-gen] it "is Just False" $
25.92 s
[sydtest-mutation-example-gen] wrapFalse `shouldBe` Just False
25.92 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:13:33-38
25.92 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
25.92 s
[sydtest-mutation-example-gen] wrapTrue `shouldBe` Just True
25.92 s
[sydtest-mutation-example-gen] describe "wrapFalse" $
25.92 s
[sydtest-mutation-example-gen] it "is Just False" $
25.92 s
[sydtest-mutation-example-gen] - wrapFalse `shouldBe` Just False
25.92 s
[sydtest-mutation-example-gen] + wrapFalse `shouldBe` Just True
25.92 s
[sydtest-mutation-example-gen] describe "negateWrapped" $ do
25.92 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
25.92 s
[sydtest-mutation-example-gen] negateWrapped (Just True) `shouldBe` Just False
25.92 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:16:27-31
25.92 s
[sydtest-mutation-example-gen] @@ -13,7 +13,7 @@
25.92 s
[sydtest-mutation-example-gen] wrapFalse `shouldBe` Just False
25.92 s
[sydtest-mutation-example-gen] describe "negateWrapped" $ do
25.92 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
25.92 s
[sydtest-mutation-example-gen] - negateWrapped (Just True) `shouldBe` Just False
25.92 s
[sydtest-mutation-example-gen] + negateWrapped (Just False) `shouldBe` Just False
25.92 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
25.92 s
[sydtest-mutation-example-gen] negateWrapped (Just False) `shouldBe` Just True
25.92 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
25.92 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:16:49-54
25.92 s
[sydtest-mutation-example-gen] @@ -13,7 +13,7 @@
25.92 s
[sydtest-mutation-example-gen] wrapFalse `shouldBe` Just False
25.92 s
[sydtest-mutation-example-gen] describe "negateWrapped" $ do
25.92 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
25.92 s
[sydtest-mutation-example-gen] - negateWrapped (Just True) `shouldBe` Just False
25.92 s
[sydtest-mutation-example-gen] + negateWrapped (Just True) `shouldBe` Just True
25.92 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
25.92 s
[sydtest-mutation-example-gen] negateWrapped (Just False) `shouldBe` Just True
25.92 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
25.92 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:27-32
25.92 s
[sydtest-mutation-example-gen] @@ -15,6 +15,6 @@
25.92 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
25.92 s
[sydtest-mutation-example-gen] negateWrapped (Just True) `shouldBe` Just False
25.92 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
25.92 s
[sydtest-mutation-example-gen] - negateWrapped (Just False) `shouldBe` Just True
25.93 s
[sydtest-mutation-example-gen] + negateWrapped (Just True) `shouldBe` Just True
25.93 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
25.93 s
[sydtest-mutation-example-gen] negateWrapped Nothing `shouldBe` Nothing
25.93 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:50-54
25.93 s
[sydtest-mutation-example-gen] @@ -15,6 +15,6 @@
25.93 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
25.93 s
[sydtest-mutation-example-gen] negateWrapped (Just True) `shouldBe` Just False
25.93 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
25.93 s
[sydtest-mutation-example-gen] - negateWrapped (Just False) `shouldBe` Just True
25.93 s
[sydtest-mutation-example-gen] + negateWrapped (Just False) `shouldBe` Just False
25.93 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
25.93 s
[sydtest-mutation-example-gen] negateWrapped Nothing `shouldBe` Nothing
25.93 s
[sydtest-mutation-example-gen] added 6 mutations
26.81 s
[sydtest-mutation-example-gen] [2 of 7] Compiling Example.ExceptionLibSpec ( test/Example/ExceptionLibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/ExceptionLibSpec.o )
26.85 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.ExceptionLibSpec
26.85 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/ExceptionLibSpec.hs:13:47-48
26.85 s
[sydtest-mutation-example-gen] @@ -10,4 +10,4 @@
26.86 s
[sydtest-mutation-example-gen] describe "addOneModuleDisabled" $
26.86 s
[sydtest-mutation-example-gen] it "increments by one" $
26.86 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.86 s
[sydtest-mutation-example-gen] - addOneModuleDisabled n `shouldBe` n + 1
26.86 s
[sydtest-mutation-example-gen] + addOneModuleDisabled n `shouldBe` n + 0
26.86 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/ExceptionLibSpec.hs:13:47-48
26.86 s
[sydtest-mutation-example-gen] @@ -10,4 +10,4 @@
26.86 s
[sydtest-mutation-example-gen] describe "addOneModuleDisabled" $
26.86 s
[sydtest-mutation-example-gen] it "increments by one" $
26.86 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.86 s
[sydtest-mutation-example-gen] - addOneModuleDisabled n `shouldBe` n + 1
26.86 s
[sydtest-mutation-example-gen] + addOneModuleDisabled n `shouldBe` n + -1
26.86 s
[sydtest-mutation-example-gen] added 2 mutations
26.86 s
[sydtest-mutation-example-gen] [2 of 7] Compiling Example.ExceptionLibSpec ( test/Example/ExceptionLibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/ExceptionLibSpec.o )
26.87 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.ExceptionLibSpec
26.87 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/ExceptionLibSpec.hs:13:47-48
26.87 s
[sydtest-mutation-example-gen] @@ -10,4 +10,4 @@
26.87 s
[sydtest-mutation-example-gen] describe "addOneModuleDisabled" $
26.87 s
[sydtest-mutation-example-gen] it "increments by one" $
26.87 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.87 s
[sydtest-mutation-example-gen] - addOneModuleDisabled n `shouldBe` n + 1
26.87 s
[sydtest-mutation-example-gen] + addOneModuleDisabled n `shouldBe` n + 0
26.87 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/ExceptionLibSpec.hs:13:47-48
26.87 s
[sydtest-mutation-example-gen] @@ -10,4 +10,4 @@
26.87 s
[sydtest-mutation-example-gen] describe "addOneModuleDisabled" $
26.88 s
[sydtest-mutation-example-gen] it "increments by one" $
26.88 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.88 s
[sydtest-mutation-example-gen] - addOneModuleDisabled n `shouldBe` n + 1
26.88 s
[sydtest-mutation-example-gen] + addOneModuleDisabled n `shouldBe` n + -1
26.88 s
[sydtest-mutation-example-gen] added 2 mutations
26.94 s
[sydtest-mutation-example-gen] [3 of 7] Compiling Example.FunctionExceptionLibSpec ( test/Example/FunctionExceptionLibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/FunctionExceptionLibSpec.o )
26.94 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.FunctionExceptionLibSpec
26.94 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:13:46-47
26.95 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
26.95 s
[sydtest-mutation-example-gen] describe "addOneArithDisabled" $
26.95 s
[sydtest-mutation-example-gen] it "increments by one" $
26.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.95 s
[sydtest-mutation-example-gen] - addOneArithDisabled n `shouldBe` n + 1
26.95 s
[sydtest-mutation-example-gen] + addOneArithDisabled n `shouldBe` n + 0
26.95 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
26.95 s
[sydtest-mutation-example-gen] it "increments by one" $
26.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.95 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:13:46-47
26.95 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
26.95 s
[sydtest-mutation-example-gen] describe "addOneArithDisabled" $
26.95 s
[sydtest-mutation-example-gen] it "increments by one" $
26.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.95 s
[sydtest-mutation-example-gen] - addOneArithDisabled n `shouldBe` n + 1
26.95 s
[sydtest-mutation-example-gen] + addOneArithDisabled n `shouldBe` n + -1
26.95 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
26.95 s
[sydtest-mutation-example-gen] it "increments by one" $
26.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.95 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:17:55-56
26.95 s
[sydtest-mutation-example-gen] @@ -14,7 +14,7 @@
26.95 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
26.95 s
[sydtest-mutation-example-gen] it "increments by one" $
26.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.95 s
[sydtest-mutation-example-gen] - addOneArithAndIntLitDisabled n `shouldBe` n + 1
26.95 s
[sydtest-mutation-example-gen] + addOneArithAndIntLitDisabled n `shouldBe` n + 0
26.95 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
26.95 s
[sydtest-mutation-example-gen] it "increments by one" $
26.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.95 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:17:55-56
26.95 s
[sydtest-mutation-example-gen] @@ -14,7 +14,7 @@
26.95 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
26.95 s
[sydtest-mutation-example-gen] it "increments by one" $
26.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.95 s
[sydtest-mutation-example-gen] - addOneArithAndIntLitDisabled n `shouldBe` n + 1
26.95 s
[sydtest-mutation-example-gen] + addOneArithAndIntLitDisabled n `shouldBe` n + -1
26.95 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
26.95 s
[sydtest-mutation-example-gen] it "increments by one" $
26.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.96 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:21:49-50
26.96 s
[sydtest-mutation-example-gen] @@ -18,4 +18,4 @@
26.96 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
26.96 s
[sydtest-mutation-example-gen] it "increments by one" $
26.96 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.96 s
[sydtest-mutation-example-gen] - addOneFunctionDisabled n `shouldBe` n + 1
26.96 s
[sydtest-mutation-example-gen] + addOneFunctionDisabled n `shouldBe` n + 0
26.96 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:21:49-50
26.96 s
[sydtest-mutation-example-gen] @@ -18,4 +18,4 @@
26.96 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
26.96 s
[sydtest-mutation-example-gen] it "increments by one" $
26.96 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
26.96 s
[sydtest-mutation-example-gen] - addOneFunctionDisabled n `shouldBe` n + 1
26.96 s
[sydtest-mutation-example-gen] + addOneFunctionDisabled n `shouldBe` n + -1
26.96 s
[sydtest-mutation-example-gen] added 6 mutations
27.00 s
[sydtest-mutation-example-gen] [3 of 7] Compiling Example.FunctionExceptionLibSpec ( test/Example/FunctionExceptionLibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/FunctionExceptionLibSpec.o )
27.01 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.FunctionExceptionLibSpec
27.01 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:13:46-47
27.01 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
27.01 s
[sydtest-mutation-example-gen] describe "addOneArithDisabled" $
27.01 s
[sydtest-mutation-example-gen] it "increments by one" $
27.01 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.01 s
[sydtest-mutation-example-gen] - addOneArithDisabled n `shouldBe` n + 1
27.01 s
[sydtest-mutation-example-gen] + addOneArithDisabled n `shouldBe` n + 0
27.01 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
27.01 s
[sydtest-mutation-example-gen] it "increments by one" $
27.01 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.01 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:13:46-47
27.02 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
27.02 s
[sydtest-mutation-example-gen] describe "addOneArithDisabled" $
27.02 s
[sydtest-mutation-example-gen] it "increments by one" $
27.02 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.02 s
[sydtest-mutation-example-gen] - addOneArithDisabled n `shouldBe` n + 1
27.02 s
[sydtest-mutation-example-gen] + addOneArithDisabled n `shouldBe` n + -1
27.02 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
27.02 s
[sydtest-mutation-example-gen] it "increments by one" $
27.02 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.02 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:17:55-56
27.02 s
[sydtest-mutation-example-gen] @@ -14,7 +14,7 @@
27.02 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
27.02 s
[sydtest-mutation-example-gen] it "increments by one" $
27.02 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.02 s
[sydtest-mutation-example-gen] - addOneArithAndIntLitDisabled n `shouldBe` n + 1
27.02 s
[sydtest-mutation-example-gen] + addOneArithAndIntLitDisabled n `shouldBe` n + 0
27.02 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
27.02 s
[sydtest-mutation-example-gen] it "increments by one" $
27.02 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.02 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:17:55-56
27.02 s
[sydtest-mutation-example-gen] @@ -14,7 +14,7 @@
27.02 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
27.02 s
[sydtest-mutation-example-gen] it "increments by one" $
27.02 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.02 s
[sydtest-mutation-example-gen] - addOneArithAndIntLitDisabled n `shouldBe` n + 1
27.02 s
[sydtest-mutation-example-gen] + addOneArithAndIntLitDisabled n `shouldBe` n + -1
27.02 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
27.02 s
[sydtest-mutation-example-gen] it "increments by one" $
27.02 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.02 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:21:49-50
27.02 s
[sydtest-mutation-example-gen] @@ -18,4 +18,4 @@
27.02 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
27.02 s
[sydtest-mutation-example-gen] it "increments by one" $
27.02 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.02 s
[sydtest-mutation-example-gen] - addOneFunctionDisabled n `shouldBe` n + 1
27.02 s
[sydtest-mutation-example-gen] + addOneFunctionDisabled n `shouldBe` n + 0
27.02 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:21:49-50
27.02 s
[sydtest-mutation-example-gen] @@ -18,4 +18,4 @@
27.02 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
27.02 s
[sydtest-mutation-example-gen] it "increments by one" $
27.02 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.02 s
[sydtest-mutation-example-gen] - addOneFunctionDisabled n `shouldBe` n + 1
27.02 s
[sydtest-mutation-example-gen] + addOneFunctionDisabled n `shouldBe` n + -1
27.02 s
[sydtest-mutation-example-gen] added 6 mutations
27.13 s
[sydtest-mutation-example-gen] [4 of 7] Compiling Example.LibSpec ( test/Example/LibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/LibSpec.o )
27.14 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.LibSpec
27.14 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/LibSpec.hs:13:33-34
27.14 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
27.14 s
[sydtest-mutation-example-gen] describe "addOne" $ do
27.14 s
[sydtest-mutation-example-gen] it "increments by one" $
27.14 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.14 s
[sydtest-mutation-example-gen] - addOne n `shouldBe` n + 1
27.14 s
[sydtest-mutation-example-gen] + addOne n `shouldBe` n + 0
27.14 s
[sydtest-mutation-example-gen] it "is greater than its input" $
27.14 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.14 s
[sydtest-mutation-example-gen] addOne n > n
27.14 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/LibSpec.hs:13:33-34
27.14 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
27.14 s
[sydtest-mutation-example-gen] describe "addOne" $ do
27.14 s
[sydtest-mutation-example-gen] it "increments by one" $
27.14 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.14 s
[sydtest-mutation-example-gen] - addOne n `shouldBe` n + 1
27.14 s
[sydtest-mutation-example-gen] + addOne n `shouldBe` n + -1
27.14 s
[sydtest-mutation-example-gen] it "is greater than its input" $
27.15 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.15 s
[sydtest-mutation-example-gen] addOne n > n
27.15 s
[sydtest-mutation-example-gen] added mutation ConstBool at test/Example/LibSpec.hs:16:9-21
27.15 s
[sydtest-mutation-example-gen] @@ -13,4 +13,4 @@
27.15 s
[sydtest-mutation-example-gen] addOne n `shouldBe` n + 1
27.15 s
[sydtest-mutation-example-gen] it "is greater than its input" $
27.15 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.15 s
[sydtest-mutation-example-gen] - addOne n > n
27.15 s
[sydtest-mutation-example-gen] + True
27.15 s
[sydtest-mutation-example-gen] added mutation ConstBool at test/Example/LibSpec.hs:16:9-21
27.15 s
[sydtest-mutation-example-gen] @@ -13,4 +13,4 @@
27.15 s
[sydtest-mutation-example-gen] addOne n `shouldBe` n + 1
27.15 s
[sydtest-mutation-example-gen] it "is greater than its input" $
27.15 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.15 s
[sydtest-mutation-example-gen] - addOne n > n
27.15 s
[sydtest-mutation-example-gen] + False
27.15 s
[sydtest-mutation-example-gen] added mutation Negate at test/Example/LibSpec.hs:16:9-21
27.15 s
[sydtest-mutation-example-gen] @@ -13,4 +13,4 @@
27.15 s
[sydtest-mutation-example-gen] addOne n `shouldBe` n + 1
27.15 s
[sydtest-mutation-example-gen] it "is greater than its input" $
27.15 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.15 s
[sydtest-mutation-example-gen] - addOne n > n
27.15 s
[sydtest-mutation-example-gen] + not (addOne n > n)
27.15 s
[sydtest-mutation-example-gen] added 5 mutations
27.21 s
[sydtest-mutation-example-gen] [4 of 7] Compiling Example.LibSpec ( test/Example/LibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/LibSpec.o )
27.21 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.LibSpec
27.21 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/LibSpec.hs:13:33-34
27.22 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
27.22 s
[sydtest-mutation-example-gen] describe "addOne" $ do
27.22 s
[sydtest-mutation-example-gen] it "increments by one" $
27.22 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.22 s
[sydtest-mutation-example-gen] - addOne n `shouldBe` n + 1
27.22 s
[sydtest-mutation-example-gen] + addOne n `shouldBe` n + 0
27.22 s
[sydtest-mutation-example-gen] it "is greater than its input" $
27.22 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.22 s
[sydtest-mutation-example-gen] addOne n > n
27.22 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/LibSpec.hs:13:33-34
27.22 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
27.22 s
[sydtest-mutation-example-gen] describe "addOne" $ do
27.22 s
[sydtest-mutation-example-gen] it "increments by one" $
27.22 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.22 s
[sydtest-mutation-example-gen] - addOne n `shouldBe` n + 1
27.22 s
[sydtest-mutation-example-gen] + addOne n `shouldBe` n + -1
27.22 s
[sydtest-mutation-example-gen] it "is greater than its input" $
27.22 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.22 s
[sydtest-mutation-example-gen] addOne n > n
27.22 s
[sydtest-mutation-example-gen] added mutation ConstBool at test/Example/LibSpec.hs:16:9-21
27.22 s
[sydtest-mutation-example-gen] @@ -13,4 +13,4 @@
27.22 s
[sydtest-mutation-example-gen] addOne n `shouldBe` n + 1
27.22 s
[sydtest-mutation-example-gen] it "is greater than its input" $
27.22 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.22 s
[sydtest-mutation-example-gen] - addOne n > n
27.22 s
[sydtest-mutation-example-gen] + True
27.22 s
[sydtest-mutation-example-gen] added mutation ConstBool at test/Example/LibSpec.hs:16:9-21
27.22 s
[sydtest-mutation-example-gen] @@ -13,4 +13,4 @@
27.22 s
[sydtest-mutation-example-gen] addOne n `shouldBe` n + 1
27.22 s
[sydtest-mutation-example-gen] it "is greater than its input" $
27.22 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.22 s
[sydtest-mutation-example-gen] - addOne n > n
27.22 s
[sydtest-mutation-example-gen] + False
27.22 s
[sydtest-mutation-example-gen] added mutation Negate at test/Example/LibSpec.hs:16:9-21
27.22 s
[sydtest-mutation-example-gen] @@ -13,4 +13,4 @@
27.22 s
[sydtest-mutation-example-gen] addOne n `shouldBe` n + 1
27.22 s
[sydtest-mutation-example-gen] it "is greater than its input" $
27.22 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
27.22 s
[sydtest-mutation-example-gen] - addOne n > n
27.22 s
[sydtest-mutation-example-gen] + not (addOne n > n)
27.22 s
[sydtest-mutation-example-gen] added 5 mutations
27.27 s
[sydtest-mutation-example-gen] [5 of 7] Compiling Paths_sydtest_mutation_example_gen ( dist/build/sydtest-mutation-example-gen-test/autogen/Paths_sydtest_mutation_example_gen.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Paths_sydtest_mutation_example_gen.o )
27.33 s
[sydtest-mutation-example-gen] [5 of 7] Compiling Paths_sydtest_mutation_example_gen ( dist/build/sydtest-mutation-example-gen-test/autogen/Paths_sydtest_mutation_example_gen.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Paths_sydtest_mutation_example_gen.o )
27.39 s
[sydtest-mutation-example-gen] [6 of 7] Compiling Spec ( test/Spec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Spec.o )
27.39 s
[sydtest-mutation-example-gen] mutation: instrumenting Spec
27.39 s
[sydtest-mutation-example-gen] added 0 mutations
27.47 s
[sydtest-mutation-example-gen] [7 of 7] Compiling Main ( test/Main.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Main.o )
27.48 s
[sydtest-mutation-example-gen] [6 of 7] Compiling Spec ( test/Spec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Spec.o )
27.49 s
[sydtest-mutation-example-gen] mutation: instrumenting Main
27.49 s
[sydtest-mutation-example-gen] added 0 mutations
27.49 s
[sydtest-mutation-example-gen] mutation: instrumenting Spec
27.49 s
[sydtest-mutation-example-gen] added 0 mutations
27.56 s
[sydtest-mutation-example-gen] [7 of 7] Compiling Main ( test/Main.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Main.o )
27.58 s
[sydtest-mutation-example-gen] mutation: instrumenting Main
27.58 s
[sydtest-mutation-example-gen] added 0 mutations
28.27 s
[sydtest-mutation-example-gen] [1 of 8] Compiling Example.BoolLibSpec ( test/Example/BoolLibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/BoolLibSpec.o ) [Impure plugin forced recompilation]
28.35 s
[sydtest-mutation-example-gen] [1 of 8] Compiling Example.BoolLibSpec ( test/Example/BoolLibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/BoolLibSpec.o ) [Impure plugin forced recompilation]
28.46 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.BoolLibSpec
28.46 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:10:32-36
28.46 s
[sydtest-mutation-example-gen] @@ -7,7 +7,7 @@
28.46 s
[sydtest-mutation-example-gen] spec = do
28.46 s
[sydtest-mutation-example-gen] describe "wrapTrue" $
28.46 s
[sydtest-mutation-example-gen] it "is Just True" $
28.47 s
[sydtest-mutation-example-gen] - wrapTrue `shouldBe` Just True
28.47 s
[sydtest-mutation-example-gen] + wrapTrue `shouldBe` Just False
28.47 s
[sydtest-mutation-example-gen] describe "wrapFalse" $
28.47 s
[sydtest-mutation-example-gen] it "is Just False" $
28.47 s
[sydtest-mutation-example-gen] wrapFalse `shouldBe` Just False
28.47 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:13:33-38
28.47 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
28.47 s
[sydtest-mutation-example-gen] wrapTrue `shouldBe` Just True
28.47 s
[sydtest-mutation-example-gen] describe "wrapFalse" $
28.47 s
[sydtest-mutation-example-gen] it "is Just False" $
28.47 s
[sydtest-mutation-example-gen] - wrapFalse `shouldBe` Just False
28.47 s
[sydtest-mutation-example-gen] + wrapFalse `shouldBe` Just True
28.47 s
[sydtest-mutation-example-gen] describe "negateWrapped" $ do
28.47 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
28.47 s
[sydtest-mutation-example-gen] negateWrapped (Just True) `shouldBe` Just False
28.47 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:16:27-31
28.47 s
[sydtest-mutation-example-gen] @@ -13,7 +13,7 @@
28.47 s
[sydtest-mutation-example-gen] wrapFalse `shouldBe` Just False
28.47 s
[sydtest-mutation-example-gen] describe "negateWrapped" $ do
28.47 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
28.47 s
[sydtest-mutation-example-gen] - negateWrapped (Just True) `shouldBe` Just False
28.47 s
[sydtest-mutation-example-gen] + negateWrapped (Just False) `shouldBe` Just False
28.47 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
28.47 s
[sydtest-mutation-example-gen] negateWrapped (Just False) `shouldBe` Just True
28.47 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
28.47 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:16:49-54
28.47 s
[sydtest-mutation-example-gen] @@ -13,7 +13,7 @@
28.47 s
[sydtest-mutation-example-gen] wrapFalse `shouldBe` Just False
28.47 s
[sydtest-mutation-example-gen] describe "negateWrapped" $ do
28.47 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
28.47 s
[sydtest-mutation-example-gen] - negateWrapped (Just True) `shouldBe` Just False
28.47 s
[sydtest-mutation-example-gen] + negateWrapped (Just True) `shouldBe` Just True
28.47 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
28.47 s
[sydtest-mutation-example-gen] negateWrapped (Just False) `shouldBe` Just True
28.47 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
28.47 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:27-32
28.47 s
[sydtest-mutation-example-gen] @@ -15,6 +15,6 @@
28.47 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
28.47 s
[sydtest-mutation-example-gen] negateWrapped (Just True) `shouldBe` Just False
28.48 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
28.48 s
[sydtest-mutation-example-gen] - negateWrapped (Just False) `shouldBe` Just True
28.48 s
[sydtest-mutation-example-gen] + negateWrapped (Just True) `shouldBe` Just True
28.48 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
28.48 s
[sydtest-mutation-example-gen] negateWrapped Nothing `shouldBe` Nothing
28.48 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:50-54
28.48 s
[sydtest-mutation-example-gen] @@ -15,6 +15,6 @@
28.48 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
28.48 s
[sydtest-mutation-example-gen] negateWrapped (Just True) `shouldBe` Just False
28.48 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
28.48 s
[sydtest-mutation-example-gen] - negateWrapped (Just False) `shouldBe` Just True
28.48 s
[sydtest-mutation-example-gen] + negateWrapped (Just False) `shouldBe` Just False
28.48 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
28.48 s
[sydtest-mutation-example-gen] negateWrapped Nothing `shouldBe` Nothing
28.48 s
[sydtest-mutation-example-gen] added 6 mutations
28.55 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.BoolLibSpec
28.55 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:10:32-36
28.55 s
[sydtest-mutation-example-gen] @@ -7,7 +7,7 @@
28.55 s
[sydtest-mutation-example-gen] spec = do
28.55 s
[sydtest-mutation-example-gen] describe "wrapTrue" $
28.55 s
[sydtest-mutation-example-gen] it "is Just True" $
28.55 s
[sydtest-mutation-example-gen] - wrapTrue `shouldBe` Just True
28.55 s
[sydtest-mutation-example-gen] + wrapTrue `shouldBe` Just False
28.55 s
[sydtest-mutation-example-gen] describe "wrapFalse" $
28.55 s
[sydtest-mutation-example-gen] it "is Just False" $
28.55 s
[sydtest-mutation-example-gen] wrapFalse `shouldBe` Just False
28.55 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:13:33-38
28.55 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
28.55 s
[sydtest-mutation-example-gen] wrapTrue `shouldBe` Just True
28.55 s
[sydtest-mutation-example-gen] describe "wrapFalse" $
28.55 s
[sydtest-mutation-example-gen] it "is Just False" $
28.55 s
[sydtest-mutation-example-gen] - wrapFalse `shouldBe` Just False
28.55 s
[sydtest-mutation-example-gen] + wrapFalse `shouldBe` Just True
28.55 s
[sydtest-mutation-example-gen] describe "negateWrapped" $ do
28.55 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
28.55 s
[sydtest-mutation-example-gen] negateWrapped (Just True) `shouldBe` Just False
28.55 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:16:27-31
28.55 s
[sydtest-mutation-example-gen] @@ -13,7 +13,7 @@
28.55 s
[sydtest-mutation-example-gen] wrapFalse `shouldBe` Just False
28.55 s
[sydtest-mutation-example-gen] describe "negateWrapped" $ do
28.55 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
28.55 s
[sydtest-mutation-example-gen] - negateWrapped (Just True) `shouldBe` Just False
28.55 s
[sydtest-mutation-example-gen] + negateWrapped (Just False) `shouldBe` Just False
28.55 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
28.55 s
[sydtest-mutation-example-gen] negateWrapped (Just False) `shouldBe` Just True
28.56 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
28.56 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:16:49-54
28.56 s
[sydtest-mutation-example-gen] @@ -13,7 +13,7 @@
28.56 s
[sydtest-mutation-example-gen] wrapFalse `shouldBe` Just False
28.56 s
[sydtest-mutation-example-gen] describe "negateWrapped" $ do
28.56 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
28.56 s
[sydtest-mutation-example-gen] - negateWrapped (Just True) `shouldBe` Just False
28.56 s
[sydtest-mutation-example-gen] + negateWrapped (Just True) `shouldBe` Just True
28.56 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
28.56 s
[sydtest-mutation-example-gen] negateWrapped (Just False) `shouldBe` Just True
28.56 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
28.56 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:27-32
28.56 s
[sydtest-mutation-example-gen] @@ -15,6 +15,6 @@
28.56 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
28.56 s
[sydtest-mutation-example-gen] negateWrapped (Just True) `shouldBe` Just False
28.56 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
28.56 s
[sydtest-mutation-example-gen] - negateWrapped (Just False) `shouldBe` Just True
28.56 s
[sydtest-mutation-example-gen] + negateWrapped (Just True) `shouldBe` Just True
28.56 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
28.56 s
[sydtest-mutation-example-gen] negateWrapped Nothing `shouldBe` Nothing
28.56 s
[sydtest-mutation-example-gen] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:50-54
28.56 s
[sydtest-mutation-example-gen] @@ -15,6 +15,6 @@
28.56 s
[sydtest-mutation-example-gen] it "negates Just True to Just False" $
28.56 s
[sydtest-mutation-example-gen] negateWrapped (Just True) `shouldBe` Just False
28.56 s
[sydtest-mutation-example-gen] it "negates Just False to Just True" $
28.56 s
[sydtest-mutation-example-gen] - negateWrapped (Just False) `shouldBe` Just True
28.56 s
[sydtest-mutation-example-gen] + negateWrapped (Just False) `shouldBe` Just False
28.56 s
[sydtest-mutation-example-gen] it "leaves Nothing as Nothing" $
28.56 s
[sydtest-mutation-example-gen] negateWrapped Nothing `shouldBe` Nothing
28.56 s
[sydtest-mutation-example-gen] added 6 mutations
29.48 s
[sydtest-mutation-example-gen] [2 of 8] Compiling Example.ExceptionLibSpec ( test/Example/ExceptionLibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/ExceptionLibSpec.o ) [Impure plugin forced recompilation]
29.49 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.ExceptionLibSpec
29.49 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/ExceptionLibSpec.hs:13:47-48
29.49 s
[sydtest-mutation-example-gen] @@ -10,4 +10,4 @@
29.49 s
[sydtest-mutation-example-gen] describe "addOneModuleDisabled" $
29.49 s
[sydtest-mutation-example-gen] it "increments by one" $
29.49 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.49 s
[sydtest-mutation-example-gen] - addOneModuleDisabled n `shouldBe` n + 1
29.49 s
[sydtest-mutation-example-gen] + addOneModuleDisabled n `shouldBe` n + 0
29.49 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/ExceptionLibSpec.hs:13:47-48
29.49 s
[sydtest-mutation-example-gen] @@ -10,4 +10,4 @@
29.49 s
[sydtest-mutation-example-gen] describe "addOneModuleDisabled" $
29.49 s
[sydtest-mutation-example-gen] it "increments by one" $
29.49 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.49 s
[sydtest-mutation-example-gen] - addOneModuleDisabled n `shouldBe` n + 1
29.49 s
[sydtest-mutation-example-gen] + addOneModuleDisabled n `shouldBe` n + -1
29.49 s
[sydtest-mutation-example-gen] added 2 mutations
29.54 s
[sydtest-mutation-example-gen] [2 of 8] Compiling Example.ExceptionLibSpec ( test/Example/ExceptionLibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/ExceptionLibSpec.o ) [Impure plugin forced recompilation]
29.56 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.ExceptionLibSpec
29.56 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/ExceptionLibSpec.hs:13:47-48
29.56 s
[sydtest-mutation-example-gen] @@ -10,4 +10,4 @@
29.56 s
[sydtest-mutation-example-gen] describe "addOneModuleDisabled" $
29.56 s
[sydtest-mutation-example-gen] it "increments by one" $
29.56 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.56 s
[sydtest-mutation-example-gen] - addOneModuleDisabled n `shouldBe` n + 1
29.56 s
[sydtest-mutation-example-gen] + addOneModuleDisabled n `shouldBe` n + 0
29.56 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/ExceptionLibSpec.hs:13:47-48
29.56 s
[sydtest-mutation-example-gen] @@ -10,4 +10,4 @@
29.56 s
[sydtest-mutation-example-gen] describe "addOneModuleDisabled" $
29.56 s
[sydtest-mutation-example-gen] it "increments by one" $
29.56 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.56 s
[sydtest-mutation-example-gen] - addOneModuleDisabled n `shouldBe` n + 1
29.56 s
[sydtest-mutation-example-gen] + addOneModuleDisabled n `shouldBe` n + -1
29.56 s
[sydtest-mutation-example-gen] added 2 mutations
29.64 s
[sydtest-mutation-example-gen] [3 of 8] Compiling Example.FunctionExceptionLibSpec ( test/Example/FunctionExceptionLibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/FunctionExceptionLibSpec.o ) [Impure plugin forced recompilation]
29.64 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.FunctionExceptionLibSpec
29.64 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:13:46-47
29.64 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
29.64 s
[sydtest-mutation-example-gen] describe "addOneArithDisabled" $
29.64 s
[sydtest-mutation-example-gen] it "increments by one" $
29.64 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.64 s
[sydtest-mutation-example-gen] - addOneArithDisabled n `shouldBe` n + 1
29.64 s
[sydtest-mutation-example-gen] + addOneArithDisabled n `shouldBe` n + 0
29.64 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
29.64 s
[sydtest-mutation-example-gen] it "increments by one" $
29.64 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.64 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:13:46-47
29.64 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
29.64 s
[sydtest-mutation-example-gen] describe "addOneArithDisabled" $
29.64 s
[sydtest-mutation-example-gen] it "increments by one" $
29.64 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.64 s
[sydtest-mutation-example-gen] - addOneArithDisabled n `shouldBe` n + 1
29.64 s
[sydtest-mutation-example-gen] + addOneArithDisabled n `shouldBe` n + -1
29.65 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
29.65 s
[sydtest-mutation-example-gen] it "increments by one" $
29.65 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.65 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:17:55-56
29.65 s
[sydtest-mutation-example-gen] @@ -14,7 +14,7 @@
29.65 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
29.65 s
[sydtest-mutation-example-gen] it "increments by one" $
29.65 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.65 s
[sydtest-mutation-example-gen] - addOneArithAndIntLitDisabled n `shouldBe` n + 1
29.65 s
[sydtest-mutation-example-gen] + addOneArithAndIntLitDisabled n `shouldBe` n + 0
29.65 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
29.65 s
[sydtest-mutation-example-gen] it "increments by one" $
29.65 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.65 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:17:55-56
29.65 s
[sydtest-mutation-example-gen] @@ -14,7 +14,7 @@
29.65 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
29.65 s
[sydtest-mutation-example-gen] it "increments by one" $
29.65 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.65 s
[sydtest-mutation-example-gen] - addOneArithAndIntLitDisabled n `shouldBe` n + 1
29.65 s
[sydtest-mutation-example-gen] + addOneArithAndIntLitDisabled n `shouldBe` n + -1
29.65 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
29.65 s
[sydtest-mutation-example-gen] it "increments by one" $
29.65 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.65 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:21:49-50
29.65 s
[sydtest-mutation-example-gen] @@ -18,4 +18,4 @@
29.65 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
29.65 s
[sydtest-mutation-example-gen] it "increments by one" $
29.65 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.65 s
[sydtest-mutation-example-gen] - addOneFunctionDisabled n `shouldBe` n + 1
29.65 s
[sydtest-mutation-example-gen] + addOneFunctionDisabled n `shouldBe` n + 0
29.65 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:21:49-50
29.65 s
[sydtest-mutation-example-gen] @@ -18,4 +18,4 @@
29.65 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
29.65 s
[sydtest-mutation-example-gen] it "increments by one" $
29.65 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.65 s
[sydtest-mutation-example-gen] - addOneFunctionDisabled n `shouldBe` n + 1
29.65 s
[sydtest-mutation-example-gen] + addOneFunctionDisabled n `shouldBe` n + -1
29.65 s
[sydtest-mutation-example-gen] added 6 mutations
29.70 s
[sydtest-mutation-example-gen] [3 of 8] Compiling Example.FunctionExceptionLibSpec ( test/Example/FunctionExceptionLibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/FunctionExceptionLibSpec.o ) [Impure plugin forced recompilation]
29.71 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.FunctionExceptionLibSpec
29.71 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:13:46-47
29.71 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
29.71 s
[sydtest-mutation-example-gen] describe "addOneArithDisabled" $
29.71 s
[sydtest-mutation-example-gen] it "increments by one" $
29.71 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.71 s
[sydtest-mutation-example-gen] - addOneArithDisabled n `shouldBe` n + 1
29.71 s
[sydtest-mutation-example-gen] + addOneArithDisabled n `shouldBe` n + 0
29.71 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
29.71 s
[sydtest-mutation-example-gen] it "increments by one" $
29.71 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.71 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:13:46-47
29.71 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
29.71 s
[sydtest-mutation-example-gen] describe "addOneArithDisabled" $
29.71 s
[sydtest-mutation-example-gen] it "increments by one" $
29.71 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.71 s
[sydtest-mutation-example-gen] - addOneArithDisabled n `shouldBe` n + 1
29.71 s
[sydtest-mutation-example-gen] + addOneArithDisabled n `shouldBe` n + -1
29.71 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
29.71 s
[sydtest-mutation-example-gen] it "increments by one" $
29.71 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.71 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:17:55-56
29.71 s
[sydtest-mutation-example-gen] @@ -14,7 +14,7 @@
29.71 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
29.71 s
[sydtest-mutation-example-gen] it "increments by one" $
29.71 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.71 s
[sydtest-mutation-example-gen] - addOneArithAndIntLitDisabled n `shouldBe` n + 1
29.71 s
[sydtest-mutation-example-gen] + addOneArithAndIntLitDisabled n `shouldBe` n + 0
29.71 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
29.71 s
[sydtest-mutation-example-gen] it "increments by one" $
29.71 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.71 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:17:55-56
29.71 s
[sydtest-mutation-example-gen] @@ -14,7 +14,7 @@
29.72 s
[sydtest-mutation-example-gen] describe "addOneArithAndIntLitDisabled" $
29.72 s
[sydtest-mutation-example-gen] it "increments by one" $
29.72 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.72 s
[sydtest-mutation-example-gen] - addOneArithAndIntLitDisabled n `shouldBe` n + 1
29.72 s
[sydtest-mutation-example-gen] + addOneArithAndIntLitDisabled n `shouldBe` n + -1
29.72 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
29.72 s
[sydtest-mutation-example-gen] it "increments by one" $
29.72 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.72 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:21:49-50
29.72 s
[sydtest-mutation-example-gen] @@ -18,4 +18,4 @@
29.72 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
29.72 s
[sydtest-mutation-example-gen] it "increments by one" $
29.72 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.72 s
[sydtest-mutation-example-gen] - addOneFunctionDisabled n `shouldBe` n + 1
29.72 s
[sydtest-mutation-example-gen] + addOneFunctionDisabled n `shouldBe` n + 0
29.72 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/FunctionExceptionLibSpec.hs:21:49-50
29.72 s
[sydtest-mutation-example-gen] @@ -18,4 +18,4 @@
29.72 s
[sydtest-mutation-example-gen] describe "addOneFunctionDisabled" $
29.72 s
[sydtest-mutation-example-gen] it "increments by one" $
29.72 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.72 s
[sydtest-mutation-example-gen] - addOneFunctionDisabled n `shouldBe` n + 1
29.72 s
[sydtest-mutation-example-gen] + addOneFunctionDisabled n `shouldBe` n + -1
29.72 s
[sydtest-mutation-example-gen] added 6 mutations
29.84 s
[sydtest-mutation-example-gen] [4 of 8] Compiling Example.LibSpec ( test/Example/LibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/LibSpec.o ) [Impure plugin forced recompilation]
29.85 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.LibSpec
29.85 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/LibSpec.hs:13:33-34
29.85 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
29.85 s
[sydtest-mutation-example-gen] describe "addOne" $ do
29.85 s
[sydtest-mutation-example-gen] it "increments by one" $
29.85 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.85 s
[sydtest-mutation-example-gen] - addOne n `shouldBe` n + 1
29.85 s
[sydtest-mutation-example-gen] + addOne n `shouldBe` n + 0
29.85 s
[sydtest-mutation-example-gen] it "is greater than its input" $
29.85 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.85 s
[sydtest-mutation-example-gen] addOne n > n
29.85 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/LibSpec.hs:13:33-34
29.85 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
29.85 s
[sydtest-mutation-example-gen] describe "addOne" $ do
29.85 s
[sydtest-mutation-example-gen] it "increments by one" $
29.85 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.85 s
[sydtest-mutation-example-gen] - addOne n `shouldBe` n + 1
29.85 s
[sydtest-mutation-example-gen] + addOne n `shouldBe` n + -1
29.85 s
[sydtest-mutation-example-gen] it "is greater than its input" $
29.85 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.85 s
[sydtest-mutation-example-gen] addOne n > n
29.85 s
[sydtest-mutation-example-gen] added mutation ConstBool at test/Example/LibSpec.hs:16:9-21
29.86 s
[sydtest-mutation-example-gen] @@ -13,4 +13,4 @@
29.86 s
[sydtest-mutation-example-gen] addOne n `shouldBe` n + 1
29.86 s
[sydtest-mutation-example-gen] it "is greater than its input" $
29.86 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.86 s
[sydtest-mutation-example-gen] - addOne n > n
29.86 s
[sydtest-mutation-example-gen] + True
29.86 s
[sydtest-mutation-example-gen] added mutation ConstBool at test/Example/LibSpec.hs:16:9-21
29.86 s
[sydtest-mutation-example-gen] @@ -13,4 +13,4 @@
29.86 s
[sydtest-mutation-example-gen] addOne n `shouldBe` n + 1
29.86 s
[sydtest-mutation-example-gen] it "is greater than its input" $
29.86 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.86 s
[sydtest-mutation-example-gen] - addOne n > n
29.86 s
[sydtest-mutation-example-gen] + False
29.86 s
[sydtest-mutation-example-gen] added mutation Negate at test/Example/LibSpec.hs:16:9-21
29.86 s
[sydtest-mutation-example-gen] @@ -13,4 +13,4 @@
29.86 s
[sydtest-mutation-example-gen] addOne n `shouldBe` n + 1
29.86 s
[sydtest-mutation-example-gen] it "is greater than its input" $
29.86 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.86 s
[sydtest-mutation-example-gen] - addOne n > n
29.86 s
[sydtest-mutation-example-gen] + not (addOne n > n)
29.86 s
[sydtest-mutation-example-gen] added 5 mutations
29.94 s
[sydtest-mutation-example-gen] [4 of 8] Compiling Example.LibSpec ( test/Example/LibSpec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Example/LibSpec.o ) [Impure plugin forced recompilation]
29.94 s
[sydtest-mutation-example-gen] mutation: instrumenting Example.LibSpec
29.95 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/LibSpec.hs:13:33-34
29.95 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
29.95 s
[sydtest-mutation-example-gen] describe "addOne" $ do
29.95 s
[sydtest-mutation-example-gen] it "increments by one" $
29.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.95 s
[sydtest-mutation-example-gen] - addOne n `shouldBe` n + 1
29.95 s
[sydtest-mutation-example-gen] + addOne n `shouldBe` n + 0
29.95 s
[sydtest-mutation-example-gen] it "is greater than its input" $
29.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.95 s
[sydtest-mutation-example-gen] addOne n > n
29.95 s
[sydtest-mutation-example-gen] added mutation IntLit at test/Example/LibSpec.hs:13:33-34
29.95 s
[sydtest-mutation-example-gen] @@ -10,7 +10,7 @@
29.95 s
[sydtest-mutation-example-gen] describe "addOne" $ do
29.95 s
[sydtest-mutation-example-gen] it "increments by one" $
29.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.95 s
[sydtest-mutation-example-gen] - addOne n `shouldBe` n + 1
29.95 s
[sydtest-mutation-example-gen] + addOne n `shouldBe` n + -1
29.95 s
[sydtest-mutation-example-gen] it "is greater than its input" $
29.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.95 s
[sydtest-mutation-example-gen] addOne n > n
29.95 s
[sydtest-mutation-example-gen] added mutation ConstBool at test/Example/LibSpec.hs:16:9-21
29.95 s
[sydtest-mutation-example-gen] @@ -13,4 +13,4 @@
29.95 s
[sydtest-mutation-example-gen] addOne n `shouldBe` n + 1
29.95 s
[sydtest-mutation-example-gen] it "is greater than its input" $
29.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.95 s
[sydtest-mutation-example-gen] - addOne n > n
29.95 s
[sydtest-mutation-example-gen] + True
29.95 s
[sydtest-mutation-example-gen] added mutation ConstBool at test/Example/LibSpec.hs:16:9-21
29.95 s
[sydtest-mutation-example-gen] @@ -13,4 +13,4 @@
29.95 s
[sydtest-mutation-example-gen] addOne n `shouldBe` n + 1
29.95 s
[sydtest-mutation-example-gen] it "is greater than its input" $
29.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.95 s
[sydtest-mutation-example-gen] - addOne n > n
29.95 s
[sydtest-mutation-example-gen] + False
29.95 s
[sydtest-mutation-example-gen] added mutation Negate at test/Example/LibSpec.hs:16:9-21
29.95 s
[sydtest-mutation-example-gen] @@ -13,4 +13,4 @@
29.95 s
[sydtest-mutation-example-gen] addOne n `shouldBe` n + 1
29.95 s
[sydtest-mutation-example-gen] it "is greater than its input" $
29.95 s
[sydtest-mutation-example-gen] forAll genInt $ \n ->
29.95 s
[sydtest-mutation-example-gen] - addOne n > n
29.95 s
[sydtest-mutation-example-gen] + not (addOne n > n)
29.95 s
[sydtest-mutation-example-gen] added 5 mutations
29.98 s
[sydtest-mutation-example-gen] [5 of 8] Compiling Paths_sydtest_mutation_example_gen ( dist/build/sydtest-mutation-example-gen-test/autogen/Paths_sydtest_mutation_example_gen.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Paths_sydtest_mutation_example_gen.o ) [Impure plugin forced recompilation]
30.10 s
[sydtest-mutation-example-gen] [5 of 8] Compiling Paths_sydtest_mutation_example_gen ( dist/build/sydtest-mutation-example-gen-test/autogen/Paths_sydtest_mutation_example_gen.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Paths_sydtest_mutation_example_gen.o ) [Impure plugin forced recompilation]
30.14 s
[sydtest-mutation-example-gen] [6 of 8] Compiling Spec ( test/Spec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Spec.o ) [Impure plugin forced recompilation]
30.14 s
[sydtest-mutation-example-gen] mutation: instrumenting Spec
30.15 s
[sydtest-mutation-example-gen] added 0 mutations
30.22 s
[sydtest-mutation-example-gen] [7 of 8] Compiling Main ( test/Main.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Main.o ) [Impure plugin forced recompilation]
30.23 s
[sydtest-mutation-example-gen] mutation: instrumenting Main
30.23 s
[sydtest-mutation-example-gen] added 0 mutations
30.25 s
[sydtest-mutation-example-gen] [6 of 8] Compiling Spec ( test/Spec.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Spec.o ) [Impure plugin forced recompilation]
30.25 s
[sydtest-mutation-example-gen] mutation: instrumenting Spec
30.25 s
[sydtest-mutation-example-gen] added 0 mutations
30.30 s
[sydtest-mutation-example-gen] [8 of 8] Linking dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test
30.33 s
[sydtest-mutation-example-gen] [7 of 8] Compiling Main ( test/Main.hs, dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test-tmp/Main.o ) [Impure plugin forced recompilation]
30.35 s
[sydtest-mutation-example-gen] mutation: instrumenting Main
30.35 s
[sydtest-mutation-example-gen] added 0 mutations
30.42 s
[sydtest-mutation-example-gen] [8 of 8] Linking dist/build/sydtest-mutation-example-gen-test/sydtest-mutation-example-gen-test
33.75 s
[sydtest-mutation-example-gen] mutation-nix: manifest output at /nix/store/jdzypd24s04h7w33pjd5xsn3vj2s74ha-sydtest-mutation-example-gen-0.0.0.0-manifest:
33.83 s
[sydtest-mutation-example-gen] total 68
33.83 s
[sydtest-mutation-example-gen] drwxr-xr-x 2 nixbld nixbld 4096 May 13 16:04 .
33.83 s
[sydtest-mutation-example-gen] drwxrwxr-t 315 nobody nixbld 32768 May 13 16:04 ..
33.83 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 3841 May 13 16:04 Example.BoolLibSpec.json
33.83 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 1026 May 13 16:04 Example.ExceptionLibSpec.json
33.83 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 3706 May 13 16:04 Example.FunctionExceptionLibSpec.json
33.83 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 2 May 13 16:04 Example.Gen.json
33.83 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 2403 May 13 16:04 Example.LibSpec.json
33.83 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 2 May 13 16:04 Main.json
33.83 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 2 May 13 16:04 Spec.json
33.83 s
[sydtest-mutation-example-gen] Phase: checkPhase
33.96 s
[sydtest-mutation-example-gen] mutation-nix: manifest output at /nix/store/4pvqd2g62cdwjc64irsam3dffgl98x90-sydtest-mutation-example-gen-0.0.0.0-manifest:
33.96 s
[sydtest-mutation-example-gen] total 68
33.96 s
[sydtest-mutation-example-gen] drwxr-xr-x 2 nixbld nixbld 4096 May 13 16:04 .
33.96 s
[sydtest-mutation-example-gen] drwxrwxr-t 315 nobody nixbld 32768 May 13 16:04 ..
33.96 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 3841 May 13 16:04 Example.BoolLibSpec.json
33.96 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 1026 May 13 16:04 Example.ExceptionLibSpec.json
33.96 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 3706 May 13 16:04 Example.FunctionExceptionLibSpec.json
33.96 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 2 May 13 16:04 Example.Gen.json
33.97 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 2403 May 13 16:04 Example.LibSpec.json
33.97 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 2 May 13 16:04 Main.json
33.97 s
[sydtest-mutation-example-gen] -rw-r--r-- 1 nixbld nixbld 2 May 13 16:04 Spec.json
33.97 s
[sydtest-mutation-example-gen] Phase: checkPhase
33.98 s
[sydtest-mutation-example-gen] no Makefile or custom checkPhase, doing nothing
33.99 s
[sydtest-mutation-example-gen] Phase: haddockPhase
34.00 s
[sydtest-mutation-example-gen] Phase: installPhase
34.29 s
[sydtest-mutation-example-gen] Installing library in /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
34.76 s
[sydtest-mutation-example-gen] Running 1 test suites...
34.76 s
[sydtest-mutation-example-gen] Test suite sydtest-mutation-example-gen-test: RUNNING...
34.84 s
[sydtest-mutation-example-gen] Tests:
34.84 s
[sydtest-mutation-example-gen]
34.84 s
[sydtest-mutation-example-gen] Example.LibSpec
34.84 s
[sydtest-mutation-example-gen] addOne
34.84 s
[sydtest-mutation-example-gen] ✓ is greater than its input 3.73 ms
34.84 s
[sydtest-mutation-example-gen] passed for all of 100 inputs.
34.84 s
[sydtest-mutation-example-gen] ✓ increments by one 4.34 ms
34.84 s
[sydtest-mutation-example-gen] passed for all of 100 inputs.
34.84 s
[sydtest-mutation-example-gen] Example.BoolLibSpec
34.84 s
[sydtest-mutation-example-gen] wrapTrue
34.84 s
[sydtest-mutation-example-gen] ✓ is Just True 3.78 ms
34.84 s
[sydtest-mutation-example-gen] wrapFalse
34.84 s
[sydtest-mutation-example-gen] ✓ is Just False 2.65 ms
34.85 s
[sydtest-mutation-example-gen] negateWrapped
34.85 s
[sydtest-mutation-example-gen] ✓ negates Just True to Just False 2.62 ms
34.85 s
[sydtest-mutation-example-gen] ✓ leaves Nothing as Nothing 0.02 ms
34.85 s
[sydtest-mutation-example-gen] ✓ negates Just False to Just True 2.65 ms
34.85 s
[sydtest-mutation-example-gen] Example.ExceptionLibSpec
34.85 s
[sydtest-mutation-example-gen] addOneModuleDisabled
34.85 s
[sydtest-mutation-example-gen] ✓ increments by one 4.69 ms
34.85 s
[sydtest-mutation-example-gen] passed for all of 100 inputs.
34.85 s
[sydtest-mutation-example-gen] Example.FunctionExceptionLibSpec
34.85 s
[sydtest-mutation-example-gen] addOneArithAndIntLitDisabled
34.85 s
[sydtest-mutation-example-gen] ✓ increments by one 3.61 ms
34.85 s
[sydtest-mutation-example-gen] passed for all of 100 inputs.
34.85 s
[sydtest-mutation-example-gen] addOneFunctionDisabled
34.85 s
[sydtest-mutation-example-gen] ✓ increments by one 4.53 ms
34.85 s
[sydtest-mutation-example-gen] passed for all of 100 inputs.
34.85 s
[sydtest-mutation-example-gen] addOneArithDisabled
34.85 s
[sydtest-mutation-example-gen] ✓ increments by one 9.22 ms
34.85 s
[sydtest-mutation-example-gen] passed for all of 100 inputs.
34.85 s
[sydtest-mutation-example-gen]
34.85 s
[sydtest-mutation-example-gen] Examples: 605
34.85 s
[sydtest-mutation-example-gen] Passed: 11
34.85 s
[sydtest-mutation-example-gen] Failed: 0
34.85 s
[sydtest-mutation-example-gen] Sum of test runtimes: 0.04 seconds
34.85 s
[sydtest-mutation-example-gen] Test suite took: 0.02 seconds
34.85 s
[sydtest-mutation-example-gen]
34.87 s
[sydtest-mutation-example-gen] Test suite sydtest-mutation-example-gen-test: PASS
34.87 s
[sydtest-mutation-example-gen] Test suite logged to:
34.87 s
[sydtest-mutation-example-gen] dist/test/sydtest-mutation-example-gen-0.0.0.0-sydtest-mutation-example-gen-test.log
34.87 s
[sydtest-mutation-example-gen] 1 of 1 test suites (1 of 1 test cases) passed.
34.89 s
[sydtest-mutation-example-gen] Phase: fixupPhase
34.90 s
[sydtest-mutation-example-gen] Phase: haddockPhase
34.92 s
[sydtest-mutation-example-gen] Phase: installPhase
34.92 s
[sydtest-mutation-example-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0
34.92 s
[sydtest-mutation-example-gen] shrinking /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0/test/sydtest-mutation-example-gen-test
34.98 s
[sydtest-mutation-example-gen] shrinking /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHSsydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ-ghc9.10.3.so
35.02 s
[sydtest-mutation-example-gen] checking for references to /build/ in /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0...
35.10 s
[sydtest-mutation-example-gen] patching script interpreter paths in /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0
35.12 s
[sydtest-mutation-example-gen] stripping (with command strip and flags -S -p) in /nix/store/1prdnk87rkppdrzj2vfx735clnm60jfd-sydtest-mutation-example-gen-0.0.0.0/lib
35.20 s
[sydtest-mutation-example-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/4pvqd2g62cdwjc64irsam3dffgl98x90-sydtest-mutation-example-gen-0.0.0.0-manifest
35.21 s
[sydtest-mutation-example-gen] checking for references to /build/ in /nix/store/4pvqd2g62cdwjc64irsam3dffgl98x90-sydtest-mutation-example-gen-0.0.0.0-manifest...
35.24 s
[sydtest-mutation-example-gen] patching script interpreter paths in /nix/store/4pvqd2g62cdwjc64irsam3dffgl98x90-sydtest-mutation-example-gen-0.0.0.0-manifest
35.40 s
Progress: 3 of 6 built (1 building)
35.40 s
[sydtest-mutation-example-gen] Installing library in /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ
35.90 s
[sydtest-mutation-example-gen] Phase: fixupPhase
35.94 s
[sydtest-mutation-example-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0
35.94 s
[sydtest-mutation-example-gen] shrinking /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHSsydtest-mutation-example-gen-0.0.0.0-4cnK2StUrYnd9LDLBLqHJ-ghc9.10.3.so
35.98 s
[sydtest-mutation-example-gen] checking for references to /build/ in /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0...
36.02 s
[sydtest-mutation-example-gen] patching script interpreter paths in /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0
36.03 s
[sydtest-mutation-example-gen] stripping (with command strip and flags -S -p) in /nix/store/rs2c62009aas9nlf4rxkpmpqsa5ivg8c-sydtest-mutation-example-gen-0.0.0.0/lib
36.09 s
[sydtest-mutation-example-gen] shrinking RPATHs of ELF executables and libraries in /nix/store/jdzypd24s04h7w33pjd5xsn3vj2s74ha-sydtest-mutation-example-gen-0.0.0.0-manifest
36.10 s
[sydtest-mutation-example-gen] checking for references to /build/ in /nix/store/jdzypd24s04h7w33pjd5xsn3vj2s74ha-sydtest-mutation-example-gen-0.0.0.0-manifest...
36.12 s
[sydtest-mutation-example-gen] patching script interpreter paths in /nix/store/jdzypd24s04h7w33pjd5xsn3vj2s74ha-sydtest-mutation-example-gen-0.0.0.0-manifest
36.26 s
Progress: 4 of 6 built
36.35 s
Building sydtest-mutation-example
37.00 s
[sydtest-mutation-example] Phase: setupCompilerEnvironmentPhase
37.01 s
[sydtest-mutation-example] Build with /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3.
38.47 s
[sydtest-mutation-example] Phase: unpackPhase
38.48 s
[sydtest-mutation-example] unpacking source archive /nix/store/kq9grz414c3zlh91q4iyyha6v39xicmg-sydtest-mutation-example-source-0.0.0.0/sydtest-mutation-example-0.0.0.0.tar.gz
38.50 s
[sydtest-mutation-example] source root is sydtest-mutation-example-0.0.0.0
38.52 s
[sydtest-mutation-example] setting SOURCE_DATE_EPOCH to timestamp 1778688098 of file "sydtest-mutation-example-0.0.0.0/test/Spec.hs"
38.53 s
[sydtest-mutation-example] Phase: patchPhase
38.56 s
[sydtest-mutation-example] Phase: compileBuildDriverPhase
38.57 s
[sydtest-mutation-example] setupCompileFlags: -package-db=/build/tmp.mujrydP7F4/setup-package.conf.d -threaded
38.76 s
[sydtest-mutation-example] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.mujrydP7F4/Main.o )
38.94 s
[sydtest-mutation-example] [2 of 2] Linking Setup
42.69 s
[sydtest-mutation-example] Phase: updateAutotoolsGnuConfigScriptsPhase
42.72 s
[sydtest-mutation-example] Phase: configurePhase
42.73 s
[sydtest-mutation-example] configureFlags: --verbose --prefix=/nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.mujrydP7F4/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --disable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Wunused-packages --ghc-options=-Werror --ghc-options=-Wno-deprecations --disable-optimization --ghc-option=-j1 --ghc-option=+RTS --ghc-option=-A32M --ghc-option=-M16g --ghc-option=-RTS --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/lib
42.75 s
[sydtest-mutation-example] Using Parsec parser
42.75 s
[sydtest-mutation-example] Configuring sydtest-mutation-example-0.0.0.0...
45.17 s
[sydtest-mutation-example] Dependency base >=4.7 && <5: using base-4.20.2.0
45.20 s
[sydtest-mutation-example] Dependency base >=4.7 && <5: using base-4.20.2.0
45.20 s
[sydtest-mutation-example] Dependency sydtest: using sydtest-0.23.0.2
45.20 s
[sydtest-mutation-example] Dependency sydtest-mutation-example: using sydtest-mutation-example-0.0.0.0
45.20 s
[sydtest-mutation-example] Source component graph:
45.20 s
[sydtest-mutation-example] component lib
45.20 s
[sydtest-mutation-example] component test:sydtest-mutation-example-test dependency lib
45.20 s
[sydtest-mutation-example] Configured component graph:
45.20 s
[sydtest-mutation-example] component sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
45.20 s
[sydtest-mutation-example] include base-4.20.2.0-64da
45.20 s
[sydtest-mutation-example] component sydtest-mutation-example-0.0.0.0-8eNP0kEWkFBLuikqb8br1V-sydtest-mutation-example-test
45.20 s
[sydtest-mutation-example] include base-4.20.2.0-64da
45.20 s
[sydtest-mutation-example] include sydtest-0.23.0.2-RzVaEpJISaERaSrCHYFLw
45.20 s
[sydtest-mutation-example] include sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
45.20 s
[sydtest-mutation-example] Linked component graph:
45.21 s
[sydtest-mutation-example] unit sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
45.21 s
[sydtest-mutation-example] include base-4.20.2.0-64da
45.21 s
[sydtest-mutation-example] Example.BoolLib=sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA:Example.BoolLib,Example.ExceptionLib=sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA:Example.ExceptionLib,Example.FunctionExceptionLib=sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA:Example.FunctionExceptionLib,Example.Lib=sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA:Example.Lib,Example.OtherwiseLib=sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA:Example.OtherwiseLib,Example.UntestedLib=sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA:Example.UntestedLib
45.21 s
[sydtest-mutation-example] unit sydtest-mutation-example-0.0.0.0-8eNP0kEWkFBLuikqb8br1V-sydtest-mutation-example-test
45.21 s
[sydtest-mutation-example] include base-4.20.2.0-64da
45.21 s
[sydtest-mutation-example] include sydtest-0.23.0.2-RzVaEpJISaERaSrCHYFLw
45.21 s
[sydtest-mutation-example] include sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
45.21 s
[sydtest-mutation-example] Ready component graph:
45.21 s
[sydtest-mutation-example] definite sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
45.21 s
[sydtest-mutation-example] depends base-4.20.2.0-64da
45.21 s
[sydtest-mutation-example] definite sydtest-mutation-example-0.0.0.0-8eNP0kEWkFBLuikqb8br1V-sydtest-mutation-example-test
45.21 s
[sydtest-mutation-example] depends base-4.20.2.0-64da
45.21 s
[sydtest-mutation-example] depends sydtest-0.23.0.2-RzVaEpJISaERaSrCHYFLw
45.21 s
[sydtest-mutation-example] depends sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
45.21 s
[sydtest-mutation-example] Using Cabal-3.12.1.0 compiled by ghc-9.10
45.21 s
[sydtest-mutation-example] Using compiler: ghc-9.10.3
45.21 s
[sydtest-mutation-example] Using install prefix:
45.21 s
[sydtest-mutation-example] /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0
45.21 s
[sydtest-mutation-example] Executables installed in:
45.21 s
[sydtest-mutation-example] /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0/bin
45.21 s
[sydtest-mutation-example] Libraries installed in:
45.21 s
[sydtest-mutation-example] /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
45.21 s
[sydtest-mutation-example] Dynamic Libraries installed in:
45.21 s
[sydtest-mutation-example] /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6
45.21 s
[sydtest-mutation-example] Private executables installed in:
45.21 s
[sydtest-mutation-example] /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0/libexec/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-0.0.0.0
45.21 s
[sydtest-mutation-example] Data files installed in:
45.21 s
[sydtest-mutation-example] /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0/share/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-0.0.0.0
45.21 s
[sydtest-mutation-example] Documentation installed in:
45.22 s
[sydtest-mutation-example] /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0/share/doc/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-0.0.0.0
45.22 s
[sydtest-mutation-example] Configuration files installed in:
45.22 s
[sydtest-mutation-example] /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0/etc
45.22 s
[sydtest-mutation-example] No alex found
45.22 s
[sydtest-mutation-example] Using ar found on system at:
45.22 s
[sydtest-mutation-example] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
45.22 s
[sydtest-mutation-example] No c2hs found
45.22 s
[sydtest-mutation-example] No cpphs found
45.22 s
[sydtest-mutation-example] No doctest found
45.22 s
[sydtest-mutation-example] Using gcc version 14.3.0 given by user at:
45.22 s
[sydtest-mutation-example] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
45.22 s
[sydtest-mutation-example] Using ghc version 9.10.3 found on system at:
45.22 s
[sydtest-mutation-example] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc
45.22 s
[sydtest-mutation-example] Using ghc-pkg version 9.10.3 found on system at:
45.22 s
[sydtest-mutation-example] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc-pkg-9.10.3
45.22 s
[sydtest-mutation-example] No ghcjs found
45.22 s
[sydtest-mutation-example] No ghcjs-pkg found
45.22 s
[sydtest-mutation-example] No greencard found
45.22 s
[sydtest-mutation-example] Using haddock version 2.31.1 found on system at:
45.22 s
[sydtest-mutation-example] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/haddock-ghc-9.10.3
45.22 s
[sydtest-mutation-example] No happy found
45.22 s
[sydtest-mutation-example] Using haskell-suite found on system at: haskell-suite-dummy-location
45.22 s
[sydtest-mutation-example] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
45.22 s
[sydtest-mutation-example] No hmake found
45.23 s
[sydtest-mutation-example] Using hpc version 0.69 found on system at:
45.23 s
[sydtest-mutation-example] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hpc-ghc-9.10.3
45.23 s
[sydtest-mutation-example] Using hsc2hs version 0.68.10 found on system at:
45.23 s
[sydtest-mutation-example] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
45.23 s
[sydtest-mutation-example] Using hscolour version 1.25 found on system at:
45.23 s
[sydtest-mutation-example] /nix/store/f755skyzf4jvfx3crwq9mmh3x4lsaz8i-hscolour-1.25/bin/HsColour
45.23 s
[sydtest-mutation-example] No jhc found
45.23 s
[sydtest-mutation-example] Using ld found on system at:
45.23 s
[sydtest-mutation-example] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
45.23 s
[sydtest-mutation-example] No pkg-config found
45.23 s
[sydtest-mutation-example] Using runghc version 9.10.3 found on system at:
45.23 s
[sydtest-mutation-example] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/runghc-9.10.3
45.23 s
[sydtest-mutation-example] Using strip version 2.44 found on system at:
45.23 s
[sydtest-mutation-example] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
45.23 s
[sydtest-mutation-example] Using tar found on system at:
45.23 s
[sydtest-mutation-example] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
45.23 s
[sydtest-mutation-example] No uhc found
46.17 s
[sydtest-mutation-example] Phase: buildPhase
46.19 s
[sydtest-mutation-example] mutation-nix: setting MUTATION_MANIFEST_DIR=/nix/store/33vjd2phw5z88mbxjanaxdg1iwpg23sj-sydtest-mutation-example-0.0.0.0-manifest
46.60 s
[sydtest-mutation-example] Preprocessing library for sydtest-mutation-example-0.0.0.0...
46.60 s
[sydtest-mutation-example] Building library for sydtest-mutation-example-0.0.0.0...
47.14 s
[sydtest-mutation-example] [1 of 7] Compiling Example.BoolLib ( src/Example/BoolLib.hs, dist/build/Example/BoolLib.o, dist/build/Example/BoolLib.dyn_o )
47.20 s
[sydtest-mutation-example] mutation: instrumenting Example.BoolLib
47.20 s
[sydtest-mutation-example] added mutation BoolLit at src/Example/BoolLib.hs:18:18-23
47.20 s
[sydtest-mutation-example] @@ -15,7 +15,7 @@
47.20 s
[sydtest-mutation-example] --
47.20 s
[sydtest-mutation-example] -- Mutation sites: BoolLit/ConstBool on the inner False, MaybeOp on Just False.
47.20 s
[sydtest-mutation-example] wrapFalse :: Maybe Bool
47.20 s
[sydtest-mutation-example] -wrapFalse = Just False
47.20 s
[sydtest-mutation-example] +wrapFalse = Just True
47.20 s
[sydtest-mutation-example]
47.20 s
[sydtest-mutation-example] -- | Negates a wrapped boolean.
47.20 s
[sydtest-mutation-example] negateWrapped :: Maybe Bool -> Maybe Bool
47.20 s
[sydtest-mutation-example] added mutation BoolLit at src/Example/BoolLib.hs:12:17-21
47.20 s
[sydtest-mutation-example] @@ -9,7 +9,7 @@
47.20 s
[sydtest-mutation-example] --
47.20 s
[sydtest-mutation-example] -- Mutation sites: BoolLit/ConstBool on the inner True, MaybeOp on Just True.
47.20 s
[sydtest-mutation-example] wrapTrue :: Maybe Bool
47.20 s
[sydtest-mutation-example] -wrapTrue = Just True
47.21 s
[sydtest-mutation-example] +wrapTrue = Just False
47.21 s
[sydtest-mutation-example]
47.21 s
[sydtest-mutation-example] -- | Wraps False in Just.
47.21 s
[sydtest-mutation-example] --
47.21 s
[sydtest-mutation-example] added 2 mutations
48.06 s
[sydtest-mutation-example] [2 of 7] Compiling Example.ExceptionLib ( src/Example/ExceptionLib.hs, dist/build/Example/ExceptionLib.o, dist/build/Example/ExceptionLib.dyn_o )
48.16 s
[sydtest-mutation-example] [3 of 7] Compiling Example.FunctionExceptionLib ( src/Example/FunctionExceptionLib.hs, dist/build/Example/FunctionExceptionLib.o, dist/build/Example/FunctionExceptionLib.dyn_o )
48.17 s
[sydtest-mutation-example] mutation: instrumenting Example.FunctionExceptionLib
48.17 s
[sydtest-mutation-example] added mutation IntLit at src/Example/FunctionExceptionLib.hs:25:32-33
48.17 s
[sydtest-mutation-example] @@ -22,4 +22,4 @@
48.17 s
[sydtest-mutation-example] -- @{-# ANN addOneFunctionDisabled ("DisableMutations" :: String) #-}@.
48.17 s
[sydtest-mutation-example] {-# ANN addOneFunctionDisabled ("DisableMutations" :: String) #-}
48.17 s
[sydtest-mutation-example] addOneFunctionDisabled :: Int -> Int
48.17 s
[sydtest-mutation-example] -addOneFunctionDisabled n = n + 1
48.17 s
[sydtest-mutation-example] +addOneFunctionDisabled n = n + 0
48.17 s
[sydtest-mutation-example] added mutation IntLit at src/Example/FunctionExceptionLib.hs:25:32-33
48.17 s
[sydtest-mutation-example] @@ -22,4 +22,4 @@
48.17 s
[sydtest-mutation-example] -- @{-# ANN addOneFunctionDisabled ("DisableMutations" :: String) #-}@.
48.17 s
[sydtest-mutation-example] {-# ANN addOneFunctionDisabled ("DisableMutations" :: String) #-}
48.17 s
[sydtest-mutation-example] addOneFunctionDisabled :: Int -> Int
48.17 s
[sydtest-mutation-example] -addOneFunctionDisabled n = n + 1
48.17 s
[sydtest-mutation-example] +addOneFunctionDisabled n = n + -1
48.17 s
[sydtest-mutation-example] added mutation IntLit at src/Example/FunctionExceptionLib.hs:19:38-39
48.17 s
[sydtest-mutation-example] @@ -16,7 +16,7 @@
48.17 s
[sydtest-mutation-example] -- | Both Arith and IntLit mutations disabled on this function.
48.17 s
[sydtest-mutation-example] {-# ANN addOneArithAndIntLitDisabled ("DisableMutations: Arith, IntLit" :: String) #-}
48.17 s
[sydtest-mutation-example] addOneArithAndIntLitDisabled :: Int -> Int
48.17 s
[sydtest-mutation-example] -addOneArithAndIntLitDisabled n = n + 1
48.17 s
[sydtest-mutation-example] +addOneArithAndIntLitDisabled n = n + 0
48.17 s
[sydtest-mutation-example]
48.17 s
[sydtest-mutation-example] -- | All mutations disabled on this function via
48.17 s
[sydtest-mutation-example] -- @{-# ANN addOneFunctionDisabled ("DisableMutations" :: String) #-}@.
48.17 s
[sydtest-mutation-example] added mutation IntLit at src/Example/FunctionExceptionLib.hs:19:38-39
48.17 s
[sydtest-mutation-example] @@ -16,7 +16,7 @@
48.17 s
[sydtest-mutation-example] -- | Both Arith and IntLit mutations disabled on this function.
48.17 s
[sydtest-mutation-example] {-# ANN addOneArithAndIntLitDisabled ("DisableMutations: Arith, IntLit" :: String) #-}
48.17 s
[sydtest-mutation-example] addOneArithAndIntLitDisabled :: Int -> Int
48.18 s
[sydtest-mutation-example] -addOneArithAndIntLitDisabled n = n + 1
48.18 s
[sydtest-mutation-example] +addOneArithAndIntLitDisabled n = n + -1
48.18 s
[sydtest-mutation-example]
48.18 s
[sydtest-mutation-example] -- | All mutations disabled on this function via
48.18 s
[sydtest-mutation-example] -- @{-# ANN addOneFunctionDisabled ("DisableMutations" :: String) #-}@.
48.18 s
[sydtest-mutation-example] added mutation IntLit at src/Example/FunctionExceptionLib.hs:14:29-30
48.18 s
[sydtest-mutation-example] @@ -11,7 +11,7 @@
48.18 s
[sydtest-mutation-example] -- IntLit mutations (replacing the literal @1@) still apply.
48.18 s
[sydtest-mutation-example] {-# ANN addOneArithDisabled ("DisableMutation: Arith" :: String) #-}
48.18 s
[sydtest-mutation-example] addOneArithDisabled :: Int -> Int
48.18 s
[sydtest-mutation-example] -addOneArithDisabled n = n + 1
48.18 s
[sydtest-mutation-example] +addOneArithDisabled n = n + 0
48.18 s
[sydtest-mutation-example]
48.18 s
[sydtest-mutation-example] -- | Both Arith and IntLit mutations disabled on this function.
48.18 s
[sydtest-mutation-example] {-# ANN addOneArithAndIntLitDisabled ("DisableMutations: Arith, IntLit" :: String) #-}
48.18 s
[sydtest-mutation-example] added mutation IntLit at src/Example/FunctionExceptionLib.hs:14:29-30
48.18 s
[sydtest-mutation-example] @@ -11,7 +11,7 @@
48.18 s
[sydtest-mutation-example] -- IntLit mutations (replacing the literal @1@) still apply.
48.18 s
[sydtest-mutation-example] {-# ANN addOneArithDisabled ("DisableMutation: Arith" :: String) #-}
48.18 s
[sydtest-mutation-example] addOneArithDisabled :: Int -> Int
48.18 s
[sydtest-mutation-example] -addOneArithDisabled n = n + 1
48.18 s
[sydtest-mutation-example] +addOneArithDisabled n = n + -1
48.18 s
[sydtest-mutation-example]
48.18 s
[sydtest-mutation-example] -- | Both Arith and IntLit mutations disabled on this function.
48.18 s
[sydtest-mutation-example] {-# ANN addOneArithAndIntLitDisabled ("DisableMutations: Arith, IntLit" :: String) #-}
48.18 s
[sydtest-mutation-example] added 6 mutations
48.46 s
[sydtest-mutation-example] [4 of 7] Compiling Example.Lib ( src/Example/Lib.hs, dist/build/Example/Lib.o, dist/build/Example/Lib.dyn_o )
48.46 s
[sydtest-mutation-example] mutation: instrumenting Example.Lib
48.46 s
[sydtest-mutation-example] added mutation IntLit at src/Example/Lib.hs:8:16-17
48.46 s
[sydtest-mutation-example] @@ -5,4 +5,4 @@
48.46 s
[sydtest-mutation-example] -- The literal '1' here is a mutation site: the plugin will also compile a
48.46 s
[sydtest-mutation-example] -- version where this returns @n + 0@ instead of @n + 1@.
48.46 s
[sydtest-mutation-example] addOne :: Int -> Int
48.46 s
[sydtest-mutation-example] -addOne n = n + 1
48.46 s
[sydtest-mutation-example] +addOne n = n + 0
48.46 s
[sydtest-mutation-example] added mutation IntLit at src/Example/Lib.hs:8:16-17
48.46 s
[sydtest-mutation-example] @@ -5,4 +5,4 @@
48.46 s
[sydtest-mutation-example] -- The literal '1' here is a mutation site: the plugin will also compile a
48.46 s
[sydtest-mutation-example] -- version where this returns @n + 0@ instead of @n + 1@.
48.46 s
[sydtest-mutation-example] addOne :: Int -> Int
48.46 s
[sydtest-mutation-example] -addOne n = n + 1
48.46 s
[sydtest-mutation-example] +addOne n = n + -1
48.46 s
[sydtest-mutation-example] added 2 mutations
48.56 s
[sydtest-mutation-example] [5 of 7] Compiling Example.OtherwiseLib ( src/Example/OtherwiseLib.hs, dist/build/Example/OtherwiseLib.o, dist/build/Example/OtherwiseLib.dyn_o )
48.57 s
[sydtest-mutation-example] mutation: instrumenting Example.OtherwiseLib
48.57 s
[sydtest-mutation-example] added mutation IntLit at src/Example/OtherwiseLib.hs:12:9-10
48.57 s
[sydtest-mutation-example] @@ -9,6 +9,6 @@
48.57 s
[sydtest-mutation-example] -- (otherwise = True, so @otherwise -> True@ is a semantic no-op).
48.57 s
[sydtest-mutation-example] classify :: Int -> String
48.57 s
[sydtest-mutation-example] classify n
48.57 s
[sydtest-mutation-example] - | n < 0 = "negative"
48.57 s
[sydtest-mutation-example] + | n < 1 = "negative"
48.57 s
[sydtest-mutation-example] | n == 0 = "zero"
48.57 s
[sydtest-mutation-example] | otherwise = "positive"
48.57 s
[sydtest-mutation-example] added mutation ConstBool at src/Example/OtherwiseLib.hs:12:5-10
48.57 s
[sydtest-mutation-example] @@ -9,6 +9,6 @@
48.57 s
[sydtest-mutation-example] -- (otherwise = True, so @otherwise -> True@ is a semantic no-op).
48.57 s
[sydtest-mutation-example] classify :: Int -> String
48.57 s
[sydtest-mutation-example] classify n
48.57 s
[sydtest-mutation-example] - | n < 0 = "negative"
48.57 s
[sydtest-mutation-example] + | True = "negative"
48.57 s
[sydtest-mutation-example] | n == 0 = "zero"
48.57 s
[sydtest-mutation-example] | otherwise = "positive"
48.57 s
[sydtest-mutation-example] added mutation Negate at src/Example/OtherwiseLib.hs:12:5-10
48.57 s
[sydtest-mutation-example] @@ -9,6 +9,6 @@
48.57 s
[sydtest-mutation-example] -- (otherwise = True, so @otherwise -> True@ is a semantic no-op).
48.57 s
[sydtest-mutation-example] classify :: Int -> String
48.57 s
[sydtest-mutation-example] classify n
48.57 s
[sydtest-mutation-example] - | n < 0 = "negative"
48.57 s
[sydtest-mutation-example] + | not (n < 0) = "negative"
48.57 s
[sydtest-mutation-example] | n == 0 = "zero"
48.57 s
[sydtest-mutation-example] | otherwise = "positive"
48.57 s
[sydtest-mutation-example] added mutation IntLit at src/Example/OtherwiseLib.hs:13:10-11
48.57 s
[sydtest-mutation-example] @@ -10,5 +10,5 @@
48.57 s
[sydtest-mutation-example] classify :: Int -> String
48.57 s
[sydtest-mutation-example] classify n
48.57 s
[sydtest-mutation-example] | n < 0 = "negative"
48.57 s
[sydtest-mutation-example] - | n == 0 = "zero"
48.57 s
[sydtest-mutation-example] + | n == 1 = "zero"
48.57 s
[sydtest-mutation-example] | otherwise = "positive"
48.57 s
[sydtest-mutation-example] added mutation ConstBool at src/Example/OtherwiseLib.hs:13:5-11
48.57 s
[sydtest-mutation-example] @@ -10,5 +10,5 @@
48.57 s
[sydtest-mutation-example] classify :: Int -> String
48.57 s
[sydtest-mutation-example] classify n
48.57 s
[sydtest-mutation-example] | n < 0 = "negative"
48.57 s
[sydtest-mutation-example] - | n == 0 = "zero"
48.57 s
[sydtest-mutation-example] + | True = "zero"
48.57 s
[sydtest-mutation-example] | otherwise = "positive"
48.57 s
[sydtest-mutation-example] added mutation Negate at src/Example/OtherwiseLib.hs:13:5-11
48.57 s
[sydtest-mutation-example] @@ -10,5 +10,5 @@
48.58 s
[sydtest-mutation-example] classify :: Int -> String
48.58 s
[sydtest-mutation-example] classify n
48.58 s
[sydtest-mutation-example] | n < 0 = "negative"
48.58 s
[sydtest-mutation-example] - | n == 0 = "zero"
48.58 s
[sydtest-mutation-example] + | not (n == 0) = "zero"
48.58 s
[sydtest-mutation-example] | otherwise = "positive"
48.58 s
[sydtest-mutation-example] added 6 mutations
48.71 s
[sydtest-mutation-example] [6 of 7] Compiling Example.UntestedLib ( src/Example/UntestedLib.hs, dist/build/Example/UntestedLib.o, dist/build/Example/UntestedLib.dyn_o )
48.71 s
[sydtest-mutation-example] mutation: instrumenting Example.UntestedLib
48.71 s
[sydtest-mutation-example] added mutation IntLit at src/Example/UntestedLib.hs:8:24-25
48.71 s
[sydtest-mutation-example] @@ -5,4 +5,4 @@
48.71 s
[sydtest-mutation-example] -- like: the mutation report will show @IntLit1To0@ for this module surviving
48.71 s
[sydtest-mutation-example] -- because no test exercises it.
48.71 s
[sydtest-mutation-example] addOneUntested :: Int -> Int
48.71 s
[sydtest-mutation-example] -addOneUntested n = n + 1
48.71 s
[sydtest-mutation-example] +addOneUntested n = n + 0
48.71 s
[sydtest-mutation-example] added mutation IntLit at src/Example/UntestedLib.hs:8:24-25
48.71 s
[sydtest-mutation-example] @@ -5,4 +5,4 @@
48.71 s
[sydtest-mutation-example] -- like: the mutation report will show @IntLit1To0@ for this module surviving
48.71 s
[sydtest-mutation-example] -- because no test exercises it.
48.71 s
[sydtest-mutation-example] addOneUntested :: Int -> Int
48.71 s
[sydtest-mutation-example] -addOneUntested n = n + 1
48.71 s
[sydtest-mutation-example] +addOneUntested n = n + -1
48.71 s
[sydtest-mutation-example] added 2 mutations
48.78 s
[sydtest-mutation-example] [7 of 7] Compiling Paths_sydtest_mutation_example ( dist/build/autogen/Paths_sydtest_mutation_example.hs, dist/build/Paths_sydtest_mutation_example.o, dist/build/Paths_sydtest_mutation_example.dyn_o )
49.59 s
[sydtest-mutation-example] [1 of 7] Compiling Example.BoolLib ( src/Example/BoolLib.hs, dist/build/Example/BoolLib.p_o )
49.70 s
[sydtest-mutation-example] mutation: instrumenting Example.BoolLib
49.70 s
[sydtest-mutation-example] added mutation BoolLit at src/Example/BoolLib.hs:18:18-23
49.70 s
[sydtest-mutation-example] @@ -15,7 +15,7 @@
49.70 s
[sydtest-mutation-example] --
49.70 s
[sydtest-mutation-example] -- Mutation sites: BoolLit/ConstBool on the inner False, MaybeOp on Just False.
49.70 s
[sydtest-mutation-example] wrapFalse :: Maybe Bool
49.70 s
[sydtest-mutation-example] -wrapFalse = Just False
49.70 s
[sydtest-mutation-example] +wrapFalse = Just True
49.70 s
[sydtest-mutation-example]
49.71 s
[sydtest-mutation-example] -- | Negates a wrapped boolean.
49.71 s
[sydtest-mutation-example] negateWrapped :: Maybe Bool -> Maybe Bool
49.71 s
[sydtest-mutation-example] added mutation BoolLit at src/Example/BoolLib.hs:12:17-21
49.71 s
[sydtest-mutation-example] @@ -9,7 +9,7 @@
49.71 s
[sydtest-mutation-example] --
49.71 s
[sydtest-mutation-example] -- Mutation sites: BoolLit/ConstBool on the inner True, MaybeOp on Just True.
49.71 s
[sydtest-mutation-example] wrapTrue :: Maybe Bool
49.71 s
[sydtest-mutation-example] -wrapTrue = Just True
49.71 s
[sydtest-mutation-example] +wrapTrue = Just False
49.71 s
[sydtest-mutation-example]
49.71 s
[sydtest-mutation-example] -- | Wraps False in Just.
49.71 s
[sydtest-mutation-example] --
49.71 s
[sydtest-mutation-example] added 2 mutations
50.80 s
[sydtest-mutation-example] [2 of 7] Compiling Example.ExceptionLib ( src/Example/ExceptionLib.hs, dist/build/Example/ExceptionLib.p_o )
51.10 s
[sydtest-mutation-example] [3 of 7] Compiling Example.FunctionExceptionLib ( src/Example/FunctionExceptionLib.hs, dist/build/Example/FunctionExceptionLib.p_o )
51.15 s
[sydtest-mutation-example] mutation: instrumenting Example.FunctionExceptionLib
51.15 s
[sydtest-mutation-example] added mutation IntLit at src/Example/FunctionExceptionLib.hs:25:32-33
51.15 s
[sydtest-mutation-example] @@ -22,4 +22,4 @@
51.15 s
[sydtest-mutation-example] -- @{-# ANN addOneFunctionDisabled ("DisableMutations" :: String) #-}@.
51.15 s
[sydtest-mutation-example] {-# ANN addOneFunctionDisabled ("DisableMutations" :: String) #-}
51.15 s
[sydtest-mutation-example] addOneFunctionDisabled :: Int -> Int
51.15 s
[sydtest-mutation-example] -addOneFunctionDisabled n = n + 1
51.15 s
[sydtest-mutation-example] +addOneFunctionDisabled n = n + 0
51.15 s
[sydtest-mutation-example] added mutation IntLit at src/Example/FunctionExceptionLib.hs:25:32-33
51.15 s
[sydtest-mutation-example] @@ -22,4 +22,4 @@
51.15 s
[sydtest-mutation-example] -- @{-# ANN addOneFunctionDisabled ("DisableMutations" :: String) #-}@.
51.15 s
[sydtest-mutation-example] {-# ANN addOneFunctionDisabled ("DisableMutations" :: String) #-}
51.15 s
[sydtest-mutation-example] addOneFunctionDisabled :: Int -> Int
51.15 s
[sydtest-mutation-example] -addOneFunctionDisabled n = n + 1
51.15 s
[sydtest-mutation-example] +addOneFunctionDisabled n = n + -1
51.15 s
[sydtest-mutation-example] added mutation IntLit at src/Example/FunctionExceptionLib.hs:19:38-39
51.15 s
[sydtest-mutation-example] @@ -16,7 +16,7 @@
51.15 s
[sydtest-mutation-example] -- | Both Arith and IntLit mutations disabled on this function.
51.16 s
[sydtest-mutation-example] {-# ANN addOneArithAndIntLitDisabled ("DisableMutations: Arith, IntLit" :: String) #-}
51.16 s
[sydtest-mutation-example] addOneArithAndIntLitDisabled :: Int -> Int
51.16 s
[sydtest-mutation-example] -addOneArithAndIntLitDisabled n = n + 1
51.16 s
[sydtest-mutation-example] +addOneArithAndIntLitDisabled n = n + 0
51.16 s
[sydtest-mutation-example]
51.16 s
[sydtest-mutation-example] -- | All mutations disabled on this function via
51.16 s
[sydtest-mutation-example] -- @{-# ANN addOneFunctionDisabled ("DisableMutations" :: String) #-}@.
51.16 s
[sydtest-mutation-example] added mutation IntLit at src/Example/FunctionExceptionLib.hs:19:38-39
51.16 s
[sydtest-mutation-example] @@ -16,7 +16,7 @@
51.16 s
[sydtest-mutation-example] -- | Both Arith and IntLit mutations disabled on this function.
51.16 s
[sydtest-mutation-example] {-# ANN addOneArithAndIntLitDisabled ("DisableMutations: Arith, IntLit" :: String) #-}
51.16 s
[sydtest-mutation-example] addOneArithAndIntLitDisabled :: Int -> Int
51.16 s
[sydtest-mutation-example] -addOneArithAndIntLitDisabled n = n + 1
51.16 s
[sydtest-mutation-example] +addOneArithAndIntLitDisabled n = n + -1
51.16 s
[sydtest-mutation-example]
51.16 s
[sydtest-mutation-example] -- | All mutations disabled on this function via
51.16 s
[sydtest-mutation-example] -- @{-# ANN addOneFunctionDisabled ("DisableMutations" :: String) #-}@.
51.16 s
[sydtest-mutation-example] added mutation IntLit at src/Example/FunctionExceptionLib.hs:14:29-30
51.16 s
[sydtest-mutation-example] @@ -11,7 +11,7 @@
51.16 s
[sydtest-mutation-example] -- IntLit mutations (replacing the literal @1@) still apply.
51.16 s
[sydtest-mutation-example] {-# ANN addOneArithDisabled ("DisableMutation: Arith" :: String) #-}
51.16 s
[sydtest-mutation-example] addOneArithDisabled :: Int -> Int
51.16 s
[sydtest-mutation-example] -addOneArithDisabled n = n + 1
51.16 s
[sydtest-mutation-example] +addOneArithDisabled n = n + 0
51.16 s
[sydtest-mutation-example]
51.16 s
[sydtest-mutation-example] -- | Both Arith and IntLit mutations disabled on this function.
51.16 s
[sydtest-mutation-example] {-# ANN addOneArithAndIntLitDisabled ("DisableMutations: Arith, IntLit" :: String) #-}
51.16 s
[sydtest-mutation-example] added mutation IntLit at src/Example/FunctionExceptionLib.hs:14:29-30
51.16 s
[sydtest-mutation-example] @@ -11,7 +11,7 @@
51.16 s
[sydtest-mutation-example] -- IntLit mutations (replacing the literal @1@) still apply.
51.16 s
[sydtest-mutation-example] {-# ANN addOneArithDisabled ("DisableMutation: Arith" :: String) #-}
51.16 s
[sydtest-mutation-example] addOneArithDisabled :: Int -> Int
51.16 s
[sydtest-mutation-example] -addOneArithDisabled n = n + 1
51.16 s
[sydtest-mutation-example] +addOneArithDisabled n = n + -1
51.16 s
[sydtest-mutation-example]
51.17 s
[sydtest-mutation-example] -- | Both Arith and IntLit mutations disabled on this function.
51.17 s
[sydtest-mutation-example] {-# ANN addOneArithAndIntLitDisabled ("DisableMutations: Arith, IntLit" :: String) #-}
51.17 s
[sydtest-mutation-example] added 6 mutations
51.53 s
[sydtest-mutation-example] [4 of 7] Compiling Example.Lib ( src/Example/Lib.hs, dist/build/Example/Lib.p_o )
51.53 s
[sydtest-mutation-example] mutation: instrumenting Example.Lib
51.53 s
[sydtest-mutation-example] added mutation IntLit at src/Example/Lib.hs:8:16-17
51.53 s
[sydtest-mutation-example] @@ -5,4 +5,4 @@
51.53 s
[sydtest-mutation-example] -- The literal '1' here is a mutation site: the plugin will also compile a
51.53 s
[sydtest-mutation-example] -- version where this returns @n + 0@ instead of @n + 1@.
51.53 s
[sydtest-mutation-example] addOne :: Int -> Int
51.53 s
[sydtest-mutation-example] -addOne n = n + 1
51.54 s
[sydtest-mutation-example] +addOne n = n + 0
51.54 s
[sydtest-mutation-example] added mutation IntLit at src/Example/Lib.hs:8:16-17
51.54 s
[sydtest-mutation-example] @@ -5,4 +5,4 @@
51.54 s
[sydtest-mutation-example] -- The literal '1' here is a mutation site: the plugin will also compile a
51.54 s
[sydtest-mutation-example] -- version where this returns @n + 0@ instead of @n + 1@.
51.54 s
[sydtest-mutation-example] addOne :: Int -> Int
51.54 s
[sydtest-mutation-example] -addOne n = n + 1
51.54 s
[sydtest-mutation-example] +addOne n = n + -1
51.54 s
[sydtest-mutation-example] added 2 mutations
51.91 s
[sydtest-mutation-example] [5 of 7] Compiling Example.OtherwiseLib ( src/Example/OtherwiseLib.hs, dist/build/Example/OtherwiseLib.p_o )
51.91 s
[sydtest-mutation-example] mutation: instrumenting Example.OtherwiseLib
51.92 s
[sydtest-mutation-example] added mutation IntLit at src/Example/OtherwiseLib.hs:12:9-10
51.92 s
[sydtest-mutation-example] @@ -9,6 +9,6 @@
51.92 s
[sydtest-mutation-example] -- (otherwise = True, so @otherwise -> True@ is a semantic no-op).
51.92 s
[sydtest-mutation-example] classify :: Int -> String
51.92 s
[sydtest-mutation-example] classify n
51.92 s
[sydtest-mutation-example] - | n < 0 = "negative"
51.92 s
[sydtest-mutation-example] + | n < 1 = "negative"
51.92 s
[sydtest-mutation-example] | n == 0 = "zero"
51.92 s
[sydtest-mutation-example] | otherwise = "positive"
51.92 s
[sydtest-mutation-example] added mutation ConstBool at src/Example/OtherwiseLib.hs:12:5-10
51.92 s
[sydtest-mutation-example] @@ -9,6 +9,6 @@
51.92 s
[sydtest-mutation-example] -- (otherwise = True, so @otherwise -> True@ is a semantic no-op).
51.93 s
[sydtest-mutation-example] classify :: Int -> String
51.93 s
[sydtest-mutation-example] classify n
51.93 s
[sydtest-mutation-example] - | n < 0 = "negative"
51.93 s
[sydtest-mutation-example] + | True = "negative"
51.93 s
[sydtest-mutation-example] | n == 0 = "zero"
51.93 s
[sydtest-mutation-example] | otherwise = "positive"
51.93 s
[sydtest-mutation-example] added mutation Negate at src/Example/OtherwiseLib.hs:12:5-10
51.93 s
[sydtest-mutation-example] @@ -9,6 +9,6 @@
51.93 s
[sydtest-mutation-example] -- (otherwise = True, so @otherwise -> True@ is a semantic no-op).
51.93 s
[sydtest-mutation-example] classify :: Int -> String
51.93 s
[sydtest-mutation-example] classify n
51.93 s
[sydtest-mutation-example] - | n < 0 = "negative"
51.93 s
[sydtest-mutation-example] + | not (n < 0) = "negative"
51.93 s
[sydtest-mutation-example] | n == 0 = "zero"
51.93 s
[sydtest-mutation-example] | otherwise = "positive"
51.93 s
[sydtest-mutation-example] added mutation IntLit at src/Example/OtherwiseLib.hs:13:10-11
51.93 s
[sydtest-mutation-example] @@ -10,5 +10,5 @@
51.93 s
[sydtest-mutation-example] classify :: Int -> String
51.93 s
[sydtest-mutation-example] classify n
51.93 s
[sydtest-mutation-example] | n < 0 = "negative"
51.93 s
[sydtest-mutation-example] - | n == 0 = "zero"
51.93 s
[sydtest-mutation-example] + | n == 1 = "zero"
51.93 s
[sydtest-mutation-example] | otherwise = "positive"
51.93 s
[sydtest-mutation-example] added mutation ConstBool at src/Example/OtherwiseLib.hs:13:5-11
51.93 s
[sydtest-mutation-example] @@ -10,5 +10,5 @@
51.93 s
[sydtest-mutation-example] classify :: Int -> String
51.93 s
[sydtest-mutation-example] classify n
51.93 s
[sydtest-mutation-example] | n < 0 = "negative"
51.93 s
[sydtest-mutation-example] - | n == 0 = "zero"
51.93 s
[sydtest-mutation-example] + | True = "zero"
51.93 s
[sydtest-mutation-example] | otherwise = "positive"
51.93 s
[sydtest-mutation-example] added mutation Negate at src/Example/OtherwiseLib.hs:13:5-11
51.93 s
[sydtest-mutation-example] @@ -10,5 +10,5 @@
51.93 s
[sydtest-mutation-example] classify :: Int -> String
51.94 s
[sydtest-mutation-example] classify n
51.94 s
[sydtest-mutation-example] | n < 0 = "negative"
51.94 s
[sydtest-mutation-example] - | n == 0 = "zero"
51.94 s
[sydtest-mutation-example] + | not (n == 0) = "zero"
51.94 s
[sydtest-mutation-example] | otherwise = "positive"
51.94 s
[sydtest-mutation-example] added 6 mutations
52.45 s
[sydtest-mutation-example] [6 of 7] Compiling Example.UntestedLib ( src/Example/UntestedLib.hs, dist/build/Example/UntestedLib.p_o )
52.46 s
[sydtest-mutation-example] mutation: instrumenting Example.UntestedLib
52.46 s
[sydtest-mutation-example] added mutation IntLit at src/Example/UntestedLib.hs:8:24-25
52.46 s
[sydtest-mutation-example] @@ -5,4 +5,4 @@
52.46 s
[sydtest-mutation-example] -- like: the mutation report will show @IntLit1To0@ for this module surviving
52.46 s
[sydtest-mutation-example] -- because no test exercises it.
52.46 s
[sydtest-mutation-example] addOneUntested :: Int -> Int
52.46 s
[sydtest-mutation-example] -addOneUntested n = n + 1
52.46 s
[sydtest-mutation-example] +addOneUntested n = n + 0
52.46 s
[sydtest-mutation-example] added mutation IntLit at src/Example/UntestedLib.hs:8:24-25
52.46 s
[sydtest-mutation-example] @@ -5,4 +5,4 @@
52.46 s
[sydtest-mutation-example] -- like: the mutation report will show @IntLit1To0@ for this module surviving
52.46 s
[sydtest-mutation-example] -- because no test exercises it.
52.46 s
[sydtest-mutation-example] addOneUntested :: Int -> Int
52.46 s
[sydtest-mutation-example] -addOneUntested n = n + 1
52.46 s
[sydtest-mutation-example] +addOneUntested n = n + -1
52.46 s
[sydtest-mutation-example] added 2 mutations
52.81 s
[sydtest-mutation-example] [7 of 7] Compiling Paths_sydtest_mutation_example ( dist/build/autogen/Paths_sydtest_mutation_example.hs, dist/build/Paths_sydtest_mutation_example.p_o )
53.91 s
[sydtest-mutation-example] Warning: ignoring unrecognised input `dist/build/Example/BoolLib.dyn_o'
53.91 s
[sydtest-mutation-example] Warning: ignoring unrecognised input `dist/build/Example/ExceptionLib.dyn_o'
53.91 s
[sydtest-mutation-example] Warning: ignoring unrecognised input `dist/build/Example/FunctionExceptionLib.dyn_o'
53.91 s
[sydtest-mutation-example] Warning: ignoring unrecognised input `dist/build/Example/Lib.dyn_o'
53.91 s
[sydtest-mutation-example] Warning: ignoring unrecognised input `dist/build/Example/OtherwiseLib.dyn_o'
53.91 s
[sydtest-mutation-example] Warning: ignoring unrecognised input `dist/build/Example/UntestedLib.dyn_o'
53.91 s
[sydtest-mutation-example] Warning: ignoring unrecognised input `dist/build/Paths_sydtest_mutation_example.dyn_o'
56.25 s
[sydtest-mutation-example] Preprocessing test suite 'sydtest-mutation-example-test' for sydtest-mutation-example-0.0.0.0...
56.31 s
[sydtest-mutation-example] Building test suite 'sydtest-mutation-example-test' for sydtest-mutation-example-0.0.0.0...
56.96 s
[sydtest-mutation-example] [1 of 6] Compiling Example.BoolLibSpec ( test/Example/BoolLibSpec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Example/BoolLibSpec.o )
57.15 s
[sydtest-mutation-example] mutation: instrumenting Example.BoolLibSpec
57.16 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:10:32-36
57.16 s
[sydtest-mutation-example] @@ -7,7 +7,7 @@
57.16 s
[sydtest-mutation-example] spec = do
57.16 s
[sydtest-mutation-example] describe "wrapTrue" $
57.16 s
[sydtest-mutation-example] it "is Just True" $
57.16 s
[sydtest-mutation-example] - wrapTrue `shouldBe` Just True
57.16 s
[sydtest-mutation-example] + wrapTrue `shouldBe` Just False
57.16 s
[sydtest-mutation-example]
57.16 s
[sydtest-mutation-example] describe "wrapFalse" $
57.16 s
[sydtest-mutation-example] it "is Just False" $
57.16 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:14:33-38
57.16 s
[sydtest-mutation-example] @@ -11,7 +11,7 @@
57.16 s
[sydtest-mutation-example]
57.16 s
[sydtest-mutation-example] describe "wrapFalse" $
57.16 s
[sydtest-mutation-example] it "is Just False" $
57.16 s
[sydtest-mutation-example] - wrapFalse `shouldBe` Just False
57.16 s
[sydtest-mutation-example] + wrapFalse `shouldBe` Just True
57.16 s
[sydtest-mutation-example]
57.16 s
[sydtest-mutation-example] describe "negateWrapped" $ do
57.16 s
[sydtest-mutation-example] it "negates Just True to Just False" $
57.16 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:27-31
57.16 s
[sydtest-mutation-example] @@ -15,7 +15,7 @@
57.16 s
[sydtest-mutation-example]
57.16 s
[sydtest-mutation-example] describe "negateWrapped" $ do
57.16 s
[sydtest-mutation-example] it "negates Just True to Just False" $
57.16 s
[sydtest-mutation-example] - negateWrapped (Just True) `shouldBe` Just False
57.17 s
[sydtest-mutation-example] + negateWrapped (Just False) `shouldBe` Just False
57.17 s
[sydtest-mutation-example] it "negates Just False to Just True" $
57.17 s
[sydtest-mutation-example] negateWrapped (Just False) `shouldBe` Just True
57.17 s
[sydtest-mutation-example] it "leaves Nothing as Nothing" $
57.17 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:49-54
57.17 s
[sydtest-mutation-example] @@ -15,7 +15,7 @@
57.17 s
[sydtest-mutation-example]
57.17 s
[sydtest-mutation-example] describe "negateWrapped" $ do
57.17 s
[sydtest-mutation-example] it "negates Just True to Just False" $
57.17 s
[sydtest-mutation-example] - negateWrapped (Just True) `shouldBe` Just False
57.17 s
[sydtest-mutation-example] + negateWrapped (Just True) `shouldBe` Just True
57.17 s
[sydtest-mutation-example] it "negates Just False to Just True" $
57.17 s
[sydtest-mutation-example] negateWrapped (Just False) `shouldBe` Just True
57.17 s
[sydtest-mutation-example] it "leaves Nothing as Nothing" $
57.17 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:20:27-32
57.17 s
[sydtest-mutation-example] @@ -17,6 +17,6 @@
57.17 s
[sydtest-mutation-example] it "negates Just True to Just False" $
57.17 s
[sydtest-mutation-example] negateWrapped (Just True) `shouldBe` Just False
57.17 s
[sydtest-mutation-example] it "negates Just False to Just True" $
57.17 s
[sydtest-mutation-example] - negateWrapped (Just False) `shouldBe` Just True
57.17 s
[sydtest-mutation-example] + negateWrapped (Just True) `shouldBe` Just True
57.17 s
[sydtest-mutation-example] it "leaves Nothing as Nothing" $
57.17 s
[sydtest-mutation-example] negateWrapped Nothing `shouldBe` Nothing
57.17 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:20:50-54
57.17 s
[sydtest-mutation-example] @@ -17,6 +17,6 @@
57.17 s
[sydtest-mutation-example] it "negates Just True to Just False" $
57.17 s
[sydtest-mutation-example] negateWrapped (Just True) `shouldBe` Just False
57.17 s
[sydtest-mutation-example] it "negates Just False to Just True" $
57.17 s
[sydtest-mutation-example] - negateWrapped (Just False) `shouldBe` Just True
57.17 s
[sydtest-mutation-example] + negateWrapped (Just False) `shouldBe` Just False
57.17 s
[sydtest-mutation-example] it "leaves Nothing as Nothing" $
57.17 s
[sydtest-mutation-example] negateWrapped Nothing `shouldBe` Nothing
57.17 s
[sydtest-mutation-example] added 6 mutations
58.26 s
[sydtest-mutation-example] [2 of 6] Compiling Example.LibSpec ( test/Example/LibSpec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Example/LibSpec.o )
58.27 s
[sydtest-mutation-example] mutation: instrumenting Example.LibSpec
58.27 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:14-15
58.27 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
58.27 s
[sydtest-mutation-example] spec = do
58.27 s
[sydtest-mutation-example] describe "addOne" $ do
58.27 s
[sydtest-mutation-example] it "returns 2 for input 1" $
58.27 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
58.27 s
[sydtest-mutation-example] + addOne 0 `shouldBe` 2
58.27 s
[sydtest-mutation-example] it "returns 6 for input 5" $
58.27 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
58.27 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:14-15
58.28 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
58.28 s
[sydtest-mutation-example] spec = do
58.28 s
[sydtest-mutation-example] describe "addOne" $ do
58.28 s
[sydtest-mutation-example] it "returns 2 for input 1" $
58.28 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
58.28 s
[sydtest-mutation-example] + addOne -1 `shouldBe` 2
58.28 s
[sydtest-mutation-example] it "returns 6 for input 5" $
58.28 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
58.28 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:27-28
58.28 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
58.28 s
[sydtest-mutation-example] spec = do
58.28 s
[sydtest-mutation-example] describe "addOne" $ do
58.28 s
[sydtest-mutation-example] it "returns 2 for input 1" $
58.28 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
58.28 s
[sydtest-mutation-example] + addOne 1 `shouldBe` 0
58.28 s
[sydtest-mutation-example] it "returns 6 for input 5" $
58.28 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
58.28 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:27-28
58.28 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
58.28 s
[sydtest-mutation-example] spec = do
58.28 s
[sydtest-mutation-example] describe "addOne" $ do
58.28 s
[sydtest-mutation-example] it "returns 2 for input 1" $
58.28 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
58.28 s
[sydtest-mutation-example] + addOne 1 `shouldBe` 1
58.28 s
[sydtest-mutation-example] it "returns 6 for input 5" $
58.28 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
58.28 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:27-28
58.28 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
58.28 s
[sydtest-mutation-example] spec = do
58.28 s
[sydtest-mutation-example] describe "addOne" $ do
58.28 s
[sydtest-mutation-example] it "returns 2 for input 1" $
58.28 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
58.28 s
[sydtest-mutation-example] + addOne 1 `shouldBe` -2
58.28 s
[sydtest-mutation-example] it "returns 6 for input 5" $
58.28 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
58.28 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:14-15
58.28 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
58.28 s
[sydtest-mutation-example] it "returns 2 for input 1" $
58.28 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
58.28 s
[sydtest-mutation-example] it "returns 6 for input 5" $
58.28 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
58.28 s
[sydtest-mutation-example] + addOne 0 `shouldBe` 6
58.28 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:14-15
58.28 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
58.28 s
[sydtest-mutation-example] it "returns 2 for input 1" $
58.29 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
58.29 s
[sydtest-mutation-example] it "returns 6 for input 5" $
58.29 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
58.29 s
[sydtest-mutation-example] + addOne 1 `shouldBe` 6
58.29 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:14-15
58.29 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
58.29 s
[sydtest-mutation-example] it "returns 2 for input 1" $
58.29 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
58.29 s
[sydtest-mutation-example] it "returns 6 for input 5" $
58.29 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
58.29 s
[sydtest-mutation-example] + addOne -5 `shouldBe` 6
58.29 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:27-28
58.29 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
58.29 s
[sydtest-mutation-example] it "returns 2 for input 1" $
58.29 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
58.29 s
[sydtest-mutation-example] it "returns 6 for input 5" $
58.29 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
58.29 s
[sydtest-mutation-example] + addOne 5 `shouldBe` 0
58.29 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:27-28
58.29 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
58.29 s
[sydtest-mutation-example] it "returns 2 for input 1" $
58.29 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
58.29 s
[sydtest-mutation-example] it "returns 6 for input 5" $
58.29 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
58.29 s
[sydtest-mutation-example] + addOne 5 `shouldBe` 1
58.29 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:27-28
58.29 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
58.29 s
[sydtest-mutation-example] it "returns 2 for input 1" $
58.29 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
58.29 s
[sydtest-mutation-example] it "returns 6 for input 5" $
58.29 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
58.29 s
[sydtest-mutation-example] + addOne 5 `shouldBe` -6
58.29 s
[sydtest-mutation-example] added 11 mutations
58.48 s
[sydtest-mutation-example] [3 of 6] Compiling Example.OtherwiseLibSpec ( test/Example/OtherwiseLibSpec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Example/OtherwiseLibSpec.o )
58.50 s
[sydtest-mutation-example] mutation: instrumenting Example.OtherwiseLibSpec
58.50 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:10:18-19
58.50 s
[sydtest-mutation-example] @@ -7,7 +7,7 @@
58.50 s
[sydtest-mutation-example] spec =
58.50 s
[sydtest-mutation-example] describe "classify" $ do
58.50 s
[sydtest-mutation-example] it "classifies negative numbers" $
58.50 s
[sydtest-mutation-example] - classify (-1) `shouldBe` "negative"
58.50 s
[sydtest-mutation-example] + classify (-0) `shouldBe` "negative"
58.50 s
[sydtest-mutation-example] it "classifies zero" $
58.50 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
58.50 s
[sydtest-mutation-example] it "classifies positive numbers" $
58.50 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:10:18-19
58.50 s
[sydtest-mutation-example] @@ -7,7 +7,7 @@
58.50 s
[sydtest-mutation-example] spec =
58.50 s
[sydtest-mutation-example] describe "classify" $ do
58.50 s
[sydtest-mutation-example] it "classifies negative numbers" $
58.50 s
[sydtest-mutation-example] - classify (-1) `shouldBe` "negative"
58.50 s
[sydtest-mutation-example] + classify (--1) `shouldBe` "negative"
58.50 s
[sydtest-mutation-example] it "classifies zero" $
58.50 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
58.50 s
[sydtest-mutation-example] it "classifies positive numbers" $
58.50 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:12:16-17
58.50 s
[sydtest-mutation-example] @@ -9,6 +9,6 @@
58.50 s
[sydtest-mutation-example] it "classifies negative numbers" $
58.50 s
[sydtest-mutation-example] classify (-1) `shouldBe` "negative"
58.50 s
[sydtest-mutation-example] it "classifies zero" $
58.50 s
[sydtest-mutation-example] - classify 0 `shouldBe` "zero"
58.50 s
[sydtest-mutation-example] + classify 1 `shouldBe` "zero"
58.50 s
[sydtest-mutation-example] it "classifies positive numbers" $
58.51 s
[sydtest-mutation-example] classify 1 `shouldBe` "positive"
58.51 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:14:16-17
58.51 s
[sydtest-mutation-example] @@ -11,4 +11,4 @@
58.51 s
[sydtest-mutation-example] it "classifies zero" $
58.51 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
58.51 s
[sydtest-mutation-example] it "classifies positive numbers" $
58.51 s
[sydtest-mutation-example] - classify 1 `shouldBe` "positive"
58.51 s
[sydtest-mutation-example] + classify 0 `shouldBe` "positive"
58.51 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:14:16-17
58.51 s
[sydtest-mutation-example] @@ -11,4 +11,4 @@
58.51 s
[sydtest-mutation-example] it "classifies zero" $
58.51 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
58.51 s
[sydtest-mutation-example] it "classifies positive numbers" $
58.51 s
[sydtest-mutation-example] - classify 1 `shouldBe` "positive"
58.51 s
[sydtest-mutation-example] + classify -1 `shouldBe` "positive"
58.51 s
[sydtest-mutation-example] added 5 mutations
58.67 s
[sydtest-mutation-example] [4 of 6] Compiling Paths_sydtest_mutation_example ( dist/build/sydtest-mutation-example-test/autogen/Paths_sydtest_mutation_example.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Paths_sydtest_mutation_example.o )
58.84 s
[sydtest-mutation-example] [5 of 6] Compiling Spec ( test/Spec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Spec.o )
58.84 s
[sydtest-mutation-example] mutation: instrumenting Spec
58.84 s
[sydtest-mutation-example] added 0 mutations
58.93 s
[sydtest-mutation-example] [6 of 6] Compiling Main ( test/Main.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Main.o )
58.95 s
[sydtest-mutation-example] mutation: instrumenting Main
58.95 s
[sydtest-mutation-example] added 0 mutations
59.84 s
[sydtest-mutation-example] [1 of 7] Compiling Example.BoolLibSpec ( test/Example/BoolLibSpec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Example/BoolLibSpec.o ) [Impure plugin forced recompilation]
60.01 s
[sydtest-mutation-example] mutation: instrumenting Example.BoolLibSpec
60.01 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:10:32-36
60.01 s
[sydtest-mutation-example] @@ -7,7 +7,7 @@
60.01 s
[sydtest-mutation-example] spec = do
60.01 s
[sydtest-mutation-example] describe "wrapTrue" $
60.01 s
[sydtest-mutation-example] it "is Just True" $
60.01 s
[sydtest-mutation-example] - wrapTrue `shouldBe` Just True
60.01 s
[sydtest-mutation-example] + wrapTrue `shouldBe` Just False
60.01 s
[sydtest-mutation-example]
60.01 s
[sydtest-mutation-example] describe "wrapFalse" $
60.01 s
[sydtest-mutation-example] it "is Just False" $
60.01 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:14:33-38
60.01 s
[sydtest-mutation-example] @@ -11,7 +11,7 @@
60.01 s
[sydtest-mutation-example]
60.01 s
[sydtest-mutation-example] describe "wrapFalse" $
60.01 s
[sydtest-mutation-example] it "is Just False" $
60.01 s
[sydtest-mutation-example] - wrapFalse `shouldBe` Just False
60.01 s
[sydtest-mutation-example] + wrapFalse `shouldBe` Just True
60.01 s
[sydtest-mutation-example]
60.01 s
[sydtest-mutation-example] describe "negateWrapped" $ do
60.01 s
[sydtest-mutation-example] it "negates Just True to Just False" $
60.01 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:27-31
60.01 s
[sydtest-mutation-example] @@ -15,7 +15,7 @@
60.02 s
[sydtest-mutation-example]
60.02 s
[sydtest-mutation-example] describe "negateWrapped" $ do
60.02 s
[sydtest-mutation-example] it "negates Just True to Just False" $
60.02 s
[sydtest-mutation-example] - negateWrapped (Just True) `shouldBe` Just False
60.02 s
[sydtest-mutation-example] + negateWrapped (Just False) `shouldBe` Just False
60.02 s
[sydtest-mutation-example] it "negates Just False to Just True" $
60.02 s
[sydtest-mutation-example] negateWrapped (Just False) `shouldBe` Just True
60.02 s
[sydtest-mutation-example] it "leaves Nothing as Nothing" $
60.02 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:18:49-54
60.02 s
[sydtest-mutation-example] @@ -15,7 +15,7 @@
60.02 s
[sydtest-mutation-example]
60.02 s
[sydtest-mutation-example] describe "negateWrapped" $ do
60.02 s
[sydtest-mutation-example] it "negates Just True to Just False" $
60.02 s
[sydtest-mutation-example] - negateWrapped (Just True) `shouldBe` Just False
60.02 s
[sydtest-mutation-example] + negateWrapped (Just True) `shouldBe` Just True
60.02 s
[sydtest-mutation-example] it "negates Just False to Just True" $
60.02 s
[sydtest-mutation-example] negateWrapped (Just False) `shouldBe` Just True
60.02 s
[sydtest-mutation-example] it "leaves Nothing as Nothing" $
60.02 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:20:27-32
60.02 s
[sydtest-mutation-example] @@ -17,6 +17,6 @@
60.02 s
[sydtest-mutation-example] it "negates Just True to Just False" $
60.02 s
[sydtest-mutation-example] negateWrapped (Just True) `shouldBe` Just False
60.02 s
[sydtest-mutation-example] it "negates Just False to Just True" $
60.02 s
[sydtest-mutation-example] - negateWrapped (Just False) `shouldBe` Just True
60.02 s
[sydtest-mutation-example] + negateWrapped (Just True) `shouldBe` Just True
60.02 s
[sydtest-mutation-example] it "leaves Nothing as Nothing" $
60.02 s
[sydtest-mutation-example] negateWrapped Nothing `shouldBe` Nothing
60.02 s
[sydtest-mutation-example] added mutation BoolLit at test/Example/BoolLibSpec.hs:20:50-54
60.02 s
[sydtest-mutation-example] @@ -17,6 +17,6 @@
60.02 s
[sydtest-mutation-example] it "negates Just True to Just False" $
60.02 s
[sydtest-mutation-example] negateWrapped (Just True) `shouldBe` Just False
60.02 s
[sydtest-mutation-example] it "negates Just False to Just True" $
60.02 s
[sydtest-mutation-example] - negateWrapped (Just False) `shouldBe` Just True
60.02 s
[sydtest-mutation-example] + negateWrapped (Just False) `shouldBe` Just False
60.02 s
[sydtest-mutation-example] it "leaves Nothing as Nothing" $
60.02 s
[sydtest-mutation-example] negateWrapped Nothing `shouldBe` Nothing
60.02 s
[sydtest-mutation-example] added 6 mutations
61.09 s
[sydtest-mutation-example] [2 of 7] Compiling Example.LibSpec ( test/Example/LibSpec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Example/LibSpec.o ) [Impure plugin forced recompilation]
61.10 s
[sydtest-mutation-example] mutation: instrumenting Example.LibSpec
61.10 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:14-15
61.10 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
61.10 s
[sydtest-mutation-example] spec = do
61.10 s
[sydtest-mutation-example] describe "addOne" $ do
61.10 s
[sydtest-mutation-example] it "returns 2 for input 1" $
61.10 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
61.10 s
[sydtest-mutation-example] + addOne 0 `shouldBe` 2
61.10 s
[sydtest-mutation-example] it "returns 6 for input 5" $
61.10 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
61.10 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:14-15
61.10 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
61.10 s
[sydtest-mutation-example] spec = do
61.10 s
[sydtest-mutation-example] describe "addOne" $ do
61.10 s
[sydtest-mutation-example] it "returns 2 for input 1" $
61.11 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
61.11 s
[sydtest-mutation-example] + addOne -1 `shouldBe` 2
61.11 s
[sydtest-mutation-example] it "returns 6 for input 5" $
61.11 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
61.11 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:27-28
61.11 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
61.11 s
[sydtest-mutation-example] spec = do
61.11 s
[sydtest-mutation-example] describe "addOne" $ do
61.11 s
[sydtest-mutation-example] it "returns 2 for input 1" $
61.11 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
61.11 s
[sydtest-mutation-example] + addOne 1 `shouldBe` 0
61.11 s
[sydtest-mutation-example] it "returns 6 for input 5" $
61.11 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
61.11 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:27-28
61.11 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
61.11 s
[sydtest-mutation-example] spec = do
61.11 s
[sydtest-mutation-example] describe "addOne" $ do
61.11 s
[sydtest-mutation-example] it "returns 2 for input 1" $
61.11 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
61.11 s
[sydtest-mutation-example] + addOne 1 `shouldBe` 1
61.11 s
[sydtest-mutation-example] it "returns 6 for input 5" $
61.11 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
61.11 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:10:27-28
61.11 s
[sydtest-mutation-example] @@ -7,6 +7,6 @@
61.11 s
[sydtest-mutation-example] spec = do
61.11 s
[sydtest-mutation-example] describe "addOne" $ do
61.11 s
[sydtest-mutation-example] it "returns 2 for input 1" $
61.11 s
[sydtest-mutation-example] - addOne 1 `shouldBe` 2
61.11 s
[sydtest-mutation-example] + addOne 1 `shouldBe` -2
61.11 s
[sydtest-mutation-example] it "returns 6 for input 5" $
61.11 s
[sydtest-mutation-example] addOne 5 `shouldBe` 6
61.11 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:14-15
61.11 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
61.11 s
[sydtest-mutation-example] it "returns 2 for input 1" $
61.11 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
61.11 s
[sydtest-mutation-example] it "returns 6 for input 5" $
61.11 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
61.11 s
[sydtest-mutation-example] + addOne 0 `shouldBe` 6
61.11 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:14-15
61.11 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
61.11 s
[sydtest-mutation-example] it "returns 2 for input 1" $
61.12 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
61.12 s
[sydtest-mutation-example] it "returns 6 for input 5" $
61.12 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
61.12 s
[sydtest-mutation-example] + addOne 1 `shouldBe` 6
61.12 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:14-15
61.12 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
61.12 s
[sydtest-mutation-example] it "returns 2 for input 1" $
61.12 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
61.12 s
[sydtest-mutation-example] it "returns 6 for input 5" $
61.12 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
61.12 s
[sydtest-mutation-example] + addOne -5 `shouldBe` 6
61.12 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:27-28
61.12 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
61.12 s
[sydtest-mutation-example] it "returns 2 for input 1" $
61.12 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
61.12 s
[sydtest-mutation-example] it "returns 6 for input 5" $
61.12 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
61.12 s
[sydtest-mutation-example] + addOne 5 `shouldBe` 0
61.12 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:27-28
61.12 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
61.12 s
[sydtest-mutation-example] it "returns 2 for input 1" $
61.12 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
61.12 s
[sydtest-mutation-example] it "returns 6 for input 5" $
61.12 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
61.12 s
[sydtest-mutation-example] + addOne 5 `shouldBe` 1
61.12 s
[sydtest-mutation-example] added mutation IntLit at test/Example/LibSpec.hs:12:27-28
61.12 s
[sydtest-mutation-example] @@ -9,4 +9,4 @@
61.12 s
[sydtest-mutation-example] it "returns 2 for input 1" $
61.12 s
[sydtest-mutation-example] addOne 1 `shouldBe` 2
61.12 s
[sydtest-mutation-example] it "returns 6 for input 5" $
61.12 s
[sydtest-mutation-example] - addOne 5 `shouldBe` 6
61.12 s
[sydtest-mutation-example] + addOne 5 `shouldBe` -6
61.12 s
[sydtest-mutation-example] added 11 mutations
61.31 s
[sydtest-mutation-example] [3 of 7] Compiling Example.OtherwiseLibSpec ( test/Example/OtherwiseLibSpec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Example/OtherwiseLibSpec.o ) [Impure plugin forced recompilation]
61.37 s
[sydtest-mutation-example] mutation: instrumenting Example.OtherwiseLibSpec
61.37 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:10:18-19
61.37 s
[sydtest-mutation-example] @@ -7,7 +7,7 @@
61.38 s
[sydtest-mutation-example] spec =
61.38 s
[sydtest-mutation-example] describe "classify" $ do
61.38 s
[sydtest-mutation-example] it "classifies negative numbers" $
61.38 s
[sydtest-mutation-example] - classify (-1) `shouldBe` "negative"
61.38 s
[sydtest-mutation-example] + classify (-0) `shouldBe` "negative"
61.38 s
[sydtest-mutation-example] it "classifies zero" $
61.38 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
61.38 s
[sydtest-mutation-example] it "classifies positive numbers" $
61.38 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:10:18-19
61.38 s
[sydtest-mutation-example] @@ -7,7 +7,7 @@
61.38 s
[sydtest-mutation-example] spec =
61.38 s
[sydtest-mutation-example] describe "classify" $ do
61.38 s
[sydtest-mutation-example] it "classifies negative numbers" $
61.38 s
[sydtest-mutation-example] - classify (-1) `shouldBe` "negative"
61.38 s
[sydtest-mutation-example] + classify (--1) `shouldBe` "negative"
61.38 s
[sydtest-mutation-example] it "classifies zero" $
61.38 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
61.38 s
[sydtest-mutation-example] it "classifies positive numbers" $
61.38 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:12:16-17
61.38 s
[sydtest-mutation-example] @@ -9,6 +9,6 @@
61.38 s
[sydtest-mutation-example] it "classifies negative numbers" $
61.38 s
[sydtest-mutation-example] classify (-1) `shouldBe` "negative"
61.38 s
[sydtest-mutation-example] it "classifies zero" $
61.38 s
[sydtest-mutation-example] - classify 0 `shouldBe` "zero"
61.38 s
[sydtest-mutation-example] + classify 1 `shouldBe` "zero"
61.38 s
[sydtest-mutation-example] it "classifies positive numbers" $
61.38 s
[sydtest-mutation-example] classify 1 `shouldBe` "positive"
61.38 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:14:16-17
61.38 s
[sydtest-mutation-example] @@ -11,4 +11,4 @@
61.38 s
[sydtest-mutation-example] it "classifies zero" $
61.38 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
61.39 s
[sydtest-mutation-example] it "classifies positive numbers" $
61.39 s
[sydtest-mutation-example] - classify 1 `shouldBe` "positive"
61.39 s
[sydtest-mutation-example] + classify 0 `shouldBe` "positive"
61.39 s
[sydtest-mutation-example] added mutation IntLit at test/Example/OtherwiseLibSpec.hs:14:16-17
61.39 s
[sydtest-mutation-example] @@ -11,4 +11,4 @@
61.39 s
[sydtest-mutation-example] it "classifies zero" $
61.39 s
[sydtest-mutation-example] classify 0 `shouldBe` "zero"
61.39 s
[sydtest-mutation-example] it "classifies positive numbers" $
61.39 s
[sydtest-mutation-example] - classify 1 `shouldBe` "positive"
61.39 s
[sydtest-mutation-example] + classify -1 `shouldBe` "positive"
61.39 s
[sydtest-mutation-example] added 5 mutations
61.47 s
[sydtest-mutation-example] [4 of 7] Compiling Paths_sydtest_mutation_example ( dist/build/sydtest-mutation-example-test/autogen/Paths_sydtest_mutation_example.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Paths_sydtest_mutation_example.o ) [Impure plugin forced recompilation]
61.68 s
[sydtest-mutation-example] [5 of 7] Compiling Spec ( test/Spec.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Spec.o ) [Impure plugin forced recompilation]
61.68 s
[sydtest-mutation-example] mutation: instrumenting Spec
61.68 s
[sydtest-mutation-example] added 0 mutations
61.78 s
[sydtest-mutation-example] [6 of 7] Compiling Main ( test/Main.hs, dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test-tmp/Main.o ) [Impure plugin forced recompilation]
61.79 s
[sydtest-mutation-example] mutation: instrumenting Main
61.79 s
[sydtest-mutation-example] added 0 mutations
61.89 s
[sydtest-mutation-example] [7 of 7] Linking dist/build/sydtest-mutation-example-test/sydtest-mutation-example-test
65.93 s
[sydtest-mutation-example] mutation-nix: manifest output at /nix/store/33vjd2phw5z88mbxjanaxdg1iwpg23sj-sydtest-mutation-example-0.0.0.0-manifest:
65.94 s
[sydtest-mutation-example] total 80
65.94 s
[sydtest-mutation-example] drwxr-xr-x 2 nixbld nixbld 4096 May 13 16:04 .
65.94 s
[sydtest-mutation-example] drwxrwxr-t 317 nobody nixbld 32768 May 13 16:04 ..
65.94 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 1018 May 13 16:04 Example.BoolLib.json
65.94 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 3642 May 13 16:04 Example.BoolLibSpec.json
65.94 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 4044 May 13 16:04 Example.FunctionExceptionLib.json
65.94 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 930 May 13 16:04 Example.Lib.json
65.94 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 5097 May 13 16:04 Example.LibSpec.json
65.94 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 2896 May 13 16:04 Example.OtherwiseLib.json
65.94 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 2797 May 13 16:04 Example.OtherwiseLibSpec.json
65.94 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 982 May 13 16:04 Example.UntestedLib.json
65.94 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 2 May 13 16:04 Main.json
65.94 s
[sydtest-mutation-example] -rw-r--r-- 1 nixbld nixbld 2 May 13 16:04 Spec.json
65.95 s
[sydtest-mutation-example] Phase: checkPhase
65.97 s
[sydtest-mutation-example] mutation-nix: collecting coverage for suite sydtest-mutation-example
67.24 s
[sydtest-mutation-example] Tests:
67.24 s
[sydtest-mutation-example]
67.24 s
[sydtest-mutation-example] Example.LibSpec
67.24 s
[sydtest-mutation-example] addOne
67.27 s
[sydtest-mutation-example] ✓ returns 6 for input 5 0.23 ms
67.27 s
[sydtest-mutation-example] ✓ returns 2 for input 1 0.44 ms
67.28 s
[sydtest-mutation-example] Example.BoolLibSpec
67.28 s
[sydtest-mutation-example] wrapTrue
67.28 s
[sydtest-mutation-example] ✓ is Just True 0.36 ms
67.28 s
[sydtest-mutation-example] wrapFalse
67.28 s
[sydtest-mutation-example] ✓ is Just False 0.09 ms
67.28 s
[sydtest-mutation-example] negateWrapped
67.28 s
[sydtest-mutation-example] ✓ negates Just True to Just False 0.01 ms
67.28 s
[sydtest-mutation-example] ✓ leaves Nothing as Nothing 0.01 ms
67.28 s
[sydtest-mutation-example] ✓ negates Just False to Just True 0.02 ms
67.28 s
[sydtest-mutation-example] Example.OtherwiseLibSpec
67.28 s
[sydtest-mutation-example] classify
67.28 s
[sydtest-mutation-example] ✓ classifies negative numbers 0.01 ms
67.28 s
[sydtest-mutation-example] ✓ classifies zero 0.01 ms
67.28 s
[sydtest-mutation-example] ✓ classifies positive numbers 0.00 ms
67.28 s
[sydtest-mutation-example]
67.28 s
[sydtest-mutation-example] Passed: 10
67.28 s
[sydtest-mutation-example] Failed: 0
67.28 s
[sydtest-mutation-example] Sum of test runtimes: 0.00 seconds
67.28 s
[sydtest-mutation-example] Test suite took: 0.02 seconds
67.28 s
[sydtest-mutation-example]
67.31 s
[sydtest-mutation-example] mutation-nix: collecting coverage for suite sydtest-mutation-example-gen
68.48 s
[sydtest-mutation-example] Tests:
68.48 s
[sydtest-mutation-example]
68.48 s
[sydtest-mutation-example] Example.LibSpec
68.48 s
[sydtest-mutation-example] addOne
68.49 s
[sydtest-mutation-example] ✓ is greater than its input 3.55 ms
68.50 s
[sydtest-mutation-example] passed for all of 100 inputs.
68.51 s
[sydtest-mutation-example] ✓ increments by one 4.94 ms
68.51 s
[sydtest-mutation-example] passed for all of 100 inputs.
68.51 s
[sydtest-mutation-example] Example.BoolLibSpec
68.51 s
[sydtest-mutation-example] wrapTrue
68.51 s
[sydtest-mutation-example] ✓ is Just True 0.27 ms
68.51 s
[sydtest-mutation-example] wrapFalse
68.51 s
[sydtest-mutation-example] ✓ is Just False 3.84 ms
68.52 s
[sydtest-mutation-example] negateWrapped
68.52 s
[sydtest-mutation-example] ✓ negates Just True to Just False 2.67 ms
68.52 s
[sydtest-mutation-example] ✓ leaves Nothing as Nothing 0.01 ms
68.52 s
[sydtest-mutation-example] ✓ negates Just False to Just True 0.72 ms
68.52 s
[sydtest-mutation-example] Example.ExceptionLibSpec
68.52 s
[sydtest-mutation-example] addOneModuleDisabled
68.52 s
[sydtest-mutation-example] ✓ increments by one 1.54 ms
68.53 s
[sydtest-mutation-example] passed for all of 100 inputs.
68.53 s
[sydtest-mutation-example] Example.FunctionExceptionLibSpec
68.53 s
[sydtest-mutation-example] addOneArithAndIntLitDisabled
68.53 s
[sydtest-mutation-example] ✓ increments by one 9.36 ms
68.53 s
[sydtest-mutation-example] passed for all of 100 inputs.
68.53 s
[sydtest-mutation-example] addOneFunctionDisabled
68.53 s
[sydtest-mutation-example] ✓ increments by one 9.65 ms
68.53 s
[sydtest-mutation-example] passed for all of 100 inputs.
68.53 s
[sydtest-mutation-example] addOneArithDisabled
68.53 s
[sydtest-mutation-example] ✓ increments by one 3.72 ms
68.53 s
[sydtest-mutation-example] passed for all of 100 inputs.
68.53 s
[sydtest-mutation-example]
68.53 s
[sydtest-mutation-example] Examples: 605
68.53 s
[sydtest-mutation-example] Passed: 11
68.53 s
[sydtest-mutation-example] Failed: 0
68.53 s
[sydtest-mutation-example] Sum of test runtimes: 0.04 seconds
68.53 s
[sydtest-mutation-example] Test suite took: 0.05 seconds
68.54 s
[sydtest-mutation-example]
68.58 s
[sydtest-mutation-example] mutation-nix: running mutations
91.57 s
[sydtest-mutation-example] Tests:
91.59 s
[sydtest-mutation-example]
91.59 s
[sydtest-mutation-example] Example.LibSpec
91.59 s
[sydtest-mutation-example] addOne
91.59 s
[sydtest-mutation-example] ✓ returns 6 for input 5 0.46 ms
91.59 s
[sydtest-mutation-example] ✓ returns 2 for input 1 0.12 ms
91.59 s
[sydtest-mutation-example] Example.BoolLibSpec
91.59 s
[sydtest-mutation-example] wrapTrue
91.59 s
[sydtest-mutation-example] ✓ is Just True 0.14 ms
91.59 s
[sydtest-mutation-example] wrapFalse
91.59 s
[sydtest-mutation-example] ✓ is Just False 0.27 ms
91.59 s
[sydtest-mutation-example] negateWrapped
91.59 s
[sydtest-mutation-example] ✓ negates Just True to Just False 0.01 ms
91.59 s
[sydtest-mutation-example] ✓ leaves Nothing as Nothing 0.01 ms
91.59 s
[sydtest-mutation-example] ✓ negates Just False to Just True 0.01 ms
91.59 s
[sydtest-mutation-example] Example.OtherwiseLibSpec
91.59 s
[sydtest-mutation-example] classify
91.59 s
[sydtest-mutation-example] ✓ classifies negative numbers 0.01 ms
91.59 s
[sydtest-mutation-example] ✓ classifies zero 0.02 ms
91.59 s
[sydtest-mutation-example] ✓ classifies positive numbers 0.01 ms
91.59 s
[sydtest-mutation-example]
91.59 s
[sydtest-mutation-example] Passed: 10
91.59 s
[sydtest-mutation-example] Failed: 0
91.59 s
[sydtest-mutation-example] Sum of test runtimes: 0.00 seconds
91.59 s
[sydtest-mutation-example] Test suite took: 0.00 seconds
91.59 s
[sydtest-mutation-example]
91.67 s
[sydtest-mutation-example] Phase: haddockPhase
91.68 s
[sydtest-mutation-example] Phase: installPhase
91.98 s
[sydtest-mutation-example] Installing library in /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/sydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA
92.48 s
[sydtest-mutation-example] Phase: fixupPhase
92.51 s
[sydtest-mutation-example] shrinking RPATHs of ELF executables and libraries in /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0
92.52 s
[sydtest-mutation-example] shrinking /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHSsydtest-mutation-example-0.0.0.0-HKLtxgcNX3SGgTl9z4D5SA-ghc9.10.3.so
92.55 s
[sydtest-mutation-example] checking for references to /build/ in /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0...
92.60 s
[sydtest-mutation-example] patching script interpreter paths in /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0
92.60 s
[sydtest-mutation-example] stripping (with command strip and flags -S -p) in /nix/store/hjq5n20l59q718h8jp46pr9vgah0gaq1-sydtest-mutation-example-0.0.0.0/lib
92.67 s
[sydtest-mutation-example] shrinking RPATHs of ELF executables and libraries in /nix/store/33vjd2phw5z88mbxjanaxdg1iwpg23sj-sydtest-mutation-example-0.0.0.0-manifest
92.68 s
[sydtest-mutation-example] checking for references to /build/ in /nix/store/33vjd2phw5z88mbxjanaxdg1iwpg23sj-sydtest-mutation-example-0.0.0.0-manifest...
92.70 s
[sydtest-mutation-example] patching script interpreter paths in /nix/store/33vjd2phw5z88mbxjanaxdg1iwpg23sj-sydtest-mutation-example-0.0.0.0-manifest
92.70 s
[sydtest-mutation-example] shrinking RPATHs of ELF executables and libraries in /nix/store/b1r6196adqjkknvdhr82ql3a4p1i75q4-sydtest-mutation-example-0.0.0.0-report
92.71 s
[sydtest-mutation-example] checking for references to /build/ in /nix/store/b1r6196adqjkknvdhr82ql3a4p1i75q4-sydtest-mutation-example-0.0.0.0-report...
92.73 s
[sydtest-mutation-example] patching script interpreter paths in /nix/store/b1r6196adqjkknvdhr82ql3a4p1i75q4-sydtest-mutation-example-0.0.0.0-report
92.85 s
Progress: 5 of 6 built